# Architecture
> **Auto-Generated by Agent-Kit Semantic Memory Sync**
> Last Synced: 2026-03-05 05:28 UTC
> ⚠️  Do NOT manually edit — changes will be overwritten on next sync.

## Detected Frameworks & Runtimes
_(not yet detected)_

## Language Breakdown
| Language | Volume |
|----------|--------|
| JavaScript | 1,265 lines |
| Python | 1,265 lines |

## Live Directory Structure
```
Agent-kit-P1/
├── Agent-kit- git repo backup-1.code-workspace
├── bin/
│   ├── cli.js
│   ├── commands.js
│   ├── engine.js
│   └── mcp.js
├── docs/
│   ├── architecture/
│   └── prd/
│       └── auth-system.md
├── LICENSE
├── manifest.json
├── memory/
│   ├── backend/
│   │   └── api-contracts.md
│   ├── frontend/
│   │   └── design-system.md
│   ├── global/
│   │   ├── api-contracts.md
│   │   ├── architecture.md
│   │   ├── conventions.md
│   │   ├── decisions.md
│   │   ├── dependencies.md
│   │   └── project-overview.md
│   └── product/
│       └── milestones.md
├── METADATA.md
├── package-lock.json
├── package.json
├── PROJECT_STATUS.md
├── README.md
├── scripts/
│   ├── checklist.py
│   ├── inject_antigravity.py
│   ├── memory_sync.py
│   ├── migrate_skills.py
│   ├── security_chaos_test.py
│   ├── spawn_agent.py
│   └── sync_api_contracts.py
└── src/
    ├── api/
    ├── backend/
    │   ├── auth/
    │   │   └── ...
    │   └── main.py
    └── components/
```

## Data Flow
```
Client → Frontend → API Gateway → Backend Services → Database
                                                    → Cache
                                                    → Queue
```

## Key Architecture Decisions
_(Add ADRs here — they will be preserved across syncs if placed below this line)_

---
