clawhub/docs
2026-05-07 03:47:08 +01:00
..
plans docs: add plugin hosting plan 2026-03-20 10:29:47 -07:00
regression-notes fix: restore ClawHub public UI 2026-04-29 02:52:34 -05:00
screenshots/markdown-html-passthrough fix(markdown): render raw HTML + GFM in MarkdownPreview, add shiki highlighting 2026-04-22 20:33:54 -07:00
superpowers/specs feat: add skill install prompt surface 2026-04-23 15:29:43 -05:00
acceptable-usage.md feat: clarify about page policy patterns 2026-05-02 11:33:49 -05:00
api.md fix(packages): finish delete flow cleanup 2026-05-06 06:38:36 +01:00
architecture.md refactor: rename internal clawdhub package path (#1490) 2026-04-02 17:50:33 +02:00
auth.md fix: explain blocked and unauthorized API states 2026-05-07 03:47:08 +01:00
ci.md ci: add clean production deploy tags 2026-05-02 13:29:59 -07:00
cli.md feat: split moderator commands into private cli 2026-05-06 19:05:07 -07:00
deploy.md Revert "feat: add health probes" 2026-04-30 23:56:11 -07:00
diffing.md docs: update repository guidelines and improve formatting across multiple files 2026-03-18 21:56:01 -05:00
github-import.md [codex] streamline plugin publish flow (#1373) 2026-03-29 02:37:58 -07:00
http-api.md fix: explain blocked and unauthorized API states 2026-05-07 03:47:08 +01:00
manual-testing.md Revert "feat: add health probes" 2026-04-30 23:56:11 -07:00
mintlify.md docs: update repository guidelines and improve formatting across multiple files 2026-03-18 21:56:01 -05:00
orgs.md Refactor app UI around shared design system 2026-04-05 05:39:40 -05:00
quickstart.md docs(packages): clarify plugin package metadata 2026-05-02 11:39:43 -07:00
README.md docs: document slug routing contract 2026-05-07 00:24:20 +01:00
security.md feat: split moderator commands into private cli 2026-05-06 19:05:07 -07:00
skill-format.md docs: clarify optional skill environment variables (#1859) 2026-04-30 00:22:17 -07:00
slug-routing.md docs: document slug routing contract 2026-05-07 00:24:20 +01:00
soul-format.md docs: update repository guidelines and improve formatting across multiple files 2026-03-18 21:56:01 -05:00
spec.md feat: reserve official handles and package archives 2026-03-22 12:48:47 -07:00
telemetry.md docs: update repository guidelines and improve formatting across multiple files 2026-03-18 21:56:01 -05:00
troubleshooting.md fix(rate-limit): scope anonymous download fallback buckets 2026-04-30 03:20:29 -07:00
webhook.md docs: update repository guidelines and improve formatting across multiple files 2026-03-18 21:56:01 -05:00

summary read_when
Documentation index + reading order.
New contributor onboarding
Looking for the right doc

Docs

Reading order (new contributor):

  1. README.md (repo root): run locally.
  2. docs/quickstart.md: end-to-end: search → install → publish → sync.
  3. docs/architecture.md: how the pieces fit (TanStack Start + Convex + CLI).
  4. docs/skill-format.md: what a “skill” is on disk + on the registry.
  5. docs/cli.md: CLI reference (flags, config, lockfiles, sync rules).
  6. docs/http-api.md: HTTP endpoints used by the CLI + public API.
  7. docs/auth.md: GitHub OAuth + API tokens + CLI loopback login.
  8. docs/deploy.md: Convex + Vercel deployment + rewrites.
  9. docs/troubleshooting.md: common failure modes.

Feature/ops docs (already present):

  • docs/spec.md: product + implementation spec (data model + flows).
  • docs/security.md: moderation, reporting, bans, upload gating.
  • docs/telemetry.md: what clawhub sync reports; opt-out.
  • docs/webhook.md: Discord webhook events/payload.
  • docs/diffing.md: version-to-version diff UI spec.
  • docs/manual-testing.md: CLI smoke scripts.
  • docs/slug-routing.md: skill/plugin slug redirects + package URL contract.

Docs tooling:

  • docs/mintlify.md: publish these docs with Mintlify.