Skip to content

docs(readme): overhaul with logo, community, security, and integrations#267

Merged
manojbajaj95 merged 2 commits into
agentrhq:mainfrom
zriyansh:docs/readme-overhaul
May 14, 2026
Merged

docs(readme): overhaul with logo, community, security, and integrations#267
manojbajaj95 merged 2 commits into
agentrhq:mainfrom
zriyansh:docs/readme-overhaul

Conversation

@zriyansh
Copy link
Copy Markdown
Contributor

Summary

Brings the README up to par with comparable open-source credential tools (Doppler, Infisical) and agent infra READMEs (Ollama, Continue) after a survey of five reference projects. Three tiers of change:

Tier 1 · correctness fixes

  • Tests and codecov badges repointed from manojbajaj95/authsome (stale fork) to agentrhq/authsome.
  • Dropped broken link to docs/specs/authsome-v1.md (removed upstream in a recent merge).
  • Replaced three em-dashes with periods per house style.
  • Docs section links now point at the hosted authsome.agentr.dev/docs instead of local .mdx paths.

Tier 2 · close gaps every comparable project has

  • Added Install section with pip install authsome and uvx authsome@latest before Quick Start.
  • Added Community section linking Discord and Issues.
  • Added Security section pointing at the responsible disclosure policy. This was previously absent, which is the single most surprising omission for a credential tool.
  • Added Contributing section linking CONTRIBUTING.md.

Tier 3 · polish and differentiation

  • Added light/dark wordmark logo at the top, reusing the SVG mark shipped to the docs site sized for README hero.
  • Added a header link bar (Docs · Website · Discord · Issues), matching Infisical convention.
  • Surfaced "44 bundled providers" callout near the top.
  • Added an Agent Integrations section covering Claude Code, Codex, Cursor, OpenCode, LangChain, LlamaIndex, OpenAI Agents SDK, Anthropic SDK.
  • Added Discord badge to the badge row.
  • Replaced the ASCII art header with the logo image. The ASCII was a placeholder before a real brand mark existed.

Test plan

  • View the rendered README on GitHub at the PR head — confirm the logo renders correctly in both light and dark color schemes.
  • Click every link in the README and confirm none 404 (especially the integration links and the security disclosure link).
  • Confirm Tests badge resolves (was broken before this PR).
  • Verify the embedded demo video still plays.

zriyansh added 2 commits May 14, 2026 19:46
The README had grown stale relative to the project's current state. This
brings it up to par with comparable open-source credential tools
(Doppler, Infisical) and agent infra READMEs (Ollama, Continue).

Tier 1 (correctness):
- Fix Tests + codecov badge URLs from manojbajaj95 to agentrhq.
- Drop broken link to docs/specs/authsome-v1.md (removed upstream).
- Replace 3 em-dashes with periods per house style.
- Repoint Docs section links to hosted authsome.agentr.dev/docs instead
  of local MDX paths (better reading experience on GitHub).

Tier 2 (close gaps every comparable project has):
- Add Install section before Quick Start with pip and uvx commands.
- Add Community section linking Discord and Issues.
- Add Security section pointing at the responsible disclosure policy.
  Critical for a credential tool; was previously absent.
- Add Contributing section linking to CONTRIBUTING.md.

Tier 3 (polish and differentiation):
- Add light/dark wordmark logo at top (reuses the SVG mark shipped to
  the docs site, sized for README hero).
- Add header link bar (Docs / Website / Discord / Issues).
- Surface "44 bundled providers" callout near the top.
- Add Agent Integrations section listing Claude Code, Codex, Cursor,
  OpenCode, LangChain, LlamaIndex, OpenAI Agents SDK, Anthropic SDK.
- Add Discord badge to the badge row.
- Replace the ASCII art block with the logo image. The ASCII was a
  placeholder before a real brand mark existed.
Adds the codecov badge to the badge row alongside the existing Tests
badge so the coverage signal sits next to the build signal. Adds a
Star History chart between Contributing and License using the
star-history.com embed, with light/dark variants via <picture>.

The codecov badge depends on the codecov integration being wired up
for agentrhq/authsome; if it isn't yet, the badge will render as
"unknown" until the integration is enabled.
@manojbajaj95 manojbajaj95 merged commit 3009e95 into agentrhq:main May 14, 2026
2 checks passed
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.

2 participants