Version: v1.2.7 | Status: Active | Last Updated: April 2026
Tip
Master index for the Codomyrmex project. Use this as the entry point for navigating the entire repository.
| What You Need | Where to Go |
|---|---|
| Run the CLI | codomyrmex --help β cli/ |
| Understand PAI integration | PAI.md β algorithm phase β module mapping |
| Browse all 128 top-level modules | src/codomyrmex/INDEX.md β full module catalog by layer |
| MCP tool reference | docs/pai/tools-reference.md β 600 production @mcp_tool lines (inventory) |
| Check system health | codomyrmex status or codomyrmex check |
| Run tests | uv run pytest |
| Install dependencies | uv sync |
| Trust PAI tools | codomyrmex quick run /codomyrmexTrust |
| Metric | Value | Source |
|---|---|---|
| Top-level packages | 128 | docs/reference/inventory.md |
@mcp_tool decorators (production) |
600 | uv run python scripts/doc_inventory.py |
mcp_tools.py files (non-test) |
149 | docs/reference/inventory.md |
| MCP resources | 3 | docs/pai/tools-reference.md |
| MCP prompts | 10 | docs/pai/tools-reference.md |
| Tests collected | 34,593 | uv run pytest --collect-only -q --no-cov |
| GitHub Actions workflows | 37 | .github/workflows/*.yml (see uv run python scripts/doc_inventory.py) |
| RASP doc coverage | 100% (128/128) | AGENTS.md |
| Version | v1.2.7 | pyproject.toml |
| Layer | Count | Key Modules | Entry Point |
|---|---|---|---|
| Foundation | 6 | logging_monitoring, model_context_protocol, environment_setup, terminal_interface |
Foundation β |
| Core | 15 | agents, git_operations, coding, search, llm, static_analysis, performance |
Core β |
| Service | 10 | ci_cd_automation, orchestrator, api, cloud, documentation, containerization |
Service β |
| Specialized | 58 | agentic_memory, formal_verification, collaboration, crypto, events, release |
Specialized β |
Full module catalog with layer assignments: src/codomyrmex/INDEX.md
| Document | Purpose |
|---|---|
| README.md | Project overview, installation, quickstart |
| SPEC.md | Project-level functional specification |
| AGENTS.md | Agent coordination & capabilities |
| PAI.md | Personal AI Infrastructure bridge |
| CHANGELOG.md | Version history |
| TODO.md | Future features & improvements |
| CONTRIBUTING.md | Contribution guidelines |
| SECURITY.md | Security policy |
| CODE_OF_CONDUCT.md | Community standards |
| CLAUDE.md | Claude Code integration notes |
| Directory | Description |
|---|---|
| src/ | Source root β namespace package |
| src/codomyrmex/ | Main package β 128 top-level modules across 4 layers |
| Directory | Description |
|---|---|
| config/ | Configuration files (YAML, TOML) |
| docs/ | Generated & authored documentation |
| scripts/ | Utility & automation scripts |
| .github/ | GitHub Actions CI/CD workflows |
| Directory | Description |
|---|---|
| projects/ | Sub-projects & reference implementations |
| plugin_system | Plugin registry and loading (src/codomyrmex/plugin_system) |
| examples/ | Top-level examples |
| File | Purpose |
|---|---|
| pyproject.toml | Python project config (uv/pip), pytest and coverage ([tool.pytest.ini_options], [tool.coverage.*]) |
| Makefile | Primary dev tasks (make test, make lint, β¦) |
| justfile | Optional just recipes mirroring common Makefile targets |
| index.html | Root redirect to /output/website/index.html for static hosting / GitHub Pages entry |
| uv.lock | Dependency lock file |
INDEX.md β You are here
βββ src/INDEX.md β Source directory index
β βββ src/codomyrmex/INDEX.md β 128-module catalog by layer
βββ docs/ β Documentation site
- π Source Index: src/INDEX.md
- π¦ Package Index: src/codomyrmex/INDEX.md
- π README: README.md
- π€ PAI Bridge: PAI.md