feat: add six specialized Claude agent definitions under .claude/agents for audit, devii, docs, dry, fanout, and frontend maintenance

This commit is contained in:
2026-06-13 18:34:47 +00:00
parent ede7a863b7
commit de745f7a75
107 changed files with 2611 additions and 517 deletions
+7 -4
View File
@@ -193,10 +193,13 @@ curl -H "Accept: application/json" -X POST -d "content=hi&title=T&topic=devlog"
## Documentation site
`/docs` serves a server-rendered docs site with a feed-style left sidebar
(`routers/docs.py`). `/docs/index.html` is the start page and `/docs/authentication.html`
documents the auth methods; both are curated markdown pages rendered through the shared
content renderer (markdown + highlight.js) with the current host and, when logged in, your
own API key and username filled in.
(`routers/docs/`). The sidebar groups its sections under four audience tiers (Start here,
Build with the API, Contribute and internals, Operate) so each reader has a clear path.
`/docs/index.html` is a "choose your path" landing, `/docs/getting-started.html` is the
new-contributor on-ramp, and `/docs/authentication.html` documents the auth methods; the
prose pages are curated markdown rendered through the shared content renderer (markdown +
highlight.js) with the current host and, when logged in, your own API key and username
filled in.
Every other endpoint is documented from a single source of truth, the `API_GROUPS` registry
in `devplacepy/docs_api.py`. Each group becomes a reference page listing its endpoints with