@tryinget/pi-model-selection 0.1.1 → 0.2.0

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/README.md +1 -1
  2. package/package.json +9 -3
package/README.md CHANGED
@@ -28,4 +28,4 @@ It intentionally does not own prompt-template slash-command registration, compac
28
28
 
29
29
  ## Template baseline
30
30
 
31
- This package was reconciled through `../pi-extensions-template` in `simple-package` mode, then intentionally adapted as a root-managed support library. It keeps template lineage and baseline files such as `.copier-answers.yml`, `biome.jsonc`, `policy/stack-lane.json`, and `docs/tech-stack.local.md`, but it deliberately omits `package.json#pi.extensions` and `package.json#pi.prompts` so it cannot register slash commands or package prompts by accident.
31
+ This package was reconciled through `../pi-extensions-template` in `simple-package` mode, then intentionally adapted as a root-managed support library. It keeps template lineage and baseline files such as `.copier-answers.yml`, `biome.jsonc`, `policy/engineering-lane.json`, and `docs/engineering.local.md`, but it deliberately omits `package.json#pi.extensions` and `package.json#pi.prompts` so it cannot register slash commands or package prompts by accident.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryinget/pi-model-selection",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Shared Pi model selection and auth resolution primitives.",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -32,7 +32,7 @@
32
32
  "access": "public"
33
33
  },
34
34
  "engines": {
35
- "node": ">=22"
35
+ "node": ">=22.19.0"
36
36
  },
37
37
  "scripts": {
38
38
  "fix": "bash ../../scripts/package-quality-gate.sh fix . --mode simple-package",
@@ -44,7 +44,13 @@
44
44
  "quality:ci": "bash ../../scripts/package-quality-gate.sh ci . --mode simple-package",
45
45
  "check": "npm run quality:ci",
46
46
  "release:check": "npm pack --dry-run --json",
47
- "release:check:quick": "npm pack --dry-run --json"
47
+ "release:check:quick": "npm pack --dry-run --json",
48
+ "loop-doctor": "bash -lc 'node --version; npm --version; npm pkg get name version >/dev/null; git status --short -- . || true; exit 0'",
49
+ "loop-verify-fast": "npm run quality:pre-commit",
50
+ "loop-impact-plan": "bash -lc 'echo \"loop-impact-plan: package-local impact planner is coarse; run npm run loop-impact-run for the full package gate.\"; git status --short -- . || true'",
51
+ "loop-impact-run": "npm run check",
52
+ "loop-impact-wide": "npm run check",
53
+ "loop-landing-check": "npm run check"
48
54
  },
49
55
  "files": [
50
56
  "index.js",