@psiclawops/hypermem 0.9.3 → 0.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -2
- package/INSTALL.md +75 -68
- package/README.md +18 -36
- package/assets/default-config.json +41 -0
- package/bench/data-access-bench.mjs +1 -1
- package/bin/hypermem-doctor.mjs +76 -2
- package/bin/hypermem-status.mjs +255 -7
- package/dist/adaptive-lifecycle.d.ts +39 -0
- package/dist/adaptive-lifecycle.d.ts.map +1 -1
- package/dist/adaptive-lifecycle.js +87 -9
- package/dist/background-indexer.d.ts.map +1 -1
- package/dist/background-indexer.js +16 -14
- package/dist/compositor.d.ts.map +1 -1
- package/dist/compositor.js +239 -20
- package/dist/cross-agent.d.ts +1 -1
- package/dist/cross-agent.js +17 -17
- package/dist/hybrid-retrieval.d.ts +8 -0
- package/dist/hybrid-retrieval.d.ts.map +1 -1
- package/dist/hybrid-retrieval.js +112 -10
- package/dist/index.d.ts +16 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19 -4
- package/dist/message-store.d.ts +62 -1
- package/dist/message-store.d.ts.map +1 -1
- package/dist/message-store.js +355 -2
- package/dist/open-domain.d.ts.map +1 -1
- package/dist/open-domain.js +3 -2
- package/dist/proactive-pass.d.ts +42 -2
- package/dist/proactive-pass.d.ts.map +1 -1
- package/dist/proactive-pass.js +294 -39
- package/dist/seed.d.ts +1 -1
- package/dist/seed.js +1 -1
- package/dist/session-flusher.d.ts +2 -2
- package/dist/session-flusher.js +2 -2
- package/dist/spawn-context.d.ts +1 -1
- package/dist/spawn-context.js +1 -1
- package/dist/topic-store.js +5 -5
- package/dist/topic-synthesizer.d.ts.map +1 -1
- package/dist/topic-synthesizer.js +10 -4
- package/dist/trigger-registry.d.ts +1 -1
- package/dist/trigger-registry.js +4 -4
- package/dist/types.d.ts +101 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/vector-store.d.ts +10 -1
- package/dist/vector-store.d.ts.map +1 -1
- package/dist/vector-store.js +45 -9
- package/docs/DIAGNOSTICS.md +88 -1
- package/docs/INTEGRATION_VALIDATION.md +40 -1
- package/docs/MIGRATION.md +1 -1
- package/docs/TUNING.md +47 -6
- package/install.sh +5 -60
- package/memory-plugin/dist/index.js +192 -0
- package/memory-plugin/openclaw.plugin.json +199 -2
- package/memory-plugin/package.json +2 -2
- package/package.json +29 -10
- package/plugin/dist/index.d.ts +2 -0
- package/plugin/dist/index.d.ts.map +1 -1
- package/plugin/dist/index.js +178 -11
- package/plugin/dist/index.js.map +1 -1
- package/plugin/openclaw.plugin.json +199 -2
- package/plugin/package.json +2 -2
- package/scripts/install-packed-runtime.mjs +99 -0
- package/scripts/install-runtime.mjs +164 -4
- package/ARCHITECTURE.md +0 -298
- package/docs/KNOWN_LIMITATIONS.md +0 -35
- package/docs/PHASE1-VALIDATION.md +0 -132
- package/docs/RELEASE_0.8.0_VALIDATION.md +0 -70
- package/docs/RELEASE_PROCESS.md +0 -10
- package/docs/ROADMAP.md +0 -266
package/docs/ROADMAP.md
DELETED
|
@@ -1,266 +0,0 @@
|
|
|
1
|
-
# HyperMem Roadmap
|
|
2
|
-
|
|
3
|
-
This is the single planning source of truth for HyperMem.
|
|
4
|
-
|
|
5
|
-
If a future-work item is not tracked here, it is not in the active improvement plan.
|
|
6
|
-
If an older spec disagrees with this file, this file wins.
|
|
7
|
-
|
|
8
|
-
For shipped capabilities, see [CHANGELOG.md](../CHANGELOG.md) and [ARCHITECTURE.md](../ARCHITECTURE.md).
|
|
9
|
-
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
## Current state
|
|
13
|
-
|
|
14
|
-
### Released
|
|
15
|
-
- Current release: **0.9.0** — adaptive context lifecycle. Published 2026-04-25.
|
|
16
|
-
- Internal `main`: `8f805b8`
|
|
17
|
-
- Public `main`: `25dd469`
|
|
18
|
-
- Public tag `v0.9.0`: pushed
|
|
19
|
-
- Public CI: green (`24942512824`)
|
|
20
|
-
- GitHub Release: https://github.com/PsiClawOps/hypermem/releases/tag/v0.9.0
|
|
21
|
-
- npm at 0.9.0: `@psiclawops/hypermem`, `@psiclawops/hypercompositor`, `@psiclawops/hypermem-memory`
|
|
22
|
-
- New install validator shipped: `hypermem-doctor`
|
|
23
|
-
- Previous release: **0.8.6**
|
|
24
|
-
|
|
25
|
-
### Landed on `main` after 0.8.6
|
|
26
|
-
In the order work actually landed:
|
|
27
|
-
1. `47c1962` wire reranker into fused retrieval
|
|
28
|
-
2. `157bca6` Sprint 1 observability telemetry
|
|
29
|
-
3. `1b1cf51` Sprint 2 config-surface gaps
|
|
30
|
-
4. `a62143d` Sprint 3 and Sprint 4 context engineering
|
|
31
|
-
5. `be0457c` ZeroEntropy reranker endpoint fix
|
|
32
|
-
6. `2af624f` sqlite-vec runtime installer native packaging fix
|
|
33
|
-
7. `27046b7` composition snapshot integrity helpers
|
|
34
|
-
8. `748c418` composition snapshot store and schema
|
|
35
|
-
9. `1bf4785` repaired warm restore snapshot path
|
|
36
|
-
10. `99b2e61` CI commit-data review for warm-restore gate closeout
|
|
37
|
-
11. `7acec79` stable-prefix CI regression test stabilization
|
|
38
|
-
12. `ef37137` missing doc-chunk source pruning during seeding
|
|
39
|
-
13. `2c0fd7a` legacy keystone preservation under active context
|
|
40
|
-
14. `e931524` warm-restore repair gates
|
|
41
|
-
15. `87a4be9` snapshot slot integrity verification
|
|
42
|
-
16. `31d07a6` warm-restore auto-rollout parity gates
|
|
43
|
-
17. `eeedccf` cross-provider warm-restore policy
|
|
44
|
-
18. `a03dc01` HyperMem governance trigger coverage
|
|
45
|
-
19. `c94def0` adaptive lifecycle policy kernel
|
|
46
|
-
20. `0d33286` doctrine-first retrieval over stale memory folklore
|
|
47
|
-
21. `322a416` adaptive lifecycle diagnostics wiring
|
|
48
|
-
|
|
49
|
-
### What changed in planning
|
|
50
|
-
We had overlapping planning streams for:
|
|
51
|
-
- near-term compositor fixes
|
|
52
|
-
- 0.9.0 adaptive context lifecycle
|
|
53
|
-
- warm restore
|
|
54
|
-
- long-tail memory-quality improvements
|
|
55
|
-
|
|
56
|
-
That produced split priorities and made it too easy to treat multiple drafts as active at once.
|
|
57
|
-
|
|
58
|
-
This roadmap consolidates those streams into one ordered list.
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
|
-
## Canonical execution order
|
|
63
|
-
|
|
64
|
-
## 0. Already landed
|
|
65
|
-
These are complete enough to stop planning around as future work:
|
|
66
|
-
- reranker integration
|
|
67
|
-
- Sprint 1 observability telemetry
|
|
68
|
-
- Sprint 2 config-surface gaps
|
|
69
|
-
- Sprint 3 and Sprint 4 context engineering
|
|
70
|
-
- ZeroEntropy reranker endpoint fix
|
|
71
|
-
- sqlite-vec runtime installer packaging fix
|
|
72
|
-
- warm-restore foundation work: integrity helpers, snapshot store/schema, repaired restore path
|
|
73
|
-
|
|
74
|
-
Warm restore moved ahead of the earlier draft order and is now a partially landed capability, not a hypothetical future-only item.
|
|
75
|
-
|
|
76
|
-
## 1. Warm-restore gate closeout
|
|
77
|
-
Status: **DONE for the tracked gate-closeout scope.**
|
|
78
|
-
|
|
79
|
-
Warm restore moved ahead of the earlier draft order and became a partially landed capability. The gate-closeout stream is no longer the highest-priority unfinished work.
|
|
80
|
-
|
|
81
|
-
Closed in warm-restore gate closeout:
|
|
82
|
-
- repair notice placement and non-suppressibility: repair notices are emitted as system context above restored/history content even when budget is exhausted.
|
|
83
|
-
- repair-depth cap enforcement: repaired snapshots are capped at depth 1 and cannot become restore sources.
|
|
84
|
-
- `slots_json` integrity-hash verification end to end: composed snapshots are verified after write, persisted hash mismatches are rejected, and restore resolution falls back to the previous valid snapshot.
|
|
85
|
-
- parity telemetry and rollout gates for automatic restore: restore diagnostics now surface rollout-gate pass/fail state and automatic warm restore falls back to cold rewarm when measurement gates fail.
|
|
86
|
-
- explicit zero-tolerance checks for required-slot loss, stable-prefix violations, and tool-pair parity: all three conditions are rollout blockers.
|
|
87
|
-
- cross-provider assistant-turn policy: foreign-provider assistant turns are explicitly counted and block automatic warm restore with a zero-tolerance rollout gate. User turns may restore cross-provider only when all measurement gates pass.
|
|
88
|
-
|
|
89
|
-
Final closeout work now complete:
|
|
90
|
-
- CI commit-data review for every failing warm-restore-related GitHub Actions run before sprint scope is finalized. The review maps failing workflow run, head commit SHA, commit title, failing step, and failing assertion back to a roadmap gate or triage item.
|
|
91
|
-
|
|
92
|
-
Rule going forward: do not reopen warm restore from historical planning notes. New warm-restore work needs a fresh defect, measurement gap, or roadmap item.
|
|
93
|
-
|
|
94
|
-
## 2. HyperMem 0.9.0 adaptive context lifecycle
|
|
95
|
-
Status: **CLOSED — shipped 2026-04-25.** Public tag `v0.9.0` (`25dd469`), GitHub Release published, all three npm packages at 0.9.0. `hypermem-doctor` shipped as part of this release.
|
|
96
|
-
|
|
97
|
-
The core runtime slices have landed: the pure adaptive lifecycle policy kernel, compose diagnostics wiring, afterTurn Redis gradient-cap wiring, adaptive recall breadth, adaptive eviction ordering, lifecycle telemetry, report tooling, forked-context lifecycle integration, and metadata-only topic-signal report classification. The first live telemetry baseline is populated; it shows steady/warmup behavior with zero lifecycle-band divergence, so no threshold tuning is warranted from the current evidence.
|
|
98
|
-
|
|
99
|
-
The lifecycle policy makes compose, afterTurn, recall, trim, compaction, and eviction share one pressure-band decision source instead of growing independent heuristics:
|
|
100
|
-
- tiered warming — policy bands: bootstrap, warmup, steady, elevated, high, critical
|
|
101
|
-
- T0 `/new` breadcrumb package — bootstrap policy emits the package trigger
|
|
102
|
-
- smart-recall surge — `/new` and confident topic shifts widen recall; high/critical pressure gates it down
|
|
103
|
-
- adaptive trim and compaction bands — trim and compaction targets resolve from the same lifecycle band
|
|
104
|
-
- topic-centroid-guided eviction — enabled only once pressure reaches elevated or worse
|
|
105
|
-
- telemetry and tuning pass — policy returns stable band, pressure, and reason fields for later runtime instrumentation
|
|
106
|
-
|
|
107
|
-
Done in this stream:
|
|
108
|
-
- adaptive lifecycle policy kernel — `c94def0`, CI `24879881852`
|
|
109
|
-
- compose diagnostics wiring + afterTurn Redis gradient-cap wiring — `322a416`
|
|
110
|
-
- adaptive recall breadth adjustment — `5e47fce`, CI `24918184839`
|
|
111
|
-
- adaptive eviction ordering — `a0f6780`, CI `24918940291`
|
|
112
|
-
- adaptive lifecycle telemetry — `61f9b9e`, CI `24919418833`
|
|
113
|
-
- telemetry report tooling — `a923987`, CI `24920282389`
|
|
114
|
-
- forked-context lifecycle integration — `85b5e3c`, CI `24921417908`
|
|
115
|
-
|
|
116
|
-
Remaining slices:
|
|
117
|
-
- runtime tuning only after evidence shows a specific threshold or behavior change is warranted; live topic-bearing samples are now future tuning evidence, not a 0.9.0 release gate
|
|
118
|
-
|
|
119
|
-
Closed release-readiness gates:
|
|
120
|
-
- vector coverage repair: `scripts/embed-existing.mjs` now supports active `knowledge` backfill, eligibility-aware coverage reporting, and a regression covering knowledge coverage. Production backfill reached 100% eligible coverage for facts, knowledge, and episodes on 2026-04-24.
|
|
121
|
-
- lifecycle telemetry baseline: the 2026-04-25 live one-hour window reported 222 lifecycle-policy records across `compose.preRecall`, `compose.eviction`, and `afterTurn.gradient`; bands were steady/warmup only, lifecycle divergence was zero, pressure p95 was 18%, and no threshold tuning was indicated.
|
|
122
|
-
- topic-signal interpretation path: compose/assemble telemetry now exposes metadata-only topic-state fields, and `trim-report.mjs`/`compose-report.mjs` classify `present`, `absent-no-active-topic`, `absent-stamping-incomplete`, and `intentionally-suppressed` without topic names, prompt text, document text, or user content. This closes the reporting ambiguity from the first baseline.
|
|
123
|
-
- topic-bearing compose evidence gate: the 0.9.0 release gate is now **replaced by a safer deterministic evidence gate**. `compose-report.mjs` seeds deterministic topic-bearing history in a temp workspace, `trim-report.mjs`/`compose-report.mjs` both emit `replaced-by-deterministic-evidence` only from metadata-only topic-state observations, and targeted tests cover the gate without live DB mutation or content-bearing telemetry. Live topic-bearing samples remain desirable for future tuning claims, but they are no longer required before tagging 0.9.0.
|
|
124
|
-
|
|
125
|
-
Release-candidate next steps before tagging 0.9.0:
|
|
126
|
-
- run targeted lifecycle evidence checks (`node test/trim-telemetry.mjs` and the existing adaptive lifecycle regression set)
|
|
127
|
-
- validate release docs/version surface (`npm run validate:docs`, `npm run validate:version-parity`, changelog review)
|
|
128
|
-
- complete the normal release checklist: final smoke/tests, tag notes, and publish/tag verification
|
|
129
|
-
|
|
130
|
-
Do not confuse this with the shipped governance-retrieval work. Governance trigger retrieval is closed unless a new regression appears.
|
|
131
|
-
|
|
132
|
-
## 2a. Runtime diagnostics API allowlist defect
|
|
133
|
-
Status: **CLOSED, upstream verified.** Verified 2026-04-24 against the installed OpenClaw runtime.
|
|
134
|
-
|
|
135
|
-
`openclaw doctor --non-interactive` no longer reports the public-surface allowlist blocker, and a direct memory-core runtime facade probe can load `memory-core/runtime-api.js` through the installed OpenClaw public-surface loader.
|
|
136
|
-
|
|
137
|
-
This remains an upstream OpenClaw surface, not HyperMem-owned code. If the blocker reappears, classify it as `upstream-required` unless HyperMem is failing to expose its own memory plugin diagnostics.
|
|
138
|
-
|
|
139
|
-
## 2b. Topic synthesis bridge defect
|
|
140
|
-
Status: **CLOSED.** Fixed in `8b9f928`; CI `24917765384` passed.
|
|
141
|
-
|
|
142
|
-
Health stats on 2026-04-24 showed `knowledge: 0 active` despite eligible topics, indexed facts, and indexed episodes. Investigation found `TopicSynthesizer` still assumes `library.db.topics.id` matches `messages.db.messages.topic_id`. That invariant broke when per-session `SessionTopicMap` introduced UUID topic ids in messages DBs while library topics kept integer ids. The result is silent topic-wiki synthesis loss: eligible global topics cannot resolve their source messages.
|
|
143
|
-
|
|
144
|
-
Closed fix summary:
|
|
145
|
-
- bridges library topics to per-agent message topics where names align and falls back to the same content detector that created library topics;
|
|
146
|
-
- preserves legacy direct-id fallback for older integer-linked data;
|
|
147
|
-
- emits diagnostics when eligible topics cannot resolve message topic ids or source messages;
|
|
148
|
-
- refreshes unchanged-content upsert metadata so source-ref watermarks do not silently suppress regenerated pages;
|
|
149
|
-
- repairs long-lived `knowledge.visibility` schema drift;
|
|
150
|
-
- covers UUID topic ids, duplicate same-name session topic fragments, content-detector fallback, no-match skips, legacy direct-id fallback, schema-drift repair, unchanged-content watermark refresh, and idempotent upsert.
|
|
151
|
-
|
|
152
|
-
## 3. Contradiction-aware decay
|
|
153
|
-
After 0.9.0 lifecycle work:
|
|
154
|
-
- accelerate decay for superseded facts
|
|
155
|
-
- reduce stale architectural facts surviving long after pivots
|
|
156
|
-
- prevent repeated ghost-fact failures after deletes, renames, and interface changes
|
|
157
|
-
|
|
158
|
-
This is a quality and correctness improvement, not a release blocker.
|
|
159
|
-
|
|
160
|
-
## 4. Turn DAG Phase 5 storage and performance
|
|
161
|
-
After the above correctness and continuity work:
|
|
162
|
-
- content-addressed blob store for repeated large payloads
|
|
163
|
-
- zstd compression for large message bodies
|
|
164
|
-
- cached token estimates on insert
|
|
165
|
-
- optional garbage collection
|
|
166
|
-
- active-only FTS index maintenance
|
|
167
|
-
|
|
168
|
-
Phase 5 stays important, but it is not the next sprint until the higher-priority continuity and lifecycle work is settled.
|
|
169
|
-
|
|
170
|
-
---
|
|
171
|
-
|
|
172
|
-
## Open items
|
|
173
|
-
|
|
174
|
-
### High priority
|
|
175
|
-
| Item | Status | Notes |
|
|
176
|
-
|---|---|---|
|
|
177
|
-
| Runtime diagnostics API allowlist defect | ✅ CLOSED | Verified installed OpenClaw runtime can reach `memory-core/runtime-api.js`; re-open only with a fresh public-surface failure trace. |
|
|
178
|
-
| Topic synthesis bridge defect | ✅ CLOSED | Fixed in `8b9f928`; CI `24917765384` passed. |
|
|
179
|
-
| Adaptive context lifecycle (0.9.0) | ✅ SHIPPED | Released 2026-04-25 as 0.9.0. Threshold tuning remains deferred until future live evidence warrants it. |
|
|
180
|
-
| Vector coverage repair gate | ✅ CLOSED | `embed-existing` now supports knowledge and eligibility-aware coverage reporting; production vectors reached facts 113/113, knowledge 85/85, episodes 30,121/30,121 eligible coverage on 2026-04-24. |
|
|
181
|
-
| Contradiction-aware decay | 🟡 OPEN | Prevents stale-fact poisoning after architectural pivots. |
|
|
182
|
-
| Turn DAG Phase 5 storage/perf | 🟡 OPEN | Important, but later than the items above. |
|
|
183
|
-
| Warm-restore gate closeout | ✅ DONE | Tracked gate-closeout scope is complete; reopen only for a new concrete defect or measurement gap. |
|
|
184
|
-
|
|
185
|
-
### Medium priority
|
|
186
|
-
| Item | Status | Notes |
|
|
187
|
-
|---|---|---|
|
|
188
|
-
| Cross-session context boundary markers | 🟡 OPEN | `buildCrossSessionContext()` still renders flat previews without strong per-message boundaries or sender identity. |
|
|
189
|
-
| Cursor durability (SQLite dual-write) | 🟡 DEFERRED | Needed before background indexer can rely on cursor state across restarts. |
|
|
190
|
-
| Cross-agent registry live load | 🟡 DEFERRED | Replace hardcoded org registry with library.db-backed load on startup. |
|
|
191
|
-
| Write authorization for global-scope facts | 🟡 DEFERRED | Add designated-writer policy for `scope='global'`. |
|
|
192
|
-
|
|
193
|
-
### Lower priority / deferred
|
|
194
|
-
| Item | Status | Notes |
|
|
195
|
-
|---|---|---|
|
|
196
|
-
| Plugin type unification | 🟡 DEFERRED | Structural cleanup, not urgent product work. |
|
|
197
|
-
| Strict topic mode legacy NULL backfill | 🟡 DEFERRED | Wait for stable topic coverage before running the migration/backfill. |
|
|
198
|
-
| ACA Step 4 retrieval stubs replace static files | 🔲 PENDING | Still relevant, but downstream of lifecycle/diagnostics stability. Do not start from older ACA notes. |
|
|
199
|
-
| ACA Step 5 governance context assembly | 🔲 PENDING | Still relevant, but depends on Step 4. Do not start until Step 4 has an accepted implementation contract. |
|
|
200
|
-
| Tokenjuice + HyperMem tool-result pipeline integration | 🔲 TRIAGE | OpenClaw 2026.4.24 ships `tokenjuice`, a deterministic rule-based tool-result pre-trim hook (collapses ANSI/build noise/repeated frames). It and HyperMem's size-based `tool_result_trim` both fire on tool results. Three integration concerns before fleet-wide enable: (1) **Hook ordering**: tokenjuice must run before HyperMem trim so HyperMem only collapses what tokenjuice cannot already remove deterministically. Reverse order wastes savings. (2) **Tool-artifact store**: HyperMem's L4 durable artifact store must capture the **untransformed** tool result, not the tokenjuice-trimmed one. The hook chain should pass `{ raw, transformed }` so artifacts get `raw` while message stream gets `transformed`. (3) **Telemetry**: unify `tool_result_trim_event` schema with `source: "tokenjuice" \| "hypermem"` and per-turn rollup so operators see one report. Sequencing: pilot tokenjuice standalone on one heavy-exec agent (HyperBuilder generator candidate) to measure rule-trim savings on our actual workloads before formalizing the contract. Do not write the contract before we have numbers. Surfaced 2026-04-25 during operator review. |
|
|
201
|
-
| Codex harness compatibility for HyperMem hooks | 🔲 TRIAGE | OpenClaw is generalizing the embedded executor (PI stays default; Codex is a registered plugin harness via `agents.defaults.embeddedHarness`). When a turn runs through the Codex harness, OpenClaw owns mirror transcript + tool dispatch but Codex owns the agent loop and native compaction. Investigate before any agent moves off PI: (1) whether HyperMem's `before_prompt_build`, `before_compaction`, `after_compaction`, `before_message_write`, `llm_input`, `llm_output`, `agent_end`, `after_tool_call` hooks fire with the same timing on Codex turns; (2) collision between HyperCompositor compaction and Codex native app-server compaction (need an explicit disable on one side or a coordination contract); (3) whether the locally mirrored transcript loses any content the indexer assumes is present; (4) `subagent` `context: "fork"` behavior when parent runs on Codex (parent JSONL is mirror, not source of truth); (5) keep `openai-codex/*` provider routes (PI under the hood) distinct from `codex/*` runtime selection (Codex harness). Pilot on one non-critical agent with `runtime: "codex"`, `fallback: "pi"` once the parity gap closes; do not adopt fleet-wide before then. Surfaced 2026-04-24 during operator review. |
|
|
202
|
-
|
|
203
|
-
---
|
|
204
|
-
|
|
205
|
-
## Working rules for future planning
|
|
206
|
-
|
|
207
|
-
1. Add future-work items here first.
|
|
208
|
-
2. Do not create a second roadmap doc for the same workstream.
|
|
209
|
-
3. If a feature needs a design spec, that spec should support implementation details only and must point back here for priority/order.
|
|
210
|
-
4. If code lands out of the planned order, update this file in the same work session.
|
|
211
|
-
5. Historical phase briefs are not roadmap authority.
|
|
212
|
-
|
|
213
|
-
---
|
|
214
|
-
|
|
215
|
-
## Retired planning documents
|
|
216
|
-
|
|
217
|
-
The following overlapping roadmap/spec files were consolidated into this roadmap and removed to stop split-planning:
|
|
218
|
-
- `specs/ROADMAP_RESEQUENCING_2026-04-21.md`
|
|
219
|
-
- `specs/ADAPTIVE_CONTEXT_LIFECYCLE_0.9.0.md`
|
|
220
|
-
- `specs/COMPOSITION_SNAPSHOT_WARM_RESTORE_PLAN.md`
|
|
221
|
-
- `specs/CONTRADICTION_AWARE_DECAY.md`
|
|
222
|
-
|
|
223
|
-
Their useful content is now represented here.
|
|
224
|
-
|
|
225
|
-
---
|
|
226
|
-
|
|
227
|
-
## Historical triage appendix
|
|
228
|
-
|
|
229
|
-
This appendix is the cleanup pass for older improvement lists that were still floating around in the repo and workspace.
|
|
230
|
-
|
|
231
|
-
### Triage legend
|
|
232
|
-
- **SHIPPED**: landed in release code or on `main`
|
|
233
|
-
- **OPEN**: still active in the canonical roadmap above
|
|
234
|
-
- **BACKLOG**: valid idea, but not in the current active execution order
|
|
235
|
-
- **SUPERSEDED**: replaced by a later implementation or a narrower canonical item above
|
|
236
|
-
|
|
237
|
-
### Historical improvement triage
|
|
238
|
-
|
|
239
|
-
| Historical item | First appeared in | Disposition | Canonical location / note |
|
|
240
|
-
|---|---|---|---|
|
|
241
|
-
| End-to-end integration verification | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **SHIPPED** | Closed by the 0.8.0 release-hardening verification work. |
|
|
242
|
-
| Real gateway integration test | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **SHIPPED** | Closed by the 0.8.0 release-hardening verification work. |
|
|
243
|
-
| Fact contradiction handling | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **SHIPPED** | Landed as V19 tiered contradiction resolution in 0.8.0. |
|
|
244
|
-
| Post-retrieval reranking | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **SHIPPED** | Already landed on `main`; no longer roadmap future work. |
|
|
245
|
-
| Oversized-payload artifact handling | workspace `active/hypermem-prioritized-improvements-2026-04-14.md`, workspace `specs/HYPERMEM_PLAN_2026-04-16.md` | **SHIPPED** | Landed in the 0.8.0 correctness cluster. |
|
|
246
|
-
| Model-aware compositor budgeting | workspace `active/hypermem-prioritized-improvements-2026-04-14.md`, workspace `specs/HYPERMEM_PLAN_2026-04-16.md` | **SHIPPED** | Landed as B4 model-aware budgeting in 0.8.0. |
|
|
247
|
-
| Benchmark suite completion | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **BACKLOG** | Still valid, but not part of the current active execution order. |
|
|
248
|
-
| Trust-aware composition / prompt-boundary hygiene | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **SUPERSEDED** | Survives only as narrower work inside warm-restore gates and future lifecycle tuning. |
|
|
249
|
-
| Fleet agent seeding on startup | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **SHIPPED** | Closed in 0.8.0 startup completeness work. |
|
|
250
|
-
| Governance and workspace doc ingestion | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **SUPERSEDED** | Broad ingestion work was replaced by scoped governance trigger retrieval, doctrine-first ranking, and later ACA Step 4/5 items. Do not reopen the broad item. |
|
|
251
|
-
| Prompt-cache validation | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **SUPERSEDED** | Replaced by shipped cache-boundary work and current warm-restore parity gates. |
|
|
252
|
-
| Cross-seat and org-visible fact sharing | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **BACKLOG** | Still deferred pending stronger write-auth and provenance rules. |
|
|
253
|
-
| Knowledge extraction expansion | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **BACKLOG** | Valid future work, not in the current active sequence. |
|
|
254
|
-
| memory-core deprecation path | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **BACKLOG** | Deferred until the current roadmap blocks are complete. |
|
|
255
|
-
| ACA kernel reduction | workspace `active/hypermem-prioritized-improvements-2026-04-14.md` | **SUPERSEDED** | Broad kernel-reduction framing is replaced by adaptive lifecycle 0.9.0 and later ACA Step 4/5 work. |
|
|
256
|
-
| Phase A stability block (duplicate compose, trim ownership, rescue-trim loop, history depth) | workspace `specs/HYPERMEM_PLAN_2026-04-16.md` | **SUPERSEDED** | Historical restructuring plan. Remaining active work is tracked only through the canonical sections above. |
|
|
257
|
-
| Phase B compositor restructure | workspace `specs/HYPERMEM_PLAN_2026-04-16.md` | **SUPERSEDED** | Do not treat as a second roadmap. Re-open only by adding a new item above. |
|
|
258
|
-
| Phase C correctness guards | workspace `specs/HYPERMEM_PLAN_2026-04-16.md`, `specs/RELEASE_HARDENING_0.8.0.md` | **SHIPPED** | Landed in 0.8.0. |
|
|
259
|
-
| Phase D graph semantics follow-on | workspace `specs/HYPERMEM_PLAN_2026-04-16.md` | **SUPERSEDED** | Turn DAG follow-on now lives only as item 4 in the canonical roadmap. |
|
|
260
|
-
| Turn DAG Phase 5 storage/perf | `specs/TURN_DAG_MIGRATION_SPEC.md`, `specs/HYPERBUILDER_PHASE4_BRIEF.md` | **OPEN** | Canonical roadmap item 4. |
|
|
261
|
-
| ACA governance trigger retrieval | direct roadmap follow-up, commits `a03dc01` and `0d33286` | **SHIPPED** | Governance trigger coverage and doctrine-first retrieval are done. Reopen only for a new failing query or regression test. |
|
|
262
|
-
| Adaptive lifecycle diagnostics | direct roadmap follow-up, commits `c94def0` and `322a416` | **SHIPPED** | Kernel and compose diagnostics wiring landed. Remaining lifecycle behavior stays under roadmap item 2, not a separate historical activity. |
|
|
263
|
-
|
|
264
|
-
### Rule after this cleanup
|
|
265
|
-
|
|
266
|
-
If an older workspace note or historical spec lists future work that does not also appear in the main roadmap sections above, treat it as historical context only, not an active plan.
|