diff options
| author | main <main@swarm.moe> | 2026-03-23 16:13:37 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-23 16:13:37 -0400 |
| commit | 5cf9432092da40a2653c3d156ca5a4746e853827 (patch) | |
| tree | 6ffcbf5cd5cfec01d89cbd68f349c764c206af9b /assets | |
| parent | 1422dfed798ff1356a63449a803a8bbdfab79ec8 (diff) | |
| download | phone_opus-5cf9432092da40a2653c3d156ca5a4746e853827.zip | |
Inject consult prompt prefix
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/codex-skills/phone-opus/SKILL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/codex-skills/phone-opus/SKILL.md b/assets/codex-skills/phone-opus/SKILL.md index 9ea2674..8fb2000 100644 --- a/assets/codex-skills/phone-opus/SKILL.md +++ b/assets/codex-skills/phone-opus/SKILL.md @@ -29,6 +29,7 @@ should be taken as authoritative or final. It is a pure consultant. ## Runtime posture - Pins Claude to Opus 4.6 with max effort. +- Prepends a fixed consult prefix before your prompt so Opus knows it is advising another model in read-only mode and should return a prioritized actionable report. - Uses `--permission-mode dontAsk`, so only globally preapproved read-only Bash commands can execute. - This surface is consultative only. Edit tools are unavailable. - The returned `session_id` is reusable: pass it back into a later `consult` call to continue that Claude conversation. |