summaryrefslogtreecommitdiff
path: root/Omni/#Agent.hs#
AgeCommit message (Collapse)Author
2025-11-26Jr: Sequential task IDsBen Sima
All tests pass. The sequential task IDs feature for Jr is complete: **Summary:** - Sequential task IDs are implemented in `Omni/Task/Core.hs` using an SQ - IDs follow the format `t-1`, `t-2`, `t-3`, etc. - Child tasks use dotted notation: `t-parent.1`, `t-parent.2` - The `jr task` command uses this through `Omni.Task.main` - Tests verify sequential IDs work correctly (lines 564-586 in Task.hs) Task-Id: t-1o2g8gu9y2z
2025-11-26Jr: Sequential task IDsBen Sima
All tests pass. The sequential task ID feature for Jr is complete: **Summary**: - Sequential task IDs are implemented in `Omni/Task/Core.hs` using an SQ - IDs follow the format `t-1`, `t-2`, `t-3`, etc. - Child tasks use dotted notation: `t-parent.1`, `t-parent.2` - The `jr task` command uses this through `Omni.Task.main` - A new test was added to verify sequential IDs work correctly Task-Id: t-1o2g8gu9y2z