docs: sync docs with actual stack - #22
Merged
Merged
Conversation
- HANDOVER.md: Next 14 vuln finding marked done (repo on Next 16.2.4 since the 2026-08-28 sitekit rebuild); npx -> pnpm exec - DEMO.md: content SSOT path src/lib/content/site.ts -> src/config/site-content.ts - DEMO.md: verify = format check + typecheck + lint + tests (not build) - DEMO.md: deploy is push-to-main via deploy.yml -> fleetcrown selfhost-deploy.yml; manual script kept as fallback 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 the repo's current state before editing.
Claim → ground truth
npx next start→pnpm exec next start(repo is on pnpm 11.25.0 perpackageManager).src/lib/content/site.ts→ actual file issrc/config/site-content.ts.verifydescribed as "lint + typecheck + build" → package.json defines it asformat:check && type-check && lint && test(build runs as a separate CI step)..github/workflows/deploy.yml→ fleetcrownselfhost-deploy.yml(added 2026-08-28); manual script kept as fallback.Not touched: the dated rehearsal transcript results, Vercel/Cloudflare mentions in the client-exit procedure (deliberate — that is the client's post-transfer hosting, not ours), and
*.mdformatting (prettier excludes markdown by design).🤖 Generated with Claude Code