28 lines
1.3 KiB
Markdown
28 lines
1.3 KiB
Markdown
# Code Review Output Artifacts
|
|||
|
|
|
||
|
|
> Output tree for code review artifacts. Read on-demand for reference.
|
||
|
|
> Output model ([org-internal #1988] Tier 1 migration): Tier 1 local files (raw dimension findings) + Tier 2 wiki pages (task prompts, revision summaries, final reports) + Tier 2 synthesis comment. Status tracking via commit status `pipeline/review-code`.
|
||
|
|
|
||
|
|
```
|
||
|
|
<runs-root>/{slug}/reviews/code/
|
||
|
|
├── round{N}/
|
||
|
|
│ ├── findings-{DIMENSION_CODE}.json # Reviewer dimension findings (Tier 1 local, validated by reviewer-output.schema.json)
|
||
|
|
│ └── task-synthesizer.md # Synthesis prompt (Tier 1 local, passed to Synthesizer via prompt_file)
|
||
|
|
|
||
|
|
Ticket: #{issue_number}
|
||
|
|
└── synthesis comment # Orchestrator synthesis (```json block, Tier 2)
|
||
|
|
|
||
|
|
Wiki: {slug}/reviews/code/
|
||
|
|
├── round{N}/
|
||
|
|
│ ├── task-developer # Phase C dispatch prompt (wiki page)
|
||
|
|
│ └── revision-summary # Developer revision summary (wiki page)
|
||
|
|
└── final/
|
||
|
|
└── report # Final human-readable report (wiki page)
|
||
|
|
|
||
|
|
Commit status: context "pipeline/review-code"
|
||
|
|
```
|
||
|
|
|
||
|
|
**Dimensions (10)**: COR, DGN, SEC, PERF, TST, STY, DBT, A11Y, DOC, TRC
|
||
|
|
|
||
|
|
See `code-review-dimensions.md` for mapping. ERR/DEP/CMP were merged into COR/DGN per the 13→10 consolidation.
|