86g: add company tool manifests for Foreman reconciliation

This commit is contained in:
David Baity
2026-05-02 07:51:13 -04:00
parent ddefc27695
commit 703469dc7d

31
tools/manifest.json Normal file
View File

@@ -0,0 +1,31 @@
{
"tools": [
{
"type": "Tool_SlopDetector",
"image": "ghcr.io/mazakthedwarf/tool.slopdetector:latest",
"count": 1,
"env": {
"TOOL_NODE_NAME": "tool-slopdetector",
"TOOL_HEARTBEAT_SECONDS": "30"
}
},
{
"type": "Tool_TextEditor",
"image": "ghcr.io/mazakthedwarf/tool.texteditor:latest",
"count": 1,
"env": {
"TOOL_NODE_NAME": "tool-texteditor",
"TOOL_HEARTBEAT_SECONDS": "30"
}
},
{
"type": "Tool_WebSearcher",
"image": "ghcr.io/mazakthedwarf/tool.websearcher:latest",
"count": 1,
"env": {
"TOOL_NODE_NAME": "tool-websearcher",
"TOOL_HEARTBEAT_SECONDS": "30"
}
}
]
}