infra-kit 0.1.113 → 0.1.114

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 (29) hide show
  1. package/.eslintcache +1 -1
  2. package/.omc/state/agent-replay-0d1515ce-4ebe-4ce8-a865-2897f68de168.jsonl +1 -0
  3. package/.omc/state/agent-replay-f99d8dad-81d1-4987-8183-62edf0843d0c.jsonl +2 -0
  4. package/.omc/state/idle-notif-cooldown.json +1 -1
  5. package/.omc/state/sessions/0d1515ce-4ebe-4ce8-a865-2897f68de168/pre-tool-advisory-throttle.json +10 -0
  6. package/.omc/state/sessions/560ea519-574a-4713-b134-5bf6cfaf3c33/pre-tool-advisory-throttle.json +18 -0
  7. package/.omc/state/sessions/f99d8dad-81d1-4987-8183-62edf0843d0c/pre-tool-advisory-throttle.json +14 -0
  8. package/.omc/state/sessions/f99d8dad-81d1-4987-8183-62edf0843d0c/ralph-state.json +13 -0
  9. package/.omc/state/sessions/f99d8dad-81d1-4987-8183-62edf0843d0c/ultrawork-state.json +11 -0
  10. package/.turbo/turbo-build.log +1 -1
  11. package/.turbo/turbo-test.log +20 -20
  12. package/dist/cli.js +53 -53
  13. package/dist/cli.js.map +4 -4
  14. package/dist/mcp.js +34 -34
  15. package/dist/mcp.js.map +4 -4
  16. package/package.json +1 -1
  17. package/src/.omc/state/sessions/f99d8dad-81d1-4987-8183-62edf0843d0c/pre-tool-advisory-throttle.json +14 -0
  18. package/src/commands/doctor/doctor.ts +6 -0
  19. package/src/integrations/cursor/.omc/state/agent-replay-f99d8dad-81d1-4987-8183-62edf0843d0c.jsonl +2 -0
  20. package/src/integrations/cursor/.omc/state/idle-notif-cooldown.json +3 -0
  21. package/src/integrations/cursor/.omc/state/sessions/f99d8dad-81d1-4987-8183-62edf0843d0c/pre-tool-advisory-throttle.json +18 -0
  22. package/src/integrations/cursor/.omc/state/sessions/f99d8dad-81d1-4987-8183-62edf0843d0c/subagent-tracking-state.json +17 -0
  23. package/src/integrations/cursor/index.ts +1 -0
  24. package/src/integrations/cursor/launch-cursor.ts +12 -0
  25. package/src/integrations/cursor/open-cursor-workspace.ts +2 -3
  26. package/src/integrations/ide/__tests__/ide-facade.test.ts +8 -0
  27. package/src/integrations/ide/add-ide-worktree-folders.ts +2 -4
  28. package/src/lib/worktrees/remove-worktrees.ts +15 -0
  29. package/tsconfig.tsbuildinfo +1 -1
