mustflow 2.22.3 → 2.22.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mustflow",
3
- "version": "2.22.3",
3
+ "version": "2.22.4",
4
4
  "description": "Agent workflow documents and CLI for mustflow repository roots.",
5
5
  "type": "module",
6
6
  "license": "MIT-0",
@@ -36,7 +36,9 @@
36
36
  "test:coverage": "bun run build && node scripts/run-cli-tests.mjs coverage",
37
37
  "test:audit": "node scripts/audit-tests.mjs --json",
38
38
  "test:release": "bun run build && node scripts/run-cli-tests.mjs release",
39
- "test:full": "bun run build && node scripts/run-cli-tests.mjs full",
39
+ "test:full": "bun run build && node scripts/run-cli-tests.mjs full-auto",
40
+ "test:full:auto": "bun run build && node scripts/run-cli-tests.mjs full-auto",
41
+ "test:full:serial": "bun run build && node scripts/run-cli-tests.mjs full",
40
42
  "check": "bun run check:package && bun run test:full",
41
43
  "check:package": "node -e \"const fs=require('fs'); JSON.parse(fs.readFileSync('package.json','utf8')); console.log('package.json ok')\"",
42
44
  "check:typecheck": "tsc -p tsconfig.json --noEmit",
@@ -1,6 +1,6 @@
1
1
  id = "default"
2
2
  name = "default"
3
- version = "2.22.3"
3
+ version = "2.22.4"
4
4
  description = "Minimal workflow for LLM agents to read, edit, and verify their work in a repository."
5
5
  common_root = "common"
6
6
  locales_root = "locales"