harness_describe
Write a manifest to describe the currently connected harness when an unknown runtime blocks onboarding, enabling self-identification from the MCP client name.
Instructions
Self-describe the CURRENTLY CONNECTED harness: write its manifest at /harnesses/.md (see stack spec v1 §4.7). Call this when identity() reports an onboarding block for an unknown runtime. The target is derived from your own MCP clientInfo.name — you can only describe yourself, not another harness. Re-runnable: overwrites the manifest each time. The body should cover: tool surface / prefixes, sandbox & filesystem, delegation primitive, scheduling, session search, memory layers, and gotchas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The manifest body (markdown). Frontmatter is stamped automatically. | |
| version | No | Manifest version stamp (default "0.1"). |