mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
1.5 KiB
1.5 KiB
Mode: cycle-update
A scoped refresh of existing test-spec artifacts against the current feature cycle's completed tasks. Used by existing-code flow's per-cycle sync step.
Inputs
- The list of task spec files in
_docs/02_tasks/done/implemented in the current cycle _docs/03_implementation/implementation_report_{feature_slug}_cycle{N}.md
Phases that run
- Skip Phase 1 (input data analysis)
- Skip Phase 4 (script generation)
- Run a narrowed Phase 2 and Phase 3 per the rules below
Narrowed rules
- For each new AC in the cycle's task specs, check
traceability-matrix.md. If not covered, append one row. - For each new component surface exposed in the cycle (new endpoint, event, DTO field — detectable from task Scope and from diffs against
module-layout.md), append scenarios to the relevantblackbox-tests.md/performance-tests.md/security-tests.md/resilience-tests.md/resource-limit-tests.mdcategory. Reuse the existing test template shapes. - For each NFR declared in a cycle task spec, propagate it to the matching spec file. If the NFR conflicts with an existing spec entry, present via the Choose format.
- Do NOT rewrite unaffected sections. Preserve existing traceability IDs.
- Save only the files that changed, update
traceability-matrix.mdlast.
Save action
Save only the changed test artifact files under TESTS_OUTPUT_DIR. Update traceability-matrix.md last, after all per-category files are written.