neuruhai/neuruh-public-micro-plugins
public-safe context pack, cheapest-capable route, and proof card. no private neuruh runtime.
Choose the highest net-value execution route above a capability floor. Use when comparing candidate routes, layers L0-L4, or cheapest-capable vs frontier cost. Never invent candidate costs or probabilities. Call the MCP tool cheap_route.
Compile a bounded pointer-heavy execution packet from known mission fields. Use when you need a compact execution context, a mission packet, or must refuse raw chat/transcript replay. Never invent field values. Call the MCP tool context_pack.
Compile a bounded agent-to-agent continuation packet from previous and current public state. Use when handing a mission to another agent without replaying chat. Never invent field values. Compose context pack and state diff via the CLI or compile_handoff_packet. Not an MCP tool.
Project an internal-looking record through the public proof-card allowlist. Use when publishing a receipt, status card, or public proof and private fields must be stripped. Never invent proof fields. Call the MCP tool proof_card.