infra-kit 0.1.120 → 0.1.122
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/.eslintcache +1 -1
- package/.omc/state/agent-replay-707b4784-2117-4b19-ae68-68a031f0d76d.jsonl +2 -0
- package/.omc/state/idle-notif-cooldown.json +1 -1
- package/.omc/state/sessions/707b4784-2117-4b19-ae68-68a031f0d76d/pre-tool-advisory-throttle.json +18 -0
- package/.omc/state/sessions/707b4784-2117-4b19-ae68-68a031f0d76d/subagent-tracking-state.json +17 -0
- package/.turbo/turbo-eslint-check.log +0 -2
- package/.turbo/turbo-test.log +59 -59
- package/dist/{chunk-RAAKYDVP.js → chunk-WSQZ4MOQ.js} +44 -44
- package/dist/chunk-WSQZ4MOQ.js.map +7 -0
- package/dist/cli.js +1 -1
- package/dist/mcp.js +1 -1
- package/package.json +2 -2
- package/src/.omc/state/agent-replay-707b4784-2117-4b19-ae68-68a031f0d76d.jsonl +2 -0
- package/src/.omc/state/sessions/707b4784-2117-4b19-ae68-68a031f0d76d/last-tool-error-state.json +7 -0
- package/src/.omc/state/sessions/707b4784-2117-4b19-ae68-68a031f0d76d/mission-state.json +53 -0
- package/src/.omc/state/sessions/707b4784-2117-4b19-ae68-68a031f0d76d/pre-tool-advisory-throttle.json +22 -0
- package/src/.omc/state/sessions/707b4784-2117-4b19-ae68-68a031f0d76d/subagent-tracking-state.json +17 -0
- package/src/commands/worktrees-remove/worktrees-remove.ts +1 -1
- package/src/lib/command-catalog/command-catalog.ts +3 -2
- package/src/lib/worktrees/__tests__/remove-worktrees.test.ts +167 -0
- package/src/lib/worktrees/remove-worktrees.ts +8 -22
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/chunk-RAAKYDVP.js.map +0 -7
package/.omc/state/sessions/707b4784-2117-4b19-ae68-68a031f0d76d/pre-tool-advisory-throttle.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"entries": {
|
|
4
|
+
"445ed27a3872b681d98190bae61ccb84954e1bc4e140df5370be958dee776b3a": {
|
|
5
|
+
"last_emitted_at_ms": 1782801036679,
|
|
6
|
+
"message": "Verify changes work after editing. Test functionality before marking complete."
|
|
7
|
+
},
|
|
8
|
+
"466399dafa2d20f60587180bad0a07358eb7f2bce724df0ff682f038ad33f5ad": {
|
|
9
|
+
"last_emitted_at_ms": 1782801004271,
|
|
10
|
+
"message": "Read multiple files in parallel when possible for faster analysis."
|
|
11
|
+
},
|
|
12
|
+
"79a93d4a2f8f50b95f852280616242fee1855dc99a3c75211917f55e72e95fae": {
|
|
13
|
+
"last_emitted_at_ms": 1782800999013,
|
|
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-30T06:30:36.679Z"
|
|
18
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"agents": [
|
|
3
|
+
{
|
|
4
|
+
"agent_id": "ad54caa7c4461ec7d",
|
|
5
|
+
"agent_type": "unknown",
|
|
6
|
+
"started_at": "2026-06-30T06:36:31.621Z",
|
|
7
|
+
"parent_mode": "none",
|
|
8
|
+
"status": "completed",
|
|
9
|
+
"completed_at": "2026-06-30T06:36:31.621Z",
|
|
10
|
+
"duration_ms": 0
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"total_spawned": 0,
|
|
14
|
+
"total_completed": 1,
|
|
15
|
+
"total_failed": 0,
|
|
16
|
+
"last_updated": "2026-06-30T06:36:31.722Z"
|
|
17
|
+
}
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.9 [39m[90m/Users/arthur/projects/infra-kit/apps/infra-kit/cli[39m
|
|
4
4
|
|
|
5
5
|
Sourcemap for "/Users/arthur/Library/pnpm/store/v11/links/@/ink-testing-library/4.0.0/990ef278cd16926ca8f94e3d73dd86da3c7d702a314086dabc7217c3d9b139d2/node_modules/ink-testing-library/build/index.js" points to missing source files
|
|
6
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
6
7
|
[32mINFO[39m: [36m✓ Migrated ~/infra-kit.yml → ~/infra-kit.json[39m
|
|
7
8
|
[32mINFO[39m: [36m⚠ Skipped ~/infra-kit.yml — ~/infra-kit.json already exists (remove the stale .yml manually)[39m
|
|
8
9
|
[32mINFO[39m: [36m✓ Migrated ~/infra-kit.yml → ~/infra-kit.json[39m
|
|
@@ -13,44 +14,64 @@ Sourcemap for "/Users/arthur/Library/pnpm/store/v11/links/@/ink-testing-library/
|
|
|
13
14
|
: : :
|
|
14
15
|
^
|
|
15
16
|
[39m
|
|
17
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
18
|
+
[32mINFO[39m: [36m updated CLAUDE.md[39m
|
|
19
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
20
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
21
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
22
|
+
[32mINFO[39m: [36m unchanged CLAUDE.md[39m
|
|
23
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
24
|
+
[32mINFO[39m: [36mSkipped agent-instruction files — no infra-kit.json at the repo root[39m
|
|
25
|
+
[32mINFO[39m: [36m updated CLAUDE.md[39m
|
|
26
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
27
|
+
[32mINFO[39m: [36m updated CLAUDE.md[39m
|
|
28
|
+
[32mINFO[39m: [36m removed AGENTS.md[39m
|
|
29
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
30
|
+
[32mINFO[39m: [36m updated CLAUDE.md[39m
|
|
31
|
+
[32mINFO[39m: [36m updated AGENTS.md[39m
|
|
32
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
33
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
34
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
35
|
+
[32mINFO[39m: [36m updated CLAUDE.md[39m
|
|
36
|
+
[32mINFO[39m: [36m removed AGENTS.md[39m
|
|
37
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
38
|
+
[32mINFO[39m: [36m unchanged CLAUDE.md[39m
|
|
39
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
40
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
41
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
16
42
|
[32mINFO[39m: [36m✓ Migrated ~/infra-kit.yml → ~/infra-kit.json[39m
|
|
17
43
|
[32mINFO[39m: [36m✓ Migrated ~/.infra-kit/config.yml → ~/.infra-kit/infra-kit.json[39m
|
|
18
|
-
[32mINFO[39m: [36m✓ Migrated ~/.infra-kit/projects/infra-kit-init-migrate-test-
|
|
44
|
+
[32mINFO[39m: [36m✓ Migrated ~/.infra-kit/projects/infra-kit-init-migrate-test-AeSyNJ/infra-kit.yml → ~/.infra-kit/projects/infra-kit-init-migrate-test-AeSyNJ/infra-kit.json[39m
|
|
19
45
|
[32mINFO[39m: [36m✓ Normalized ide config in ~/infra-kit.json (removed legacy "mode")[39m
|
|
20
46
|
[32mINFO[39m: [36m✓ Normalized ide config in ~/infra-kit.json (removed legacy "mode")[39m
|
|
21
47
|
[32mINFO[39m: [36m✓ Normalized ide config in ~/.infra-kit/infra-kit.json (removed legacy "mode")[39m
|
|
22
|
-
[32mINFO[39m: [36m✓ Normalized ide config in ~/.infra-kit/projects/infra-kit-init-migrate-test-vlGJyA/infra-kit.json (removed legacy "mode")[39m
|
|
23
|
-
[32mINFO[39m: [36m⚠ Skipped normalizing ~/infra-kit.json — Expected property name or '}' in JSON at position 2 (line 1 column 3)[39m
|
|
24
|
-
[32mINFO[39m: [36m✓ Renamed ~/.infra-kit/config.json → ~/.infra-kit/infra-kit.json[39m
|
|
25
|
-
[32mINFO[39m: [36m✓ Renamed ~/.infra-kit/config.example.jsonc → ~/.infra-kit/infra-kit.example.jsonc[39m
|
|
26
|
-
[32mINFO[39m: [36m⚠ Skipped ~/.infra-kit/config.json — ~/.infra-kit/infra-kit.json already exists (remove the stale file manually)[39m
|
|
27
|
-
[32mINFO[39m: [36m✓ Renamed ~/.infra-kit/config.example.jsonc → ~/.infra-kit/infra-kit.example.jsonc[39m
|
|
28
48
|
[32mINFO[39m: [36mFactory config: ~/.infra-kit/vendor.json [ ][39m
|
|
49
|
+
[32mINFO[39m: [36m✓ Normalized ide config in ~/.infra-kit/projects/infra-kit-init-migrate-test-Z1kpaY/infra-kit.json (removed legacy "mode")[39m
|
|
29
50
|
[32mINFO[39m: [36m
|
|
30
51
|
Not found — run `infra-kit vendor-config --init` to scaffold it.[39m
|
|
31
52
|
[32mINFO[39m: [36mFactory config: ~/.infra-kit/vendor.json [✓][39m
|
|
32
|
-
[32mINFO[39m: [
|
|
33
|
-
[32mINFO[39m: [36mworkspaceDir: /tmp/vendor-config-home-L0d1PR/projects (resolved: /tmp/vendor-config-home-L0d1PR/projects) [✓ exists][39m
|
|
53
|
+
[32mINFO[39m: [36mworkspaceDir: /tmp/vendor-config-home-Di523i/projects (resolved: /tmp/vendor-config-home-Di523i/projects) [✓ exists][39m
|
|
34
54
|
[32mINFO[39m: [36mTargets:[39m
|
|
35
55
|
[32mINFO[39m: [36m [✓] repo-a ~/projects/repo-a[39m
|
|
36
56
|
[32mINFO[39m: [36mFactory config: ~/.infra-kit/vendor.json [✓][39m
|
|
37
|
-
[32mINFO[39m: [36mworkspaceDir: /tmp/vendor-config-home-
|
|
57
|
+
[32mINFO[39m: [36mworkspaceDir: /tmp/vendor-config-home-d6XdK4/projects (resolved: /tmp/vendor-config-home-d6XdK4/projects) [✓ exists][39m
|
|
38
58
|
[32mINFO[39m: [36mTargets:[39m
|
|
39
59
|
[32mINFO[39m: [36m [ ] missing-repo ~/projects/missing-repo (not found — clone or remove)[39m
|
|
40
|
-
[32mINFO[39m: [36m✓ Migrated ~/.infra-kit/config.yml → ~/.infra-kit/infra-kit.json[39m
|
|
41
|
-
[32mINFO[39m: [36m⚠ Skipped ~/.infra-kit/config.json — ~/.infra-kit/infra-kit.json already exists (remove the stale file manually)[39m
|
|
42
60
|
[32mINFO[39m: [36m✓ Created ~/.infra-kit/vendor.json[39m
|
|
61
|
+
[32mINFO[39m: [36m⚠ Skipped normalizing ~/infra-kit.json — Expected property name or '}' in JSON at position 2 (line 1 column 3)[39m
|
|
43
62
|
[32mINFO[39m: [36m Edit `workspaceDir` (placeholder: ~/projects) to point at where your repos live.[39m
|
|
44
63
|
[32mINFO[39m: [36m Add at least one repo name to `targets` before running vendor sync/manifest/diff.[39m
|
|
64
|
+
[32mINFO[39m: [36m✓ Renamed ~/.infra-kit/config.json → ~/.infra-kit/infra-kit.json[39m
|
|
65
|
+
[32mINFO[39m: [36m✓ Renamed ~/.infra-kit/config.example.jsonc → ~/.infra-kit/infra-kit.example.jsonc[39m
|
|
66
|
+
[32mINFO[39m: [36m⚠ Skipped ~/.infra-kit/config.json — ~/.infra-kit/infra-kit.json already exists (remove the stale file manually)[39m
|
|
45
67
|
[32mINFO[39m: [36m✓ Created ~/.infra-kit/vendor.json[39m
|
|
68
|
+
[32mINFO[39m: [36m✓ Renamed ~/.infra-kit/config.example.jsonc → ~/.infra-kit/infra-kit.example.jsonc[39m
|
|
46
69
|
[32mINFO[39m: [36m Seeded 2 target(s) from the source vendor.config.ts.[39m
|
|
47
70
|
[32mINFO[39m: [36m Edit `workspaceDir` (placeholder: ~/projects) to point at where your repos live.[39m
|
|
48
71
|
[32mINFO[39m: [36mFactory config already exists at ~/.infra-kit/vendor.json — leaving it untouched.[39m
|
|
49
|
-
[32mINFO[39m: [36m
|
|
50
|
-
[32mINFO[39m: [36m
|
|
51
|
-
[32mINFO[39m: [36m
|
|
52
|
-
[32mINFO[39m: [36m🎉 No drift detected.[39m
|
|
53
|
-
[32mINFO[39m: [36m⚠️ target-repo: target does not exist — skipped[39m
|
|
72
|
+
[32mINFO[39m: [36m✓ Migrated ~/.infra-kit/config.yml → ~/.infra-kit/infra-kit.json[39m
|
|
73
|
+
[32mINFO[39m: [36m✓ Migrated ~/.infra-kit/config.yml → ~/.infra-kit/infra-kit.json[39m
|
|
74
|
+
[32mINFO[39m: [36m⚠ Skipped ~/.infra-kit/config.json — ~/.infra-kit/infra-kit.json already exists (remove the stale file manually)[39m
|
|
54
75
|
[32mINFO[39m: [36m
|
|
55
76
|
@x/ok — PASS[39m
|
|
56
77
|
[32mINFO[39m: [36m [PASS] infra-kit.config.ts: present and valid[39m
|
|
@@ -58,44 +79,14 @@ Not found — run `infra-kit vendor-config --init` to scaffold it.[39m
|
|
|
58
79
|
✅ All valid (1 checked)[39m
|
|
59
80
|
[32mINFO[39m: [36m
|
|
60
81
|
@x/no-config — FAIL[39m
|
|
61
|
-
[32mINFO[39m: [36m [FAIL] infra-kit.config.ts: infra-kit.config.ts not found at /tmp/audit-cmd-
|
|
82
|
+
[32mINFO[39m: [36m [FAIL] infra-kit.config.ts: infra-kit.config.ts not found at /tmp/audit-cmd-z0KaSi/infra-kit.config.ts[39m
|
|
62
83
|
[32mINFO[39m: [36m
|
|
63
84
|
❌ Audit failed (1 checked)[39m
|
|
64
|
-
[32mINFO[39m: [36m
|
|
65
|
-
[32mINFO[39m: [
|
|
66
|
-
[32mINFO[39m: [36m
|
|
67
|
-
[32mINFO[39m: [
|
|
68
|
-
[32mINFO[39m: [36m
|
|
69
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.115)[39m
|
|
70
|
-
[32mINFO[39m: [36m unchanged CLAUDE.md[39m
|
|
71
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.115)[39m
|
|
72
|
-
[32mINFO[39m: [36mSkipped agent-instruction files — no infra-kit.json at the repo root[39m
|
|
73
|
-
[32mINFO[39m: [36m updated CLAUDE.md[39m
|
|
74
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.115)[39m
|
|
75
|
-
[32mINFO[39m: [36m updated CLAUDE.md[39m
|
|
76
|
-
[32mINFO[39m: [36m removed AGENTS.md[39m
|
|
77
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.115)[39m
|
|
78
|
-
[32mINFO[39m: [36m updated CLAUDE.md[39m
|
|
79
|
-
[32mINFO[39m: [36m updated AGENTS.md[39m
|
|
80
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.115)[39m
|
|
81
|
-
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
82
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.115)[39m
|
|
83
|
-
[32mINFO[39m: [36m updated CLAUDE.md[39m
|
|
84
|
-
[32mINFO[39m: [36m removed AGENTS.md[39m
|
|
85
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.115)[39m
|
|
86
|
-
[32mINFO[39m: [36m unchanged CLAUDE.md[39m
|
|
87
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.115)[39m
|
|
88
|
-
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
89
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.115)[39m
|
|
90
|
-
[32mINFO[39m: [36mWrote user-global config to /tmp/seed-user-global-test-OnnbjR/.infra-kit/infra-kit.json (see the sibling .example.jsonc files for reference)[39m
|
|
91
|
-
[32mINFO[39m: [36mWrote user-global config to /tmp/seed-user-global-test-0SuzJu/.infra-kit/infra-kit.json (see the sibling .example.jsonc files for reference)[39m
|
|
92
|
-
[32mINFO[39m: [36mUser-global config already present at /tmp/seed-user-global-test-zWpSCj/.infra-kit/infra-kit.json (refreshed reference examples)[39m
|
|
93
|
-
[32mINFO[39m: [36m✅ vendor/ matches manifest (1 files).[39m
|
|
94
|
-
[31mERROR[39m: [36m❌ vendor/ has drifted from vendor/.sync-manifest.json.[39m
|
|
95
|
-
[31mERROR[39m: [36m These files are mirrored from the source repo — edit them upstream, not here.[39m
|
|
96
|
-
[32mINFO[39m: [36m
|
|
97
|
-
Modified (1):[39m
|
|
98
|
-
[32mINFO[39m: [36m configs/a.js[39m
|
|
85
|
+
[32mINFO[39m: [36m❌ target-repo → vendor/configs (1 change(s)):[39m
|
|
86
|
+
[32mINFO[39m: [36m✅ target-repo: copied 1/1 items + manifest[39m
|
|
87
|
+
[32mINFO[39m: [36m >f.st..... configs/a.js[39m
|
|
88
|
+
[32mINFO[39m: [36m🎉 No drift detected.[39m
|
|
89
|
+
[32mINFO[39m: [36m⚠️ target-repo: target does not exist — skipped[39m
|
|
99
90
|
[32mINFO[39m: [36mℹ️ No vendor/ folder found — nothing to check.[39m
|
|
100
91
|
[31mERROR[39m: [36m❌ Missing vendor/.sync-manifest.json. Re-run the vendor sync to generate it.[39m
|
|
101
92
|
[32mINFO[39m: [36m✅ vendor/ matches manifest (2 files).[39m
|
|
@@ -111,17 +102,26 @@ Added (not in manifest) (1):[39m
|
|
|
111
102
|
Removed (in manifest, now missing) (1):[39m
|
|
112
103
|
[32mINFO[39m: [36m b.js[39m
|
|
113
104
|
[31mERROR[39m: [36m❌ vendor/.sync-manifest.json has a newer schemaVersion (2) than this CLI supports. Upgrade infra-kit.[39m
|
|
105
|
+
[32mINFO[39m: [36mWrote user-global config to /tmp/seed-user-global-test-LeA2H7/.infra-kit/infra-kit.json (see the sibling .example.jsonc files for reference)[39m
|
|
106
|
+
[32mINFO[39m: [36mWrote user-global config to /tmp/seed-user-global-test-e4EHpA/.infra-kit/infra-kit.json (see the sibling .example.jsonc files for reference)[39m
|
|
107
|
+
[32mINFO[39m: [36mUser-global config already present at /tmp/seed-user-global-test-VbNCud/.infra-kit/infra-kit.json (refreshed reference examples)[39m
|
|
108
|
+
[32mINFO[39m: [36m✅ vendor/ matches manifest (1 files).[39m
|
|
109
|
+
[31mERROR[39m: [36m❌ vendor/ has drifted from vendor/.sync-manifest.json.[39m
|
|
110
|
+
[31mERROR[39m: [36m These files are mirrored from the source repo — edit them upstream, not here.[39m
|
|
111
|
+
[32mINFO[39m: [36m
|
|
112
|
+
Modified (1):[39m
|
|
113
|
+
[32mINFO[39m: [36m configs/a.js[39m
|
|
114
114
|
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
115
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.
|
|
115
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
116
116
|
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
117
|
-
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.
|
|
117
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.121)[39m
|
|
118
118
|
[33mWARN[39m: [36m⚠️ Failed to reopen cmux workspace for release/v1.48.0[39m
|
|
119
119
|
[35mtitle[39m: "hulyo-monorepo 1.48.0"
|
|
120
120
|
error: {}
|
|
121
121
|
|
|
122
|
-
[2m Test Files [22m [1m[
|
|
123
|
-
[2m Tests [22m [1m[
|
|
124
|
-
[2m Start at [22m
|
|
125
|
-
[2m Duration [22m 1.
|
|
122
|
+
[2m Test Files [22m [1m[32m57 passed[39m[22m[90m (57)[39m
|
|
123
|
+
[2m Tests [22m [1m[32m534 passed[39m[22m[90m (534)[39m
|
|
124
|
+
[2m Start at [22m 10:31:09
|
|
125
|
+
[2m Duration [22m 1.67s[2m (transform 4.25s, setup 600ms, import 9.04s, tests 1.87s, environment 3ms)[22m
|
|
126
126
|
|
|
127
127
|
[?25h
|