Autonomous agent system running on Mac Mini "Paddington". Tasks flow from Asana through GitHub Issues to Claude Code and Cursor Cloud for execution, with proof-of-work artifacts documenting every action.
See CLAUDE.md for full operational guidance, skills routing, and workflow details.
Clone with submodules:
git clone --recurse-submodules https://github.com/zirinisp/iagtm-agent.git
cd iagtm-agent
bash setup/setup.shIf you already cloned without --recurse-submodules:
git submodule update --init --recursiveThe skills/ directory is a git submodule tracking iagtm-skills. To pull the latest:
git submodule update --remote --merge skills