/improve-agent. Claude derives probes from the agent’s instructions, judges responses, and edits until they pass. Autonomous./extend-agent. You drive this one: add a tool, refine a prompt, or fix a bug.
agents/<slug>.py directly. Hot-reload picks up the change in ~2s, so the test → judge → edit cycle is tight.
Improve: autonomous probe-and-judge
Open Claude Code in youragent-platform directory and run:
INSTRUCTIONS and derives 8-12 probes across four categories: golden path, edge cases, tool selection, and adversarial. For each probe, it cURLs the live container, reads tool calls from the logs, and judges PASS or FAIL against what the instructions promise. For every failure, Claude picks a lever and edits: tighten a rule, add a rule, swap a tool, bump num_history_runs. Claude re-runs only the failed probes.