AI Agent Collaboration Guide#
This directory contains documentation for AI assistants (like Claude Code, GitHub Copilot, Cursor, etc.) to collaborate effectively on the utm-dev project.
Purpose#
AI agents need context about dependencies, architecture, and patterns to work effectively. This directory provides:
- Source references - Links to dependency source code
- Architecture guides - System design and patterns
- Collaboration patterns - How multiple agents can work together
Available Guides#
- gio-plugins.md - Guide to the gio-plugins dependency
Contributing New Agent Docs#
When adding a new major dependency or subsystem:
- Clone the source to
.src/for easy reference - Create a guide in
docs/agents/[dependency-name].md - Document key files, patterns, and integration points
- Update this README with a link
For AI Assistants#
When working on utm-dev:
- Check
.src/for dependency source code - Read relevant agent guides before making changes
- Update guides when discovering new patterns
- Keep documentation focused and actionable