docs: consolidate CodeVetter knowledge system#32
Merged
Conversation
Reorganize the scattered docs/ tree into a canonical structure (product / architecture / development / operations / knowledge / archive) with a navigation hub, a short STATUS.md, Blume presentation config, a doc-validation script, and a docs CI workflow. - Merge and improve existing docs; archive stale pre-desloppification docs (docs/ARCHITECTURE.md, DEVELOPMENT.md, CONFIGURATION.md, TESTING.md, and .planning/codebase/*) that referenced removed packages/workers/dashboard. - Write current architecture/development/operations docs from the actual codebase state (Tauri 2 + React 19, rusqlite, pnpm, no server). - Add docs/index.md, STATUS.md, blume.config.ts, scripts/check-docs.mjs, .github/workflows/docs.yml. - Update agents.md with doc navigation + maintenance rules; trim stale "FIXED" note and dead .planning/codebase reference. - .gitignore: ignore .blume/ output and local agent logs. - All moves use git mv to preserve history; archived docs carry supersession notes. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…docs - Consolidated/verified docs; corrected hallucinations vs code (nav 6 tabs, Rust-owned review pipeline in review.rs, check-docs description, data-model). - Archived the 965-line competitive-landscape dump; folded RELEASING.md into docs/. - Added learning-tier docs/architecture/how-it-works.md (code-grounded, mermaid). - Standalone docs-site/ Blume project (base:/docs, DOCS_PUBLIC_INTERNAL toggle); blume validate 0. Wired /docs build+merge into deploy-landing.yml. 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 the repository documentation surface and bounds the weekly workflow. Docs validation and the desktop TypeScript check pass locally.