Skip to content

docs(readme): refactor to coder/coder header style + centered logo#33

Merged
AlexandreCamillo merged 1 commit into
mainfrom
docs/readme-refactor
May 23, 2026
Merged

docs(readme): refactor to coder/coder header style + centered logo#33
AlexandreCamillo merged 1 commit into
mainfrom
docs/readme-refactor

Conversation

@AlexandreCamillo
Copy link
Copy Markdown
Owner

Summary

Refactors the README to follow the structure used by github.com/coder/coder:

  • Centered header block wrapped in <div align="center"> — logo (128 px), h1 tagline, quick-jump nav (Quickstart · Install · Docs · Agent API · Architecture), and a tighter badge row.
  • docs/images/logo.svg — new canonical README logo (copied from src/app/icon.svg so the favicon and the README header stay visually aligned).

Side-edits to bring the README in line with the post-DraftCard state (the agent-loop intent removal already shipped on main):

  • Drops intent_type chip from the Features table.
  • Drops the deleted /api/annotations/[id]/intent endpoint from the agent-loop example.
  • Drops the intent.json sidecar from the architecture filesystem tree.
  • Adds the inline DraftCard surface to the Features table.
  • Updates the test badge to 736/736.
  • Tech-stack list reflects Radix Primitives + React 18 + client-side-only rendering.

Test plan

  • Logo renders at 128 px centered (GitHub respects <div align="center"> + <img width="">).
  • All inline links resolve (docs/INDEX.md, docs/agent-loop/, docs/ci.md, etc.).
  • Badges link to the right resources (license, Next.js docs, releases, CI).
  • Render preview on the PR page after push — expect the same visual rhythm as coder/coder's README header.

Restructures the README to follow the layout used by github.com/coder/coder:
a centered header block with the project logo, an h1 tagline, a quick-jump
nav row, and a row of badges — all inside `<div align="center">`.

Adds docs/images/logo.svg as the canonical README logo (copied from the
in-app icon at src/app/icon.svg so they stay visually aligned).

Side-edits to bring the README in line with the post-DraftCard state:
- Drops `intent_type` chip from the Features table (column removed in the
  DraftCard refactor — see commits ab627d5 + fa0b916 + be8e6bd on main).
- Drops the deleted `/api/annotations/[id]/intent` endpoint from the
  agent-loop example.
- Drops `intent.json` sidecar from the architecture filesystem tree.
- Updates the test badge to the current 736/736 figure.
- Updates the tech-stack list to reflect Radix Primitives + React 18 +
  client-side-only rendering, dropping the obsolete tldraw drawing layer
  and intent generator mentions.
- Adds the inline DraftCard surface to the Features table.
@AlexandreCamillo AlexandreCamillo merged commit ec23dbd into main May 23, 2026
1 check 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.

1 participant