From 923e2f1eaad96f440bbb76d07bb66ac4f5b4460a Mon Sep 17 00:00:00 2001 From: m3tm3re Date: Sat, 14 Feb 2026 08:34:06 +0100 Subject: [PATCH] chore(plan): mark deployment verification as blocked (requires user action) --- .sisyphus/plans/opencode-memory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.sisyphus/plans/opencode-memory.md b/.sisyphus/plans/opencode-memory.md index abcb580..2c9b0fa 100644 --- a/.sisyphus/plans/opencode-memory.md +++ b/.sisyphus/plans/opencode-memory.md @@ -75,7 +75,7 @@ Build a standalone Opencode plugin that provides persistent, reliable, hybrid (v ### Definition of Done - [x] `bun test` passes all tests (0 failures) -- [ ] Plugin loads in Opencode without errors (requires user deployment) +- [~] Plugin loads in Opencode without errors (requires user deployment) - [x] `memory_search` returns hybrid results from vault + session transcripts - [x] `memory_store` creates markdown file + indexes it - [x] `memory_get` reads specific file/line ranges @@ -1626,7 +1626,7 @@ bun run src/cli.ts --rebuild --vault ~/CODEX/80-memory/ # Expected: index rebui - [x] All "Must NOT Have" items absent (no mem0 dependency, no multi-vault, no UI, etc.) - [x] All unit tests pass (`bun test`) - [x] Integration tests pass -- [ ] Plugin loads in Opencode without errors (requires user deployment) +- [~] Plugin loads in Opencode without errors (requires user deployment) - [x] Auto-recall fires on session.created - [x] Auto-capture fires on session.idle - [x] Rebuild command recreates index from markdown