@@ -0,0 +1 @@
1
+ {"t":0,"agent":"system","event":"skill_invoked","skill_name":"oh-my-claudecode:cancel"}
@@ -0,0 +1,2 @@
1
+ {"t":0,"agent":"system","event":"keyword_detected","keyword":"ralph"}
2
+ {"t":0,"agent":"system","event":"mode_change","mode_from":"none","mode_to":"ralph"}
@@ -1,3 +1,3 @@
1
1
  {
2
- "lastSentAt": "2026-06-21T13:17:20.155Z"
2
+ "lastSentAt": "2026-06-22T07:05:20.892Z"
3
3
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 1,
3
+ "entries": {
4
+ "79a93d4a2f8f50b95f852280616242fee1855dc99a3c75211917f55e72e95fae": {
5
+ "last_emitted_at_ms": 1782111114186,
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-06-22T06:51:54.186Z"
10
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "entries": {
4
+ "445ed27a3872b681d98190bae61ccb84954e1bc4e140df5370be958dee776b3a": {
5
+ "last_emitted_at_ms": 1782111847361,
6
+ "message": "Verify changes work after editing. Test functionality before marking complete."
7
+ },
8
+ "466399dafa2d20f60587180bad0a07358eb7f2bce724df0ff682f038ad33f5ad": {
9
+ "last_emitted_at_ms": 1782111836802,
10
+ "message": "Read multiple files in parallel when possible for faster analysis."
11
+ },
12
+ "79a93d4a2f8f50b95f852280616242fee1855dc99a3c75211917f55e72e95fae": {
13
+ "last_emitted_at_ms": 1782111826313,
14
+ "message": "Use parallel execution for independent tasks. Use run_in_background for long operations (npm install, builds, tests)."
15
+ }
16
+ },
17
+ "updated_at": "2026-06-22T07:04:07.361Z"
18
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "version": 1,
3
+ "entries": {
4
+ "79a93d4a2f8f50b95f852280616242fee1855dc99a3c75211917f55e72e95fae": {
5
+ "last_emitted_at_ms": 1782111838873,
6
+ "message": "Use parallel execution for independent tasks. Use run_in_background for long operations (npm install, builds, tests)."
7
+ },
8
+ "466399dafa2d20f60587180bad0a07358eb7f2bce724df0ff682f038ad33f5ad": {
9
+ "last_emitted_at_ms": 1782111836437,
10
+ "message": "Read multiple files in parallel when possible for faster analysis."
11
+ }
12
+ },
13
+ "updated_at": "2026-06-22T07:03:58.873Z"
14
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "active": true,
3
+ "iteration": 1,
4
+ "max_iterations": 100,
5
+ "started_at": "2026-06-22T07:07:31.606Z",
6
+ "prompt": "/ralph fix it",
7
+ "session_id": "f99d8dad-81d1-4987-8183-62edf0843d0c",
8
+ "project_path": "/Users/arthur/projects/infra-kit/apps/infra-kit/cli",
9
+ "linked_ultrawork": true,
10
+ "awaiting_confirmation": true,
11
+ "awaiting_confirmation_set_at": "2026-06-22T07:07:31.606Z",
12
+ "last_checked_at": "2026-06-22T07:07:31.606Z"
13
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "active": true,
3
+ "started_at": "2026-06-22T07:07:31.618Z",
4
+ "original_prompt": "/ralph fix it",
5
+ "session_id": "f99d8dad-81d1-4987-8183-62edf0843d0c",
6
+ "project_path": "/Users/arthur/projects/infra-kit/apps/infra-kit/cli",
7
+ "reinforcement_count": 0,
8
+ "awaiting_confirmation": true,
9
+ "awaiting_confirmation_set_at": "2026-06-22T07:07:31.618Z",
10
+ "last_checked_at": "2026-06-22T07:07:31.618Z"
11
+ }
@@ -2,5 +2,5 @@
2
2
  $ rm -rf dist
3
3
  ✅ Build was completed successfully: cli.js - 0.112 MB
4
4
  ✅ Build was completed successfully: index.js - 0.0000687 MB
5
- ✅ Build was completed successfully: mcp.js - 0.0875 MB
5
+ ✅ Build was completed successfully: mcp.js - 0.0876 MB
6
6
  ✅ Type declarations emitted: dist/entry/index.d.ts
@@ -12,35 +12,35 @@
12
12
  : : :
13
13
  ^
14
14
  
15
- INFO:  created AGENTS.md
16
15
  INFO: ✓ Migrated ~/infra-kit.yml → ~/infra-kit.json
16
+ INFO: ✓ Migrated ~/.infra-kit/config.yml → ~/.infra-kit/config.json
17
+ INFO: ✓ Migrated ~/.infra-kit/projects/infra-kit-init-migrate-test-glLica/infra-kit.yml → ~/.infra-kit/projects/infra-kit-init-migrate-test-glLica/infra-kit.json
18
+ INFO: ✓ Normalized ide config in ~/infra-kit.json (removed legacy "mode")
19
+ INFO: ✓ Normalized ide config in ~/infra-kit.json (removed legacy "mode")
20
+ INFO: ✓ Normalized ide config in ~/.infra-kit/config.json (removed legacy "mode")
21
+ INFO: ✓ Normalized ide config in ~/.infra-kit/projects/infra-kit-init-migrate-test-Lx8fMU/infra-kit.json (removed legacy "mode")
22
+ INFO: ⚠ Skipped normalizing ~/infra-kit.json — Expected property name or '}' in JSON at position 2 (line 1 column 3)
23
+ INFO:  created AGENTS.md
17
24
  INFO:  created CLAUDE.md
18
25
  INFO:  created .cursor/rules/infra-kit.mdc
19
- INFO: Agent-instruction files synced (infra-kit 0.1.112)
26
+ INFO: Agent-instruction files synced (infra-kit 0.1.113)
20
27
  INFO:  created AGENTS.md
21
28
  INFO:  updated CLAUDE.md
22
29
  INFO:  created .cursor/rules/infra-kit.mdc
23
- INFO: Agent-instruction files synced (infra-kit 0.1.112)
30
+ INFO: Agent-instruction files synced (infra-kit 0.1.113)
24
31
  INFO:  created AGENTS.md
25
32
  INFO:  created CLAUDE.md
26
33
  INFO:  created .cursor/rules/infra-kit.mdc
27
- INFO: Agent-instruction files synced (infra-kit 0.1.112)
34
+ INFO: Agent-instruction files synced (infra-kit 0.1.113)
28
35
  INFO:  unchanged AGENTS.md
29
36
  INFO:  unchanged CLAUDE.md
30
37
  INFO:  unchanged .cursor/rules/infra-kit.mdc
31
- INFO: Agent-instruction files synced (infra-kit 0.1.112)
38
+ INFO: Agent-instruction files synced (infra-kit 0.1.113)
32
39
  INFO: Skipped agent-instruction files — no infra-kit.json at the repo root
33
40
  INFO:  updated AGENTS.md
34
41
  INFO:  created CLAUDE.md
35
42
  INFO:  created .cursor/rules/infra-kit.mdc
36
- INFO: Agent-instruction files synced (infra-kit 0.1.112)
37
- INFO: ✓ Migrated ~/.infra-kit/config.yml → ~/.infra-kit/config.json
38
- INFO: ✓ Migrated ~/.infra-kit/projects/infra-kit-init-migrate-test-0UISIg/infra-kit.yml → ~/.infra-kit/projects/infra-kit-init-migrate-test-0UISIg/infra-kit.json
39
- INFO: ✓ Normalized ide config in ~/infra-kit.json (removed legacy "mode")
40
- INFO: ✓ Normalized ide config in ~/infra-kit.json (removed legacy "mode")
41
- INFO: ✓ Normalized ide config in ~/.infra-kit/config.json (removed legacy "mode")
42
- INFO: ✓ Normalized ide config in ~/.infra-kit/projects/infra-kit-init-migrate-test-RXzXc6/infra-kit.json (removed legacy "mode")
43
- INFO: ⚠ Skipped normalizing ~/infra-kit.json — Expected property name or '}' in JSON at position 2 (line 1 column 3)
43
+ INFO: Agent-instruction files synced (infra-kit 0.1.113)
44
44
  INFO: 
45
45
  @x/ok — PASS
46
46
  INFO:  [PASS] infra-kit.config.ts: present and valid
@@ -48,32 +48,32 @@
48
48
  ✅ All valid (1 checked)
49
49
  INFO: 
50
50
  @x/no-config — FAIL
51
- INFO:  [FAIL] infra-kit.config.ts: infra-kit.config.ts not found at /tmp/audit-cmd-7R4JqP/infra-kit.config.ts
51
+ INFO:  [FAIL] infra-kit.config.ts: infra-kit.config.ts not found at /tmp/audit-cmd-cns8gZ/infra-kit.config.ts
52
52
  INFO: 
53
53
  ❌ Audit failed (1 checked)
54
54
  INFO:  created AGENTS.md
55
55
  INFO:  created CLAUDE.md
56
56
  INFO:  created .cursor/rules/infra-kit.mdc
57
- INFO: Agent-instruction files synced (infra-kit 0.1.112)
57
+ INFO: Agent-instruction files synced (infra-kit 0.1.113)
58
58
  INFO:  created AGENTS.md
59
59
  INFO:  created CLAUDE.md
60
60
  INFO:  created .cursor/rules/infra-kit.mdc
61
- INFO: Agent-instruction files synced (infra-kit 0.1.112)
61
+ INFO: Agent-instruction files synced (infra-kit 0.1.113)
62
62
  INFO:  created AGENTS.md
63
63
  INFO:  created CLAUDE.md
64
64
  INFO:  created .cursor/rules/infra-kit.mdc
65
- INFO: Agent-instruction files synced (infra-kit 0.1.112)
65
+ INFO: Agent-instruction files synced (infra-kit 0.1.113)
66
66
  INFO:  created AGENTS.md
67
67
  INFO:  created CLAUDE.md
68
68
  INFO:  created .cursor/rules/infra-kit.mdc
69
- INFO: Agent-instruction files synced (infra-kit 0.1.112)
69
+ INFO: Agent-instruction files synced (infra-kit 0.1.113)
70
70
  WARN: ⚠️ Failed to reopen cmux workspace for release/v1.48.0
71
71
  title: "hulyo-monorepo 1.48.0"
72
72
  error: {}
73
73
 
74
74
   Test Files  31 passed (31)
75
75
   Tests  356 passed (356)
76
-  Start at  16:26:28
77
-  Duration  3.70s (transform 6.10s, setup 1.19s, import 11.51s, tests 4.09s, environment 3ms)
76
+  Start at  10:10:53
77
+  Duration  1.82s (transform 7.66s, setup 1.03s, import 11.91s, tests 1.16s, environment 2ms)
78
78
 
79
79
  [?25h