docs: consolidate branches into main — fix architecture drift, complete sprint docs, add Quick Start#17
Merged
Conversation
- Update docs/architecture.md: expand Current Runtime Boundaries to reflect all implemented features (PDF/OCR ingestion, NLP via compromise, GUI, watch mode, TF-IDF, telemetry); remove the stale 'not yet implemented' block. - Mark all tasks and Definition of Done items complete in docs/SPRINT_01.md, SPRINT_02.md, and SPRINT_03.md; fix control characters and truncated command names introduced by the original authoring tool. - Add Quick Start section to README with four-command setup block; add entry to the Table of Contents. - All 21 tests pass; npm run docs:check passes.
Copilot created this pull request from a session on behalf of
aj1126
June 26, 2026 07:10
View session
aj1126
approved these changes
Jun 26, 2026
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.
Summary
mainalready contains all roadmap stages 1–5. All branches ahead of main hold older intermediate states that main supersedes; no feature code was missing.docs/architecture.md: Removed stale "Not yet implemented" block (PDF/OCR ingestion, NER, and dashboard are all implemented). Rewrote Current Runtime Boundaries to accurately reflect the live stack: multithreaded worker pool, PDF/OCR (.pdf/.png/.jpg/.jpeg), NLP viacompromise(#Date/#Place), TF-IDF + Cosine Similarity, watch mode, GUI, telemetry, and all CLI flags.docs/SPRINT_01/02/03.md: Marked all task and Definition of Done checkboxes[x]. Fixed embedded control characters and truncatednpmcommand strings (pm run→npm run, etc.) left by the original authoring tool.README.md: Added Quick Start section (four-command setup block) after the Table of Contents, with a matching ToC entry. Concept adapted from thefeature/readme-quick-startbranch, which was too far behind main to merge directly.Checklist
npm run docs:generate.npm run docs:check.docs/legacy-prototype.md.