Skip to content

docs(readme): front-load search keywords in hook for GitHub discoverability#47

Merged
amavashev merged 1 commit intomainfrom
seo/readme-keyword-hook
Apr 30, 2026
Merged

docs(readme): front-load search keywords in hook for GitHub discoverability#47
amavashev merged 1 commit intomainfrom
seo/readme-keyword-hook

Conversation

@amavashev
Copy link
Copy Markdown
Contributor

What

Rewrites the H1 + opening of README.md so the GitHub search excerpt names the Python framework surface (OpenAI, Anthropic, LangChain, OpenAI Agents SDK, CrewAI).

Before (line 7): # Cycles Python Client
After: # Cycles Python Client — AI agent budget and action authority SDK

The single thin line becomes a 2-paragraph keyword-rich summary plus an inline pip install mention. No structural changes below line 9.

Why

GitHub repo search ranks and excerpts on the top of the README. A Python developer searching for "AI agent budget Python", "LangChain cost control", "CrewAI governance", or "OpenAI Agents SDK budget" would not match the previous opening on those phrases.

Scope

  • 1 file changed: README.md
  • 3 lines edited (7, 9), 2 new lines added
  • No removed examples, links, or installation/usage content

Part of an SEO/discoverability pass across the runcycles org. Sibling PRs: cycles-protocol#78, cycles-server#140, cycles-server-admin#157, cycles-spring-boot-starter#51.

…bility

GitHub search excerpts the top of the README in result listings. The
current opening is a single thin line ("Python client for the Cycles
budget-management protocol") that does not match what a Python developer
searching GitHub for "AI agent budget Python", "LangChain cost control",
"CrewAI governance", or "OpenAI Agents SDK budget" would actually type.

Rewrites the H1 + opening into a keyword-rich two-paragraph summary that
names the framework integration surface (OpenAI, Anthropic, LangChain,
OpenAI Agents SDK, CrewAI). No structural changes below line 9.
@amavashev amavashev merged commit 4b97fd7 into main Apr 30, 2026
7 checks passed
@amavashev amavashev deleted the seo/readme-keyword-hook branch April 30, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant