What problem does it solve?
Consolidates unresolved Prompt Improvement (PI) proposals from open GitHub retrospective issues into a single, reviewable propose-don't-apply diff report that is written to .kiln/logs/pi-apply-<timestamp>.md. It never edits source files in plugin-kiln/skills or plugin-kiln/agents, ensuring a safe, auditable feedback loop.
Core Features & Use Cases
- Parse each PI block (File, Current, Proposed, Why PI) from open retro issues.
- Classify blocks as actionable, already-applied, stale, or parse errors; include audit records for non-actionable items.
- Render diffs for actionable blocks and compute a stable pi-hash for all records; emit a consolidated report for maintainer review.
- Produce a deterministic, timestamped report at .kiln/logs/pi-apply-<timestamp>.md with no source edits.
- Handle empty backlog and malformed blocks gracefully; maintain schema stability and safety discipline.
Quick Start
Run kiln-pi-apply to generate the propose-don't-apply diff report from open retro issues.