7a20784c87
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.
26 lines
548 B
Markdown
26 lines
548 B
Markdown
---
|
|
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>
|
|
@__OPENCODE_DIR__/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> |