@wipcomputer/wip-release 1.9.43 → 1.9.44

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.
Files changed (2) hide show
  1. package/core.mjs +1 -1
  2. package/package.json +1 -1
package/core.mjs CHANGED
@@ -499,7 +499,7 @@ function getToolDisplayName(toolPath) {
499
499
 
500
500
  /**
501
501
  * Check that the interface coverage table in README.md and SKILL.md
502
- * matches the actual interfaces detected in tools/*/.
502
+ * matches the actual interfaces detected in tools/* subdirectories.
503
503
  * Returns { missing: string[], ok: boolean, skipped: boolean }.
504
504
  */
505
505
  function checkInterfaceCoverage(repoPath) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-release",
3
- "version": "1.9.43",
3
+ "version": "1.9.44",
4
4
  "type": "module",
5
5
  "description": "One-command release pipeline. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub.",
6
6
  "main": "core.mjs",