agents-gitflow-guard 0.0.24 → 0.0.26
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/package.json +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agents-gitflow-guard",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"description": "A configurable branch-role guard for AI coding agents (DSH / Claude Code / Codex / OpenCode / Antigravity / Pi) — zero-config defaults (develop+main) out of the box, deep-merge override, and per-client native hooks via gitflow-guard wire/setup; integration/preview/production/archive, each with its own update rules",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -69,6 +69,11 @@
|
|
|
69
69
|
"build": "tsdown",
|
|
70
70
|
"prepack": "npm run build",
|
|
71
71
|
"test": "vitest run",
|
|
72
|
+
"test:platforms": "npm run build && node scripts/verify-matrix.mjs",
|
|
73
|
+
"test:git-matrix": "bash scripts/test-git-matrix.sh",
|
|
74
|
+
"test:realflow": "bash scripts/test-git-realflow.sh",
|
|
75
|
+
"test:pi": "bash scripts/test-pi-extension.sh",
|
|
76
|
+
"test:all": "npm run typecheck && npm test && npm run test:platforms && npm run test:git-matrix && npm run test:realflow",
|
|
72
77
|
"typecheck": "tsc --noEmit",
|
|
73
78
|
"verify:matrix": "npm run build && node scripts/verify-matrix.mjs",
|
|
74
79
|
"check:pins": "node scripts/check-version-pins.mjs",
|