Documentation
¶
Overview ¶
Package agents holds setup recipes that integrate external AI- agent harnesses (Archon, future entrants) with clawtool's playbook layer. Phase 1 ships exactly one recipe — archon-template — which drops a sample workflow at .archon/workflows/idea-to-pr.yaml and lets `clawtool playbook list-archon` discover it.
Package agents — clawtool-autonomous-loop SKILL.md recipe.
Drops a Claude Code skill at <repo>/.claude/skills/clawtool- autonomous-loop/SKILL.md that teaches a dispatched agent the tick-N.json contract used by `clawtool autonomous` (CLI verb) and the AutonomousRun MCP tool. Without it the agent has only the per-iteration session prompt to work from — easy to misread the schema, easy to forget to write the tick file.
Stability: Beta. Core: true — every onboarded repo benefits because every onboarded repo can be the target of an autonomous run.