Skip to content

Commit 2eefc9d

Browse files
committed
v0.6.0 - docs(roadmap): reconcile v0.5.0 shipped + rescope v0.6.0 + v0.7.0
Public roadmap was stale. Six items publicized as v0.6.0 "Foundation Hardening" actually shipped in v0.5.0 (per docs/internal/v060/v050-shipped-vs-slipped.md): TTL/G1, schema migrations + cortex doctor/C1, repair CLIs/C2, semantic dedup/C6, recall feedback loop/R9, and embedding profile selection/R8. Add them to the v0.5.0 shipped list. Drop the Chrome extension bullet -- extension is untracked from the public repo (shipping in a future release). Rescope v0.6.0 from "Foundation Hardening" to "Accessibility, Governance & Recall Quality" with seven themes: accessibility & settings, motion system, recall quality (Phase 0 purity + Phase 1 bge embeddings + Phase 2 cross-encoder reranker), budget governance, retention classes, dynamic context ranking, and foundation carryovers. Reflects the 2026-04-24 scope-lock amendment that promoted recall Phases 0-2 into the Tier 2-essential floor. Rescope v0.7.0 from "Governance & Economics" to "Multi-Tenant Hardening" absorbing privacy + auth + fairness + isolation, plus HyDE-style query expansion (on top of v0.6.0 reranker), adapter conformance, and the first read-only external memory bridge against the v0.6.0 acceptance gate spec. Renumber: v0.9.0 "Advanced Agent Support" -> v0.8.0 (consolidating to a single agent-orchestration milestone). v1.0.0 "AI Information Ingester" unchanged. README.md:195 already current ("Reranking production-ships in v0.6.0 Phase 2; query expansion (HyDE) targeted for v0.7.0") -- no edit required.
1 parent 83509b4 commit 2eefc9d

1 file changed

Lines changed: 31 additions & 40 deletions

File tree

Info/roadmap.md

Lines changed: 31 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -13,69 +13,60 @@
1313
- One-daemon lifecycle hardening and spawn-path guardrails
1414
- Cross-surface adapter conformance + contract test coverage
1515
- OpenAPI / version sweep + clippy / test release gates
16-
- Chrome extension local-first MV3 companion + CI policy guardrails
1716
- Retrieval: RRF, crystal family recall, synonym parity
1817
- Control Center: analytics, agents, Monte Carlo projections
1918
- Agent telemetry, conflict detection, client permissions
2019
- Public docs, CHANGELOG, security policy, and release verification
20+
- TTL / hard expiration for temporal facts
21+
- Schema migration framework with `cortex doctor` validation
22+
- Derived-state repair CLIs: `reindex`, `re-embed`, `recrystallize`
23+
- Semantic dedup on store path
24+
- Recall feedback loop — agent usage tunes future ranking
25+
- Embedding profile selection (`all-MiniLM-L6-v2` default, `L12-v2` opt-in)
2126

2227
---
2328

24-
## v0.6.0 — Foundation Hardening   `next`
29+
## v0.6.0 — Accessibility, Governance & Recall Quality   `next`
2530

26-
> Make Cortex robust for daily development workflows.
31+
> Make Cortex usable day-to-day, manageable at team scale, and measurably better at recall.
2732
2833
| Theme | Details |
2934
|-------|---------|
30-
| **Lifecycle control** | TTL / hard expiration for short-lived facts. Session rollback for bad agent runs. |
31-
| **Schema discipline** | Versioned migrations with explicit upgrade checks. Doctor-style validation command. |
32-
| **Derived-state repair** | Rebuild commands for indexes, embeddings, and crystallized state. |
33-
| **Memory quality** | Semantic dedup on store path. Boot prompt audit trail. |
35+
| **Accessibility & Settings** | WCAG 2.2 AA engine. First-class Settings panel (Accessibility, Appearance & Motion, Connection, Keyboard & Navigation). Real preference-driven behavior. |
36+
| **Motion system** | Unified sidebar and tab transitions with reduced-motion support. One shared easing language. |
37+
| **Recall quality** | Phase 0 purity (`cortex-http-pure` adapter, 5 CI gates, CAS-100 + triangle judge). Phase 1 embedding upgrade (`bge-base-en-v1.5` default). Phase 2 cross-encoder reranker (`ms-marco-MiniLM-L-6-v2` int8). |
38+
| **Budget governance** | Per-endpoint limits: recall depth, boot budget, invocation frequency caps. |
39+
| **Retention classes** | Durable knowledge vs operational context vs audit vs ephemera. Prereq for budget governance. |
40+
| **Context ranking** | Dynamic ranking in injectors — top-N by activeness × relevance, not fixed set. |
41+
| **Foundation carryovers** | Session rollback CLI (`cortex admin rollback`). Boot prompt audit trail. Score-adaptive truncation for boot. `DEFAULT_CORTEX_PORT` consolidation. |
3442

