update hybrid
This commit is contained in:
parent
2c7bd4834f
commit
5f1d85277a
@ -4,10 +4,6 @@
|
|||||||
name: coding-hybrid-codex
|
name: coding-hybrid-codex
|
||||||
description: Lightweight development piece with planning and parallel reviews (plan -> implement -> parallel review -> complete)
|
description: Lightweight development piece with planning and parallel reviews (plan -> implement -> parallel review -> complete)
|
||||||
max_iterations: 20
|
max_iterations: 20
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
knowledge:
|
knowledge:
|
||||||
architecture: ../knowledge/architecture.md
|
architecture: ../knowledge/architecture.md
|
||||||
personas:
|
personas:
|
||||||
@ -21,10 +17,6 @@ instructions:
|
|||||||
ai-review: ../instructions/ai-review.md
|
ai-review: ../instructions/ai-review.md
|
||||||
review-arch: ../instructions/review-arch.md
|
review-arch: ../instructions/review-arch.md
|
||||||
fix: ../instructions/fix.md
|
fix: ../instructions/fix.md
|
||||||
output_contracts:
|
|
||||||
plan: ../output-contracts/plan.md
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
architecture-review: ../output-contracts/architecture-review.md
|
|
||||||
initial_movement: plan
|
initial_movement: plan
|
||||||
movements:
|
movements:
|
||||||
- name: plan
|
- name: plan
|
||||||
@ -87,7 +79,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 04-ai-review.md
|
name: 04-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -148,3 +142,12 @@ movements:
|
|||||||
- condition: Cannot determine, insufficient information
|
- condition: Cannot determine, insufficient information
|
||||||
next: ABORT
|
next: ABORT
|
||||||
instruction: fix
|
instruction: fix
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
output_contracts:
|
||||||
|
plan: ../output-contracts/plan.md
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
architecture-review: ../output-contracts/architecture-review.md
|
||||||
|
|||||||
@ -4,10 +4,6 @@
|
|||||||
name: default-hybrid-codex
|
name: default-hybrid-codex
|
||||||
description: Standard development piece with planning and specialized reviews
|
description: Standard development piece with planning and specialized reviews
|
||||||
max_iterations: 30
|
max_iterations: 30
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
knowledge:
|
knowledge:
|
||||||
backend: ../knowledge/backend.md
|
backend: ../knowledge/backend.md
|
||||||
architecture: ../knowledge/architecture.md
|
architecture: ../knowledge/architecture.md
|
||||||
@ -30,14 +26,6 @@ instructions:
|
|||||||
review-qa: ../instructions/review-qa.md
|
review-qa: ../instructions/review-qa.md
|
||||||
fix: ../instructions/fix.md
|
fix: ../instructions/fix.md
|
||||||
supervise: ../instructions/supervise.md
|
supervise: ../instructions/supervise.md
|
||||||
output_contracts:
|
|
||||||
plan: ../output-contracts/plan.md
|
|
||||||
architecture-design: ../output-contracts/architecture-design.md
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
architecture-review: ../output-contracts/architecture-review.md
|
|
||||||
qa-review: ../output-contracts/qa-review.md
|
|
||||||
validation: ../output-contracts/validation.md
|
|
||||||
summary: ../output-contracts/summary.md
|
|
||||||
initial_movement: plan
|
initial_movement: plan
|
||||||
loop_monitors:
|
loop_monitors:
|
||||||
- cycle:
|
- cycle:
|
||||||
@ -149,7 +137,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 04-ai-review.md
|
name: 04-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -233,7 +223,9 @@ movements:
|
|||||||
- name: qa-review
|
- name: qa-review
|
||||||
edit: false
|
edit: false
|
||||||
persona: qa-reviewer
|
persona: qa-reviewer
|
||||||
policy: review
|
policy:
|
||||||
|
- review
|
||||||
|
- qa
|
||||||
report:
|
report:
|
||||||
name: 06-qa-review.md
|
name: 06-qa-review.md
|
||||||
format: qa-review
|
format: qa-review
|
||||||
@ -298,3 +290,17 @@ movements:
|
|||||||
- condition: Requirements unmet, tests failing, build errors
|
- condition: Requirements unmet, tests failing, build errors
|
||||||
next: plan
|
next: plan
|
||||||
instruction: supervise
|
instruction: supervise
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
qa: ../policies/qa.md
|
||||||
|
output_contracts:
|
||||||
|
plan: ../output-contracts/plan.md
|
||||||
|
architecture-design: ../output-contracts/architecture-design.md
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
architecture-review: ../output-contracts/architecture-review.md
|
||||||
|
qa-review: ../output-contracts/qa-review.md
|
||||||
|
validation: ../output-contracts/validation.md
|
||||||
|
summary: ../output-contracts/summary.md
|
||||||
|
|||||||
@ -4,10 +4,6 @@
|
|||||||
name: expert-cqrs-hybrid-codex
|
name: expert-cqrs-hybrid-codex
|
||||||
description: CQRS+ES, Frontend, Security, QA Expert Review
|
description: CQRS+ES, Frontend, Security, QA Expert Review
|
||||||
max_iterations: 30
|
max_iterations: 30
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
knowledge:
|
knowledge:
|
||||||
frontend: ../knowledge/frontend.md
|
frontend: ../knowledge/frontend.md
|
||||||
backend: ../knowledge/backend.md
|
backend: ../knowledge/backend.md
|
||||||
@ -37,15 +33,6 @@ instructions:
|
|||||||
fix: ../instructions/fix.md
|
fix: ../instructions/fix.md
|
||||||
supervise: ../instructions/supervise.md
|
supervise: ../instructions/supervise.md
|
||||||
fix-supervisor: ../instructions/fix-supervisor.md
|
fix-supervisor: ../instructions/fix-supervisor.md
|
||||||
output_contracts:
|
|
||||||
plan: ../output-contracts/plan.md
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
cqrs-es-review: ../output-contracts/cqrs-es-review.md
|
|
||||||
frontend-review: ../output-contracts/frontend-review.md
|
|
||||||
security-review: ../output-contracts/security-review.md
|
|
||||||
qa-review: ../output-contracts/qa-review.md
|
|
||||||
validation: ../output-contracts/validation.md
|
|
||||||
summary: ../output-contracts/summary.md
|
|
||||||
initial_movement: plan
|
initial_movement: plan
|
||||||
movements:
|
movements:
|
||||||
- name: plan
|
- name: plan
|
||||||
@ -108,7 +95,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 03-ai-review.md
|
name: 03-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -230,7 +219,9 @@ movements:
|
|||||||
- name: qa-review
|
- name: qa-review
|
||||||
edit: false
|
edit: false
|
||||||
persona: qa-reviewer
|
persona: qa-reviewer
|
||||||
policy: review
|
policy:
|
||||||
|
- review
|
||||||
|
- qa
|
||||||
report:
|
report:
|
||||||
name: 07-qa-review.md
|
name: 07-qa-review.md
|
||||||
format: qa-review
|
format: qa-review
|
||||||
@ -325,3 +316,18 @@ movements:
|
|||||||
next: supervise
|
next: supervise
|
||||||
- condition: Unable to proceed with fixes
|
- condition: Unable to proceed with fixes
|
||||||
next: plan
|
next: plan
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
qa: ../policies/qa.md
|
||||||
|
output_contracts:
|
||||||
|
plan: ../output-contracts/plan.md
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
cqrs-es-review: ../output-contracts/cqrs-es-review.md
|
||||||
|
frontend-review: ../output-contracts/frontend-review.md
|
||||||
|
security-review: ../output-contracts/security-review.md
|
||||||
|
qa-review: ../output-contracts/qa-review.md
|
||||||
|
validation: ../output-contracts/validation.md
|
||||||
|
summary: ../output-contracts/summary.md
|
||||||
|
|||||||
@ -4,10 +4,6 @@
|
|||||||
name: expert-hybrid-codex
|
name: expert-hybrid-codex
|
||||||
description: Architecture, Frontend, Security, QA Expert Review
|
description: Architecture, Frontend, Security, QA Expert Review
|
||||||
max_iterations: 30
|
max_iterations: 30
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
knowledge:
|
knowledge:
|
||||||
frontend: ../knowledge/frontend.md
|
frontend: ../knowledge/frontend.md
|
||||||
backend: ../knowledge/backend.md
|
backend: ../knowledge/backend.md
|
||||||
@ -35,15 +31,6 @@ instructions:
|
|||||||
fix: ../instructions/fix.md
|
fix: ../instructions/fix.md
|
||||||
supervise: ../instructions/supervise.md
|
supervise: ../instructions/supervise.md
|
||||||
fix-supervisor: ../instructions/fix-supervisor.md
|
fix-supervisor: ../instructions/fix-supervisor.md
|
||||||
output_contracts:
|
|
||||||
plan: ../output-contracts/plan.md
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
architecture-review: ../output-contracts/architecture-review.md
|
|
||||||
frontend-review: ../output-contracts/frontend-review.md
|
|
||||||
security-review: ../output-contracts/security-review.md
|
|
||||||
qa-review: ../output-contracts/qa-review.md
|
|
||||||
validation: ../output-contracts/validation.md
|
|
||||||
summary: ../output-contracts/summary.md
|
|
||||||
initial_movement: plan
|
initial_movement: plan
|
||||||
movements:
|
movements:
|
||||||
- name: plan
|
- name: plan
|
||||||
@ -105,7 +92,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 03-ai-review.md
|
name: 03-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -226,7 +215,9 @@ movements:
|
|||||||
- name: qa-review
|
- name: qa-review
|
||||||
edit: false
|
edit: false
|
||||||
persona: qa-reviewer
|
persona: qa-reviewer
|
||||||
policy: review
|
policy:
|
||||||
|
- review
|
||||||
|
- qa
|
||||||
report:
|
report:
|
||||||
name: 07-qa-review.md
|
name: 07-qa-review.md
|
||||||
format: qa-review
|
format: qa-review
|
||||||
@ -319,3 +310,18 @@ movements:
|
|||||||
next: supervise
|
next: supervise
|
||||||
- condition: Unable to proceed with fixes
|
- condition: Unable to proceed with fixes
|
||||||
next: plan
|
next: plan
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
qa: ../policies/qa.md
|
||||||
|
output_contracts:
|
||||||
|
plan: ../output-contracts/plan.md
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
architecture-review: ../output-contracts/architecture-review.md
|
||||||
|
frontend-review: ../output-contracts/frontend-review.md
|
||||||
|
security-review: ../output-contracts/security-review.md
|
||||||
|
qa-review: ../output-contracts/qa-review.md
|
||||||
|
validation: ../output-contracts/validation.md
|
||||||
|
summary: ../output-contracts/summary.md
|
||||||
|
|||||||
@ -4,10 +4,6 @@
|
|||||||
name: minimal-hybrid-codex
|
name: minimal-hybrid-codex
|
||||||
description: Minimal development piece (implement -> parallel review -> fix if needed -> complete)
|
description: Minimal development piece (implement -> parallel review -> fix if needed -> complete)
|
||||||
max_iterations: 20
|
max_iterations: 20
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
personas:
|
personas:
|
||||||
coder: ../personas/coder.md
|
coder: ../personas/coder.md
|
||||||
ai-antipattern-reviewer: ../personas/ai-antipattern-reviewer.md
|
ai-antipattern-reviewer: ../personas/ai-antipattern-reviewer.md
|
||||||
@ -18,8 +14,6 @@ instructions:
|
|||||||
ai-fix: ../instructions/ai-fix.md
|
ai-fix: ../instructions/ai-fix.md
|
||||||
supervise: ../instructions/supervise.md
|
supervise: ../instructions/supervise.md
|
||||||
fix-supervisor: ../instructions/fix-supervisor.md
|
fix-supervisor: ../instructions/fix-supervisor.md
|
||||||
output_contracts:
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
initial_movement: implement
|
initial_movement: implement
|
||||||
movements:
|
movements:
|
||||||
- name: implement
|
- name: implement
|
||||||
@ -57,7 +51,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 03-ai-review.md
|
name: 03-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -194,3 +190,10 @@ movements:
|
|||||||
- condition: Cannot proceed, insufficient info
|
- condition: Cannot proceed, insufficient info
|
||||||
next: implement
|
next: implement
|
||||||
instruction: fix-supervisor
|
instruction: fix-supervisor
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
output_contracts:
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
|||||||
@ -4,9 +4,6 @@
|
|||||||
name: passthrough-hybrid-codex
|
name: passthrough-hybrid-codex
|
||||||
description: Single-agent thin wrapper. Pass task directly to coder as-is.
|
description: Single-agent thin wrapper. Pass task directly to coder as-is.
|
||||||
max_iterations: 10
|
max_iterations: 10
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
personas:
|
personas:
|
||||||
coder: ../personas/coder.md
|
coder: ../personas/coder.md
|
||||||
initial_movement: execute
|
initial_movement: execute
|
||||||
@ -41,3 +38,6 @@ movements:
|
|||||||
interactive_only: true
|
interactive_only: true
|
||||||
instruction_template: |
|
instruction_template: |
|
||||||
Do the task.
|
Do the task.
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
|||||||
@ -4,10 +4,6 @@
|
|||||||
name: review-fix-minimal-hybrid-codex
|
name: review-fix-minimal-hybrid-codex
|
||||||
description: Review and fix piece for existing code (starts with review, no implementation)
|
description: Review and fix piece for existing code (starts with review, no implementation)
|
||||||
max_iterations: 20
|
max_iterations: 20
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
personas:
|
personas:
|
||||||
coder: ../personas/coder.md
|
coder: ../personas/coder.md
|
||||||
ai-antipattern-reviewer: ../personas/ai-antipattern-reviewer.md
|
ai-antipattern-reviewer: ../personas/ai-antipattern-reviewer.md
|
||||||
@ -18,8 +14,6 @@ instructions:
|
|||||||
ai-fix: ../instructions/ai-fix.md
|
ai-fix: ../instructions/ai-fix.md
|
||||||
supervise: ../instructions/supervise.md
|
supervise: ../instructions/supervise.md
|
||||||
fix-supervisor: ../instructions/fix-supervisor.md
|
fix-supervisor: ../instructions/fix-supervisor.md
|
||||||
output_contracts:
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
initial_movement: reviewers
|
initial_movement: reviewers
|
||||||
movements:
|
movements:
|
||||||
- name: implement
|
- name: implement
|
||||||
@ -57,7 +51,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 03-ai-review.md
|
name: 03-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -194,3 +190,10 @@ movements:
|
|||||||
- condition: Cannot proceed, insufficient info
|
- condition: Cannot proceed, insufficient info
|
||||||
next: implement
|
next: implement
|
||||||
instruction: fix-supervisor
|
instruction: fix-supervisor
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
output_contracts:
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
|||||||
@ -4,13 +4,8 @@
|
|||||||
name: coding-hybrid-codex
|
name: coding-hybrid-codex
|
||||||
description: Lightweight development piece with planning and parallel reviews (plan -> implement -> parallel review -> complete)
|
description: Lightweight development piece with planning and parallel reviews (plan -> implement -> parallel review -> complete)
|
||||||
max_iterations: 20
|
max_iterations: 20
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
knowledge:
|
knowledge:
|
||||||
architecture: ../knowledge/architecture.md
|
architecture: ../knowledge/architecture.md
|
||||||
ai-antipattern: ../knowledge/ai-antipattern.md
|
|
||||||
personas:
|
personas:
|
||||||
architect-planner: ../personas/architect-planner.md
|
architect-planner: ../personas/architect-planner.md
|
||||||
coder: ../personas/coder.md
|
coder: ../personas/coder.md
|
||||||
@ -22,10 +17,6 @@ instructions:
|
|||||||
ai-review: ../instructions/ai-review.md
|
ai-review: ../instructions/ai-review.md
|
||||||
review-arch: ../instructions/review-arch.md
|
review-arch: ../instructions/review-arch.md
|
||||||
fix: ../instructions/fix.md
|
fix: ../instructions/fix.md
|
||||||
output_contracts:
|
|
||||||
plan: ../output-contracts/plan.md
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
architecture-review: ../output-contracts/architecture-review.md
|
|
||||||
initial_movement: plan
|
initial_movement: plan
|
||||||
movements:
|
movements:
|
||||||
- name: plan
|
- name: plan
|
||||||
@ -88,8 +79,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
knowledge: ai-antipattern
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 04-ai-review.md
|
name: 04-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -150,3 +142,12 @@ movements:
|
|||||||
- condition: 判断できない、情報不足
|
- condition: 判断できない、情報不足
|
||||||
next: ABORT
|
next: ABORT
|
||||||
instruction: fix
|
instruction: fix
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
output_contracts:
|
||||||
|
plan: ../output-contracts/plan.md
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
architecture-review: ../output-contracts/architecture-review.md
|
||||||
|
|||||||
@ -4,15 +4,9 @@
|
|||||||
name: default-hybrid-codex
|
name: default-hybrid-codex
|
||||||
description: Standard development piece with planning and specialized reviews
|
description: Standard development piece with planning and specialized reviews
|
||||||
max_iterations: 30
|
max_iterations: 30
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
knowledge:
|
knowledge:
|
||||||
architecture: ../knowledge/architecture.md
|
architecture: ../knowledge/architecture.md
|
||||||
backend: ../knowledge/backend.md
|
backend: ../knowledge/backend.md
|
||||||
ai-antipattern: ../knowledge/ai-antipattern.md
|
|
||||||
qa: ../knowledge/qa.md
|
|
||||||
personas:
|
personas:
|
||||||
planner: ../personas/planner.md
|
planner: ../personas/planner.md
|
||||||
architect-planner: ../personas/architect-planner.md
|
architect-planner: ../personas/architect-planner.md
|
||||||
@ -32,14 +26,6 @@ instructions:
|
|||||||
review-qa: ../instructions/review-qa.md
|
review-qa: ../instructions/review-qa.md
|
||||||
fix: ../instructions/fix.md
|
fix: ../instructions/fix.md
|
||||||
supervise: ../instructions/supervise.md
|
supervise: ../instructions/supervise.md
|
||||||
output_contracts:
|
|
||||||
plan: ../output-contracts/plan.md
|
|
||||||
architecture-design: ../output-contracts/architecture-design.md
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
architecture-review: ../output-contracts/architecture-review.md
|
|
||||||
qa-review: ../output-contracts/qa-review.md
|
|
||||||
validation: ../output-contracts/validation.md
|
|
||||||
summary: ../output-contracts/summary.md
|
|
||||||
initial_movement: plan
|
initial_movement: plan
|
||||||
loop_monitors:
|
loop_monitors:
|
||||||
- cycle:
|
- cycle:
|
||||||
@ -151,8 +137,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
knowledge: ai-antipattern
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 04-ai-review.md
|
name: 04-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -236,8 +223,9 @@ movements:
|
|||||||
- name: qa-review
|
- name: qa-review
|
||||||
edit: false
|
edit: false
|
||||||
persona: qa-reviewer
|
persona: qa-reviewer
|
||||||
policy: review
|
policy:
|
||||||
knowledge: qa
|
- review
|
||||||
|
- qa
|
||||||
report:
|
report:
|
||||||
name: 06-qa-review.md
|
name: 06-qa-review.md
|
||||||
format: qa-review
|
format: qa-review
|
||||||
@ -302,3 +290,17 @@ movements:
|
|||||||
- condition: 要求未達成、テスト失敗、ビルドエラー
|
- condition: 要求未達成、テスト失敗、ビルドエラー
|
||||||
next: plan
|
next: plan
|
||||||
instruction: supervise
|
instruction: supervise
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
qa: ../policies/qa.md
|
||||||
|
output_contracts:
|
||||||
|
plan: ../output-contracts/plan.md
|
||||||
|
architecture-design: ../output-contracts/architecture-design.md
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
architecture-review: ../output-contracts/architecture-review.md
|
||||||
|
qa-review: ../output-contracts/qa-review.md
|
||||||
|
validation: ../output-contracts/validation.md
|
||||||
|
summary: ../output-contracts/summary.md
|
||||||
|
|||||||
@ -4,18 +4,12 @@
|
|||||||
name: expert-cqrs-hybrid-codex
|
name: expert-cqrs-hybrid-codex
|
||||||
description: CQRS+ES・フロントエンド・セキュリティ・QA専門家レビュー
|
description: CQRS+ES・フロントエンド・セキュリティ・QA専門家レビュー
|
||||||
max_iterations: 30
|
max_iterations: 30
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
knowledge:
|
knowledge:
|
||||||
frontend: ../knowledge/frontend.md
|
frontend: ../knowledge/frontend.md
|
||||||
backend: ../knowledge/backend.md
|
backend: ../knowledge/backend.md
|
||||||
cqrs-es: ../knowledge/cqrs-es.md
|
cqrs-es: ../knowledge/cqrs-es.md
|
||||||
security: ../knowledge/security.md
|
security: ../knowledge/security.md
|
||||||
architecture: ../knowledge/architecture.md
|
architecture: ../knowledge/architecture.md
|
||||||
ai-antipattern: ../knowledge/ai-antipattern.md
|
|
||||||
qa: ../knowledge/qa.md
|
|
||||||
personas:
|
personas:
|
||||||
planner: ../personas/planner.md
|
planner: ../personas/planner.md
|
||||||
coder: ../personas/coder.md
|
coder: ../personas/coder.md
|
||||||
@ -39,15 +33,6 @@ instructions:
|
|||||||
fix: ../instructions/fix.md
|
fix: ../instructions/fix.md
|
||||||
supervise: ../instructions/supervise.md
|
supervise: ../instructions/supervise.md
|
||||||
fix-supervisor: ../instructions/fix-supervisor.md
|
fix-supervisor: ../instructions/fix-supervisor.md
|
||||||
output_contracts:
|
|
||||||
plan: ../output-contracts/plan.md
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
cqrs-es-review: ../output-contracts/cqrs-es-review.md
|
|
||||||
frontend-review: ../output-contracts/frontend-review.md
|
|
||||||
security-review: ../output-contracts/security-review.md
|
|
||||||
qa-review: ../output-contracts/qa-review.md
|
|
||||||
validation: ../output-contracts/validation.md
|
|
||||||
summary: ../output-contracts/summary.md
|
|
||||||
initial_movement: plan
|
initial_movement: plan
|
||||||
movements:
|
movements:
|
||||||
- name: plan
|
- name: plan
|
||||||
@ -110,8 +95,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
knowledge: ai-antipattern
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 03-ai-review.md
|
name: 03-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -233,8 +219,9 @@ movements:
|
|||||||
- name: qa-review
|
- name: qa-review
|
||||||
edit: false
|
edit: false
|
||||||
persona: qa-reviewer
|
persona: qa-reviewer
|
||||||
policy: review
|
policy:
|
||||||
knowledge: qa
|
- review
|
||||||
|
- qa
|
||||||
report:
|
report:
|
||||||
name: 07-qa-review.md
|
name: 07-qa-review.md
|
||||||
format: qa-review
|
format: qa-review
|
||||||
@ -329,3 +316,18 @@ movements:
|
|||||||
next: supervise
|
next: supervise
|
||||||
- condition: 修正を進行できない
|
- condition: 修正を進行できない
|
||||||
next: plan
|
next: plan
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
qa: ../policies/qa.md
|
||||||
|
output_contracts:
|
||||||
|
plan: ../output-contracts/plan.md
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
cqrs-es-review: ../output-contracts/cqrs-es-review.md
|
||||||
|
frontend-review: ../output-contracts/frontend-review.md
|
||||||
|
security-review: ../output-contracts/security-review.md
|
||||||
|
qa-review: ../output-contracts/qa-review.md
|
||||||
|
validation: ../output-contracts/validation.md
|
||||||
|
summary: ../output-contracts/summary.md
|
||||||
|
|||||||
@ -4,17 +4,11 @@
|
|||||||
name: expert-hybrid-codex
|
name: expert-hybrid-codex
|
||||||
description: アーキテクチャ・フロントエンド・セキュリティ・QA専門家レビュー
|
description: アーキテクチャ・フロントエンド・セキュリティ・QA専門家レビュー
|
||||||
max_iterations: 30
|
max_iterations: 30
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
knowledge:
|
knowledge:
|
||||||
frontend: ../knowledge/frontend.md
|
frontend: ../knowledge/frontend.md
|
||||||
backend: ../knowledge/backend.md
|
backend: ../knowledge/backend.md
|
||||||
security: ../knowledge/security.md
|
security: ../knowledge/security.md
|
||||||
architecture: ../knowledge/architecture.md
|
architecture: ../knowledge/architecture.md
|
||||||
ai-antipattern: ../knowledge/ai-antipattern.md
|
|
||||||
qa: ../knowledge/qa.md
|
|
||||||
personas:
|
personas:
|
||||||
planner: ../personas/planner.md
|
planner: ../personas/planner.md
|
||||||
coder: ../personas/coder.md
|
coder: ../personas/coder.md
|
||||||
@ -37,15 +31,6 @@ instructions:
|
|||||||
fix: ../instructions/fix.md
|
fix: ../instructions/fix.md
|
||||||
supervise: ../instructions/supervise.md
|
supervise: ../instructions/supervise.md
|
||||||
fix-supervisor: ../instructions/fix-supervisor.md
|
fix-supervisor: ../instructions/fix-supervisor.md
|
||||||
output_contracts:
|
|
||||||
plan: ../output-contracts/plan.md
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
architecture-review: ../output-contracts/architecture-review.md
|
|
||||||
frontend-review: ../output-contracts/frontend-review.md
|
|
||||||
security-review: ../output-contracts/security-review.md
|
|
||||||
qa-review: ../output-contracts/qa-review.md
|
|
||||||
validation: ../output-contracts/validation.md
|
|
||||||
summary: ../output-contracts/summary.md
|
|
||||||
initial_movement: plan
|
initial_movement: plan
|
||||||
movements:
|
movements:
|
||||||
- name: plan
|
- name: plan
|
||||||
@ -107,8 +92,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
knowledge: ai-antipattern
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 03-ai-review.md
|
name: 03-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -229,8 +215,9 @@ movements:
|
|||||||
- name: qa-review
|
- name: qa-review
|
||||||
edit: false
|
edit: false
|
||||||
persona: qa-reviewer
|
persona: qa-reviewer
|
||||||
policy: review
|
policy:
|
||||||
knowledge: qa
|
- review
|
||||||
|
- qa
|
||||||
report:
|
report:
|
||||||
name: 07-qa-review.md
|
name: 07-qa-review.md
|
||||||
format: qa-review
|
format: qa-review
|
||||||
@ -323,3 +310,18 @@ movements:
|
|||||||
next: supervise
|
next: supervise
|
||||||
- condition: 修正を進行できない
|
- condition: 修正を進行できない
|
||||||
next: plan
|
next: plan
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
qa: ../policies/qa.md
|
||||||
|
output_contracts:
|
||||||
|
plan: ../output-contracts/plan.md
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
architecture-review: ../output-contracts/architecture-review.md
|
||||||
|
frontend-review: ../output-contracts/frontend-review.md
|
||||||
|
security-review: ../output-contracts/security-review.md
|
||||||
|
qa-review: ../output-contracts/qa-review.md
|
||||||
|
validation: ../output-contracts/validation.md
|
||||||
|
summary: ../output-contracts/summary.md
|
||||||
|
|||||||
@ -4,12 +4,6 @@
|
|||||||
name: minimal-hybrid-codex
|
name: minimal-hybrid-codex
|
||||||
description: Minimal development piece (implement -> parallel review -> fix if needed -> complete)
|
description: Minimal development piece (implement -> parallel review -> fix if needed -> complete)
|
||||||
max_iterations: 20
|
max_iterations: 20
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
knowledge:
|
|
||||||
ai-antipattern: ../knowledge/ai-antipattern.md
|
|
||||||
personas:
|
personas:
|
||||||
coder: ../personas/coder.md
|
coder: ../personas/coder.md
|
||||||
ai-antipattern-reviewer: ../personas/ai-antipattern-reviewer.md
|
ai-antipattern-reviewer: ../personas/ai-antipattern-reviewer.md
|
||||||
@ -20,8 +14,6 @@ instructions:
|
|||||||
ai-fix: ../instructions/ai-fix.md
|
ai-fix: ../instructions/ai-fix.md
|
||||||
supervise: ../instructions/supervise.md
|
supervise: ../instructions/supervise.md
|
||||||
fix-supervisor: ../instructions/fix-supervisor.md
|
fix-supervisor: ../instructions/fix-supervisor.md
|
||||||
output_contracts:
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
initial_movement: implement
|
initial_movement: implement
|
||||||
movements:
|
movements:
|
||||||
- name: implement
|
- name: implement
|
||||||
@ -59,8 +51,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
knowledge: ai-antipattern
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 03-ai-review.md
|
name: 03-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -197,3 +190,10 @@ movements:
|
|||||||
- condition: 修正を進行できない
|
- condition: 修正を進行できない
|
||||||
next: implement
|
next: implement
|
||||||
instruction: fix-supervisor
|
instruction: fix-supervisor
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
output_contracts:
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
|||||||
@ -4,9 +4,6 @@
|
|||||||
name: passthrough-hybrid-codex
|
name: passthrough-hybrid-codex
|
||||||
description: Single-agent thin wrapper. Pass task directly to coder as-is.
|
description: Single-agent thin wrapper. Pass task directly to coder as-is.
|
||||||
max_iterations: 10
|
max_iterations: 10
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
personas:
|
personas:
|
||||||
coder: ../personas/coder.md
|
coder: ../personas/coder.md
|
||||||
initial_movement: execute
|
initial_movement: execute
|
||||||
@ -41,3 +38,6 @@ movements:
|
|||||||
interactive_only: true
|
interactive_only: true
|
||||||
instruction_template: |
|
instruction_template: |
|
||||||
タスクをこなしてください。
|
タスクをこなしてください。
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
|||||||
@ -4,12 +4,6 @@
|
|||||||
name: review-fix-minimal-hybrid-codex
|
name: review-fix-minimal-hybrid-codex
|
||||||
description: 既存コードのレビューと修正ピース(レビュー開始、実装なし)
|
description: 既存コードのレビューと修正ピース(レビュー開始、実装なし)
|
||||||
max_iterations: 20
|
max_iterations: 20
|
||||||
policies:
|
|
||||||
coding: ../policies/coding.md
|
|
||||||
review: ../policies/review.md
|
|
||||||
testing: ../policies/testing.md
|
|
||||||
knowledge:
|
|
||||||
ai-antipattern: ../knowledge/ai-antipattern.md
|
|
||||||
personas:
|
personas:
|
||||||
coder: ../personas/coder.md
|
coder: ../personas/coder.md
|
||||||
ai-antipattern-reviewer: ../personas/ai-antipattern-reviewer.md
|
ai-antipattern-reviewer: ../personas/ai-antipattern-reviewer.md
|
||||||
@ -20,8 +14,6 @@ instructions:
|
|||||||
ai-fix: ../instructions/ai-fix.md
|
ai-fix: ../instructions/ai-fix.md
|
||||||
supervise: ../instructions/supervise.md
|
supervise: ../instructions/supervise.md
|
||||||
fix-supervisor: ../instructions/fix-supervisor.md
|
fix-supervisor: ../instructions/fix-supervisor.md
|
||||||
output_contracts:
|
|
||||||
ai-review: ../output-contracts/ai-review.md
|
|
||||||
initial_movement: reviewers
|
initial_movement: reviewers
|
||||||
movements:
|
movements:
|
||||||
- name: implement
|
- name: implement
|
||||||
@ -59,8 +51,9 @@ movements:
|
|||||||
- name: ai_review
|
- name: ai_review
|
||||||
edit: false
|
edit: false
|
||||||
persona: ai-antipattern-reviewer
|
persona: ai-antipattern-reviewer
|
||||||
policy: review
|
policy:
|
||||||
knowledge: ai-antipattern
|
- review
|
||||||
|
- ai-antipattern
|
||||||
report:
|
report:
|
||||||
name: 03-ai-review.md
|
name: 03-ai-review.md
|
||||||
format: ai-review
|
format: ai-review
|
||||||
@ -197,3 +190,10 @@ movements:
|
|||||||
- condition: 修正を進行できない
|
- condition: 修正を進行できない
|
||||||
next: implement
|
next: implement
|
||||||
instruction: fix-supervisor
|
instruction: fix-supervisor
|
||||||
|
policies:
|
||||||
|
coding: ../policies/coding.md
|
||||||
|
review: ../policies/review.md
|
||||||
|
testing: ../policies/testing.md
|
||||||
|
ai-antipattern: ../policies/ai-antipattern.md
|
||||||
|
output_contracts:
|
||||||
|
ai-review: ../output-contracts/ai-review.md
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user