Output Contracts を report 配下のネスト構造に変更し、Quality Gates をスキーマ・パーサーに追加。 未使用コード検出ポリシーから公開API例外ルールを削除し、AIが未使用コードを許容する抜け道を塞ぐ。
203 lines
5.3 KiB
YAML
203 lines
5.3 KiB
YAML
# Auto-generated from minimal.yaml by tools/generate-hybrid-codex.mjs
|
|
# Do not edit manually. Edit the source piece and re-run the generator.
|
|
|
|
name: minimal-hybrid-codex
|
|
description: Minimal development piece (implement -> parallel review -> fix if needed -> complete)
|
|
max_iterations: 20
|
|
personas:
|
|
coder: ../personas/coder.md
|
|
ai-antipattern-reviewer: ../personas/ai-antipattern-reviewer.md
|
|
supervisor: ../personas/supervisor.md
|
|
instructions:
|
|
implement: ../instructions/implement.md
|
|
review-ai: ../instructions/review-ai.md
|
|
ai-fix: ../instructions/ai-fix.md
|
|
supervise: ../instructions/supervise.md
|
|
fix-supervisor: ../instructions/fix-supervisor.md
|
|
report_formats:
|
|
ai-review: ../output-contracts/ai-review.md
|
|
initial_movement: implement
|
|
movements:
|
|
- name: implement
|
|
edit: true
|
|
persona: coder
|
|
provider: codex
|
|
policy:
|
|
- coding
|
|
- testing
|
|
allowed_tools:
|
|
- Read
|
|
- Glob
|
|
- Grep
|
|
- Edit
|
|
- Write
|
|
- Bash
|
|
- WebSearch
|
|
- WebFetch
|
|
permission_mode: edit
|
|
instruction: implement
|
|
rules:
|
|
- condition: Implementation complete
|
|
next: reviewers
|
|
- condition: Cannot proceed, insufficient info
|
|
next: ABORT
|
|
- condition: User input required because there are items to confirm with the user
|
|
next: implement
|
|
requires_user_input: true
|
|
interactive_only: true
|
|
output_contracts:
|
|
report:
|
|
- Scope: 01-coder-scope.md
|
|
- Decisions: 02-coder-decisions.md
|
|
- name: reviewers
|
|
parallel:
|
|
- name: ai_review
|
|
edit: false
|
|
persona: ai-antipattern-reviewer
|
|
policy:
|
|
- review
|
|
- ai-antipattern
|
|
allowed_tools:
|
|
- Read
|
|
- Glob
|
|
- Grep
|
|
- WebSearch
|
|
- WebFetch
|
|
instruction: review-ai
|
|
rules:
|
|
- condition: No AI-specific issues
|
|
- condition: AI-specific issues found
|
|
output_contracts:
|
|
report:
|
|
- name: 03-ai-review.md
|
|
format: ai-review
|
|
- name: supervise
|
|
edit: false
|
|
persona: supervisor
|
|
policy: review
|
|
allowed_tools:
|
|
- Read
|
|
- Glob
|
|
- Grep
|
|
- Bash
|
|
- WebSearch
|
|
- WebFetch
|
|
instruction: supervise
|
|
rules:
|
|
- condition: All checks passed
|
|
- condition: Requirements unmet, tests failing
|
|
output_contracts:
|
|
report:
|
|
- Validation: 05-supervisor-validation.md
|
|
- Summary: summary.md
|
|
rules:
|
|
- condition: all("No AI-specific issues", "All checks passed")
|
|
next: COMPLETE
|
|
- condition: all("AI-specific issues found", "Requirements unmet, tests failing")
|
|
next: fix_both
|
|
- condition: any("AI-specific issues found")
|
|
next: ai_fix
|
|
- condition: any("Requirements unmet, tests failing")
|
|
next: supervise_fix
|
|
- name: fix_both
|
|
parallel:
|
|
- name: ai_fix_parallel
|
|
edit: true
|
|
persona: coder
|
|
provider: codex
|
|
policy:
|
|
- coding
|
|
- testing
|
|
allowed_tools:
|
|
- Read
|
|
- Glob
|
|
- Grep
|
|
- Edit
|
|
- Bash
|
|
- WebSearch
|
|
- WebFetch
|
|
permission_mode: edit
|
|
rules:
|
|
- condition: AI Reviewer's issues fixed
|
|
- condition: No fix needed (verified target files/spec)
|
|
- condition: Cannot proceed, insufficient info
|
|
instruction: ai-fix
|
|
- name: supervise_fix_parallel
|
|
edit: true
|
|
persona: coder
|
|
provider: codex
|
|
policy:
|
|
- coding
|
|
- testing
|
|
allowed_tools:
|
|
- Read
|
|
- Glob
|
|
- Grep
|
|
- Edit
|
|
- Bash
|
|
- WebSearch
|
|
- WebFetch
|
|
permission_mode: edit
|
|
rules:
|
|
- condition: Supervisor's issues fixed
|
|
- condition: Cannot proceed, insufficient info
|
|
instruction: fix-supervisor
|
|
rules:
|
|
- condition: all("AI Reviewer's issues fixed", "Supervisor's issues fixed")
|
|
next: reviewers
|
|
- condition: any("No fix needed (verified target files/spec)", "Cannot proceed, insufficient info")
|
|
next: implement
|
|
- name: ai_fix
|
|
edit: true
|
|
persona: coder
|
|
provider: codex
|
|
policy:
|
|
- coding
|
|
- testing
|
|
allowed_tools:
|
|
- Read
|
|
- Glob
|
|
- Grep
|
|
- Edit
|
|
- Write
|
|
- Bash
|
|
- WebSearch
|
|
- WebFetch
|
|
permission_mode: edit
|
|
rules:
|
|
- condition: AI Reviewer's issues fixed
|
|
next: reviewers
|
|
- condition: No fix needed (verified target files/spec)
|
|
next: implement
|
|
- condition: Cannot proceed, insufficient info
|
|
next: implement
|
|
instruction: ai-fix
|
|
- name: supervise_fix
|
|
edit: true
|
|
persona: coder
|
|
provider: codex
|
|
policy:
|
|
- coding
|
|
- testing
|
|
allowed_tools:
|
|
- Read
|
|
- Glob
|
|
- Grep
|
|
- Edit
|
|
- Write
|
|
- Bash
|
|
- WebSearch
|
|
- WebFetch
|
|
permission_mode: edit
|
|
rules:
|
|
- condition: Supervisor's issues fixed
|
|
next: reviewers
|
|
- condition: Cannot proceed, insufficient info
|
|
next: implement
|
|
instruction: fix-supervisor
|
|
policies:
|
|
coding: ../policies/coding.md
|
|
review: ../policies/review.md
|
|
testing: ../policies/testing.md
|
|
ai-antipattern: ../policies/ai-antipattern.md
|