You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- whether to tag and publish `v0.3.2` immediately after closeout
89
+
- whether to run a dedicated release-readiness pass before the `v0.3.2` tag
90
+
- what the next planned phase is after Phase 12
91
+
92
+
## Exit Condition
93
+
This closeout packet is complete when Phase 12 is summarized cleanly, canonical docs reflect completed Phase 12 truth, and the documented release target is updated to `v0.3.2` without claiming a tag that has not yet been cut.
Copy file name to clipboardExpand all lines: .ai/handoff/CURRENT_STATE.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,31 +5,32 @@
5
5
- Phase 10 is shipped.
6
6
- Phase 11 is shipped.
7
7
- Bridge `B1` through `B4` are shipped.
8
-
-`v0.2.0` is released.
8
+
-`v0.2.0` is the latest published tag.
9
+
-`v0.3.2` is the current release target.
9
10
- Phase 12 Sprint 1 (`P12-S1`) is shipped.
10
11
- Phase 12 Sprint 2 (`P12-S2`) is shipped.
11
12
- Phase 12 Sprint 3 (`P12-S3`) is shipped.
12
13
- Phase 12 Sprint 4 (`P12-S4`) is shipped.
13
-
- Phase 12 Sprint 5 (`P12-S5`) is the active execution sprint.
14
+
- Phase 12 Sprint 5 (`P12-S5`) is shipped.
15
+
- Phase 12 closeout and `v0.3.2` release update are the active control packet.
14
16
15
17
## Current Baseline Truth
16
18
- Alice has typed memory, provenance, trust classes, correction/supersession behavior, open loops, recall, resumption, and explainability.
17
19
- Alice exposes CLI, MCP, hosted/product, provider-runtime, and Hermes bridge surfaces.
18
20
- The codebase already includes semantic retrieval, embeddings, entities/entity edges, trusted-fact promotion, retrieval evaluation fixtures, deterministic resumption briefs, daily briefs, chief-of-staff briefing flows, and the shipped `P12-S1` hybrid retrieval/reranking foundation with retrieval traces.
19
-
- The codebase also includes the shipped `P12-S2` memory mutation candidate and operation foundation, the shipped `P12-S3` contradiction/trust foundation, and the shipped `P12-S4` public eval harness.
20
-
21
-
## Not Yet First-Class In Repo
21
+
- The codebase also includes the shipped `P12-S2` memory mutation candidate and operation foundation, the shipped `P12-S3` contradiction/trust foundation, the shipped `P12-S4` public eval harness, and the shipped `P12-S5` task-adaptive briefing layer.
22
22
23
23
## Phase Transition Note
24
-
- Phase 12 is active.
24
+
- Phase 12 is complete.
25
25
-`P12-S1` is complete and establishes the retrieval baseline.
26
26
-`P12-S2` is complete and establishes the mutation baseline.
27
27
-`P12-S3` is complete and establishes the contradiction/trust baseline.
28
28
-`P12-S4` is complete and establishes the public-eval baseline.
29
-
-`P12-S5` is the active sprint and should build briefing behavior on top of shipped retrieval, mutation, contradiction, and eval baselines without reopening those systems.
30
-
- The current `P12-S5` branch implements task-adaptive brief generation, comparison, and model-pack briefing defaults, pending Control Tower merge approval.
29
+
-`P12-S5` is complete and establishes the task-adaptive briefing baseline.
30
+
- The active docs task is phase closeout, summary, and `v0.3.2` release-target alignment.
31
+
- There are no remaining Phase 12 feature sprints.
31
32
32
33
## Immediate Control Tower Decisions Needed
33
-
- Decide briefing modes and payload schema for user recall, resume, worker subtask, and agent handoff.
34
-
- Decide provider/model-pack fields for briefing strategy and max brief tokens.
35
-
- Decide whether `P12-S5` needs CLI-only, API, and MCP surfaces simultaneously or can stage them.
34
+
- Decide when to cut the `v0.3.2` tag and release.
35
+
- Decide whether a dedicated release-readiness pass is needed before the tag.
36
+
- Decide the next planned phase after Phase 12 closeout.
Copy file name to clipboardExpand all lines: ARCHITECTURE.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
## Scope Boundary
4
4
-**Shipped baseline:** Phases 9-11 and Bridge `B1` through `B4`.
5
-
-**Current repo execution posture:**`v0.2.0` is released; `P12-S1`, `P12-S2`, `P12-S3`, and `P12-S4` are shipped; `P12-S5`is the active sprint.
6
-
-**Phase 12 delta:**retrieval quality, mutation explicitness, contradiction handling, public evals, and adaptive briefing.
5
+
-**Current repo execution posture:**`v0.2.0` is the latest published tag; `v0.3.2` is the current release target; Phase 12 is complete.
6
+
-**Active control-doc task:**Phase 12 closeout and `v0.3.2` release update.
7
7
8
8
## Current System Overview
9
9
Alice is a modular continuity platform with shared continuity semantics across local, hosted, provider-runtime, MCP, and Hermes-integrated surfaces.
@@ -92,7 +92,7 @@ Shipped in `P12-S1`:
92
92
- trust-aware reranking
93
93
- persisted retrieval traces
94
94
95
-
Planned additions:
95
+
Delivered additions:
96
96
-`retrieval_runs`
97
97
-`retrieval_candidates`
98
98
- debug surfaces for API, CLI, and MCP
@@ -135,13 +135,13 @@ Important baseline note: `P12-S4` is now the evaluation baseline for the rest of
135
135
Source-of-truth note: the checked-in fixture catalog defines the authoritative suite/case set and ordering; persisted eval suite/case rows are synchronized snapshots for execution and audit, not an independent planning surface.
136
136
137
137
### P12-S5: Task-Adaptive Briefing
138
-
Separate durable memory from output-specific briefing layers.
138
+
Shipped in `P12-S5`:
139
139
140
-
Planned additions:
140
+
Delivered additions:
141
141
-`task_briefs`
142
142
- provider/model-pack briefing strategy fields
143
143
144
-
Important baseline note: `P12-S5`should build on shipped retrieval, mutation, contradiction, and eval baselines. Existing resumption, daily-brief, and chief-of-staff briefing surfaces are starting points, not greenfield replacements.
144
+
Important baseline note: `P12-S5`closes the planned Phase 12 implementation scope. Existing resumption, daily-brief, and chief-of-staff briefing surfaces remain the starting points rather than being replaced wholesale.
145
145
146
146
## Security And Reliability Rules
147
147
- Keep user/workspace isolation intact for continuity, provider, and channel data.
@@ -169,7 +169,5 @@ Important baseline note: `P12-S5` should build on shipped retrieval, mutation, c
169
169
- release/eval artifacts committed only when they correspond to exact commands and fixtures
170
170
171
171
## Control Tower Decisions Needed
172
-
- Should Phase 12 retrieval ship behind a feature flag before it replaces the default recall path?
173
-
- Should new endpoints use `/v1/retrieval/*`, `/v1/evals/*`, `/v1/briefs/*`, or extend existing continuity endpoints?
174
-
- Should contradictions attach to continuity objects only, memories only, or both with a shared abstraction?
175
-
- Should `DELETE` be restricted to logical deletion/tombstoning by default?
172
+
- Whether `v0.3.2` should be tagged immediately or held until a dedicated release pass.
173
+
- What the next planned phase is after the completed Phase 12 architecture baseline.
Copy file name to clipboardExpand all lines: CURRENT_STATE.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,31 +8,32 @@ Canonical handoff state lives at [.ai/handoff/CURRENT_STATE.md](.ai/handoff/CURR
8
8
- Phase 10 is shipped.
9
9
- Phase 11 is shipped.
10
10
- Bridge `B1` through `B4` are shipped.
11
-
-`v0.2.0` is released.
11
+
-`v0.2.0` is the latest published tag.
12
+
-`v0.3.2` is the current release target.
12
13
- Phase 12 Sprint 1 (`P12-S1`) is shipped.
13
14
- Phase 12 Sprint 2 (`P12-S2`) is shipped.
14
15
- Phase 12 Sprint 3 (`P12-S3`) is shipped.
15
16
- Phase 12 Sprint 4 (`P12-S4`) is shipped.
16
-
- Phase 12 Sprint 5 (`P12-S5`) is the active execution sprint.
17
+
- Phase 12 Sprint 5 (`P12-S5`) is shipped.
18
+
- Phase 12 closeout and `v0.3.2` release update are the active control packet.
17
19
18
20
## Current Baseline Truth
19
21
- Alice has typed memory, provenance, trust classes, correction/supersession behavior, open loops, recall, resumption, and explainability.
20
22
- Alice exposes CLI, MCP, hosted/product, provider-runtime, and Hermes bridge surfaces.
21
23
- The codebase already includes semantic retrieval, embeddings, entities/entity edges, trusted-fact promotion, retrieval evaluation fixtures, deterministic resumption briefs, daily briefs, chief-of-staff briefing flows, and the shipped `P12-S1` hybrid retrieval/reranking foundation with retrieval traces.
22
-
- The codebase also includes the shipped `P12-S2` memory mutation candidate and operation foundation, the shipped `P12-S3` contradiction/trust foundation, and the shipped `P12-S4` public eval harness.
23
-
24
-
## Not Yet First-Class In Repo
24
+
- The codebase also includes the shipped `P12-S2` memory mutation candidate and operation foundation, the shipped `P12-S3` contradiction/trust foundation, the shipped `P12-S4` public eval harness, and the shipped `P12-S5` task-adaptive briefing layer.
25
25
26
26
## Phase Transition Note
27
-
- Phase 12 is active.
27
+
- Phase 12 is complete.
28
28
-`P12-S1` is complete and establishes the retrieval baseline.
29
29
-`P12-S2` is complete and establishes the mutation baseline.
30
30
-`P12-S3` is complete and establishes the contradiction/trust baseline.
31
31
-`P12-S4` is complete and establishes the public-eval baseline.
32
-
-`P12-S5` is the active sprint and should build briefing behavior on top of shipped retrieval, mutation, contradiction, and eval baselines without reopening those systems.
33
-
- The current `P12-S5` branch implements task-adaptive brief generation, comparison, and model-pack briefing defaults, pending Control Tower merge approval.
32
+
-`P12-S5` is complete and establishes the task-adaptive briefing baseline.
33
+
- The active docs task is phase closeout, summary, and `v0.3.2` release-target alignment.
34
+
- There are no remaining Phase 12 feature sprints.
34
35
35
36
## Immediate Control Tower Decisions Needed
36
-
- Decide briefing modes and payload schema for user recall, resume, worker subtask, and agent handoff.
37
-
- Decide provider/model-pack fields for briefing strategy and max brief tokens.
38
-
- Decide whether `P12-S5` needs CLI-only, API, and MCP surfaces simultaneously or can stage them.
37
+
- Decide when to cut the `v0.3.2` tag and release.
38
+
- Decide whether a dedicated release-readiness pass is needed before the tag.
39
+
- Decide the next planned phase after Phase 12 closeout.
Copy file name to clipboardExpand all lines: README.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ durable memory for agents, agent resumption, open loop tracking, local-first ai
15
15
16
16
Alice helps agents **remember what matters, resume interrupted work, explain why something is true, and improve when corrected**.
17
17
18
-
`v0.2.0` is a **pre-1.0 public release**. It packages shipped baseline scope through Phase 11 and Bridge `B1` through `B4` without claiming `v1.0.0` stability guarantees.
18
+
`v0.3.2` is the current **pre-1.0 release target** for the completed Phase 12 boundary. The latest published tag remains `v0.2.0` until the `v0.3.2` release is cut.
19
19
20
20
Most assistants are still good only in the moment. They can answer the current prompt, but they struggle to preserve decisions, track open loops, recover context across sessions, and stay aligned after memory corrections.
21
21
@@ -27,14 +27,20 @@ It provides a **local-first memory and continuity engine** for capture, recall,
27
27
28
28
**Works across local, self-hosted, enterprise, and external-agent workflows via CLI, MCP, provider runtime, OpenClaw import, and Hermes integration.**
29
29
30
-
## Release Boundary (`v0.2.0`)
30
+
## Release Boundary (`v0.3.2` Target)
31
31
32
-
Shipped baseline included in this pre-1.0 release:
32
+
Completed baseline included in this pre-1.0 release target:
33
33
34
34
- Phase 9 continuity core and deterministic local CLI/MCP/importer seams
35
35
- Phase 10 hosted/product layer
36
36
- Phase 11 provider runtime, adapters, and model packs
37
37
- Bridge `B1` through `B4` provider contract, auto-capture flow, review/explainability flow, and bridge docs/smoke validation
38
+
- Phase 12 retrieval quality stack:
39
+
- hybrid retrieval and reranking
40
+
- explicit memory mutation operations
41
+
- contradiction detection and trust calibration
42
+
- public eval harness and baseline reports
43
+
- task-adaptive briefing
38
44
39
45
Historical planning/control artifacts remain available in:
- provider runtime abstraction with workspace-scoped provider registration, capability snapshots, OpenAI-compatible base adapter, local Ollama/llama.cpp, self-hosted vLLM, enterprise Azure, model packs, and external-agent integration paths
145
+
- hybrid retrieval with persisted retrieval traces and debug visibility
146
+
- explicit memory mutation operations with auditability and idempotent replay behavior
147
+
- contradiction detection, contradiction-aware ranking penalties, and trust-signal inspection
148
+
- public eval harness with fixture catalog and checked-in baseline report support
149
+
- task-adaptive briefing for user recall, resume, worker subtask, and agent handoff
139
150
- importers for OpenClaw, Markdown, and ChatGPT exports
140
151
- OpenClaw adapter and demo path
141
152
- evaluation harness and integration docs
@@ -301,15 +312,16 @@ That means the system behaves consistently across local workflows, MCP-connected
0 commit comments