chore: consolidate docs and workflow guardrails#10
Merged
Conversation
Build a maintainable, local-first knowledge system. Markdown in docs/ is
the source of truth; Blume (docs-site/) is only the presentation + search
layer.
- AGENTS.md: concise bootloader with stack, commands, critical constraints,
doc navigation, and documentation-maintenance rules.
- STATUS.md: short view (objective, active work, blockers, unresolved
questions, next steps); PROJECT_STATUS.md remains the durable record.
- docs/ restructured into product/, architecture/{overview,decisions/},
development/, operations/{jobs,runbooks/}, knowledge/{learnings,
failed-approaches}/, archive/. Six ADRs recorded; feature-dr-advisor.md
archived with a pointer to ADR-0003; new-things.md moved under
knowledge/learnings/; four failed-approach notes added from git history.
- docs-site/: Blume config pointing at ../docs (single source of truth),
package.json, .npmrc, .gitignore, README.
- scripts/check_docs_links.py + scripts/validate_docs.sh: source-of-truth
internal-link check + blume build gate. pnpm docs:check / docs:build /
docs:dev wired into package.json.
- .github/workflows/ci.yml: new docs job (link check + blume build).
- .gitignore: Blume generated dirs + local agent logs.
Verified: pnpm docs:check passes (63 links across 28 files; 23 pages
built). Product build still green. Pre-existing lint error in
app/data/page.tsx and unrelated dirty work in app/ are untouched.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Blume is the presentation/search layer only; committed Markdown under docs/ remains the source of truth. Closes the Blume-config gap from the docs knowledge-system consolidation. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Consolidates repository docs and adds workflow timeout/deploy safety plus current landing surface. Docs validation passes locally.