Alex Verkhovsky
|
5fcdae02b5
|
refactor(code-review): defer finding IDs until consolidation
|
2026-01-04 05:33:21 -08:00 |
Alex Verkhovsky
|
b8eeb78cff
|
refactor(adversarial-review): simplify severity/validity classification
|
2026-01-04 04:13:46 -08:00 |
Alex Verkhovsky
|
b628eec9fd
|
refactor(code-review): simplify adversarial review task invocation
|
2026-01-04 04:07:23 -08:00 |
Alex Verkhovsky
|
f5d949b922
|
feat(dev-story): capture baseline commit for code-review diff
|
2026-01-04 03:04:56 -08:00 |
Alex Verkhovsky
|
6d1d7d0e72
|
fix(adversarial-review): add tech-spec exclusion and read-only notes
|
2026-01-04 02:12:02 -08:00 |
Alex Verkhovsky
|
8b6a053d2e
|
fix(code-review): simplify diff exclusion to implementation_artifacts only
|
2026-01-04 01:41:20 -08:00 |
Alex Verkhovsky
|
460c27e29a
|
refactor(code-review): convert to sharded format with dual-phase review
Convert monolithic code-review workflow to step-file architecture:
- workflow.md: Overview and initialization
- step-01: Load story and discover git changes
- step-02: Build review attack plan
- step-03: Context-aware review (validates ACs, audits tasks)
- step-04: Adversarial review (information-asymmetric diff review)
- step-05: Consolidate findings (merge + deduplicate)
- step-06: Resolve findings and update status
Key features:
- Dual-phase review: context-aware + context-independent adversarial
- Information asymmetry: adversarial reviewer sees only diff, no story
- Uses review-adversarial-general.xml via subagent (with fallbacks)
- Findings consolidation with severity (CRITICAL/HIGH/MEDIUM/LOW)
- State variables for cross-step persistence
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-04 01:07:58 -08:00 |