infra-kit 0.1.126 → 0.1.127
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-036daa78-5fee-4c7d-9b44-53584acb0d87.jsonl +26 -0
- package/.omc/state/agent-replay-0a65ec83-9de7-458d-9d0f-e56e1a26c68e.jsonl +2 -0
- package/.omc/state/agent-replay-1b6ffc57-2d9b-4af4-b603-f1cef7e01b0a.jsonl +17 -0
- package/.omc/state/agent-replay-2ac0dcd0-01f7-41a8-a8c9-f2195599817b.jsonl +5 -0
- package/.omc/state/agent-replay-d02e6565-5168-40c8-8629-de219a29fa43.jsonl +2 -0
- package/.omc/state/idle-notif-cooldown.json +1 -1
- package/.omc/state/sessions/036daa78-5fee-4c7d-9b44-53584acb0d87/last-tool-error-state.json +7 -0
- package/.omc/state/sessions/036daa78-5fee-4c7d-9b44-53584acb0d87/mission-state.json +129 -0
- package/.omc/state/sessions/036daa78-5fee-4c7d-9b44-53584acb0d87/pre-tool-advisory-throttle.json +34 -0
- package/.omc/state/sessions/036daa78-5fee-4c7d-9b44-53584acb0d87/ralph-state.json +13 -0
- package/.omc/state/sessions/036daa78-5fee-4c7d-9b44-53584acb0d87/ralplan-state.json +11 -0
- package/.omc/state/sessions/036daa78-5fee-4c7d-9b44-53584acb0d87/subagent-tracking-state.json +80 -0
- package/.omc/state/sessions/036daa78-5fee-4c7d-9b44-53584acb0d87/ultrawork-state.json +11 -0
- package/.omc/state/sessions/0a65ec83-9de7-458d-9d0f-e56e1a26c68e/pre-tool-advisory-throttle.json +18 -0
- package/.omc/state/sessions/0a65ec83-9de7-458d-9d0f-e56e1a26c68e/skill-active-state.json +15 -0
- package/.omc/state/sessions/1b6ffc57-2d9b-4af4-b603-f1cef7e01b0a/last-tool-error-state.json +7 -0
- package/.omc/state/sessions/1b6ffc57-2d9b-4af4-b603-f1cef7e01b0a/mission-state.json +139 -0
- package/.omc/state/sessions/1b6ffc57-2d9b-4af4-b603-f1cef7e01b0a/pre-tool-advisory-throttle.json +50 -0
- package/.omc/state/sessions/1b6ffc57-2d9b-4af4-b603-f1cef7e01b0a/ralplan-state.json +11 -0
- package/.omc/state/sessions/1b6ffc57-2d9b-4af4-b603-f1cef7e01b0a/subagent-tracking-state.json +90 -0
- package/.omc/state/sessions/2ac0dcd0-01f7-41a8-a8c9-f2195599817b/last-tool-error-state.json +7 -0
- package/.omc/state/sessions/2ac0dcd0-01f7-41a8-a8c9-f2195599817b/mission-state.json +79 -0
- package/.omc/state/sessions/2ac0dcd0-01f7-41a8-a8c9-f2195599817b/pre-tool-advisory-throttle.json +10 -0
- package/.omc/state/sessions/2ac0dcd0-01f7-41a8-a8c9-f2195599817b/skill-active-state.json +15 -0
- package/.omc/state/sessions/2ac0dcd0-01f7-41a8-a8c9-f2195599817b/subagent-tracking-state.json +26 -0
- package/.omc/state/sessions/7772f972-4ec1-4287-bf42-a92c14cf3ffc/pre-tool-advisory-throttle.json +10 -0
- package/.omc/state/sessions/d02e6565-5168-40c8-8629-de219a29fa43/last-tool-error-state.json +7 -0
- package/.omc/state/sessions/d02e6565-5168-40c8-8629-de219a29fa43/mission-state.json +53 -0
- package/.omc/state/sessions/d02e6565-5168-40c8-8629-de219a29fa43/pre-tool-advisory-throttle.json +18 -0
- package/.omc/state/sessions/d02e6565-5168-40c8-8629-de219a29fa43/subagent-tracking-state.json +17 -0
- package/.turbo/turbo-build.log +7 -6
- package/.turbo/turbo-eslint-check.log +2 -1
- package/.turbo/turbo-prettier-check.log +1 -1
- package/.turbo/turbo-test.log +406 -128
- package/.turbo/turbo-ts-check.log +1 -1
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/cli/index.html +116 -0
- package/coverage/cli/package.json.html +283 -0
- package/coverage/cli/src/commands/audit/audit.ts.html +616 -0
- package/coverage/cli/src/commands/audit/index.html +131 -0
- package/coverage/cli/src/commands/audit/index.ts.html +88 -0
- package/coverage/cli/src/commands/doctor/doctor.ts.html +1654 -0
- package/coverage/cli/src/commands/doctor/index.html +131 -0
- package/coverage/cli/src/commands/doctor/index.ts.html +88 -0
- package/coverage/cli/src/commands/env-clear/env-clear.ts.html +370 -0
- package/coverage/cli/src/commands/env-clear/index.html +131 -0
- package/coverage/cli/src/commands/env-clear/index.ts.html +88 -0
- package/coverage/cli/src/commands/env-list/env-list.ts.html +229 -0
- package/coverage/cli/src/commands/env-list/index.html +131 -0
- package/coverage/cli/src/commands/env-list/index.ts.html +88 -0
- package/coverage/cli/src/commands/env-load/env-load.ts.html +1201 -0
- package/coverage/cli/src/commands/env-load/index.html +131 -0
- package/coverage/cli/src/commands/env-load/index.ts.html +91 -0
- package/coverage/cli/src/commands/env-status/env-status.ts.html +409 -0
- package/coverage/cli/src/commands/env-status/index.html +131 -0
- package/coverage/cli/src/commands/env-status/index.ts.html +88 -0
- package/coverage/cli/src/commands/gh-merge-dev/gh-merge-dev.ts.html +694 -0
- package/coverage/cli/src/commands/gh-merge-dev/index.html +131 -0
- package/coverage/cli/src/commands/gh-merge-dev/index.ts.html +88 -0
- package/coverage/cli/src/commands/gh-release-deliver/gh-release-deliver.ts.html +1495 -0
- package/coverage/cli/src/commands/gh-release-deliver/index.html +131 -0
- package/coverage/cli/src/commands/gh-release-deliver/index.ts.html +88 -0
- package/coverage/cli/src/commands/gh-release-deploy-all/gh-release-deploy-all.ts.html +706 -0
- package/coverage/cli/src/commands/gh-release-deploy-all/index.html +131 -0
- package/coverage/cli/src/commands/gh-release-deploy-all/index.ts.html +88 -0
- package/coverage/cli/src/commands/gh-release-deploy-selected/gh-release-deploy-selected.ts.html +994 -0
- package/coverage/cli/src/commands/gh-release-deploy-selected/index.html +131 -0
- package/coverage/cli/src/commands/gh-release-deploy-selected/index.ts.html +88 -0
- package/coverage/cli/src/commands/gh-release-list/gh-release-list.ts.html +355 -0
- package/coverage/cli/src/commands/gh-release-list/index.html +131 -0
- package/coverage/cli/src/commands/gh-release-list/index.ts.html +88 -0
- package/coverage/cli/src/commands/init/agent-files.ts.html +742 -0
- package/coverage/cli/src/commands/init/index.html +146 -0
- package/coverage/cli/src/commands/init/init.ts.html +1159 -0
- package/coverage/cli/src/commands/init/migrate-config.ts.html +1219 -0
- package/coverage/cli/src/commands/release-create/index.html +131 -0
- package/coverage/cli/src/commands/release-create/index.ts.html +88 -0
- package/coverage/cli/src/commands/release-create/release-create.ts.html +1426 -0
- package/coverage/cli/src/commands/release-desc-edit/index.html +131 -0
- package/coverage/cli/src/commands/release-desc-edit/index.ts.html +88 -0
- package/coverage/cli/src/commands/release-desc-edit/release-desc-edit.ts.html +766 -0
- package/coverage/cli/src/commands/vendor-check/index.html +131 -0
- package/coverage/cli/src/commands/vendor-check/index.ts.html +88 -0
- package/coverage/cli/src/commands/vendor-check/vendor-check.ts.html +466 -0
- package/coverage/cli/src/commands/vendor-config/index.html +116 -0
- package/coverage/cli/src/commands/vendor-config/vendor-config.ts.html +571 -0
- package/coverage/cli/src/commands/vendor-diff/index.html +131 -0
- package/coverage/cli/src/commands/vendor-diff/index.ts.html +88 -0
- package/coverage/cli/src/commands/vendor-diff/vendor-diff.ts.html +316 -0
- package/coverage/cli/src/commands/vendor-manifest/index.html +131 -0
- package/coverage/cli/src/commands/vendor-manifest/index.ts.html +88 -0
- package/coverage/cli/src/commands/vendor-manifest/vendor-manifest.ts.html +265 -0
- package/coverage/cli/src/commands/vendor-sync/index.html +131 -0
- package/coverage/cli/src/commands/vendor-sync/index.ts.html +88 -0
- package/coverage/cli/src/commands/vendor-sync/vendor-sync.ts.html +355 -0
- package/coverage/cli/src/commands/version/index.html +131 -0
- package/coverage/cli/src/commands/version/index.ts.html +88 -0
- package/coverage/cli/src/commands/version/version.ts.html +184 -0
- package/coverage/cli/src/commands/worktrees-add/index.html +131 -0
- package/coverage/cli/src/commands/worktrees-add/index.ts.html +88 -0
- package/coverage/cli/src/commands/worktrees-add/worktrees-add.ts.html +1183 -0
- package/coverage/cli/src/commands/worktrees-list/index.html +131 -0
- package/coverage/cli/src/commands/worktrees-list/index.ts.html +88 -0
- package/coverage/cli/src/commands/worktrees-list/worktrees-list.ts.html +400 -0
- package/coverage/cli/src/commands/worktrees-reload/index.html +131 -0
- package/coverage/cli/src/commands/worktrees-reload/index.ts.html +88 -0
- package/coverage/cli/src/commands/worktrees-reload/worktrees-reload.ts.html +775 -0
- package/coverage/cli/src/commands/worktrees-remove/index.html +131 -0
- package/coverage/cli/src/commands/worktrees-remove/index.ts.html +88 -0
- package/coverage/cli/src/commands/worktrees-remove/worktrees-remove.ts.html +682 -0
- package/coverage/cli/src/commands/worktrees-sync/index.html +131 -0
- package/coverage/cli/src/commands/worktrees-sync/index.ts.html +88 -0
- package/coverage/cli/src/commands/worktrees-sync/worktrees-sync.ts.html +679 -0
- package/coverage/cli/src/dev/__tests__/fixtures.ts.html +787 -0
- package/coverage/cli/src/dev/__tests__/index.html +116 -0
- package/coverage/cli/src/dev/dev-server.ts.html +1855 -0
- package/coverage/cli/src/dev/discovery.ts.html +598 -0
- package/coverage/cli/src/dev/index.html +191 -0
- package/coverage/cli/src/dev/interfaces.ts.html +223 -0
- package/coverage/cli/src/dev/logger.ts.html +1102 -0
- package/coverage/cli/src/dev/ports.ts.html +430 -0
- package/coverage/cli/src/dev/serverless-local-run.ts.html +916 -0
- package/coverage/cli/src/entry/dev-server.ts.html +409 -0
- package/coverage/cli/src/entry/index.html +116 -0
- package/coverage/cli/src/index.html +116 -0
- package/coverage/cli/src/integrations/cmux/canonicalize-cmux-title.ts.html +178 -0
- package/coverage/cli/src/integrations/cmux/close-workspace-by-title.ts.html +262 -0
- package/coverage/cli/src/integrations/cmux/index.html +191 -0
- package/coverage/cli/src/integrations/cmux/index.ts.html +100 -0
- package/coverage/cli/src/integrations/cmux/list-workspace-titles.ts.html +226 -0
- package/coverage/cli/src/integrations/cmux/open-workspace-with-layout.ts.html +325 -0
- package/coverage/cli/src/integrations/cmux/workspace-title.ts.html +154 -0
- package/coverage/cli/src/integrations/cursor/add-folders-to-workspace.ts.html +337 -0
- package/coverage/cli/src/integrations/cursor/index.html +206 -0
- package/coverage/cli/src/integrations/cursor/index.ts.html +103 -0
- package/coverage/cli/src/integrations/cursor/launch-cursor.ts.html +121 -0
- package/coverage/cli/src/integrations/cursor/open-cursor-workspace.ts.html +277 -0
- package/coverage/cli/src/integrations/cursor/reconcile-workspace-folders.ts.html +355 -0
- package/coverage/cli/src/integrations/cursor/remove-folders-from-workspace.ts.html +364 -0
- package/coverage/cli/src/integrations/cursor/resolve-workspace-path.ts.html +124 -0
- package/coverage/cli/src/integrations/doppler/doppler-cli-auth.ts.html +178 -0
- package/coverage/cli/src/integrations/doppler/doppler-errors.ts.html +349 -0
- package/coverage/cli/src/integrations/doppler/doppler-project.ts.html +355 -0
- package/coverage/cli/src/integrations/doppler/index.html +161 -0
- package/coverage/cli/src/integrations/doppler/index.ts.html +97 -0
- package/coverage/cli/src/integrations/gh/gh-cli-auth/gh-cli-auth.ts.html +172 -0
- package/coverage/cli/src/integrations/gh/gh-cli-auth/index.html +131 -0
- package/coverage/cli/src/integrations/gh/gh-cli-auth/index.ts.html +88 -0
- package/coverage/cli/src/integrations/gh/gh-release-prs/gh-release-prs.ts.html +703 -0
- package/coverage/cli/src/integrations/gh/gh-release-prs/index.html +131 -0
- package/coverage/cli/src/integrations/gh/gh-release-prs/index.ts.html +91 -0
- package/coverage/cli/src/integrations/gh/index.html +116 -0
- package/coverage/cli/src/integrations/gh/index.ts.html +94 -0
- package/coverage/cli/src/integrations/ide/add-ide-worktree-folders.ts.html +316 -0
- package/coverage/cli/src/integrations/ide/index.html +191 -0
- package/coverage/cli/src/integrations/ide/index.ts.html +103 -0
- package/coverage/cli/src/integrations/ide/open-ide-workspace.ts.html +238 -0
- package/coverage/cli/src/integrations/ide/provider-label.ts.html +157 -0
- package/coverage/cli/src/integrations/ide/remove-ide-worktree-folders.ts.html +520 -0
- package/coverage/cli/src/integrations/ide/types.ts.html +208 -0
- package/coverage/cli/src/integrations/jira/api.ts.html +1060 -0
- package/coverage/cli/src/integrations/jira/index.html +131 -0
- package/coverage/cli/src/integrations/jira/index.ts.html +142 -0
- package/coverage/cli/src/integrations/zed/add-folders-to-zed-workspace.ts.html +175 -0
- package/coverage/cli/src/integrations/zed/index.html +161 -0
- package/coverage/cli/src/integrations/zed/index.ts.html +94 -0
- package/coverage/cli/src/integrations/zed/open-zed-workspace.ts.html +238 -0
- package/coverage/cli/src/integrations/zed/reuse-zed-workspace.ts.html +256 -0
- package/coverage/cli/src/lib/assert-never/assert-never.ts.html +130 -0
- package/coverage/cli/src/lib/assert-never/index.html +131 -0
- package/coverage/cli/src/lib/assert-never/index.ts.html +88 -0
- package/coverage/cli/src/lib/command-catalog/command-catalog.ts.html +523 -0
- package/coverage/cli/src/lib/command-catalog/index.html +116 -0
- package/coverage/cli/src/lib/command-echo/command-echo.ts.html +319 -0
- package/coverage/cli/src/lib/command-echo/index.html +131 -0
- package/coverage/cli/src/lib/command-echo/index.ts.html +88 -0
- package/coverage/cli/src/lib/constants/constants.ts.html +472 -0
- package/coverage/cli/src/lib/constants/index.html +131 -0
- package/coverage/cli/src/lib/constants/index.ts.html +139 -0
- package/coverage/cli/src/lib/env-autoload/env-autoload.ts.html +1111 -0
- package/coverage/cli/src/lib/env-autoload/index.html +116 -0
- package/coverage/cli/src/lib/errors/format-zx-error.ts.html +247 -0
- package/coverage/cli/src/lib/errors/index.html +146 -0
- package/coverage/cli/src/lib/errors/is-prompt-cancellation.ts.html +199 -0
- package/coverage/cli/src/lib/errors/operation-error.ts.html +325 -0
- package/coverage/cli/src/lib/git-guard/git-guard.ts.html +250 -0
- package/coverage/cli/src/lib/git-guard/index.html +131 -0
- package/coverage/cli/src/lib/git-guard/index.ts.html +91 -0
- package/coverage/cli/src/lib/git-utils/git-utils.ts.html +622 -0
- package/coverage/cli/src/lib/git-utils/index.html +131 -0
- package/coverage/cli/src/lib/git-utils/index.ts.html +115 -0
- package/coverage/cli/src/lib/infra-kit-config/index.html +131 -0
- package/coverage/cli/src/lib/infra-kit-config/index.ts.html +142 -0
- package/coverage/cli/src/lib/infra-kit-config/infra-kit-config.ts.html +1447 -0
- package/coverage/cli/src/lib/json-output/index.html +116 -0
- package/coverage/cli/src/lib/json-output/json-output.ts.html +226 -0
- package/coverage/cli/src/lib/logger/index.html +116 -0
- package/coverage/cli/src/lib/logger/index.ts.html +205 -0
- package/coverage/cli/src/lib/managed-block/index.html +131 -0
- package/coverage/cli/src/lib/managed-block/index.ts.html +109 -0
- package/coverage/cli/src/lib/managed-block/managed-block.ts.html +520 -0
- package/coverage/cli/src/lib/package-config/index.html +146 -0
- package/coverage/cli/src/lib/package-config/index.ts.html +94 -0
- package/coverage/cli/src/lib/package-config/package-config-schema.ts.html +142 -0
- package/coverage/cli/src/lib/package-config/package-config.ts.html +376 -0
- package/coverage/cli/src/lib/package-validator/checks/config-check.ts.html +175 -0
- package/coverage/cli/src/lib/package-validator/checks/files-check.ts.html +172 -0
- package/coverage/cli/src/lib/package-validator/checks/index.html +176 -0
- package/coverage/cli/src/lib/package-validator/checks/index.ts.html +97 -0
- package/coverage/cli/src/lib/package-validator/checks/scripts-check.ts.html +154 -0
- package/coverage/cli/src/lib/package-validator/checks/turbo-check.ts.html +226 -0
- package/coverage/cli/src/lib/package-validator/fs-utils.ts.html +139 -0
- package/coverage/cli/src/lib/package-validator/index.html +146 -0
- package/coverage/cli/src/lib/package-validator/index.ts.html +94 -0
- package/coverage/cli/src/lib/package-validator/loader/config-loader.ts.html +316 -0
- package/coverage/cli/src/lib/package-validator/loader/index.html +146 -0
- package/coverage/cli/src/lib/package-validator/loader/index.ts.html +91 -0
- package/coverage/cli/src/lib/package-validator/loader/package-discovery.ts.html +379 -0
- package/coverage/cli/src/lib/package-validator/package-validator.ts.html +229 -0
- package/coverage/cli/src/lib/path-display/index.html +131 -0
- package/coverage/cli/src/lib/path-display/index.ts.html +88 -0
- package/coverage/cli/src/lib/path-display/path-display.ts.html +211 -0
- package/coverage/cli/src/lib/release-id/index.html +131 -0
- package/coverage/cli/src/lib/release-id/index.ts.html +130 -0
- package/coverage/cli/src/lib/release-id/release-id.ts.html +859 -0
- package/coverage/cli/src/lib/release-utils/index.html +131 -0
- package/coverage/cli/src/lib/release-utils/index.ts.html +130 -0
- package/coverage/cli/src/lib/release-utils/release-utils.ts.html +778 -0
- package/coverage/cli/src/lib/render/index.html +116 -0
- package/coverage/cli/src/lib/render/render.ts.html +157 -0
- package/coverage/cli/src/lib/vendor/__tests__/index.html +116 -0
- package/coverage/cli/src/lib/vendor/__tests__/zx-mock.ts.html +181 -0
- package/coverage/cli/src/lib/vendor/config-schema.ts.html +319 -0
- package/coverage/cli/src/lib/vendor/config.ts.html +259 -0
- package/coverage/cli/src/lib/vendor/factory-config-schema.ts.html +190 -0
- package/coverage/cli/src/lib/vendor/factory-config.ts.html +358 -0
- package/coverage/cli/src/lib/vendor/hash.ts.html +133 -0
- package/coverage/cli/src/lib/vendor/index.html +251 -0
- package/coverage/cli/src/lib/vendor/index.ts.html +154 -0
- package/coverage/cli/src/lib/vendor/manifest.ts.html +538 -0
- package/coverage/cli/src/lib/vendor/skip-sets.ts.html +229 -0
- package/coverage/cli/src/lib/vendor/sync-ops.ts.html +955 -0
- package/coverage/cli/src/lib/vendor/walk.ts.html +253 -0
- package/coverage/cli/src/lib/version-utils/index.html +161 -0
- package/coverage/cli/src/lib/version-utils/index.ts.html +139 -0
- package/coverage/cli/src/lib/version-utils/load-existing-versions.ts.html +343 -0
- package/coverage/cli/src/lib/version-utils/next-version.ts.html +934 -0
- package/coverage/cli/src/lib/version-utils/version-utils.ts.html +178 -0
- package/coverage/cli/src/lib/worktrees/index.html +131 -0
- package/coverage/cli/src/lib/worktrees/index.ts.html +88 -0
- package/coverage/cli/src/lib/worktrees/remove-worktrees.ts.html +283 -0
- package/coverage/cli/src/tui/boot.tsx.html +265 -0
- package/coverage/cli/src/tui/index.html +116 -0
- package/coverage/cli/src/tui/screens/command-palette.tsx.html +562 -0
- package/coverage/cli/src/tui/screens/index.html +116 -0
- package/coverage/cli/src/types.ts.html +283 -0
- package/coverage/clover.xml +4488 -0
- package/coverage/coverage-final.json +156 -0
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +1076 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +210 -0
- package/dist/chunk-DB6CTNBS.js +3 -0
- package/dist/chunk-DB6CTNBS.js.map +7 -0
- package/dist/chunk-SGR2XAVR.js +164 -0
- package/dist/chunk-SGR2XAVR.js.map +7 -0
- package/dist/cli.js +5 -5
- package/dist/cli.js.map +3 -3
- package/dist/dev-server.js +13 -0
- package/dist/dev-server.js.map +7 -0
- package/dist/mcp.js +1 -1
- package/dist/mcp.js.map +1 -1
- package/package.json +6 -1
- package/scripts/build.js +4 -4
- package/src/.omc/state/agent-replay-2ac0dcd0-01f7-41a8-a8c9-f2195599817b.jsonl +5 -0
- package/src/.omc/state/sessions/2ac0dcd0-01f7-41a8-a8c9-f2195599817b/mission-state.json +79 -0
- package/src/.omc/state/sessions/2ac0dcd0-01f7-41a8-a8c9-f2195599817b/pre-tool-advisory-throttle.json +26 -0
- package/src/.omc/state/sessions/2ac0dcd0-01f7-41a8-a8c9-f2195599817b/subagent-tracking-state.json +26 -0
- package/src/commands/doctor/doctor.ts +53 -0
- package/src/commands/env-autoload/env-autoload.ts +14 -2
- package/src/commands/env-clear/env-clear.ts +48 -7
- package/src/commands/env-load/env-load.ts +23 -1
- package/src/commands/init/__tests__/shell-body.test.ts +73 -3
- package/src/commands/init/init.ts +74 -7
- package/src/dev/__tests__/dev-server-options.test.ts +57 -0
- package/src/dev/__tests__/dev-server.test.ts +420 -0
- package/src/dev/__tests__/discovery.test.ts +181 -0
- package/src/dev/__tests__/fixtures.ts +257 -0
- package/src/dev/__tests__/ports.test.ts +98 -0
- package/src/dev/__tests__/serverless-local-run.test.ts +533 -0
- package/src/dev/dev-server.ts +796 -0
- package/src/dev/discovery.ts +229 -0
- package/src/dev/interfaces.ts +11 -0
- package/src/dev/managed-child.ts +73 -0
- package/src/dev/ports.ts +100 -0
- package/src/dev/serverless-local-run.ts +329 -0
- package/src/dev/turbo-watch.ts +62 -0
- package/src/dev/ui-dev.ts +62 -0
- package/src/entry/cli.ts +25 -6
- package/src/entry/dev-server.ts +103 -0
- package/src/lib/command-catalog/__tests__/__snapshots__/command-catalog.test.ts.snap +1 -0
- package/src/lib/command-catalog/command-catalog.ts +4 -0
- package/src/lib/constants/constants.ts +38 -0
- package/src/lib/constants/index.ts +4 -0
- package/src/lib/env-autoload/__tests__/env-autoload.test.ts +25 -0
- package/src/lib/env-autoload/env-autoload.ts +35 -4
- package/src/lib/infra-kit-config/index.ts +2 -0
- package/src/lib/infra-kit-config/infra-kit-config.ts +22 -0
- package/src/lib/warm-cache/__tests__/warm-cache.test.ts +164 -0
- package/src/lib/warm-cache/index.ts +7 -0
- package/src/lib/warm-cache/warm-cache.ts +136 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/chunk-EY5LDHXC.js +0 -164
- package/dist/chunk-EY5LDHXC.js.map +0 -7
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{"t":0,"agent":"a1ed5f1","agent_type":"Explore","event":"agent_start","parent_mode":"none"}
|
|
2
|
+
{"t":0,"agent":"a1ed5f1","agent_type":"Explore","event":"agent_stop","success":true,"duration_ms":150295}
|
|
3
|
+
{"t":0,"agent":"a3145ca","agent_type":"architect","event":"agent_start","parent_mode":"none"}
|
|
4
|
+
{"t":0,"agent":"a3145ca","agent_type":"architect","event":"agent_stop","success":true,"duration_ms":175537}
|
|
5
|
+
{"t":0,"agent":"a3145ca","agent_type":"architect","event":"agent_start","parent_mode":"none"}
|
|
6
|
+
{"t":0,"agent":"a3145ca","agent_type":"architect","event":"agent_stop","success":true,"duration_ms":45070}
|
|
7
|
+
{"t":0,"agent":"a271d44","agent_type":"critic","event":"agent_start","parent_mode":"none"}
|
|
8
|
+
{"t":0,"agent":"a271d44","agent_type":"critic","event":"agent_stop","success":true,"duration_ms":194020}
|
|
9
|
+
{"t":0,"agent":"ae48694","agent_type":"critic","event":"agent_start","parent_mode":"none"}
|
|
10
|
+
{"t":0,"agent":"ae48694","agent_type":"critic","event":"agent_stop","success":true,"duration_ms":163977}
|
|
11
|
+
{"t":0,"agent":"a267253","agent_type":"unknown","event":"agent_stop","success":true,"duration_ms":0}
|
|
12
|
+
{"t":0,"agent":"system","event":"keyword_detected","keyword":"ralph"}
|
|
13
|
+
{"t":0,"agent":"system","event":"mode_change","mode_from":"none","mode_to":"ralph"}
|
|
14
|
+
{"t":0,"agent":"system","event":"skill_invoked","skill_name":"oh-my-claudecode:cancel"}
|
|
15
|
+
{"t":0,"agent":"aa1e611","agent_type":"architect","event":"agent_start","parent_mode":"none"}
|
|
16
|
+
{"t":0,"agent":"aa1e611","agent_type":"architect","event":"agent_stop","success":true,"duration_ms":192142}
|
|
17
|
+
{"t":0,"agent":"aa1e611","agent_type":"architect","event":"agent_start","parent_mode":"none"}
|
|
18
|
+
{"t":0,"agent":"aa1e611","agent_type":"architect","event":"agent_stop","success":true,"duration_ms":37581}
|
|
19
|
+
{"t":0,"agent":"aa88c92","agent_type":"critic","event":"agent_start","parent_mode":"none"}
|
|
20
|
+
{"t":0,"agent":"aa88c92","agent_type":"critic","event":"agent_stop","success":true,"duration_ms":225013}
|
|
21
|
+
{"t":0,"agent":"aa88c92","agent_type":"critic","event":"agent_start","parent_mode":"none"}
|
|
22
|
+
{"t":0,"agent":"aa88c92","agent_type":"critic","event":"agent_stop","success":true,"duration_ms":43910}
|
|
23
|
+
{"t":0,"agent":"a55f148","agent_type":"critic","event":"agent_start","parent_mode":"none"}
|
|
24
|
+
{"t":0,"agent":"a55f148","agent_type":"critic","event":"agent_stop","success":true,"duration_ms":252554}
|
|
25
|
+
{"t":0,"agent":"a55f148","agent_type":"critic","event":"agent_start","parent_mode":"none"}
|
|
26
|
+
{"t":0,"agent":"a55f148","agent_type":"critic","event":"agent_stop","success":true,"duration_ms":15824}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{"t":0,"agent":"ad1722b","agent_type":"architect","event":"agent_start","parent_mode":"none"}
|
|
2
|
+
{"t":0,"agent":"ad1722b","agent_type":"architect","event":"agent_stop","success":true,"duration_ms":207439}
|
|
3
|
+
{"t":0,"agent":"a0da62e","agent_type":"critic","event":"agent_start","parent_mode":"none"}
|
|
4
|
+
{"t":0,"agent":"a0da62e","agent_type":"critic","event":"agent_stop","success":true,"duration_ms":269940}
|
|
5
|
+
{"t":0,"agent":"a247dca","agent_type":"critic","event":"agent_start","parent_mode":"none"}
|
|
6
|
+
{"t":0,"agent":"a247dca","agent_type":"critic","event":"agent_stop","success":true,"duration_ms":59940}
|
|
7
|
+
{"t":0,"agent":"system","event":"skill_invoked","skill_name":"oh-my-claudecode:ralph"}
|
|
8
|
+
{"t":0,"agent":"af8f962","agent_type":"executor","event":"agent_start","parent_mode":"none"}
|
|
9
|
+
{"t":0,"agent":"ab030a7","agent_type":"test-engineer","event":"agent_start","parent_mode":"none"}
|
|
10
|
+
{"t":0,"agent":"ab21c46","agent_type":"unknown","event":"agent_stop","success":true,"duration_ms":0}
|
|
11
|
+
{"t":0,"agent":"ab030a7","agent_type":"test-engineer","event":"agent_stop","success":true,"duration_ms":649947}
|
|
12
|
+
{"t":0,"agent":"a48350b","agent_type":"executor","event":"agent_start","parent_mode":"none"}
|
|
13
|
+
{"t":0,"agent":"a48350b","agent_type":"executor","event":"agent_stop","success":true,"duration_ms":120915}
|
|
14
|
+
{"t":0,"agent":"ad4c9c9","agent_type":"code-reviewer","event":"agent_start","parent_mode":"none"}
|
|
15
|
+
{"t":0,"agent":"ad4c9c9","agent_type":"code-reviewer","event":"agent_stop","success":true,"duration_ms":222773}
|
|
16
|
+
{"t":0,"agent":"a16aa27","agent_type":"code-simplifier","event":"agent_start","parent_mode":"none"}
|
|
17
|
+
{"t":0,"agent":"a16aa27","agent_type":"code-simplifier","event":"agent_stop","success":true,"duration_ms":169637}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
{"t":0,"agent":"a8508ff","agent_type":"executor","event":"agent_start","parent_mode":"none"}
|
|
2
|
+
{"t":0,"agent":"a8508ff","agent_type":"executor","event":"agent_stop","success":true,"duration_ms":155560}
|
|
3
|
+
{"t":0,"agent":"a735113","agent_type":"critic","event":"agent_start","parent_mode":"none"}
|
|
4
|
+
{"t":0,"agent":"a735113","agent_type":"critic","event":"agent_stop","success":true,"duration_ms":104122}
|
|
5
|
+
{"t":0,"agent":"system","event":"skill_invoked","skill_name":"oh-my-claudecode:ai-slop-cleaner"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tool_name": "Bash",
|
|
3
|
+
"tool_input_preview": "{\"command\":\"cd /Users/arthur/projects/infra-kit/apps/infra-kit/cli; echo \\\"=== dev-server.test --port guard describe ===\\\"; rtk grep -n \\\"single-app guard|--port|rejects up front|applies --port\\\" src/...",
|
|
4
|
+
"error": "Exit code 1\n=== dev-server.test --port guard describe ===\n0 matches for 'single-app guard|--port|rejects up front|applies --port'\n=== ports.test portOverride ===\n0 matches for 'portOverride|honors|override'\n=== discovery.test normalizeAppFilters ===\n0 matches for 'normalizeAppFilters|exclude|include'",
|
|
5
|
+
"timestamp": "2026-07-02T20:52:34.328Z",
|
|
6
|
+
"retry_count": 1
|
|
7
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
{
|
|
2
|
+
"updatedAt": "2026-07-02T20:23:21.015Z",
|
|
3
|
+
"missions": [
|
|
4
|
+
{
|
|
5
|
+
"id": "session:036daa78-5fee-4c7d-9b44-53584acb0d87:none",
|
|
6
|
+
"source": "session",
|
|
7
|
+
"name": "none",
|
|
8
|
+
"objective": "Session mission",
|
|
9
|
+
"createdAt": "2026-07-02T14:43:28.440Z",
|
|
10
|
+
"updatedAt": "2026-07-02T20:23:21.015Z",
|
|
11
|
+
"status": "done",
|
|
12
|
+
"workerCount": 7,
|
|
13
|
+
"taskCounts": {
|
|
14
|
+
"total": 7,
|
|
15
|
+
"pending": 0,
|
|
16
|
+
"blocked": 0,
|
|
17
|
+
"inProgress": 0,
|
|
18
|
+
"completed": 7,
|
|
19
|
+
"failed": 0
|
|
20
|
+
},
|
|
21
|
+
"agents": [
|
|
22
|
+
{
|
|
23
|
+
"name": "Explore:a1ed5f1",
|
|
24
|
+
"role": "Explore",
|
|
25
|
+
"ownership": "a1ed5f1f9b42e7e4f",
|
|
26
|
+
"status": "done",
|
|
27
|
+
"currentStep": null,
|
|
28
|
+
"latestUpdate": "completed",
|
|
29
|
+
"completedSummary": null,
|
|
30
|
+
"updatedAt": "2026-07-02T15:04:21.212Z"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "architect:a3145ca",
|
|
34
|
+
"role": "architect",
|
|
35
|
+
"ownership": "a3145cad21bc08ab2",
|
|
36
|
+
"status": "done",
|
|
37
|
+
"currentStep": null,
|
|
38
|
+
"latestUpdate": "completed",
|
|
39
|
+
"completedSummary": null,
|
|
40
|
+
"updatedAt": "2026-07-02T14:50:36.574Z"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "critic:a271d44",
|
|
44
|
+
"role": "critic",
|
|
45
|
+
"ownership": "a271d449c9d7d8951",
|
|
46
|
+
"status": "done",
|
|
47
|
+
"currentStep": null,
|
|
48
|
+
"latestUpdate": "completed",
|
|
49
|
+
"completedSummary": null,
|
|
50
|
+
"updatedAt": "2026-07-02T14:55:29.560Z"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "critic:ae48694",
|
|
54
|
+
"role": "critic",
|
|
55
|
+
"ownership": "ae48694a4e95ef6c7",
|
|
56
|
+
"status": "done",
|
|
57
|
+
"currentStep": null,
|
|
58
|
+
"latestUpdate": "completed",
|
|
59
|
+
"completedSummary": null,
|
|
60
|
+
"updatedAt": "2026-07-02T15:00:15.618Z"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "architect:aa1e611",
|
|
64
|
+
"role": "architect",
|
|
65
|
+
"ownership": "aa1e611e1da81d425",
|
|
66
|
+
"status": "done",
|
|
67
|
+
"currentStep": null,
|
|
68
|
+
"latestUpdate": "completed",
|
|
69
|
+
"completedSummary": null,
|
|
70
|
+
"updatedAt": "2026-07-02T20:13:00.755Z"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "critic:aa88c92",
|
|
74
|
+
"role": "critic",
|
|
75
|
+
"ownership": "aa88c923354b6de5b",
|
|
76
|
+
"status": "done",
|
|
77
|
+
"currentStep": null,
|
|
78
|
+
"latestUpdate": "completed",
|
|
79
|
+
"completedSummary": null,
|
|
80
|
+
"updatedAt": "2026-07-02T20:18:28.534Z"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "critic:a55f148",
|
|
84
|
+
"role": "critic",
|
|
85
|
+
"ownership": "a55f14830e4709eee",
|
|
86
|
+
"status": "done",
|
|
87
|
+
"currentStep": null,
|
|
88
|
+
"latestUpdate": "completed",
|
|
89
|
+
"completedSummary": null,
|
|
90
|
+
"updatedAt": "2026-07-02T20:23:21.015Z"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"timeline": [
|
|
94
|
+
{
|
|
95
|
+
"id": "session-start:a55f14830e4709eee:2026-07-02T20:18:52.396Z",
|
|
96
|
+
"at": "2026-07-02T20:18:52.396Z",
|
|
97
|
+
"kind": "update",
|
|
98
|
+
"agent": "critic:a55f148",
|
|
99
|
+
"detail": "started critic:a55f148",
|
|
100
|
+
"sourceKey": "session-start:a55f14830e4709eee"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"id": "session-stop:a55f14830e4709eee:2026-07-02T20:23:04.950Z",
|
|
104
|
+
"at": "2026-07-02T20:23:04.950Z",
|
|
105
|
+
"kind": "completion",
|
|
106
|
+
"agent": "critic:a55f148",
|
|
107
|
+
"detail": "completed",
|
|
108
|
+
"sourceKey": "session-stop:a55f14830e4709eee"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "session-start:a55f14830e4709eee:2026-07-02T20:23:05.191Z",
|
|
112
|
+
"at": "2026-07-02T20:23:05.191Z",
|
|
113
|
+
"kind": "update",
|
|
114
|
+
"agent": "critic:a55f148",
|
|
115
|
+
"detail": "started critic:a55f148",
|
|
116
|
+
"sourceKey": "session-start:a55f14830e4709eee"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"id": "session-stop:a55f14830e4709eee:2026-07-02T20:23:21.015Z",
|
|
120
|
+
"at": "2026-07-02T20:23:21.015Z",
|
|
121
|
+
"kind": "completion",
|
|
122
|
+
"agent": "critic:a55f148",
|
|
123
|
+
"detail": "completed",
|
|
124
|
+
"sourceKey": "session-stop:a55f14830e4709eee"
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
}
|
package/.omc/state/sessions/036daa78-5fee-4c7d-9b44-53584acb0d87/pre-tool-advisory-throttle.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"entries": {
|
|
4
|
+
"466399dafa2d20f60587180bad0a07358eb7f2bce724df0ff682f038ad33f5ad": {
|
|
5
|
+
"last_emitted_at_ms": 1783025570413,
|
|
6
|
+
"message": "Read multiple files in parallel when possible for faster analysis."
|
|
7
|
+
},
|
|
8
|
+
"79a93d4a2f8f50b95f852280616242fee1855dc99a3c75211917f55e72e95fae": {
|
|
9
|
+
"last_emitted_at_ms": 1783025554160,
|
|
10
|
+
"message": "Use parallel execution for independent tasks. Use run_in_background for long operations (npm install, builds, tests)."
|
|
11
|
+
},
|
|
12
|
+
"445ed27a3872b681d98190bae61ccb84954e1bc4e140df5370be958dee776b3a": {
|
|
13
|
+
"last_emitted_at_ms": 1783025541152,
|
|
14
|
+
"message": "Verify changes work after editing. Test functionality before marking complete."
|
|
15
|
+
},
|
|
16
|
+
"1bb6914bc42b891c26d46c8ae2fd4f44071f59862e89dc550f4c82877b700216": {
|
|
17
|
+
"last_emitted_at_ms": 1783023731853,
|
|
18
|
+
"message": "The boulder never stops. Continue until all tasks complete."
|
|
19
|
+
},
|
|
20
|
+
"c9a3f2d749437f294b366e6e9bb55b4e84753de137a2008d244fb59a319f6ba7": {
|
|
21
|
+
"last_emitted_at_ms": 1783023532268,
|
|
22
|
+
"message": "Spawning agent: oh-my-claudecode:critic (inherit) | Task: Critic re-eval flag-prune iter2"
|
|
23
|
+
},
|
|
24
|
+
"4564d10399c966ca2f4d203f6a83329740fd73ad331a9277fc51704a3c903da3": {
|
|
25
|
+
"last_emitted_at_ms": 1783023239243,
|
|
26
|
+
"message": "Spawning agent: oh-my-claudecode:critic (inherit) | Task: Critic evaluation of flag-prune plan"
|
|
27
|
+
},
|
|
28
|
+
"f1399161ecb1cc39c74bce74171e79ccd743473f83f749e5645304693c25c335": {
|
|
29
|
+
"last_emitted_at_ms": 1783022950665,
|
|
30
|
+
"message": "Spawning agent: oh-my-claudecode:architect (inherit) | Task: Architect review of flag-prune plan"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"updated_at": "2026-07-02T20:52:50.413Z"
|
|
34
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": true,
|
|
3
|
+
"iteration": 6,
|
|
4
|
+
"max_iterations": 100,
|
|
5
|
+
"started_at": "2026-07-02T18:52:05.704Z",
|
|
6
|
+
"prompt": "/ralph do it",
|
|
7
|
+
"session_id": "036daa78-5fee-4c7d-9b44-53584acb0d87",
|
|
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-07-02T18:52:05.704Z",
|
|
12
|
+
"last_checked_at": "2026-07-02T20:24:05.635Z"
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": true,
|
|
3
|
+
"started_at": "2026-07-02T20:22:00.382Z",
|
|
4
|
+
"current_phase": "ralplan",
|
|
5
|
+
"original_prompt": "/oh-my-claudecode:ralplan finalize the flag-prune consensus: collect the Critic iteration-2 verdict on .omc/plans/dev-server-flag-prune.md; if APPROVE mark pending-approval and present the final plan to the user; if ITERATE apply fixes and re-run.",
|
|
6
|
+
"session_id": "036daa78-5fee-4c7d-9b44-53584acb0d87",
|
|
7
|
+
"project_path": "/Users/arthur/projects/infra-kit/apps/infra-kit/cli",
|
|
8
|
+
"awaiting_confirmation": true,
|
|
9
|
+
"awaiting_confirmation_set_at": "2026-07-02T20:22:00.382Z",
|
|
10
|
+
"last_checked_at": "2026-07-02T20:22:00.382Z"
|
|
11
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"agents": [
|
|
3
|
+
{
|
|
4
|
+
"agent_id": "a1ed5f1f9b42e7e4f",
|
|
5
|
+
"agent_type": "Explore",
|
|
6
|
+
"started_at": "2026-07-02T14:43:28.440Z",
|
|
7
|
+
"parent_mode": "none",
|
|
8
|
+
"status": "completed",
|
|
9
|
+
"completed_at": "2026-07-02T14:45:58.735Z",
|
|
10
|
+
"duration_ms": 150295
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"agent_id": "a3145cad21bc08ab2",
|
|
14
|
+
"agent_type": "oh-my-claudecode:architect",
|
|
15
|
+
"started_at": "2026-07-02T14:49:51.504Z",
|
|
16
|
+
"parent_mode": "none",
|
|
17
|
+
"status": "completed",
|
|
18
|
+
"completed_at": "2026-07-02T14:50:36.574Z",
|
|
19
|
+
"duration_ms": 45070
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"agent_id": "a271d449c9d7d8951",
|
|
23
|
+
"agent_type": "oh-my-claudecode:critic",
|
|
24
|
+
"started_at": "2026-07-02T14:52:15.540Z",
|
|
25
|
+
"parent_mode": "none",
|
|
26
|
+
"status": "completed",
|
|
27
|
+
"completed_at": "2026-07-02T14:55:29.560Z",
|
|
28
|
+
"duration_ms": 194020
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"agent_id": "ae48694a4e95ef6c7",
|
|
32
|
+
"agent_type": "oh-my-claudecode:critic",
|
|
33
|
+
"started_at": "2026-07-02T14:57:31.641Z",
|
|
34
|
+
"parent_mode": "none",
|
|
35
|
+
"status": "completed",
|
|
36
|
+
"completed_at": "2026-07-02T15:00:15.618Z",
|
|
37
|
+
"duration_ms": 163977
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"agent_id": "a26725334f5ff1a9e",
|
|
41
|
+
"agent_type": "unknown",
|
|
42
|
+
"started_at": "2026-07-02T15:04:21.212Z",
|
|
43
|
+
"parent_mode": "none",
|
|
44
|
+
"status": "completed",
|
|
45
|
+
"completed_at": "2026-07-02T15:04:21.212Z",
|
|
46
|
+
"duration_ms": 0
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"agent_id": "aa1e611e1da81d425",
|
|
50
|
+
"agent_type": "oh-my-claudecode:architect",
|
|
51
|
+
"started_at": "2026-07-02T20:12:23.174Z",
|
|
52
|
+
"parent_mode": "none",
|
|
53
|
+
"status": "completed",
|
|
54
|
+
"completed_at": "2026-07-02T20:13:00.755Z",
|
|
55
|
+
"duration_ms": 37581
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"agent_id": "aa88c923354b6de5b",
|
|
59
|
+
"agent_type": "oh-my-claudecode:critic",
|
|
60
|
+
"started_at": "2026-07-02T20:17:44.624Z",
|
|
61
|
+
"parent_mode": "none",
|
|
62
|
+
"status": "completed",
|
|
63
|
+
"completed_at": "2026-07-02T20:18:28.534Z",
|
|
64
|
+
"duration_ms": 43910
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"agent_id": "a55f14830e4709eee",
|
|
68
|
+
"agent_type": "oh-my-claudecode:critic",
|
|
69
|
+
"started_at": "2026-07-02T20:23:05.191Z",
|
|
70
|
+
"parent_mode": "none",
|
|
71
|
+
"status": "completed",
|
|
72
|
+
"completed_at": "2026-07-02T20:23:21.015Z",
|
|
73
|
+
"duration_ms": 15824
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"total_spawned": 11,
|
|
77
|
+
"total_completed": 12,
|
|
78
|
+
"total_failed": 0,
|
|
79
|
+
"last_updated": "2026-07-02T20:23:21.118Z"
|
|
80
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": true,
|
|
3
|
+
"started_at": "2026-07-02T18:52:05.717Z",
|
|
4
|
+
"original_prompt": "/ralph do it",
|
|
5
|
+
"session_id": "036daa78-5fee-4c7d-9b44-53584acb0d87",
|
|
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-07-02T18:52:05.717Z",
|
|
10
|
+
"last_checked_at": "2026-07-02T18:52:05.717Z"
|
|
11
|
+
}
|
package/.omc/state/sessions/0a65ec83-9de7-458d-9d0f-e56e1a26c68e/pre-tool-advisory-throttle.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"entries": {
|
|
4
|
+
"79a93d4a2f8f50b95f852280616242fee1855dc99a3c75211917f55e72e95fae": {
|
|
5
|
+
"last_emitted_at_ms": 1783003039544,
|
|
6
|
+
"message": "Use parallel execution for independent tasks. Use run_in_background for long operations (npm install, builds, tests)."
|
|
7
|
+
},
|
|
8
|
+
"445ed27a3872b681d98190bae61ccb84954e1bc4e140df5370be958dee776b3a": {
|
|
9
|
+
"last_emitted_at_ms": 1783002786459,
|
|
10
|
+
"message": "Verify changes work after editing. Test functionality before marking complete."
|
|
11
|
+
},
|
|
12
|
+
"466399dafa2d20f60587180bad0a07358eb7f2bce724df0ff682f038ad33f5ad": {
|
|
13
|
+
"last_emitted_at_ms": 1783002767493,
|
|
14
|
+
"message": "Read multiple files in parallel when possible for faster analysis."
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"updated_at": "2026-07-02T14:37:19.544Z"
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": true,
|
|
3
|
+
"skill_name": "ai-slop-cleaner",
|
|
4
|
+
"session_id": "0a65ec83-9de7-458d-9d0f-e56e1a26c68e",
|
|
5
|
+
"started_at": "2026-07-02T14:32:37.705Z",
|
|
6
|
+
"last_checked_at": "2026-07-02T14:32:37.705Z",
|
|
7
|
+
"reinforcement_count": 0,
|
|
8
|
+
"max_reinforcements": 5,
|
|
9
|
+
"stale_ttl_ms": 900000,
|
|
10
|
+
"_meta": {
|
|
11
|
+
"written_at": "2026-07-02T14:32:37.705Z",
|
|
12
|
+
"mode": "skill-active",
|
|
13
|
+
"sessionId": "0a65ec83-9de7-458d-9d0f-e56e1a26c68e"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tool_name": "Bash",
|
|
3
|
+
"tool_input_preview": "{\"command\":\"rtk grep -n \\\"SERVERLESS_YML|handlerSource|makeApiFixture|\\\\bPREFIX\\\\b\\\" /Users/arthur/projects/infra-kit/apps/infra-kit/cli/src/\"}",
|
|
4
|
+
"error": "Exit code 1\n0 matches for 'SERVERLESS_YML|handlerSource|makeApiFixture|\\bPREFIX\\b'",
|
|
5
|
+
"timestamp": "2026-07-02T09:27:04.242Z",
|
|
6
|
+
"retry_count": 3
|
|
7
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
{
|
|
2
|
+
"updatedAt": "2026-07-02T09:28:44.818Z",
|
|
3
|
+
"missions": [
|
|
4
|
+
{
|
|
5
|
+
"id": "session:1b6ffc57-2d9b-4af4-b603-f1cef7e01b0a:none",
|
|
6
|
+
"source": "session",
|
|
7
|
+
"name": "none",
|
|
8
|
+
"objective": "Session mission",
|
|
9
|
+
"createdAt": "2026-07-02T08:37:27.317Z",
|
|
10
|
+
"updatedAt": "2026-07-02T09:28:44.818Z",
|
|
11
|
+
"status": "running",
|
|
12
|
+
"workerCount": 8,
|
|
13
|
+
"taskCounts": {
|
|
14
|
+
"total": 8,
|
|
15
|
+
"pending": 0,
|
|
16
|
+
"blocked": 0,
|
|
17
|
+
"inProgress": 1,
|
|
18
|
+
"completed": 7,
|
|
19
|
+
"failed": 0
|
|
20
|
+
},
|
|
21
|
+
"agents": [
|
|
22
|
+
{
|
|
23
|
+
"name": "architect:ad1722b",
|
|
24
|
+
"role": "architect",
|
|
25
|
+
"ownership": "ad1722b94b6c4edd8",
|
|
26
|
+
"status": "done",
|
|
27
|
+
"currentStep": null,
|
|
28
|
+
"latestUpdate": "completed",
|
|
29
|
+
"completedSummary": null,
|
|
30
|
+
"updatedAt": "2026-07-02T09:04:30.281Z"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "critic:a0da62e",
|
|
34
|
+
"role": "critic",
|
|
35
|
+
"ownership": "a0da62ecc419a2084",
|
|
36
|
+
"status": "done",
|
|
37
|
+
"currentStep": null,
|
|
38
|
+
"latestUpdate": "completed",
|
|
39
|
+
"completedSummary": null,
|
|
40
|
+
"updatedAt": "2026-07-02T08:47:16.092Z"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "critic:a247dca",
|
|
44
|
+
"role": "critic",
|
|
45
|
+
"ownership": "a247dca991066ae26",
|
|
46
|
+
"status": "done",
|
|
47
|
+
"currentStep": null,
|
|
48
|
+
"latestUpdate": "completed",
|
|
49
|
+
"completedSummary": null,
|
|
50
|
+
"updatedAt": "2026-07-02T08:50:11.732Z"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "executor:af8f962",
|
|
54
|
+
"role": "executor",
|
|
55
|
+
"ownership": "af8f9625d4d9bf0ac",
|
|
56
|
+
"status": "running",
|
|
57
|
+
"currentStep": null,
|
|
58
|
+
"latestUpdate": null,
|
|
59
|
+
"completedSummary": null,
|
|
60
|
+
"updatedAt": "2026-07-02T08:52:29.389Z"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "test-engineer:ab030a7",
|
|
64
|
+
"role": "test-engineer",
|
|
65
|
+
"ownership": "ab030a7c20e9b2221",
|
|
66
|
+
"status": "done",
|
|
67
|
+
"currentStep": null,
|
|
68
|
+
"latestUpdate": "completed",
|
|
69
|
+
"completedSummary": null,
|
|
70
|
+
"updatedAt": "2026-07-02T09:15:03.817Z"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "executor:a48350b",
|
|
74
|
+
"role": "executor",
|
|
75
|
+
"ownership": "a48350b2332d75cf8",
|
|
76
|
+
"status": "done",
|
|
77
|
+
"currentStep": null,
|
|
78
|
+
"latestUpdate": "completed",
|
|
79
|
+
"completedSummary": null,
|
|
80
|
+
"updatedAt": "2026-07-02T09:19:28.074Z"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "code-reviewer:ad4c9c9",
|
|
84
|
+
"role": "code-reviewer",
|
|
85
|
+
"ownership": "ad4c9c9f961d0a854",
|
|
86
|
+
"status": "done",
|
|
87
|
+
"currentStep": null,
|
|
88
|
+
"latestUpdate": "completed",
|
|
89
|
+
"completedSummary": null,
|
|
90
|
+
"updatedAt": "2026-07-02T09:25:26.428Z"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "code-simplifier:a16aa27",
|
|
94
|
+
"role": "code-simplifier",
|
|
95
|
+
"ownership": "a16aa2762bd410646",
|
|
96
|
+
"status": "done",
|
|
97
|
+
"currentStep": null,
|
|
98
|
+
"latestUpdate": "completed",
|
|
99
|
+
"completedSummary": null,
|
|
100
|
+
"updatedAt": "2026-07-02T09:28:44.818Z"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"timeline": [
|
|
104
|
+
{
|
|
105
|
+
"id": "session-start:ad4c9c9f961d0a854:2026-07-02T09:21:43.655Z",
|
|
106
|
+
"at": "2026-07-02T09:21:43.655Z",
|
|
107
|
+
"kind": "update",
|
|
108
|
+
"agent": "code-reviewer:ad4c9c9",
|
|
109
|
+
"detail": "started code-reviewer:ad4c9c9",
|
|
110
|
+
"sourceKey": "session-start:ad4c9c9f961d0a854"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "session-stop:ad4c9c9f961d0a854:2026-07-02T09:25:26.428Z",
|
|
114
|
+
"at": "2026-07-02T09:25:26.428Z",
|
|
115
|
+
"kind": "completion",
|
|
116
|
+
"agent": "code-reviewer:ad4c9c9",
|
|
117
|
+
"detail": "completed",
|
|
118
|
+
"sourceKey": "session-stop:ad4c9c9f961d0a854"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"id": "session-start:a16aa2762bd410646:2026-07-02T09:25:55.181Z",
|
|
122
|
+
"at": "2026-07-02T09:25:55.181Z",
|
|
123
|
+
"kind": "update",
|
|
124
|
+
"agent": "code-simplifier:a16aa27",
|
|
125
|
+
"detail": "started code-simplifier:a16aa27",
|
|
126
|
+
"sourceKey": "session-start:a16aa2762bd410646"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "session-stop:a16aa2762bd410646:2026-07-02T09:28:44.818Z",
|
|
130
|
+
"at": "2026-07-02T09:28:44.818Z",
|
|
131
|
+
"kind": "completion",
|
|
132
|
+
"agent": "code-simplifier:a16aa27",
|
|
133
|
+
"detail": "completed",
|
|
134
|
+
"sourceKey": "session-stop:a16aa2762bd410646"
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
}
|
package/.omc/state/sessions/1b6ffc57-2d9b-4af4-b603-f1cef7e01b0a/pre-tool-advisory-throttle.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"entries": {
|
|
4
|
+
"79a93d4a2f8f50b95f852280616242fee1855dc99a3c75211917f55e72e95fae": {
|
|
5
|
+
"last_emitted_at_ms": 1782985013569,
|
|
6
|
+
"message": "Use parallel execution for independent tasks. Use run_in_background for long operations (npm install, builds, tests)."
|
|
7
|
+
},
|
|
8
|
+
"445ed27a3872b681d98190bae61ccb84954e1bc4e140df5370be958dee776b3a": {
|
|
9
|
+
"last_emitted_at_ms": 1782984983698,
|
|
10
|
+
"message": "Verify changes work after editing. Test functionality before marking complete."
|
|
11
|
+
},
|
|
12
|
+
"466399dafa2d20f60587180bad0a07358eb7f2bce724df0ff682f038ad33f5ad": {
|
|
13
|
+
"last_emitted_at_ms": 1782984962273,
|
|
14
|
+
"message": "Read multiple files in parallel when possible for faster analysis."
|
|
15
|
+
},
|
|
16
|
+
"937db197c10349cc7bb7c5e964c5e35726092085512de8b00fa3962003691094": {
|
|
17
|
+
"last_emitted_at_ms": 1782984355050,
|
|
18
|
+
"message": "Spawning agent: oh-my-claudecode:code-simplifier (opus) | Task: Deslop test-coverage changes"
|
|
19
|
+
},
|
|
20
|
+
"6988954fd7f003a6911ce11a9169c9c7d2b84b0c7689b38fd6e3d8117f6c254a": {
|
|
21
|
+
"last_emitted_at_ms": 1782984103528,
|
|
22
|
+
"message": "Spawning agent: oh-my-claudecode:code-reviewer (opus) | Task: Review test-coverage work"
|
|
23
|
+
},
|
|
24
|
+
"d25fac26cfbbb908cabdbd3f076d157740689edf1a3beef80e46eb8b505e06f2": {
|
|
25
|
+
"last_emitted_at_ms": 1782983847029,
|
|
26
|
+
"message": "Spawning agent: oh-my-claudecode:executor (opus) | Task: US-103 remove cast tests"
|
|
27
|
+
},
|
|
28
|
+
"fa0864e8bd0242c2fc43b170c7c0f12575e9f458afabc78774b01b59c68f1897": {
|
|
29
|
+
"last_emitted_at_ms": 1782983053739,
|
|
30
|
+
"message": "Spawning agent: oh-my-claudecode:test-engineer (opus) | Task: US-101+102 fixtures and new tests"
|
|
31
|
+
},
|
|
32
|
+
"d93536bef1b5ebebbfa6e5530c8bd40117373a55468d49eabdb24cc60242f21e": {
|
|
33
|
+
"last_emitted_at_ms": 1782982349252,
|
|
34
|
+
"message": "Spawning agent: oh-my-claudecode:executor (opus) | Task: US-100 extract ports + discovery"
|
|
35
|
+
},
|
|
36
|
+
"e2d22b683f7893d207ae83bd21240e3091b82dc6e5b543173f7f9c364ad0d1cd": {
|
|
37
|
+
"last_emitted_at_ms": 1782982151661,
|
|
38
|
+
"message": "Spawning agent: oh-my-claudecode:critic (opus) | Task: Critic re-check of revised test plan"
|
|
39
|
+
},
|
|
40
|
+
"3c20eb03104b111f16baf38a4dfab157e055f5adab76760113ac93072bff1f54": {
|
|
41
|
+
"last_emitted_at_ms": 1782981766017,
|
|
42
|
+
"message": "Spawning agent: oh-my-claudecode:critic (opus) | Task: Critic eval of test-coverage plan"
|
|
43
|
+
},
|
|
44
|
+
"779be406a08236e38a77782b11f47245a4bb71850379a28a0352d84ea2267e18": {
|
|
45
|
+
"last_emitted_at_ms": 1782981447187,
|
|
46
|
+
"message": "Spawning agent: oh-my-claudecode:architect (opus) | Task: Architect review of test-coverage plan"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"updated_at": "2026-07-02T09:36:53.569Z"
|
|
50
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": true,
|
|
3
|
+
"started_at": "2026-07-02T08:32:16.853Z",
|
|
4
|
+
"current_phase": "ralplan",
|
|
5
|
+
"original_prompt": "/oh-my-claudecode:ralplan in this new features, pls focus on covere testing and firslty focus on making test readable and simplicity,",
|
|
6
|
+
"session_id": "1b6ffc57-2d9b-4af4-b603-f1cef7e01b0a",
|
|
7
|
+
"project_path": "/Users/arthur/projects/infra-kit/apps/infra-kit/cli",
|
|
8
|
+
"awaiting_confirmation": true,
|
|
9
|
+
"awaiting_confirmation_set_at": "2026-07-02T08:32:16.853Z",
|
|
10
|
+
"last_checked_at": "2026-07-02T08:32:16.853Z"
|
|
11
|
+
}
|