findings-capture ยท diff

git:20260507.8dfdcb4 to git:20260601.da7723a

32 added, 32 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]
- ---
-
- # Findings Capture
-
- Capture and persist research findings, discoveries, and decision rationale to findings.md.
-
- ## Agent
- Findings Curator - `pwf-findings-curator`
-
- ## Workflow
- 1. Initialize findings.md with structured section headers
- 2. Capture findings during execution with timestamps
- 3. Apply 2-Action Rule: persist after every 2 operations
- 4. Record decisions with supporting rationale
- 5. Deduplicate and organize on final flush
- 6. Analyze coverage for verification
-
- ## Inputs
- - `projectPath` - Root path for planning files
- - `phaseName` - Current phase name
- - `findings` - Array of finding objects
- - `decisions` - Array of decision objects
-
- ## Outputs
- - Updated findings.md with organized, timestamped entries
- - Coverage analysis for verification
-
- ## Process Files
- - `planning-orchestrator.js` - Findings initialization and appending
- - `planning-execution.js` - 2-Action Rule batches and final flush
- - `planning-verification.js` - Coverage analysis
+ ---
+
+ # Findings Capture
+
+ Capture and persist research findings, discoveries, and decision rationale to findings.md.
+
+ ## Agent
+ Findings Curator - `pwf-findings-curator`
+
+ ## Workflow
+ 1. Initialize findings.md with structured section headers
+ 2. Capture findings during execution with timestamps
+ 3. Apply 2-Action Rule: persist after every 2 operations
+ 4. Record decisions with supporting rationale
+ 5. Deduplicate and organize on final flush
+ 6. Analyze coverage for verification
+
+ ## Inputs
+ - `projectPath` - Root path for planning files
+ - `phaseName` - Current phase name
+ - `findings` - Array of finding objects
+ - `decisions` - Array of decision objects
+
+ ## Outputs
+ - Updated findings.md with organized, timestamped entries
+ - Coverage analysis for verification
+
+ ## Process Files
+ - `planning-orchestrator.js` - Findings initialization and appending
+ - `planning-execution.js` - 2-Action Rule batches and final flush
+ - `planning-verification.js` - Coverage analysis