Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/p314-autocreate-rfc-scope-advisory.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/retrospective/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@
}
},
"name": "wr-retrospective",
"version": "0.24.1"
"version": "0.25.0"
}
10 changes: 10 additions & 0 deletions packages/retrospective/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @windyroad/retrospective

## 0.25.0

### Minor Changes

- 649b20f: run-retro Step 2b: ADR-073 auto-create-RFC reassessment advisory

The fix-time RFC-trace gate auto-creates skeleton RFCs when a fix is proposed on a Known Error that has no RFC. Until now the only record of those auto-create events was an ephemeral line in the work-problems iteration summary, so the question ADR-073 asks you to revisit — are auto-created RFCs systematically under-scoped? — had no durable signal behind it.

A new advisory detector (`check-autocreate-rfc-scope.sh`, run via the `wr-retrospective-check-autocreate-rfc-scope` PATH shim) reads the auto-created skeleton RFCs left on disk and surfaces the ones whose traced problem's fix has already shipped while the RFC's scope was never filled in. run-retro Step 2b reports them in the retro summary's Pipeline Instability section. The detector is advisory only — it always exits 0 and never blocks a commit. A one-off finding is the normal living-RFC pattern; a recurring population across retros is the ADR-073 reassessment trigger. (P314, RFC-005 B9)

## 0.24.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/retrospective/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/retrospective",
"version": "0.24.1",
"version": "0.25.0",
"description": "Session retrospectives that update briefings and create problem tickets",
"bin": {
"windyroad-retrospective": "./bin/install.mjs"
Expand Down