feat(P02): opencode integration layer (#2)
18 CI agents, 11 workflows, 11 commands, 5 references, 3 contexts. Zero learnship dependencies.
This commit was merged in pull request #2.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
---
|
||||
description: Audit CI project health — reconstruct state from git log, verify .ci/ files match codebase, check for stale references
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
glob: true
|
||||
grep: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/audit.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI audit workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
description: Clarify CI project ambiguities — generate questions, accept defaults at full autonomy, present at supervised/guided
|
||||
argument-hint: "[phase_number]"
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
write: true
|
||||
edit: true
|
||||
glob: true
|
||||
grep: true
|
||||
task: true
|
||||
question: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/clarify.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI clarify workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
description: Systematic CI debugging with git context — triage, diagnose root cause, auto-fix or escalate
|
||||
argument-hint: "[description]"
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
write: true
|
||||
edit: true
|
||||
glob: true
|
||||
grep: true
|
||||
task: true
|
||||
question: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/debug.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI debug workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
description: Initialize a new CI project — specification → clarify → create .ci/ reference files → initial commit
|
||||
argument-hint: "[description]"
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
write: true
|
||||
edit: true
|
||||
glob: true
|
||||
grep: true
|
||||
task: true
|
||||
question: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/init.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI init workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
description: Execute an ad-hoc CI task with full agentic guarantees — git context, ---ci--- commits, optional research and verification
|
||||
argument-hint: "[description] [--research] [--verify] [--full]"
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
write: true
|
||||
edit: true
|
||||
glob: true
|
||||
grep: true
|
||||
task: true
|
||||
question: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/quick.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI quick workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
@@ -0,0 +1,25 @@
|
||||
---
|
||||
description: Review CI code changes with multi-persona analysis — auto-apply P0 fixes, flag P1+ for post-hoc review
|
||||
argument-hint: "[phase_number]"
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
write: true
|
||||
edit: true
|
||||
glob: true
|
||||
grep: true
|
||||
task: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/review.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI review workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
description: Rollback CI phase — revert the last phase or specified phase by resetting to its pre-phase state
|
||||
argument-hint: "[phase_number]"
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
write: true
|
||||
edit: true
|
||||
glob: true
|
||||
grep: true
|
||||
task: true
|
||||
question: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/rollback.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI rollback workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
description: Execute the full CI pipeline — research → plan → execute → verify → complete
|
||||
argument-hint: "[phase_number]"
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
write: true
|
||||
edit: true
|
||||
glob: true
|
||||
grep: true
|
||||
task: true
|
||||
question: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/run.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI run workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
@@ -0,0 +1,25 @@
|
||||
---
|
||||
description: Ship CI phase or milestone — test, commit, tag, push, release. Full autopilot: zero HITL after milestone setup
|
||||
argument-hint: "[phase_number|milestone]"
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
write: true
|
||||
edit: true
|
||||
glob: true
|
||||
grep: true
|
||||
task: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/ship.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI ship workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
description: Show CI project status — current phase, milestone, pipeline stage, decisions, escalations, and requirements coverage
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
glob: true
|
||||
grep: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/status.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI status workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
@@ -0,0 +1,25 @@
|
||||
---
|
||||
description: Verify CI project deliverables against requirements — structural, behavioral, security, and quality checks
|
||||
argument-hint: "[phase_number]"
|
||||
tools:
|
||||
read: true
|
||||
bash: true
|
||||
write: true
|
||||
edit: true
|
||||
glob: true
|
||||
grep: true
|
||||
task: true
|
||||
---
|
||||
|
||||
<execution_context>
|
||||
@/home/jchery/.config/opencode/ci/workflows/verify.md
|
||||
</execution_context>
|
||||
|
||||
<context>
|
||||
Arguments: $ARGUMENTS
|
||||
</context>
|
||||
|
||||
<process>
|
||||
Execute the CI verify workflow end-to-end.
|
||||
Preserve all workflow gates, validations, checkpoints, and routing.
|
||||
</process>
|
||||
Reference in New Issue
Block a user