docs: sync docs with actual stack - #28
Merged
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
pnpm run verifyaslint && typecheck && test(two mentions). Ground truth in package.json:verifyrunsformat:check && lint && typecheck && test. Both mentions now includeformat:check.Verified accurate (no change needed)
pnpm install,pnpm run db:generate/db:migrate/dev/build/verify) and match package.json scripts.engines; .nvmrc/CI use 24), schema entity list (outlets, articles, claims, evidence, narratives, editorialDna, homepageSnapshots) and layout tree all matchsrc/lib/db/schema.tsand the actual file tree.Prettier gate: green (markdown is deliberately prettier-ignored in this repo).
🤖 Generated with Claude Code