diff options
Diffstat (limited to 'assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md')
| -rw-r--r-- | assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md b/assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md index bddbc53..aefe25d 100644 --- a/assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md +++ b/assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md @@ -11,6 +11,8 @@ execution. policy, rollout, and user-facing error shaping. - The worker owns backend runtimes, backend-specific retries, and tool execution. +- Use `libmcp`'s host-session kernel and snapshot-file handoff instead of + rolling custom initialize seed and reexec glue. If the worker dies, the session should survive. @@ -53,6 +55,9 @@ Porcelain should be: Structured `render=json` should remain available. +Use library rendering helpers where possible. Do not default to pretty-printed +JSON dumps and call that porcelain. + ## 5. Boundary normalization Normalize model-facing input where it is clearly safe: |