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.
21 lines
458 B
Markdown
21 lines
458 B
Markdown
---
|
|
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>
|
|
@__OPENCODE_DIR__/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> |