3543
<details>
3644
<summary>Contributor-ready tasks</summary>
3745

38-
- Add migration tests for new metadata columns
39-
- Improve CLI UX around repair/reindex status output
40-
- Add failure-mode tests for rollback and dedup edge cases
46+
- Keyboard navigation model across Control Center
47+
- ARIA compliance pass (dialogs, tablists, live regions)
48+
- Reduced-motion runtime plumbing (not just preference flag)
49+
- Retention class schema migration + classification helpers
50+
- Per-endpoint rate-limit config + tests
51+
- CLI and tests for `cortex admin rollback --session-id`
4152

4253
</details>
4354

4455
---
4556

46-
## v0.7.0 — Governance & Economics &nbsp; `planned`
57+
## v0.7.0 — Multi-Tenant Hardening &nbsp; `planned`
4758

48-
> Make team deployments predictable, auditable, and budget-aware.
59+
> Privacy, fairness, and auth for team deployments.
4960
5061
| Theme | Details |
5162
|-------|---------|
52-
| **Budget governance** | Per-endpoint limits (recall depth, boot budget, invocation rates) |
53-
| **Retention classes** | Durable knowledge vs operational context vs ephemera |
54-
| **Human review** | Queue/review flow for promoting shared knowledge |
55-
| **Context quality** | Dynamic ranking — high-value memories injected first |
56-
| **Adapter conformance** | Shared contract tests across MCP + HTTP + SDKs |
57-
58-
<details>
59-
<summary>Contributor-ready tasks</summary>
60-
61-
- Contract tests for tool parity across transports
62-
- Config schema improvements for retention/budget policies
63-
- Dashboard UX for review queues and budget visibility
64-
65-
</details>
66-
67-
---
68-
69-
## v0.8.0 — Multi-Tenant Hardening &nbsp; `planned`
70-
71-
> Secure, fair, and operable team mode at larger scale.
72-
73-
| Theme | Details |
74-
|-------|---------|
75-
| **Privacy** | Deep erasure across core rows + derived indices. Crystal lineage. |
76-
| **Auth hardening** | Capability-scoped identity model for agent calls |
77-
| **Fairness** | Per-user quotas, admission control, backup/restore workflows |
78-
| **Isolation** | Namespace / team-aware embedding boundaries |
63+
| **Privacy** | Deep erasure across core rows + derived indices. Crystal lineage tracking. |
64+
| **Auth hardening** | Capability-scoped identity model for agent calls (IBCTs). |
65+
| **Fairness** | Per-user quotas, admission control, backup/restore workflows. |
66+
| **Isolation** | Namespace / team-aware embedding boundaries. |
67+
| **Query expansion** | HyDE-style query rewriting on top of v0.6.0 reranker. |
68+
| **Adapter conformance** | Shared contract tests across MCP + HTTP + SDKs. |
69+
| **External memory bridges** | First read-only bridge (ChatGPT import) against the v0.6.0 acceptance gate spec. |
7970

8071
<details>
8172
<summary>Contributor-ready tasks</summary>
@@ -88,7 +79,7 @@
8879

8980
---
9081

91-
## v0.9.0 — Advanced Agent Support &nbsp; `planned`
82+
## v0.8.0 — Advanced Agent Support &nbsp; `planned`
9283

9384
> Improve multi-agent coordination and provenance.
9485

0 commit comments

Comments
 (0)