From 399b03824c9970a7072f9632945282ff85ada1a0 Mon Sep 17 00:00:00 2001 From: Clawd Date: Fri, 27 Feb 2026 21:51:02 -0800 Subject: Address review comments: clarify decisions, add context indicator --- PLAN.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'PLAN.md') diff --git a/PLAN.md b/PLAN.md index 4495134..de6e333 100644 --- a/PLAN.md +++ b/PLAN.md @@ -239,15 +239,15 @@ If you encounter issues not covered by the plan, stop and ask. --- -## Open Questions +## Decisions Made -1. **Claude Code SDK vs CLI**: Need to verify SDK capabilities. Fallback to spawning CLI if needed. +1. **Claude Agent SDK**: Using the SDK (`@anthropic-ai/claude-agent-sdk`) — provides hooks, session management, and streaming. -2. **Artifact storage**: Store in SQLite (current plan) or as actual files in project directory? +2. **Artifact storage**: Files in `.claude-flow/` directory (research.md, plan.md). Editable in any editor, visible in git. -3. **Session context**: How much conversation history to include? Compaction strategy? +3. **Session context**: SDK auto-compacts when context fills. UI will show token usage so users can see context size. -4. **Multi-file editing**: How to handle plans that span many files? Tree view of changes? +4. **Code review**: Out of scope — this tool enforces the *generation* workflow. Review stays in git. --- -- cgit v1.2.3