docs: complete brownfield reference documentation#170
Merged
Conversation
User-requested full reference-doc set ahead of stopping codeiq work with Claude Code. Replaces the doc-wipe slate from PR #168 with a coherent, source-grounded reference tree. Created (15 files / ~2,200 lines / ~180 KB): README.md — user-facing entry + badges CLAUDE.md — agent-facing repo guide docs/00-project-overview.md — what / who / status docs/01-local-setup.md — build / test / common issues docs/02-architecture.md — components + tradeoffs docs/03-code-map.md — directory-by-directory tour docs/04-main-flows.md — index / enrich / mcp / review docs/05-configuration.md — env / flags / config files docs/06-data-model.md — Kuzu + SQLite schemas + taxonomy docs/07-integrations.md — Ollama + Sigstore + zero else docs/08-testing.md — strategy + fixtures + perf-gate docs/09-build-deploy-release.md — Goreleaser + cosign keyless docs/10-known-risks-and-todos.md — gotchas / debt / sec-sensitive docs/11-agent-handoff.md — one-stop brief for next agent docs/adr/0001-current-architecture.md — why the shape is what it is Grounding policy: * Every concrete claim points at a file. Uses `path/to/file:line` form where line-level matters. * Anything not directly verified is marked `Inference`. * Anything unknown is marked `Unknown`. * No code changes. Only docs. Co-Authored-By: Claude Opus 4.7 <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
User-requested full reference-doc set ahead of stopping codeiq work with Claude Code. Replaces the doc-wipe slate (PR #168) with a coherent, source-grounded reference tree.
Files created (15 / ~2,200 lines / ~180 KB)
Grounding policy
Every concrete claim references a file (`internal/cli/root.go`, `internal/graph/mutation.go`, etc.) so a future reader can verify in seconds. Anything not directly verified is marked Inference. Anything unknown is marked Unknown.
Most important findings (also covered in the docs)
Biggest risks (from docs/10-known-risks-and-todos.md)
Unclear areas (Inference / Unknown markers)
Recommended next documentation pass
Test plan
🤖 Generated with Claude Code