mirror of
https://github.com/pocketpaw/pocketpaw.git
synced 2026-05-22 17:55:03 +00:00
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>
18 lines
371 B
JSON
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"
|
|
}
|
|
]
|
|
} |