feat: add .architect/ project mapping system with architect-indexer agent and Docker containerization
- 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
This commit is contained in:
57
.architect/tech-stack/stack.md
Normal file
57
.architect/tech-stack/stack.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# Tech Stack
|
||||
|
||||
> Auto-generated by `architect-indexer`. DO NOT edit manually.
|
||||
|
||||
## Runtime & Platform
|
||||
|
||||
| Component | Version | Purpose |
|
||||
|-----------|---------|---------|
|
||||
| Language | _pending_ | _pending_ |
|
||||
| Runtime | _pending_ | _pending_ |
|
||||
| Package Manager | _pending_ | _pending_ |
|
||||
|
||||
_This section is populated after the first index run._
|
||||
|
||||
## Framework
|
||||
|
||||
| Framework | Version | Purpose |
|
||||
|-----------|---------|---------|
|
||||
| _pending_ | _pending_ | _pending_ |
|
||||
|
||||
## Database
|
||||
|
||||
| Engine | Version | Purpose | Connection |
|
||||
|--------|---------|---------|------------|
|
||||
| _pending_ | _pending_ | _pending_ | _pending_ |
|
||||
|
||||
## Key Dependencies
|
||||
|
||||
| Package | Version | Purpose | Critical |
|
||||
|---------|---------|---------|----------|
|
||||
| _pending_ | _pending_ | _pending_ | _pending_ |
|
||||
|
||||
## Development Tools
|
||||
|
||||
| Tool | Version | Purpose |
|
||||
|------|---------|---------|
|
||||
| Linter | _pending_ | _pending_ |
|
||||
| Formatter | _pending_ | _pending_ |
|
||||
| Test Runner | _pending_ | _pending_ |
|
||||
| Type Checker | _pending_ | _pending_ |
|
||||
|
||||
## Infrastructure
|
||||
|
||||
| Component | Technology | Purpose |
|
||||
|-----------|-----------|---------|
|
||||
| Web Server | _pending_ | _pending_ |
|
||||
| Cache | _pending_ | _pending_ |
|
||||
| Queue | _pending_ | _pending_ |
|
||||
| Storage | _pending_ | _pending_ |
|
||||
| CI/CD | _pending_ | _pending_ |
|
||||
|
||||
## Environment Variables
|
||||
|
||||
| Variable | Required | Default | Purpose |
|
||||
|----------|----------|---------|---------|
|
||||
| NODE_ENV | No | development | Environment |
|
||||
| _pending_ | _pending_ | _pending_ | _pending_ |
|
||||
Reference in New Issue
Block a user