2.5 KiB
2.5 KiB
Title
Expand Council Review Skill Test Plan Coverage
Status
completed
Owner
- Codex main agent
Started At
2026-03-19
Goal
- Add the next batch of high-value
docs/tests/council-review-skill/forward-test cases to cover important council workflow gaps beyond the initial smoke suite.
Scope
- Update
docs/tests/council-review-skill/README.mdwith the expanded case index. - Add five new council-review skill case documents.
- Update
docs/implementation-roadmap.mdto reflect the broader skill test-plan coverage.
Checklist
- Identify the highest-value uncovered council-review skill scenarios.
- Update the council-review skill README case index.
- Author the five new case documents.
- Update implementation roadmap and archive this execution roadmap.
Files
docs/tests/council-review-skill/README.mddocs/tests/council-review-skill/council-report-show-all-includes-minority-through-bundled-cli.mddocs/tests/council-review-skill/council-report-rejects-invalid-show-through-bundled-cli.mddocs/tests/council-review-skill/council-tally-strict-keeps-distinct-proposals-through-bundled-cli.mddocs/tests/council-review-skill/council-reviewer-output-invalid-json-fails-tally-through-bundled-cli.mddocs/tests/council-review-skill/council-start-with-target-file-through-bundled-cli.mddocs/implementation-roadmap.mddocs/roadmaps/archive/council-review-skill-gap-fill.md
Decisions
- Prioritize skill-level scenarios that add real workflow coverage rather than mechanically duplicating every lower-level
orch councilcontract. - Focus the gap fill on explicit report filtering, strict tally semantics, malformed reviewer output, and non-prompt target context.
Blockers
- none
Next Step
- Capture recorded example runs or direct CLI replays for the new council-review skill cases when execution evidence is needed.
Completion Summary
- Expanded
docs/tests/council-review-skill/README.mdso the shared execution contract now explicitly covers target-file fixtures and indexes the five new gap-fill cases. - Added five forward-test case documents covering explicit
--show allminority reporting, invalid--showrejection, strict tally semantics, malformed reviewer JSON at tally time, and target-file council start inputs. - Updated
docs/implementation-roadmap.mdto record that the council-review skill test-plan directory now covers nine workflow scenarios rather than only the initial smoke suite.