phase 0 foundation
Phase 0 — Completed Deliverables
Foundation milestones were delivered as numbered audits and GitHub PRs. Archived copies live in the contributor workspace (sibling to the git clone; see DEVELOPMENT_GUIDE.md §12).
Phase 0 — Completed Deliverables
Foundation milestones were delivered as numbered audits and GitHub PRs. Archived copies live in the session workspace at contributor workspace archive (sibling to the git clone; see DEVELOPMENT_GUIDE.md §12).
| Report | Focus | Key outcome |
|---|---|---|
| 001 | Docs reorg + bootstrap | docs/ layout, MIT license, CI skeleton |
| 002 | Automated reviewers | Copilot advisory; CodeRabbit removed |
| 003 | Governance + proto + compose | ADR-0003/0004, packages/proto, compose stacks |
| 004 | Foundation-004 gap analysis | PR #6/#7 split; toolchain + skeletons in flight |
| 005 | Foundation-004 audit | Merged PR #6 (c4d302a), PR #8 (5d0bfac) |
Merged PRs (Foundation-004)
| PR | Title | Squash SHA |
|---|---|---|
| #6 | Toolchain and developer workflow bootstrap | c4d302a |
| #8 | Go auth and proxy service skeletons | 5d0bfac |
PR #7 was superseded by PR #8 after rebase onto main.
Files of note on main
| Path | Purpose |
|---|---|
Makefile, infra/scripts/dev-tool.sh | Canonical local commands |
docs/TOOLCHAIN.md | Tool installation and sanity checks |
.pre-commit-config.yaml | Optional fast local hooks |
packages/proto/ | ContextAssemblyService contract |
infra/compose/dev/ | Postgres, Redis, ClickHouse, MinIO |
services/auth/, services/proxy/ | Go skeletons |
go.mod, .golangci.yml | Root module; advisory lint |
Explicitly not delivered (by design)
- Application business logic
- Database migrations
- Auth protobuf or validation
- Python / Next.js services
- Committed protobuf generated code
Edit on GitHub
Last updated on