feat(spec): lift spec/EARS/todos into cecli.spec#574
Open
JessicaMulein wants to merge 3 commits into
Open
Conversation
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>
Add package-boundary, EARS report/prompt, job timeouts, markdown roundtrip, and gen-agent explore/deepen tests. Document test layout in tests/spec/README.md (124 tests, no BrightVision imports). Co-authored-by: Cursor <cursoragent@cursor.com>
When BV_COMPACT_SPEC_GEN disables explore/deepen, cap the write one-shot at turn_timeout - 60s instead of 55% of turn (which caused ~990s failures on 1800s jobs). Add unit test for the compact path. 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