- 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
1.7 KiB
1.7 KiB
Architecture Overview
Auto-generated by
architect-indexer. DO NOT edit manually.
Project Type
This section is populated after the first index run.
Architecture Pattern
Example: Layered, Clean Architecture, MVC, MVVM, Microservices, Monolith, etc.
Layers
| Layer | Directory | Responsibility |
|---|---|---|
| pending | pending | pending |
Module Boundaries
| Module | Directory | Exports | Dependencies |
|---|---|---|---|
| pending | pending | pending | pending |
External Services
| Service | Purpose | Integration Point |
|---|---|---|
| pending | pending | pending |
Key Decisions
| Decision | Rationale | Date |
|---|---|---|
| pending | pending | pending |
Diagram
┌──────────────────────────────────┐
│ Presentation │
│ (Controllers, Views, Routes) │
├──────────────────────────────────┤
│ Application │
│ (Services, Use Cases) │
├──────────────────────────────────┤
│ Domain │
│ (Entities, Value Objects) │
├──────────────────────────────────┤
│ Infrastructure │
│ (Repositories, External APIs) │
└──────────────────────────────────┘