editing jobs

This commit is contained in:
Francesco Renzi
2026-01-21 22:30:19 +00:00
committed by GitHub
parent 9bc9aff86f
commit 008594a3ee
14 changed files with 6450 additions and 9 deletions

View File

@@ -7,15 +7,15 @@
## Progress Checklist
- [ ] **Chunk 1:** Command Parser & Infrastructure
- [ ] **Chunk 2:** Step Serializer (ActionStep → YAML)
- [ ] **Chunk 3:** Step Factory (Create new steps)
- [ ] **Chunk 4:** Step Manipulator (Queue operations)
- [ ] **Chunk 5:** REPL Commands (!step list, !step add run, !step edit, !step remove, !step move)
- [ ] **Chunk 6:** Action Download Integration (!step add uses)
- [ ] **Chunk 7:** Export Command (!step export)
- [ ] **Chunk 8:** JSON API for Browser Extension
- [ ] **Chunk 9:** Browser Extension UI
- [x] **Chunk 1:** Command Parser & Infrastructure
- [x] **Chunk 2:** Step Serializer (ActionStep → YAML)
- [x] **Chunk 3:** Step Factory (Create new steps)
- [x] **Chunk 4:** Step Manipulator (Queue operations)
- [x] **Chunk 5:** REPL Commands (!step list, !step add run, !step edit, !step remove, !step move)
- [x] **Chunk 6:** Action Download Integration (!step add uses)
- [x] **Chunk 7:** Export Command (!step export)
- [x] **Chunk 8:** JSON API for Browser Extension
- [x] **Chunk 9:** Browser Extension UI
## Overview