feat(FN-1062): fix step status tracking and expose step session settings in CLI

- Fix step status not being tracked correctly in executor callbacks (done/skipped were not updated)
- Expose runStepsInNewSessions and maxParallelSteps settings in CLI settings command
- Add AGENTS.md documentation for runStepsInNewSessions and maxParallelSteps settings
- Add changeset for the published CLI package
- Add tests for CLI settings validation and executor step status tracking
This commit is contained in:
gsxdsm
2026-04-07 13:41:12 -07:00
parent a549dbde81
commit b8aa019fab
6 changed files with 202 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Expose `runStepsInNewSessions` and `maxParallelSteps` settings in the CLI (`kb settings set/show`). Step status now updates in the store during step-session execution for real-time dashboard progress.