{
  "schemaVersion": 2,
  "type": "pi-forge.prompt-stack",
  "id": "minimal",
  "name": "Minimal Worker",
  "description": "Minimal Pi approximation of the DeepSeek Harness Minimal shape: the exact one-line persona, chat history, and only Pi's stock bash plus edit. It does not replicate DSH's persistent shell, editor tool, PTY, sandbox, or deployment semantics.",
  "autoActivate": false,
  "mode": "replace",
  "defaults": {
    "syntheticMessagesVisible": false,
    "unresolvedMacroPolicy": "warn"
  },
  "tools": {
    "allow": [
      "bash",
      "edit"
    ]
  },
  "items": [
    {
      "kind": "block",
      "id": "worker-role",
      "name": "Worker Role",
      "enabled": true,
      "role": "system",
      "content": "You are a helpful software engineer assistant."
    },
    {
      "kind": "slot",
      "id": "chat-history",
      "name": "Chat History",
      "enabled": true,
      "slot": "chat-history",
      "options": {
        "includeSummaries": false
      }
    }
  ],
  "parameters": {}
}
