docs: Update M3.5.7 completion status in tasks/INDEX.md and task file

This commit is contained in:
Story Crater Bot
2026-08-26 13:40:14 -07:00
parent 57c806ea25
commit 479fcc9cc5
2 changed files with 81 additions and 19 deletions
+7 -8
View File
@@ -62,23 +62,22 @@ Legend: ⬜ not started · 🟡 in progress · ✅ done · ⛔ blocked
| 2 | Gated loop at L1 | M1.x | 8 | 8 | 0 | 0 | ✅ M1.8 |
| 3 | Projections | M2.x | 8 | 5 | 0 | 3 | ✅ M2.8 (M2.1, M2.3, M2.4, M2.5 ✅) |
| 4 | L2 synthesis + retrieval | M3.x | 4 | 4 | 0 | 0 | ✅ M3.4 |
| 4.5 | Distributed API Layer | M3.5.x | 9 | 6 | 0 | 3 | ⬜ M3.5.8 |
| 4.5 | Distributed API Layer | M3.5.x | 9 | 7 | 0 | 2 | ⬜ M3.5.8 |
| 5 | Skills | M4.x | 3 | 0 | 1 | 2 | ⬜ M4.3 |
| 5.5 | Reference corpora | M3.6.x | 6 | 1 | 0 | 5 | ⬜ M3.6.6 |
| 5.6 | Tool context | M3.7.x | 6 | 0 | 2 | 4 | ⬜ M3.7.6 |
| 6 | Post-training | M5.x | 6 | 0 | 0 | 6 | ⬜ M5.6 |
| 7 | agent-manager migration | M6.x | 6 | 0 | 0 | 6 | ⬜ M6.6 |
| | **Total** | | **64** | **40** | **3** | **21** | 4/10 green |
| | **Total** | | **64** | **41** | **3** | **20** | 4/10 green |
**Where the line is — 2026-08-26.** M0, M1, M3 complete (20/20 tasks, gates green).
M3.5 API layer 6/9 done (M3.5.16 implemented, M3.5.7 rate-limiting and M3.5.8 gate
blocked, M3.5.9 git-context not started). M3.6.1 DocCorpusSource ✅ (14 tests).
**Where the line is — 2025-01-26.** M0, M1, M3 complete (20/20 tasks, gates green).
M3.5 API layer 7/9 done (M3.5.17 ✅, M3.5.8 gate next, M3.5.9 git-context pending). M3.6.1 DocCorpusSource ✅ (14 tests).
Significant early work for M3.7 and M4: `mem-core/src/lesson.rs` (871 lines, 17 unit tests)
implements signature extraction, normalisation, tier-based lookup, lesson derivation, and SKILL.md
rendering — M3.7.7, M3.7.5, M4.1 are 🟡. `mem-cli/src/lessons_cmd.rs` (223 lines) provides working
`mem capture|resolve|lookup|materialize`.
`mem capture|resolve|lookup|materialize`. **Tests: 219 passing, 2 ignored.**
`M2.2` (CNPG manifest), `M5.4` (vLLM+LoRA), `M3.5.79` (rate-limiting, git refs), and
`M2.2` (CNPG manifest), `M5.4` (vLLM+LoRA), `M3.5.89` (gate, git refs), and
`M6.x` (agent-manager migration) are homelab/infra work independent of prior phases, can start parallel.
**M6 is a different repo, not a dependency of M0-M5.** It migrates
@@ -152,7 +151,7 @@ Homelab frontend integration: HTTP facade via `api.riotpiao.com`. Runs in parall
| [M3.5.4](M3.5.4-query-federation.md) | Query federation | M | — | ✅ |
| [M3.5.5](M3.5.5-skills-endpoint.md) | GET /skills endpoint | M | — | ✅ |
| [M3.5.6](M3.5.6-projects-endpoint.md) | GET /projects endpoint | S | — | ✅ |
| [M3.5.7](M3.5.7-rate-limiting.md) | Rate limiting | M | — | |
| [M3.5.7](M3.5.7-rate-limiting.md) | Rate limiting | M | — | |
| [M3.5.8](M3.5.8-m3.5-gate.md) | **M3.5 composition gate** | M | gate | ⬜ |
| [M3.5.9](M3.5.9-git-aware-references.md) | Git-aware references: lookup by code location | M | — | ⬜ |