feat(spec): lift spec/EARS/todos into cecli.spec#574
Open
JessicaMulein wants to merge 7 commits into
Open
Conversation
2076c5a to
6005667
Compare
Move workspace todos, EARS lint/index/trace, spec generate/refine, implement focus, and agent todo linking from BrightVision into a standalone cecli.spec package with SpecTurnRunner protocol for HTTP glue. Co-authored-by: Cursor <cursoragent@cursor.com>
86c6e2a to
be48690
Compare
Add progress.py for merging agent done state into preserved tasks_md, stable checklist IDs on import, materialize checklist from tasks_md, and try_mark_focus_step_complete for verify/flutter gates. Co-authored-by: Cursor <cursoragent@cursor.com>
Covers checklist population when PATCH sets tasks_md on an empty checklist. Co-authored-by: Cursor <cursoragent@cursor.com>
Export progress/pubspec from cecli.spec; bright-vision-tasks subcommands (materialize, progress, sync-agent, repair-pubspec); inject missing pub deps into implement workspace snapshot. Co-authored-by: Cursor <cursoragent@cursor.com>
Black-wrap tasks_cli and test_pubspec_repair; drop unused json import in test_tasks_cli. Co-authored-by: Cursor <cursoragent@cursor.com>
Stale per-session todo.txt no longer overwrites merged tasks_md after workspace import-agent-plan. Co-authored-by: Cursor <cursoragent@cursor.com>
Expose scan_steering_files and scaffold_steering_files for .cecli/STEERING.md and .cecli/steering/*.md so BrightVision and bright-vision-tasks can list and create project steering without duplicating logic in the HTTP layer. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cecli/spec/package: EARS lint/index/trace, workspace todos, spec generate/refine, implement focus, agent todo linking (~5.8k LOC + tests).SpecTurnRunner/AgentTodoSessionprotocols so BrightVision HTTP session glue stays out of cecli.cecli/tests/spec/.Test plan
python -m pytest cecli/tests/spec/ -q(100 passed)tests/core/test_http_generate_spec_mock.py,test_spec_gen_agent.py,test_spec_job_debug.py