Files
pocketpaw/docs/c4/views/components/platform-core.json
Prakash Dalai bcc25fe706 docs: add C4 architecture diagrams (#901)
Generated via c4-gen (heuristic AST scan + Claude refinement).
Covers all 3 C4 levels with 15 view files:

- System context: PocketPaw + 5 external APIs + 3 user personas
- Container view: 11 logical containers (API, Agents, Skills,
  Integrations, Knowledge, Automation, LLM, Observability, etc.)
- Component views: per-container breakdowns with 39 components
- 29 elements linked to KB wiki articles
- Async relationships detected for event bus and queue patterns

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Rohit Kushwaha <rohitk290106@gmail.com>
2026-04-08 13:05:57 +05:30

18 lines
371 B
JSON

{
"level": "component",
"title": "Components -- Platform Core",
"description": "Component-level view of Platform Core",
"elements": [
"bootstrap",
"paw",
"builtin",
"ee"
],
"relationships": [
{
"source": "bootstrap",
"target": "platform-core",
"description": "Initializes and sets up platform core components"
}
]
}