streaming-progress ยท diff

git:20260507.8dfdcb4 to git:20260601.da7723a

29 added, 29 removed. Audit C to C.

- ---
+ ---
graph:
domains: [domain:software-engineering]
skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
workflows: [workflow:feature-development]
topics: [topic:developer-experience]
roles: [role:tech-lead, role:backend-engineer]
- ---
-
- # Streaming Progress
-
- Emit real-time progress events for streaming UI consumption.
-
- ## Agent
- Progress Streamer - `automaker-progress-streamer`
-
- ## Workflow
- 1. Receive progress event from execution stage
- 2. Format event with timestamp and stage information
- 3. Calculate completion percentage
- 4. Generate human-readable summary
- 5. Include machine-readable data for UI rendering
- 6. Emit formatted event
-
- ## Inputs
- - `projectName` - Project name
- - `featureId` - Feature being tracked
- - `event` - Progress event with stage, message, data
-
- ## Outputs
- - Formatted streaming event with progress metrics
-
- ## Process Files
- - `automaker-orchestrator.js` - Phase 3 (batch progress)
- - `automaker-agent-execution.js` - All stages
+ ---
+
+ # Streaming Progress
+
+ Emit real-time progress events for streaming UI consumption.
+
+ ## Agent
+ Progress Streamer - `automaker-progress-streamer`
+
+ ## Workflow
+ 1. Receive progress event from execution stage
+ 2. Format event with timestamp and stage information
+ 3. Calculate completion percentage
+ 4. Generate human-readable summary
+ 5. Include machine-readable data for UI rendering
+ 6. Emit formatted event
+
+ ## Inputs
+ - `projectName` - Project name
+ - `featureId` - Feature being tracked
+ - `event` - Progress event with stage, message, data
+
+ ## Outputs
+ - Formatted streaming event with progress metrics
+
+ ## Process Files
+ - `automaker-orchestrator.js` - Phase 3 (batch progress)
+ - `automaker-agent-execution.js` - All stages