Skip to content

docs: sync docs with actual stack - #28

Merged
github-actions[bot] merged 1 commit into
mainfrom
docs/truth-sweep
Sep 4, 2026
Merged

docs: sync docs with actual stack#28
github-actions[bot] merged 1 commit into
mainfrom
docs/truth-sweep

Conversation

@catomean

@catomean catomean commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Docs truth-sweep: verified every claim in README.md, CLAUDE.md, and AGENTS.md against actual repo state (package.json, src/, drizzle/, .github/workflows/).

Drift found and fixed

  • AGENTS.md: described pnpm run verify as lint && typecheck && test (two mentions). Ground truth in package.json: verify runs format:check && lint && typecheck && test. Both mentions now include format:check.

Verified accurate (no change needed)

  • All commands are already pnpm (pnpm install, pnpm run db:generate/db:migrate/dev/build/verify) and match package.json scripts.
  • Drizzle everywhere; the only Prisma mention is historical context inside a struck-through DONE roadmap item ("migrated from the original Prisma scaffold") — accurate history, left as-is.
  • Vitest, Node >= 20 (matches engines; .nvmrc/CI use 24), schema entity list (outlets, articles, claims, evidence, narratives, editorialDna, homepageSnapshots) and layout tree all match src/lib/db/schema.ts and the actual file tree.
  • "CI calls verify verbatim" and "next build runs after verify" both match ci.yml.

Prettier gate: green (markdown is deliberately prettier-ignored in this repo).

🤖 Generated with Claude Code

AGENTS.md described `verify` as lint + typecheck + test; package.json's
verify script actually runs format:check && lint && typecheck && test.
Updated both mentions to include format:check. All other doc claims
(pnpm commands, Drizzle schema/entities, Vitest, layout, CI behavior)
verified accurate against package.json, src/, drizzle/, and workflows.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn
@github-actions
github-actions Bot merged commit 91352d9 into main Sep 4, 2026
1 check passed
@github-actions
github-actions Bot deleted the docs/truth-sweep branch September 4, 2026 13:49
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