Skip to content

Latest commit

Β 

History

History
54 lines (46 loc) Β· 1.81 KB

File metadata and controls

54 lines (46 loc) Β· 1.81 KB

Codomyrmex Agents β€” docs/modules/module_template

Version: v1.2.3 | Status: Active | Last Updated: March 2026

Purpose

Documentation files and guides.

Active Components

  • AGENTS_ROOT_TEMPLATE.md – Project file
  • AGENTS_TEMPLATE.md – Project file
  • API_SPECIFICATION.md – Project file
  • CHANGELOG.md – Project file
  • MCP_TOOL_SPECIFICATION.md – Project file
  • PAI.md – Project file
  • README.md – Project file
  • SECURITY.md – Project file
  • SPEC.md – Project file
  • USAGE_EXAMPLES.md – Project file
  • index.md – Project file
  • technical_overview.md – Project file
  • tutorials/ – Directory containing tutorials components

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 navigation
  • README.md - Directory overview
  • AGENTS_ROOT_TEMPLATE.md
  • AGENTS_TEMPLATE.md
  • API_SPECIFICATION.md
  • CHANGELOG.md
  • MCP_TOOL_SPECIFICATION.md
  • PAI.md
  • README.md
  • SECURITY.md
  • SPEC.md
  • USAGE_EXAMPLES.md
  • index.md
  • technical_overview.md

Dependencies

  • Inherits dependencies from the parent module. See pyproject.toml or package.json for 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: modules - Parent directory documentation
  • 🏠 Project Root: ../../../README.md - Main project documentation