This commit is contained in:
Francesco Renzi
2026-01-22 00:12:27 +00:00
committed by GitHub
parent 1bba60b475
commit d334ab3f0a
8 changed files with 1446 additions and 1183 deletions

View File

@@ -1,6 +1,6 @@
# Plan: Simplify Step Commands to Use REPL Format
**Status:** Ready for Implementation
**Status:** Complete
**Date:** January 2026
**Prerequisites:** dap-step-manipulation.md (Chunks 1-9 completed)
@@ -30,12 +30,12 @@ This causes issues:
## Progress Checklist
- [ ] **Chunk 1:** Update StepCommandParser - `steps` prefix, `--output` flag, remove JSON parsing
- [ ] **Chunk 2:** Update StepCommandHandler - format responses based on OutputFormat
- [ ] **Chunk 3:** Update Browser Extension - build REPL command strings
- [ ] **Chunk 4:** Update REPL context detection in browser extension
- [ ] **Chunk 5:** Update/remove tests
- [ ] **Chunk 6:** Update plan documentation
- [x] **Chunk 1:** Update StepCommandParser - `steps` prefix, `--output` flag, remove JSON parsing
- [x] **Chunk 2:** Update StepCommandHandler - format responses based on OutputFormat
- [x] **Chunk 3:** Update Browser Extension - build REPL command strings
- [x] **Chunk 4:** Update REPL context detection in browser extension
- [x] **Chunk 5:** Update/remove tests
- [x] **Chunk 6:** Update plan documentation
---