- Add .architect/ directory structure (10 template files) as project brain for agent orientation - Add architect-indexer agent that scans codebase and generates structured architecture docs - Add Docker containerization: Dockerfile.architect-indexer, docker-compose.architect.yml - Add TypeScript project-mapper module with staleness detection and context injection - Add /index-project command, architect-first-contact rule, project-mapping skill - Integrate orchestrator first-contact check: triggers indexing before any task delegation - Add npm arch:* scripts for Docker-based indexing workflow - Register agent in capability-index.yaml and AGENTS.md
882 B
882 B
Dependency Graph
Auto-generated by
architect-indexer. DO NOT edit manually.
Module Dependencies
Module A ──→ Module B ──→ Module C
│ │
└──→ Module D ─┘
This section is populated after the first index run.
Import Graph
| Module | Imports From | Imported By |
|---|---|---|
| pending | pending | pending |
Circular Dependencies
None detected (or listed with paths)
External Dependencies
| Package | Version | Used By | Purpose |
|---|---|---|---|
| pending | pending | pending | pending |
Dependency Rules
- No cross-layer imports upward — Infrastructure cannot import Application
- No circular dependencies — A → B → A is forbidden
- Shared kernel only — Cross-module communication via events/interfaces