|
13 | 13 | - One-daemon lifecycle hardening and spawn-path guardrails |
14 | 14 | - Cross-surface adapter conformance + contract test coverage |
15 | 15 | - OpenAPI / version sweep + clippy / test release gates |
16 | | -- Chrome extension local-first MV3 companion + CI policy guardrails |
17 | 16 | - Retrieval: RRF, crystal family recall, synonym parity |
18 | 17 | - Control Center: analytics, agents, Monte Carlo projections |
19 | 18 | - Agent telemetry, conflict detection, client permissions |
20 | 19 | - 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) |
21 | 26 |
|
22 | 27 | --- |
23 | 28 |
|
24 | | -## v0.6.0 — Foundation Hardening `next` |
| 29 | +## v0.6.0 — Accessibility, Governance & Recall Quality `next` |
25 | 30 |
|
26 | | -> Make Cortex robust for daily development workflows. |
| 31 | +> Make Cortex usable day-to-day, manageable at team scale, and measurably better at recall. |
27 | 32 |
|
28 | 33 | | Theme | Details | |
29 | 34 | |-------|---------| |
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. | |
34 | 42 |
|
35 | 43 | <details> |
36 | 44 | <summary>Contributor-ready tasks</summary> |
37 | 45 |
|
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` |
41 | 52 |
|
42 | 53 | </details> |
43 | 54 |
|
44 | 55 | --- |
45 | 56 |
|
46 | | -## v0.7.0 — Governance & Economics `planned` |
| 57 | +## v0.7.0 — Multi-Tenant Hardening `planned` |
47 | 58 |
|
48 | | -> Make team deployments predictable, auditable, and budget-aware. |
| 59 | +> Privacy, fairness, and auth for team deployments. |
49 | 60 |
|
50 | 61 | | Theme | Details | |
51 | 62 | |-------|---------| |
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 `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. | |
79 | 70 |
|
80 | 71 | <details> |
81 | 72 | <summary>Contributor-ready tasks</summary> |
|
88 | 79 |
|
89 | 80 | --- |
90 | 81 |
|
91 | | -## v0.9.0 — Advanced Agent Support `planned` |
| 82 | +## v0.8.0 — Advanced Agent Support `planned` |
92 | 83 |
|
93 | 84 | > Improve multi-agent coordination and provenance. |
94 | 85 |
|
|
0 commit comments