Skip to content

Commit 9c4746d

Browse files
authored
fix(config): zero-conf with endpoint defaults
1 parent ffc806e commit 9c4746d

7 files changed

Lines changed: 1681 additions & 75 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ asynchronously on idle or after compaction.
8888
in-memory fallback. Graphiti is optional; plugin continues with local-only
8989
mode if unavailable.
9090
- **Compaction survival**: Snapshots and events must persist across compaction
91-
cycles. Test via `docs/ContextOverhaulTests.md`.
91+
cycles. Test via `docs/SmokeTests.md`, the authoritative validation manual.
9292
- **Concurrency**: Multiple child sessions should not corrupt root snapshot.
9393
Serialize child event writes to avoid race conditions.
9494

@@ -123,11 +123,9 @@ When starting work, read in this order:
123123
transform.
124124
7. **src/services/** — Redis clients, batch drain, Graphiti async worker, cache
125125
management.
126-
8. **docs/ContextOverhaul.md** — full design rationale (especially for async
127-
decisions and event taxonomy).
128-
9. **docs/ContextOverhaulTests.md** — runtime validation entry point and rewrite
129-
status.
130-
10. **deno.json** — dependencies and build tasks.
126+
8. **docs/SmokeTests.md** — authoritative runtime validation manual and smoke
127+
test entry point.
128+
9. **deno.json** — dependencies and build tasks.
131129

132130
## Configuration
133131

@@ -177,10 +175,9 @@ for scheme-less inputs that do not already include one (`6379` for Redis and
177175
| `src/services/graphiti-async.ts` | Async drain worker, Graphiti interaction. |
178176
| `src/services/connection-manager.ts` | Graphiti MCP health checks. |
179177
| `src/services/batch-drain.ts` | Event batching, retry logic. |
180-
| `docs/ContextOverhaul.md` | Full design document. |
181-
| `docs/ContextOverhaulTests.md` | Runtime validation entry point and rewrite status. |
178+
| `docs/SmokeTests.md` | Authoritative runtime validation manual and smoke tests. |
182179
| `docs/ReviewProtocol.md` | PR review handling workflow. |
183180

184181
---
185182

186-
**Last Updated:** 2026-03-19
183+
**Last Updated:** 2026-03-25

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ regardless of how aggressively the conversation was summarized.
365365
> work as summarized tool events. This plugin promotes child sessions to
366366
> first-class participants in the root session's state so that decisions, file
367367
> edits, and errors from delegated work are fully visible to the parent session.
368-
> See `docs/ContextOverhaul.md` §11.1 for the design rationale.
368+
> See `docs/superpowers/plans/2026-03-20-context-mode-mcp-first.md` for the
369+
> MCP-first rationale and canonical root-session participation model.
369370
370371
When OpenCode spawns a child session (e.g. a subagent or delegated task), the
371372
plugin resolves the child's `sessionID` to the root/parent session by walking

docs/SmokeTests.md

Lines changed: 1089 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)