Codomyrmex Agents — docs/getting-started/tutorials
Version: v1.2.3 | Status: Active | Last Updated: March 2026
Purpose
Documentation files and guides.
Active Components
PAI.md– Project fileREADME.md– Project fileSPEC.md– Project fileconnecting-pai.md– Project filecreating-a-module-01-scaffold.md– Project filecreating-a-module-02-implement.md– Project filecreating-a-module-03-test.md– Project filecreating-a-module-04-document.md– Project filecreating-a-module.md– Project filerunning-tests.md– Project fileusing-mcp-tools.md– Project file
Operating Contracts
- Maintain alignment between code, documentation, and configured workflows.
- Ensure Model Context Protocol interfaces remain available for sibling agents.
- Record outcomes in shared telemetry and update TODO queues when necessary.
Key Files
AGENTS.md- Agent coordination and navigationREADME.md- Directory overviewPAI.mdREADME.mdSPEC.mdconnecting-pai.mdcreating-a-module-01-scaffold.mdcreating-a-module-02-implement.mdcreating-a-module-03-test.mdcreating-a-module-04-document.mdcreating-a-module.mdrunning-tests.mdusing-mcp-tools.md
Dependencies
- Inherits dependencies from the parent module. See
pyproject.tomlorpackage.jsonfor global dependencies.
Development Guidelines
- Follow the universal agent protocols defined in the root
AGENTS.md. - Adhere to the Python PEP 8 style guide and project-specific linting rules.
- Ensure all new features are accompanied by corresponding tests (zero-mock policy).
Navigation Links
- 📁 Parent Directory: getting-started - Parent directory documentation
- 🏠 Project Root: ../../../README.md - Main project documentation