From d669f11ddab3207675c3e006429316d6224afed7 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Sat, 2 May 2026 07:51:16 -0400 Subject: [PATCH] 86g: add company tool manifests for Foreman reconciliation --- tools/manifest.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tools/manifest.json diff --git a/tools/manifest.json b/tools/manifest.json new file mode 100644 index 00000000..b6916550 --- /dev/null +++ b/tools/manifest.json @@ -0,0 +1,31 @@ +{ + "tools": [ + { + "type": "Tool_AmazonKdp", + "image": "ghcr.io/mazakthedwarf/tool.amazonkdp:latest", + "count": 1, + "env": { + "TOOL_NODE_NAME": "tool-amazonkdp", + "TOOL_HEARTBEAT_SECONDS": "30" + } + }, + { + "type": "Tool_StorySummary", + "image": "ghcr.io/mazakthedwarf/tool.storysummary:latest", + "count": 1, + "env": { + "TOOL_NODE_NAME": "tool-storysummary", + "TOOL_HEARTBEAT_SECONDS": "30" + } + }, + { + "type": "Tool_SlopDetector", + "image": "ghcr.io/mazakthedwarf/tool.slopdetector:latest", + "count": 2, + "env": { + "TOOL_NODE_NAME": "tool-slopdetector", + "TOOL_HEARTBEAT_SECONDS": "30" + } + } + ] +}