diff options
Diffstat (limited to 'PLAN.md')
| -rw-r--r-- | PLAN.md | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -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 | ||
| 244 | 1. **Claude Code SDK vs CLI**: Need to verify SDK capabilities. Fallback to spawning CLI if needed. | 244 | 1. **Claude Agent SDK**: Using the SDK (`@anthropic-ai/claude-agent-sdk`) — provides hooks, session management, and streaming. |
| 245 | 245 | ||
| 246 | 2. **Artifact storage**: Store in SQLite (current plan) or as actual files in project directory? | 246 | 2. **Artifact storage**: Files in `.claude-flow/` directory (research.md, plan.md). Editable in any editor, visible in git. |
| 247 | 247 | ||
| 248 | 3. **Session context**: How much conversation history to include? Compaction strategy? | 248 | 3. **Session context**: SDK auto-compacts when context fills. UI will show token usage so users can see context size. |
| 249 | 249 | ||
| 250 | 4. **Multi-file editing**: How to handle plans that span many files? Tree view of changes? | 250 | 4. **Code review**: Out of scope — this tool enforces the *generation* workflow. Review stays in git. |
| 251 | 251 | ||
| 252 | --- | 252 | --- |
| 253 | 253 | ||
