diff --git a/TRACKER.md b/TRACKER.md index 47f22a2..1f63218 100644 --- a/TRACKER.md +++ b/TRACKER.md @@ -57,7 +57,7 @@ | 0.7c | Audit log skeleton | ✅ | `build/phase-0/step-0.7c-audit-log-skeleton` | [#31](https://github.com/officialCodeWork/AgentContextOS/pull/31) | `AuditStore` SPI (append/events/verify_chain), `NoopAuditStore` (SHA-256 hash chain), `AuditWriter` facade (store + structured log), 14 conformance tests | | 0.8 | Eval skeleton | ✅ | `build/phase-0/step-0.8-eval-skeleton` | [#33](https://github.com/officialCodeWork/AgentContextOS/pull/33) | `rag_core.eval` domain types (GoldenSample, EvalMetrics, EvalReport), `rag_config.eval` metric functions (recall@k, MRR, citation_precision), RagasAdapter spike, `ragctl eval run/show`, 5-sample golden JSONL fixture, `tests/eval/` harness (39 tests) | | 0.9 | IaC foundation | ✅ | `build/phase-0/step-0.9-iac-foundation` | [#34](https://github.com/officialCodeWork/AgentContextOS/pull/34) | Terraform modules for Postgres/pgvector, Redis, Qdrant, Elasticsearch (Kubernetes-native, Helm provider); `rag-platform` Helm chart (Deployment, Service, ConfigMap, ServiceAccount, HPA, PDB, Ingress); dev + prod environments; `task infra:*` + `task helm:*` targets; ADR-0003 | -| 0.10 | `ragctl` CLI scaffold | ✅ | `build/phase-0/step-0.10-ragctl-cli-scaffold` | — | `packages/ragctl/` package (Typer 0.12+), root `ragctl` entry point, working `config`/`eval`/`traces`/`version` groups, scaffolded `ingest`/`query`/`logs`/`tenant`/`plugin`/`secret` groups (announce target step + exit 0), shell completion via `--install-completion`/`--show-completion`; 19 ragctl tests; docs/reference/ragctl.md + docs/guides/ragctl-quickstart.md; py.typed markers added to rag-config + rag-observability | +| 0.10 | `ragctl` CLI scaffold | ✅ | `build/phase-0/step-0.10-ragctl-cli-scaffold` | [#36](https://github.com/officialCodeWork/AgentContextOS/pull/36) | `packages/ragctl/` package (Typer 0.12+), root `ragctl` entry point, working `config`/`eval`/`traces`/`version` groups, scaffolded `ingest`/`query`/`logs`/`tenant`/`plugin`/`secret` groups (announce target step + exit 0), shell completion via `--install-completion`/`--show-completion`; 19 ragctl tests; docs/reference/ragctl.md + docs/guides/ragctl-quickstart.md; py.typed markers added to rag-config + rag-observability | --- @@ -198,6 +198,9 @@ | [#32](https://github.com/officialCodeWork/AgentContextOS/pull/32) | docs: add CLAUDE.md with project context and per-PR documentation requirement | `build/phase-0/step-0.7c-audit-log-skeleton` | ✅ Merged | 2026-05-23 | | [#33](https://github.com/officialCodeWork/AgentContextOS/pull/33) | feat(eval): eval skeleton — golden-set schema, metrics, RAGAS spike, ragctl eval (Step 0.8) | `build/phase-0/step-0.8-eval-skeleton` | ✅ Merged | 2026-05-23 | | [#34](https://github.com/officialCodeWork/AgentContextOS/pull/34) | feat(infra): IaC foundation — Terraform modules + Helm chart skeleton (Step 0.9) | `build/phase-0/step-0.9-iac-foundation` | ✅ Merged | 2026-05-23 | +| [#35](https://github.com/officialCodeWork/AgentContextOS/pull/35) | chore(tracker): sync PR links for steps 0.7b–0.9 and history #28–#34 | `chore/tracker-sync-pr28-34` | ✅ Merged | 2026-05-23 | +| [#36](https://github.com/officialCodeWork/AgentContextOS/pull/36) | feat(ragctl): consolidated control-plane CLI scaffold (Step 0.10) | `build/phase-0/step-0.10-ragctl-cli-scaffold` | ✅ Merged | 2026-05-23 | +| [#38](https://github.com/officialCodeWork/AgentContextOS/pull/38) | ci: wire RAG001 logging check into ci.yml on all OSes | `fix/ci-rag001-gate` | ✅ Merged | 2026-05-23 | ---