From 7561520395619f85da5d7bce0ba20ed696a81741 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Sun, 9 Aug 2026 15:09:00 +0000 Subject: [PATCH] decomposer: scaffold crucible-agent-maintain-only-latest (tool) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a3cbc..e6b62cd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # crucible-agent-maintain-only-latest -Auto-generated tool: Maintain only the latest check result for each monitored target in concurrency-safe memory and expose it through the specified FastAPI current-status endpoint. \ No newline at end of file +> Maintain only the latest check result for each monitored target in concurrency-safe memory and expose it through the specified FastAPI current-status endpoint. + +A tool, not a standing agent service — see `input.schema.json`/`output.schema.json` for its contract. Generated by crucible-agent-decomposer for a plan gap step; language and structure are whatever the capability actually needs, not a fixed layout.