@williamthorsen/nmr 0.12.0 → 0.12.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.
package/README.md CHANGED
@@ -2,21 +2,7 @@
2
2
 
3
3
  Context-aware script runner for PNPM monorepos. Ships an `nmr` (node-monorepo run) binary that provides centralized, consistent script execution across workspace packages and the monorepo root.
4
4
 
5
- <!-- section:release-notes -->
6
- ## Release notes — v0.12.0 (2026-04-23)
7
-
8
- ### Features
9
-
10
- - Add agent-facing AGENTS.md and sync-agent-files command (#263)
11
-
12
- Ships nmr-owned agent guidance alongside the `@williamthorsen/nmr` package so consuming repos stop hand-maintaining their own copies of the runner's invocation rules. A new `nmr sync-agent-files` command pulls that guidance into `.agents/nmr/AGENTS.md` in the consuming repo, stamped with the installed nmr version; a companion `--check` variant verifies the stamp against the installed version on every root `check:strict` run. Drift between installed nmr and the committed guidance now fails the quality gate automatically with a single actionable fix message, without per-consumer wiring.
13
-
14
- - Rename check:fixable script to fix:check (#266)
15
-
16
- Renames the `check:fixable` convenience script to `fix:check` in both the workspace and root default script registries. The new name mirrors the existing `fmt` / `fmt:check` pattern, aligning the read-only variant with its mutating counterpart (`fix`) so the command's read-only semantics are recognizable from the name alone.
17
-
18
- The script's expansion (`fmt:check`, `lint:check`) is unchanged.
19
- <!-- /section:release-notes -->
5
+ <!-- section:release-notes --><!-- /section:release-notes -->
20
6
 
21
7
  ## Installation
22
8
 
package/dist/esm/.cache CHANGED
@@ -1 +1 @@
1
- d28e365779e353583b02eb587a2dfe64797c3a00544b42b8b18922aff2959d34
1
+ ecd2594bf00be365cf1c1d58937d98631236e5a8841aade1fcaf6bb190cbf84b
@@ -1 +1 @@
1
- export declare const VERSION = "0.12.0";
1
+ export declare const VERSION = "0.12.1";
@@ -1,4 +1,4 @@
1
- const VERSION = "0.12.0";
1
+ const VERSION = "0.12.1";
2
2
  export {
3
3
  VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@williamthorsen/nmr",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "private": false,
5
5
  "description": "Context-aware script runner for PNPM monorepos",
6
6
  "keywords": [
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "jiti": "2.6.1",
43
43
  "js-yaml": "4.1.1",
44
- "zod": "4.3.6"
44
+ "zod": "4.4.1"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"