@erclx/canon 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "canon",
3
3
  "description": "Automated governance, versioning, and discovery tools for Claude Code.",
4
- "version": "4.2.0",
4
+ "version": "4.2.1",
5
5
  "author": {
6
6
  "name": "Eric Le",
7
7
  "url": "https://github.com/erclx"
@@ -157,7 +157,11 @@ Respond with one line, using the `url` the final command printed:
157
157
 
158
158
  `✅ PR: <url>`
159
159
 
160
- Add a second line only when the labelling command printed its warning, quoting the label `gh` refused:
160
+ Add a line for each `uncovered` path the labels step reported, naming the path and the map it belongs in:
161
+
162
+ `⚠️ No label covers <path>. Add a row to .claude/canon/pr-labels.toml or a [declined] entry.`
163
+
164
+ Add a further line only when the labelling command printed its warning, quoting the label `gh` refused:
161
165
 
162
166
  `⚠️ Labels not applied: <what gh reported>`
163
167
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@erclx/canon",
3
3
  "type": "module",
4
- "version": "4.2.0",
4
+ "version": "4.2.1",
5
5
  "description": "Infrastructure and quality tooling for developer workflows",
6
6
  "license": "MIT",
7
7
  "bin": {