Files
ci/opencode/command/ci-debug.md
T
CI 7a20784c87 fix: remove hardcoded /home/jchery paths, use __OPENCODE_DIR__ template token resolved at install time
Command markdown files now use __OPENCODE_DIR__ placeholder instead of
hardcoded user path. Both postinstall.js and install.sh perform template
replacement when copying files to ~/.config/opencode/, making CI portable
across any user/machine/container.
2026-05-29 16:08:46 +00:00

26 lines
520 B
Markdown

---
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>
@__OPENCODE_DIR__/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>