Files
APAW/.architect/db-schema/schema.md
¨NW¨ 6b71ea2b57 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
2026-04-22 20:01:38 +01:00

45 lines
1.0 KiB
Markdown

# Database Schema
> Auto-generated by `architect-indexer`. DO NOT edit manually.
## Tables
| Table | Engine | Rows (est.) | Description |
|-------|--------|-------------|-------------|
| _pending_ | _pending_ | _pending_ | _pending_ |
_This section is populated after the first index run._
## Table Definitions
### `_table_name`
| Column | Type | Nullable | Default | Index | Foreign Key |
|--------|------|----------|---------|-------|-------------|
| id | _pending_ | NO | auto | PK | — |
**Indexes:**
| Name | Columns | Type | Purpose |
|------|---------|------|---------|
| _pending_ | _pending_ | _pending_ | _pending_ |
---
## Foreign Key Graph
```
TableA.id ←── TableB.table_a_id
TableB.id ←── TableC.table_b_id
```
## Migration History
| Migration | Date | Tables Affected | Reversible |
|----------|------|-----------------|-----------|
| _pending_ | _pending_ | _pending_ | _pending_ |
## Seeded Data
| Table | Records | Purpose |
|-------|---------|---------|
| _pending_ | _pending_ | _pending_ |