Conversation
Co-Authored-By: Claude Opus 4.8 <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.
Summary
Inaugural merge of
devintomain, establishing the project's documentation and decision-record foundation. This is an init-style PR: it brings the entire currentdevhistory ontomainas the baseline for all future work. No application code yet — the focus is a clear, agreed structure before implementation begins.Motivation & context
mainstarts empty; all groundwork so far lives ondev. This PR promotes that groundwork to the mainline so subsequent feature work has a stable base and a documented architecture to build against. The build plan itself has been extracted from a flatplan.mdinto tracked GitHub issues (phases + improvement sub-issues), so planning now lives in the tracker rather than in-repo prose.Changes
Architecture
docs/architecture.md— restructured around goals, conciseness, and readability; notes the intentional Claude coupling.docs/assets/architecture.svg— architecture diagram (migrated from PNG to SVG).Decision records (ADRs) in
docs/decisions/0000-stack.md— justifies the overall stack choices.0001-rag-retrieval-boundary.md— RAG retrieval boundary.0002-local-embedding-and-reranking.md— local embedding + reranking.0003-local-single-user-scope.md— local, single-user scope.0004-cli-batch-ingestion.md— CLI batch ingestion.README.md— ADR index/conventions.Project tooling
.gitignore— Python/tooling ignores, plus Claude and local issue-tracker artifacts..github/PULL_REQUEST_TEMPLATE.md— best-practice PR template (introduced in this PR).plan.mdremoved — superseded by GitHub issues.Type of change
Related issues
Build plan and improvements are tracked as issues 1–19 (phase issues with improvement sub-issues). No issue is closed by this PR — it lays the documentation baseline those phases build on.
Verification
docs/decisions/README.md.Decision records
🤖 Generated with Claude Code