swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/assets/codex-skills/mcp-bootstrap/SKILL.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-19 17:15:25 -0400
committermain <main@swarm.moe>2026-03-19 17:15:25 -0400
commit84e898d9ba699451d5d13fe384e7bbe220564bc1 (patch)
treebcb6140c8dbbf34a67f7c007440c4fc5a3d351ce /assets/codex-skills/mcp-bootstrap/SKILL.md
parent478b0bc47fade5864f4f397de7ea519beddab749 (diff)
downloadlibmcp-84e898d9ba699451d5d13fe384e7bbe220564bc1.zip
Add orthogonal detail controls to libmcp
Diffstat (limited to 'assets/codex-skills/mcp-bootstrap/SKILL.md')
-rw-r--r--assets/codex-skills/mcp-bootstrap/SKILL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/codex-skills/mcp-bootstrap/SKILL.md b/assets/codex-skills/mcp-bootstrap/SKILL.md
index 19d59d9..84a9244 100644
--- a/assets/codex-skills/mcp-bootstrap/SKILL.md
+++ b/assets/codex-skills/mcp-bootstrap/SKILL.md
@@ -33,6 +33,7 @@ Default posture:
- make replay legality explicit per request surface
- ship health, telemetry, and recovery tests before feature sprawl
- default nontrivial tool output to porcelain
+- treat `render` and `detail` as orthogonal controls
- keep structured JSON output available where exact consumers need it
## Retrofit
@@ -47,6 +48,7 @@ Retrofit in order:
- separate durable transport ownership from fragile execution
- define typed faults and replay contracts before adding retries
- adopt the model UX doctrine, especially porcelain-by-default output
+- make `detail=concise|full` real before inventing consumer-local verbosity knobs
- add rollout, telemetry, and recovery tests before claiming stability
## Guardrails