infra-kit 0.1.107 → 0.1.108
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-36d91435-50b4-442f-9f4e-3cc68d776236.jsonl +2 -0
- package/.omc/state/idle-notif-cooldown.json +1 -1
- package/.omc/state/sessions/36d91435-50b4-442f-9f4e-3cc68d776236/pre-tool-advisory-throttle.json +18 -0
- package/.omc/state/sessions/36d91435-50b4-442f-9f4e-3cc68d776236/subagent-tracking-state.json +17 -0
- package/.turbo/turbo-build.log +2 -2
- package/.turbo/turbo-test.log +43 -6
- package/dist/cli.js +48 -48
- package/dist/cli.js.map +4 -4
- package/dist/mcp.js +31 -31
- package/dist/mcp.js.map +4 -4
- package/package.json +1 -1
- package/src/commands/worktrees-add/worktrees-add.ts +13 -1
- package/src/commands/worktrees-open/__tests__/open-cmux.test.ts +96 -0
- package/src/commands/worktrees-open/worktrees-open.ts +10 -3
- package/src/integrations/cmux/__tests__/canonicalize-cmux-title.test.ts +56 -0
- package/src/integrations/cmux/__tests__/close-workspace-by-title.test.ts +63 -0
- package/src/integrations/cmux/__tests__/list-workspace-titles.test.ts +65 -0
- package/src/integrations/cmux/canonicalize-cmux-title.ts +31 -0
- package/src/integrations/cmux/close-workspace-by-title.ts +12 -4
- package/src/integrations/cmux/index.ts +1 -0
- package/src/integrations/cmux/list-workspace-titles.ts +11 -6
- package/src/integrations/gh/gh-release-prs/.omc/state/sessions/c6ed6186-1aac-48e0-aa2a-edc6da8e0410/pre-tool-advisory-throttle.json +10 -0
- package/src/integrations/gh/gh-release-prs/__tests__/gh-release-prs.test.ts +89 -6
- package/src/integrations/gh/gh-release-prs/gh-release-prs.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/.turbo/turbo-test.log
CHANGED
|
@@ -15,7 +15,29 @@
|
|
|
15
15
|
[39m
|
|
16
16
|
[32mINFO[39m: [36m✓ Migrated ~/infra-kit.yml → ~/infra-kit.json[39m
|
|
17
17
|
[32mINFO[39m: [36m✓ Migrated ~/.infra-kit/config.yml → ~/.infra-kit/config.json[39m
|
|
18
|
-
[32mINFO[39m: [36m✓ Migrated ~/.infra-kit/projects/infra-kit-init-migrate-test-
|
|
18
|
+
[32mINFO[39m: [36m✓ Migrated ~/.infra-kit/projects/infra-kit-init-migrate-test-GkJzDm/infra-kit.yml → ~/.infra-kit/projects/infra-kit-init-migrate-test-GkJzDm/infra-kit.json[39m
|
|
19
|
+
[32mINFO[39m: [36m created AGENTS.md[39m
|
|
20
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
21
|
+
[32mINFO[39m: [36m created .cursor/rules/infra-kit.mdc[39m
|
|
22
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.107)[39m
|
|
23
|
+
[32mINFO[39m: [36m created AGENTS.md[39m
|
|
24
|
+
[32mINFO[39m: [36m updated CLAUDE.md[39m
|
|
25
|
+
[32mINFO[39m: [36m created .cursor/rules/infra-kit.mdc[39m
|
|
26
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.107)[39m
|
|
27
|
+
[32mINFO[39m: [36m created AGENTS.md[39m
|
|
28
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
29
|
+
[32mINFO[39m: [36m created .cursor/rules/infra-kit.mdc[39m
|
|
30
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.107)[39m
|
|
31
|
+
[32mINFO[39m: [36m unchanged AGENTS.md[39m
|
|
32
|
+
[32mINFO[39m: [36m unchanged CLAUDE.md[39m
|
|
33
|
+
[32mINFO[39m: [36m unchanged .cursor/rules/infra-kit.mdc[39m
|
|
34
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.107)[39m
|
|
35
|
+
[32mINFO[39m: [36mSkipped agent-instruction files — no infra-kit.json at the repo root[39m
|
|
36
|
+
[32mINFO[39m: [36m updated AGENTS.md[39m
|
|
37
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
38
|
+
[32mINFO[39m: [36m created .cursor/rules/infra-kit.mdc[39m
|
|
39
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.107)[39m
|
|
40
|
+
[32mINFO[39m: [36m created AGENTS.md[39m
|
|
19
41
|
[32mINFO[39m: [36m
|
|
20
42
|
@x/ok — PASS[39m
|
|
21
43
|
[32mINFO[39m: [36m [PASS] infra-kit.config.ts: present and valid[39m
|
|
@@ -23,13 +45,28 @@
|
|
|
23
45
|
✅ All valid (1 checked)[39m
|
|
24
46
|
[32mINFO[39m: [36m
|
|
25
47
|
@x/no-config — FAIL[39m
|
|
26
|
-
[32mINFO[39m: [36m
|
|
48
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
49
|
+
[32mINFO[39m: [36m created .cursor/rules/infra-kit.mdc[39m
|
|
50
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.107)[39m
|
|
51
|
+
[32mINFO[39m: [36m created AGENTS.md[39m
|
|
52
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
53
|
+
[32mINFO[39m: [36m created .cursor/rules/infra-kit.mdc[39m
|
|
54
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.107)[39m
|
|
55
|
+
[32mINFO[39m: [36m created AGENTS.md[39m
|
|
56
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
57
|
+
[32mINFO[39m: [36m created .cursor/rules/infra-kit.mdc[39m
|
|
58
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.107)[39m
|
|
59
|
+
[32mINFO[39m: [36m created AGENTS.md[39m
|
|
60
|
+
[32mINFO[39m: [36m created CLAUDE.md[39m
|
|
61
|
+
[32mINFO[39m: [36m created .cursor/rules/infra-kit.mdc[39m
|
|
62
|
+
[32mINFO[39m: [36mAgent-instruction files synced (infra-kit 0.1.107)[39m
|
|
63
|
+
[32mINFO[39m: [36m [FAIL] infra-kit.config.ts: infra-kit.config.ts not found at /tmp/audit-cmd-pDr3qc/infra-kit.config.ts[39m
|
|
27
64
|
[32mINFO[39m: [36m
|
|
28
65
|
❌ Audit failed (1 checked)[39m
|
|
29
66
|
|
|
30
|
-
[2m Test Files [22m [1m[
|
|
31
|
-
[2m Tests [22m [1m[
|
|
32
|
-
[2m Start at [22m
|
|
33
|
-
[2m Duration [22m
|
|
67
|
+
[2m Test Files [22m [1m[32m25 passed[39m[22m[90m (25)[39m
|
|
68
|
+
[2m Tests [22m [1m[32m262 passed[39m[22m[90m (262)[39m
|
|
69
|
+
[2m Start at [22m 13:56:05
|
|
70
|
+
[2m Duration [22m 1.44s[2m (transform 3.26s, setup 697ms, import 6.73s, tests 750ms, environment 2ms)[22m
|
|
34
71
|
|
|
35
72
|
[?25h
|