first commit

This commit is contained in:
2026-02-25 23:49:54 -05:00
commit 4d097161cb
1775 changed files with 452827 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"id": "1",
"subject": "Task 1: Project scaffolding and dependency setup",
"description": "Create app_factory/ directory structure, __init__.py files, requirements.txt, .env.example, main.py. No dependencies.",
"owner": "scaffolder",
"status": "in_progress",
"blocks": [],
"blockedBy": [],
"activeForm": "Implementing ArchitectureTracker and prompt templates"
}

View File

@@ -0,0 +1,8 @@
{
"id": "10",
"subject": "Task 10: End-to-end integration and testing",
"description": "Wire all components together, integration tests, error handling. Blocked by Tasks 1-9.",
"status": "pending",
"blocks": [],
"blockedBy": []
}

View File

@@ -0,0 +1,11 @@
{
"id": "11",
"subject": "scaffolder",
"description": "You are the scaffolder for the \"App Factory\" project. Your job is to implement Task 1: Project scaff",
"status": "in_progress",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,11 @@
{
"id": "12",
"subject": "scaffolder-2",
"description": "You are the scaffolder for the \"App Factory\" project. Your job is to implement Task 1: Project scaff",
"status": "in_progress",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,11 @@
{
"id": "13",
"subject": "observability-dev",
"description": "You are implementing Task 2: \"Implement LangSmith observability and logging infrastructure\" for the ",
"status": "completed",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,11 @@
{
"id": "14",
"subject": "workspace-dev",
"description": "You are implementing Task 3: \"Implement WorkspaceManager for Git worktree and Docker isolation\" for ",
"status": "completed",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "15",
"subject": "task-agent-dev",
"description": "You are implementing Task 4: \"Implement TaskMasterAgent for claude-task-master integration\" for the ",
"owner": "task-agent-dev",
"status": "completed",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "16",
"subject": "pm-agent-dev",
"description": "You are implementing Task 5: \"Implement PMAgent for PRD generation and clarification handling\" for t",
"owner": "pm-agent-dev",
"status": "completed",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "17",
"subject": "dev-agent-dev",
"description": "You are implementing Task 6: \"Implement DevAgentManager for Claude Code/Codex subprocess automation\"",
"owner": "dev-agent-dev",
"status": "completed",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "18",
"subject": "qa-agent-dev",
"description": "You are implementing Task 7: \"Implement QAAgent for code review, testing, and merge operations\" for ",
"owner": "qa-agent-dev",
"status": "completed",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,12 @@
{
"id": "19",
"subject": "graph-dev",
"description": "You are implementing Task 8: \"Implement LangGraph state machine and orchestration graph\" for the App",
"owner": "graph-dev",
"status": "completed",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,9 @@
{
"id": "2",
"subject": "Task 2: LangGraph state machine and shared state",
"description": "Implement AppFactoryOrchestrator in core/graph.py with LangGraph state machine, shared state definitions, and routing logic. Blocked by Task 1.",
"owner": "observability-dev",
"status": "completed",
"blocks": [],
"blockedBy": []
}

View File

@@ -0,0 +1,11 @@
{
"id": "20",
"subject": "arch-dev",
"description": "You are implementing Task 9: \"Implement GlobalArchitecture summary system and prompt templates\" for ",
"status": "completed",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,13 @@
{
"id": "21",
"subject": "integration-dev",
"description": "You are implementing Task 10: \"Implement main.py entry point, error handling, and end-to-end integra",
"activeForm": "Implementing main.py entry point and tests",
"owner": "integration-dev",
"status": "completed",
"blocks": [],
"blockedBy": [],
"metadata": {
"_internal": true
}
}

View File

@@ -0,0 +1,8 @@
{
"id": "3",
"subject": "Task 3: Workspace Manager (Docker + Git worktrees)",
"description": "Implement workspace.py with create_worktree() and spin_up_clean_room() for Docker container provisioning. Blocked by Task 1.",
"status": "pending",
"blocks": [],
"blockedBy": []
}

View File

@@ -0,0 +1,8 @@
{
"id": "4",
"subject": "Task 4: PM Agent implementation",
"description": "Implement PMAgent that expands user prompts into structured PRDs and handles ClarificationRequests. Blocked by Task 2.",
"status": "pending",
"blocks": [],
"blockedBy": []
}

View File

@@ -0,0 +1,8 @@
{
"id": "5",
"subject": "Task 5: Task Agent (claude-task-master interface)",
"description": "Implement TaskMasterAgent bridge to claude-task-master for task parsing, dependency tracking, unblocked task identification. Blocked by Tasks 2, 4.",
"status": "pending",
"blocks": [],
"blockedBy": []
}

View File

@@ -0,0 +1,8 @@
{
"id": "6",
"subject": "Task 6: Dev Agent Manager",
"description": "Implement DevAgentManager to spawn dev agents in Docker containers with minimized prompts. Blocked by Tasks 2, 3.",
"status": "pending",
"blocks": [],
"blockedBy": []
}

View File

@@ -0,0 +1,8 @@
{
"id": "7",
"subject": "Task 7: QA Agent",
"description": "Implement QAAgent for code review, test execution, conflict resolution, and merge handling. Blocked by Tasks 2, 3, 6.",
"status": "pending",
"blocks": [],
"blockedBy": []
}

View File

@@ -0,0 +1,8 @@
{
"id": "8",
"subject": "Task 8: Observability and tracing",
"description": "Implement LangSmith tracing, logging setup in observability.py. Blocked by Task 2.",
"status": "pending",
"blocks": [],
"blockedBy": []
}

View File

@@ -0,0 +1,8 @@
{
"id": "9",
"subject": "Task 9: Clarification loop (bi-directional flow)",
"description": "Implement backward flow: Dev → Task → PM → Human with max-retry counters. Blocked by Tasks 4, 5, 6.",
"status": "pending",
"blocks": [],
"blockedBy": []
}