aboutsummaryrefslogtreecommitdiffstats
path: root/PLAN.md
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-27 21:51:02 -0800
committerClawd <ai@clawd.bot>2026-02-27 21:51:02 -0800
commit399b03824c9970a7072f9632945282ff85ada1a0 (patch)
tree7c51580ecc75e765ed71e9052c779d5c70c5e148 /PLAN.md
parent34ba41851752da108fbede66997cda0f814eb714 (diff)
Address review comments: clarify decisions, add context indicator
Diffstat (limited to 'PLAN.md')
-rw-r--r--PLAN.md10
1 files changed, 5 insertions, 5 deletions
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.
239 239
240--- 240---
241 241
242## Open Questions 242## Decisions Made
243 243
2441. **Claude Code SDK vs CLI**: Need to verify SDK capabilities. Fallback to spawning CLI if needed. 2441. **Claude Agent SDK**: Using the SDK (`@anthropic-ai/claude-agent-sdk`) — provides hooks, session management, and streaming.
245 245
2462. **Artifact storage**: Store in SQLite (current plan) or as actual files in project directory? 2462. **Artifact storage**: Files in `.claude-flow/` directory (research.md, plan.md). Editable in any editor, visible in git.
247 247
2483. **Session context**: How much conversation history to include? Compaction strategy? 2483. **Session context**: SDK auto-compacts when context fills. UI will show token usage so users can see context size.
249 249
2504. **Multi-file editing**: How to handle plans that span many files? Tree view of changes? 2504. **Code review**: Out of scope — this tool enforces the *generation* workflow. Review stays in git.
251 251
252--- 252---
253 253