docs: sync docs with actual stack - #138
Merged
Merged
Conversation
Fix drift proven against package.json, the tree and the live site: - TypeScript 5.5 -> 6.0 (README badge + stack table, AGENTS.md; ^6.0.3 in package.json, 6.0.3 in pnpm-lock.yaml) - Tailwind CSS 3.4 -> 4 (package.json 4.3.3), and tokens no longer live in src/app/globals.css — they come from @fleet/design-tokens (README, AGENTS.md stack + design sections) - verify description now includes format:check, matching the actual script (README, AGENTS.md, .claude/CLAUDE.md) - README pages list: /why was deleted in #90 (404 live); replaced with the real /join, /propose, /proposals pages - README domain list: add membership and org modules that exist in src/lib/domain/ - docs/TOWNSISM.md: stop claiming the site speaks the thesis at /why 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: every claim below was verified against ground truth (package.json, pnpm-lock.yaml, the tree, workflows, and the live site) before editing. Minimal diffs; roadmap/aspirational lines untouched.
typescript: ^6.0.3in package.json (6.0.3 in pnpm-lock.yaml) → 6.0src/app/globals.css"tailwindcss: 4.3.3; globals.css/tailwind.config.js hold no tokens — they come from@fleet/design-tokens(shared preset), whichdesign:checkenforcessrc/app/globals.cssonly"@fleet/design-tokenspackage; globals.css carries Solon-specific rules onlyverifyalso runsformat:checkfirst/why(Townsism)/join,/propose,/proposalspagesmembership,orgsrc/lib/domain//why)"/whyno longer exists — noted the removal insteadChecked and found already correct (no edits): pnpm commands throughout, Drizzle migration docs (Prisma appears only as accurately-described history in AGENTS.md), Next.js 16.3, NextAuth v5 beta, Vitest/Playwright/Puppeteer, 9-model schema count, all documented API routes, CI job table vs ci.yml, deploy-via-FleetCrown claim vs deploy.yml, local
scripts/ci/auto-merge-sweep.shreference.pnpm run verifygreen locally. Prettier deliberately ignores*.md, so no md format gate applies.🤖 Generated with Claude Code