infra-kit 0.1.127 → 0.1.128

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 (28) hide show
  1. package/.eslintcache +1 -1
  2. package/.omc/state/sessions/f9c17a0e-2dd8-4f7d-badf-631f266c5d4c/pre-tool-advisory-throttle.json +10 -0
  3. package/.turbo/turbo-check.log +1 -1
  4. package/.turbo/turbo-infra-kit-check.log +14 -0
  5. package/.turbo/turbo-test.log +243 -243
  6. package/dist/{chunk-SGR2XAVR.js → chunk-QBHCWAAG.js} +27 -27
  7. package/dist/chunk-QBHCWAAG.js.map +7 -0
  8. package/dist/chunk-YSBF5C7C.js +2 -0
  9. package/dist/chunk-YSBF5C7C.js.map +7 -0
  10. package/dist/cli.js +1 -1
  11. package/dist/index.js +1 -1
  12. package/dist/mcp.js +1 -1
  13. package/package.json +2 -2
  14. package/src/commands/audit/.omc/state/agent-replay-f9c17a0e-2dd8-4f7d-badf-631f266c5d4c.jsonl +4 -0
  15. package/src/commands/audit/.omc/state/sessions/f9c17a0e-2dd8-4f7d-badf-631f266c5d4c/mission-state.json +79 -0
  16. package/src/commands/audit/.omc/state/sessions/f9c17a0e-2dd8-4f7d-badf-631f266c5d4c/pre-tool-advisory-throttle.json +22 -0
  17. package/src/commands/audit/.omc/state/sessions/f9c17a0e-2dd8-4f7d-badf-631f266c5d4c/subagent-tracking-state.json +26 -0
  18. package/src/commands/audit/audit.ts +1 -1
  19. package/src/commands/init/__tests__/shell-body.test.ts +31 -0
  20. package/src/commands/init/init.ts +18 -3
  21. package/src/lib/.omc/state/sessions/f9c17a0e-2dd8-4f7d-badf-631f266c5d4c/pre-tool-advisory-throttle.json +18 -0
  22. package/src/lib/package-config/package-config.ts +2 -2
  23. package/src/lib/package-validator/.omc/state/sessions/f9c17a0e-2dd8-4f7d-badf-631f266c5d4c/pre-tool-advisory-throttle.json +10 -0
  24. package/src/lib/package-validator/__tests__/package-validator.test.ts +9 -2
  25. package/tsconfig.tsbuildinfo +1 -1
  26. package/dist/chunk-SGR2XAVR.js.map +0 -7
  27. package/dist/chunk-WA4BQRDC.js +0 -2
  28. package/dist/chunk-WA4BQRDC.js.map +0 -7
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 1,
3
+ "entries": {
4
+ "79a93d4a2f8f50b95f852280616242fee1855dc99a3c75211917f55e72e95fae": {
5
+ "last_emitted_at_ms": 1783340412758,
6
+ "message": "Use parallel execution for independent tasks. Use run_in_background for long operations (npm install, builds, tests)."
7
+ }
8
+ },
9
+ "updated_at": "2026-07-06T12:20:12.758Z"
10
+ }
@@ -1,4 +1,4 @@
1
- $ node ./dist/cli.js check
1
+ $ infra-kit audit
2
2
  INFO: 
3
3
  infra-kit — PASS
4
4
  INFO:  [PASS] infra-kit.config.ts: present and valid
@@ -0,0 +1,14 @@
1
+ $ infra-kit audit
2
+ INFO: 
3
+ infra-kit — PASS
4
+ INFO:  [PASS] infra-kit.config.ts: present and valid
5
+ INFO:  [PASS] script:build: defined
6
+ INFO:  [PASS] script:ts-check: defined
7
+ INFO:  [PASS] script:eslint-check: defined
8
+ INFO:  [PASS] script:prettier-check: defined
9
+ INFO:  [PASS] script:test: defined
10
+ INFO:  [PASS] file:tsconfig.json: exists
11
+ INFO:  [PASS] file:eslint.config.js: exists
12
+ INFO:  [PASS] file:readme.md: exists
13
+ INFO: 
14
+ ✅ All valid (1 checked)