@liangjie559567/ultrapower 5.5.20 → 5.5.21
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/.claude-plugin/plugin.json +1 -1
- package/LICENSE +21 -21
- package/bridge/codex-server.cjs +73 -84
- package/bridge/gemini-server.cjs +74 -84
- package/bridge/gyoshu_bridge.py +846 -846
- package/dist/__tests__/agent-registry.test.d.ts +2 -0
- package/dist/__tests__/agent-registry.test.d.ts.map +1 -0
- package/dist/__tests__/agent-registry.test.js +45 -0
- package/dist/__tests__/agent-registry.test.js.map +1 -0
- package/dist/__tests__/analytics/backfill-dedup.test.d.ts +2 -0
- package/dist/__tests__/analytics/backfill-dedup.test.d.ts.map +1 -0
- package/dist/__tests__/analytics/backfill-dedup.test.js +179 -0
- package/dist/__tests__/analytics/backfill-dedup.test.js.map +1 -0
- package/dist/__tests__/analytics/backfill-engine.test.d.ts +2 -0
- package/dist/__tests__/analytics/backfill-engine.test.d.ts.map +1 -0
- package/dist/__tests__/analytics/backfill-engine.test.js +362 -0
- package/dist/__tests__/analytics/backfill-engine.test.js.map +1 -0
- package/dist/__tests__/analytics/output-estimator.test.d.ts +2 -0
- package/dist/__tests__/analytics/output-estimator.test.d.ts.map +1 -0
- package/dist/__tests__/analytics/output-estimator.test.js +124 -0
- package/dist/__tests__/analytics/output-estimator.test.js.map +1 -0
- package/dist/__tests__/analytics/token-extractor.test.d.ts +2 -0
- package/dist/__tests__/analytics/token-extractor.test.d.ts.map +1 -0
- package/dist/__tests__/analytics/token-extractor.test.js +165 -0
- package/dist/__tests__/analytics/token-extractor.test.js.map +1 -0
- package/dist/__tests__/analytics/token-tracker.test.d.ts +2 -0
- package/dist/__tests__/analytics/token-tracker.test.d.ts.map +1 -0
- package/dist/__tests__/analytics/token-tracker.test.js +189 -0
- package/dist/__tests__/analytics/token-tracker.test.js.map +1 -0
- package/dist/__tests__/analytics/tokscale-adapter.test.d.ts +2 -0
- package/dist/__tests__/analytics/tokscale-adapter.test.d.ts.map +1 -0
- package/dist/__tests__/analytics/tokscale-adapter.test.js +79 -0
- package/dist/__tests__/analytics/tokscale-adapter.test.js.map +1 -0
- package/dist/__tests__/analytics/transcript-parser.test.d.ts +2 -0
- package/dist/__tests__/analytics/transcript-parser.test.d.ts.map +1 -0
- package/dist/__tests__/analytics/transcript-parser.test.js +289 -0
- package/dist/__tests__/analytics/transcript-parser.test.js.map +1 -0
- package/dist/__tests__/analytics/transcript-scanner.test.d.ts +2 -0
- package/dist/__tests__/analytics/transcript-scanner.test.d.ts.map +1 -0
- package/dist/__tests__/analytics/transcript-scanner.test.js +443 -0
- package/dist/__tests__/analytics/transcript-scanner.test.js.map +1 -0
- package/dist/__tests__/analytics/transcript-token-extractor.test.d.ts +2 -0
- package/dist/__tests__/analytics/transcript-token-extractor.test.d.ts.map +1 -0
- package/dist/__tests__/analytics/transcript-token-extractor.test.js +177 -0
- package/dist/__tests__/analytics/transcript-token-extractor.test.js.map +1 -0
- package/dist/__tests__/auto-update.test.d.ts +2 -0
- package/dist/__tests__/auto-update.test.d.ts.map +1 -0
- package/dist/__tests__/auto-update.test.js +451 -0
- package/dist/__tests__/auto-update.test.js.map +1 -0
- package/dist/__tests__/auto-upgrade-prompt.test.d.ts +2 -0
- package/dist/__tests__/auto-upgrade-prompt.test.d.ts.map +1 -0
- package/dist/__tests__/auto-upgrade-prompt.test.js +81 -0
- package/dist/__tests__/auto-upgrade-prompt.test.js.map +1 -0
- package/dist/__tests__/bash-history.test.d.ts +5 -0
- package/dist/__tests__/bash-history.test.d.ts.map +1 -0
- package/dist/__tests__/bash-history.test.js +78 -0
- package/dist/__tests__/bash-history.test.js.map +1 -0
- package/dist/__tests__/cli-config-stop-callback.test.d.ts +2 -0
- package/dist/__tests__/cli-config-stop-callback.test.d.ts.map +1 -0
- package/dist/__tests__/cli-config-stop-callback.test.js +102 -0
- package/dist/__tests__/cli-config-stop-callback.test.js.map +1 -0
- package/dist/__tests__/cli-notify-profile.test.d.ts +2 -0
- package/dist/__tests__/cli-notify-profile.test.d.ts.map +1 -0
- package/dist/__tests__/cli-notify-profile.test.js +213 -0
- package/dist/__tests__/cli-notify-profile.test.js.map +1 -0
- package/dist/__tests__/codex-backoff.test.d.ts +2 -0
- package/dist/__tests__/codex-backoff.test.d.ts.map +1 -0
- package/dist/__tests__/codex-backoff.test.js +143 -0
- package/dist/__tests__/codex-backoff.test.js.map +1 -0
- package/dist/__tests__/compatibility-security.test.d.ts +13 -0
- package/dist/__tests__/compatibility-security.test.d.ts.map +1 -0
- package/dist/__tests__/compatibility-security.test.js +403 -0
- package/dist/__tests__/compatibility-security.test.js.map +1 -0
- package/dist/__tests__/compatibility.test.d.ts +7 -0
- package/dist/__tests__/compatibility.test.d.ts.map +1 -0
- package/dist/__tests__/compatibility.test.js +484 -0
- package/dist/__tests__/compatibility.test.js.map +1 -0
- package/dist/__tests__/consensus-execution-handoff.test.d.ts +14 -0
- package/dist/__tests__/consensus-execution-handoff.test.d.ts.map +1 -0
- package/dist/__tests__/consensus-execution-handoff.test.js +178 -0
- package/dist/__tests__/consensus-execution-handoff.test.js.map +1 -0
- package/dist/__tests__/delegation-enforcement-levels.test.d.ts +9 -0
- package/dist/__tests__/delegation-enforcement-levels.test.d.ts.map +1 -0
- package/dist/__tests__/delegation-enforcement-levels.test.js +583 -0
- package/dist/__tests__/delegation-enforcement-levels.test.js.map +1 -0
- package/dist/__tests__/delegation-enforcer-integration.test.d.ts +6 -0
- package/dist/__tests__/delegation-enforcer-integration.test.d.ts.map +1 -0
- package/dist/__tests__/delegation-enforcer-integration.test.js +136 -0
- package/dist/__tests__/delegation-enforcer-integration.test.js.map +1 -0
- package/dist/__tests__/delegation-enforcer.test.d.ts +5 -0
- package/dist/__tests__/delegation-enforcer.test.d.ts.map +1 -0
- package/dist/__tests__/delegation-enforcer.test.js +209 -0
- package/dist/__tests__/delegation-enforcer.test.js.map +1 -0
- package/dist/__tests__/directory-context-injector.test.d.ts +2 -0
- package/dist/__tests__/directory-context-injector.test.d.ts.map +1 -0
- package/dist/__tests__/directory-context-injector.test.js +186 -0
- package/dist/__tests__/directory-context-injector.test.js.map +1 -0
- package/dist/__tests__/disable-tools.test.d.ts +8 -0
- package/dist/__tests__/disable-tools.test.d.ts.map +1 -0
- package/dist/__tests__/disable-tools.test.js +182 -0
- package/dist/__tests__/disable-tools.test.js.map +1 -0
- package/dist/__tests__/doctor-conflicts.test.d.ts +8 -0
- package/dist/__tests__/doctor-conflicts.test.d.ts.map +1 -0
- package/dist/__tests__/doctor-conflicts.test.js +230 -0
- package/dist/__tests__/doctor-conflicts.test.js.map +1 -0
- package/dist/__tests__/example.test.d.ts +2 -0
- package/dist/__tests__/example.test.d.ts.map +1 -0
- package/dist/__tests__/example.test.js +20 -0
- package/dist/__tests__/example.test.js.map +1 -0
- package/dist/__tests__/helpers/prompt-test-helpers.d.ts +4 -0
- package/dist/__tests__/helpers/prompt-test-helpers.d.ts.map +1 -0
- package/dist/__tests__/helpers/prompt-test-helpers.js +9 -0
- package/dist/__tests__/helpers/prompt-test-helpers.js.map +1 -0
- package/dist/__tests__/hooks/learner/bridge.test.d.ts +11 -0
- package/dist/__tests__/hooks/learner/bridge.test.d.ts.map +1 -0
- package/dist/__tests__/hooks/learner/bridge.test.js +217 -0
- package/dist/__tests__/hooks/learner/bridge.test.js.map +1 -0
- package/dist/__tests__/hooks/learner/parser.test.d.ts +5 -0
- package/dist/__tests__/hooks/learner/parser.test.d.ts.map +1 -0
- package/dist/__tests__/hooks/learner/parser.test.js +219 -0
- package/dist/__tests__/hooks/learner/parser.test.js.map +1 -0
- package/dist/__tests__/hooks-json-paths.test.d.ts +9 -0
- package/dist/__tests__/hooks-json-paths.test.d.ts.map +1 -0
- package/dist/__tests__/hooks-json-paths.test.js +91 -0
- package/dist/__tests__/hooks-json-paths.test.js.map +1 -0
- package/dist/__tests__/hooks.test.d.ts +2 -0
- package/dist/__tests__/hooks.test.d.ts.map +1 -0
- package/dist/__tests__/hooks.test.js +1273 -0
- package/dist/__tests__/hooks.test.js.map +1 -0
- package/dist/__tests__/hud/analytics-display.test.d.ts +2 -0
- package/dist/__tests__/hud/analytics-display.test.d.ts.map +1 -0
- package/dist/__tests__/hud/analytics-display.test.js +236 -0
- package/dist/__tests__/hud/analytics-display.test.js.map +1 -0
- package/dist/__tests__/hud/call-counts.test.d.ts +2 -0
- package/dist/__tests__/hud/call-counts.test.d.ts.map +1 -0
- package/dist/__tests__/hud/call-counts.test.js +90 -0
- package/dist/__tests__/hud/call-counts.test.js.map +1 -0
- package/dist/__tests__/hud/context-warning.test.d.ts +2 -0
- package/dist/__tests__/hud/context-warning.test.d.ts.map +1 -0
- package/dist/__tests__/hud/context-warning.test.js +84 -0
- package/dist/__tests__/hud/context-warning.test.js.map +1 -0
- package/dist/__tests__/hud/cwd.test.d.ts +2 -0
- package/dist/__tests__/hud/cwd.test.d.ts.map +1 -0
- package/dist/__tests__/hud/cwd.test.js +62 -0
- package/dist/__tests__/hud/cwd.test.js.map +1 -0
- package/dist/__tests__/hud/defaults.test.d.ts +2 -0
- package/dist/__tests__/hud/defaults.test.d.ts.map +1 -0
- package/dist/__tests__/hud/defaults.test.js +55 -0
- package/dist/__tests__/hud/defaults.test.js.map +1 -0
- package/dist/__tests__/hud/git.test.d.ts +2 -0
- package/dist/__tests__/hud/git.test.d.ts.map +1 -0
- package/dist/__tests__/hud/git.test.js +110 -0
- package/dist/__tests__/hud/git.test.js.map +1 -0
- package/dist/__tests__/hud/model.test.d.ts +2 -0
- package/dist/__tests__/hud/model.test.d.ts.map +1 -0
- package/dist/__tests__/hud/model.test.js +63 -0
- package/dist/__tests__/hud/model.test.js.map +1 -0
- package/dist/__tests__/hud/render.test.d.ts +2 -0
- package/dist/__tests__/hud/render.test.d.ts.map +1 -0
- package/dist/__tests__/hud/render.test.js +141 -0
- package/dist/__tests__/hud/render.test.js.map +1 -0
- package/dist/__tests__/hud/sanitize.test.d.ts +10 -0
- package/dist/__tests__/hud/sanitize.test.d.ts.map +1 -0
- package/dist/__tests__/hud/sanitize.test.js +138 -0
- package/dist/__tests__/hud/sanitize.test.js.map +1 -0
- package/dist/__tests__/hud/skills.test.d.ts +2 -0
- package/dist/__tests__/hud/skills.test.d.ts.map +1 -0
- package/dist/__tests__/hud/skills.test.js +143 -0
- package/dist/__tests__/hud/skills.test.js.map +1 -0
- package/dist/__tests__/hud/state.test.d.ts +2 -0
- package/dist/__tests__/hud/state.test.d.ts.map +1 -0
- package/dist/__tests__/hud/state.test.js +162 -0
- package/dist/__tests__/hud/state.test.js.map +1 -0
- package/dist/__tests__/hud/thinking.test.d.ts +2 -0
- package/dist/__tests__/hud/thinking.test.d.ts.map +1 -0
- package/dist/__tests__/hud/thinking.test.js +32 -0
- package/dist/__tests__/hud/thinking.test.js.map +1 -0
- package/dist/__tests__/hud/top-agents.test.d.ts +8 -0
- package/dist/__tests__/hud/top-agents.test.d.ts.map +1 -0
- package/dist/__tests__/hud/top-agents.test.js +158 -0
- package/dist/__tests__/hud/top-agents.test.js.map +1 -0
- package/dist/__tests__/hud/usage-api.test.d.ts +5 -0
- package/dist/__tests__/hud/usage-api.test.d.ts.map +1 -0
- package/dist/__tests__/hud/usage-api.test.js +201 -0
- package/dist/__tests__/hud/usage-api.test.js.map +1 -0
- package/dist/__tests__/hud/version-display.test.d.ts +2 -0
- package/dist/__tests__/hud/version-display.test.d.ts.map +1 -0
- package/dist/__tests__/hud/version-display.test.js +107 -0
- package/dist/__tests__/hud/version-display.test.js.map +1 -0
- package/dist/__tests__/hud/windows-platform.test.d.ts +2 -0
- package/dist/__tests__/hud/windows-platform.test.d.ts.map +1 -0
- package/dist/__tests__/hud/windows-platform.test.js +193 -0
- package/dist/__tests__/hud/windows-platform.test.js.map +1 -0
- package/dist/__tests__/hud-agents.test.d.ts +7 -0
- package/dist/__tests__/hud-agents.test.d.ts.map +1 -0
- package/dist/__tests__/hud-agents.test.js +392 -0
- package/dist/__tests__/hud-agents.test.js.map +1 -0
- package/dist/__tests__/hud-axiom.test.d.ts +5 -0
- package/dist/__tests__/hud-axiom.test.d.ts.map +1 -0
- package/dist/__tests__/hud-axiom.test.js +287 -0
- package/dist/__tests__/hud-axiom.test.js.map +1 -0
- package/dist/__tests__/hud-suggestions.test.d.ts +5 -0
- package/dist/__tests__/hud-suggestions.test.d.ts.map +1 -0
- package/dist/__tests__/hud-suggestions.test.js +244 -0
- package/dist/__tests__/hud-suggestions.test.js.map +1 -0
- package/dist/__tests__/hud-windows.test.d.ts +2 -0
- package/dist/__tests__/hud-windows.test.d.ts.map +1 -0
- package/dist/__tests__/hud-windows.test.js +154 -0
- package/dist/__tests__/hud-windows.test.js.map +1 -0
- package/dist/__tests__/inline-prompt-integration.test.d.ts +2 -0
- package/dist/__tests__/inline-prompt-integration.test.d.ts.map +1 -0
- package/dist/__tests__/inline-prompt-integration.test.js +411 -0
- package/dist/__tests__/inline-prompt-integration.test.js.map +1 -0
- package/dist/__tests__/inline-success-shape.test.d.ts +2 -0
- package/dist/__tests__/inline-success-shape.test.d.ts.map +1 -0
- package/dist/__tests__/inline-success-shape.test.js +130 -0
- package/dist/__tests__/inline-success-shape.test.js.map +1 -0
- package/dist/__tests__/installer-hooks-merge.test.d.ts +13 -0
- package/dist/__tests__/installer-hooks-merge.test.d.ts.map +1 -0
- package/dist/__tests__/installer-hooks-merge.test.js +250 -0
- package/dist/__tests__/installer-hooks-merge.test.js.map +1 -0
- package/dist/__tests__/installer-hud-skip.test.d.ts +2 -0
- package/dist/__tests__/installer-hud-skip.test.d.ts.map +1 -0
- package/dist/__tests__/installer-hud-skip.test.js +102 -0
- package/dist/__tests__/installer-hud-skip.test.js.map +1 -0
- package/dist/__tests__/installer.test.d.ts +2 -0
- package/dist/__tests__/installer.test.d.ts.map +1 -0
- package/dist/__tests__/installer.test.js +474 -0
- package/dist/__tests__/installer.test.js.map +1 -0
- package/dist/__tests__/job-management-sqlite.test.d.ts +2 -0
- package/dist/__tests__/job-management-sqlite.test.d.ts.map +1 -0
- package/dist/__tests__/job-management-sqlite.test.js +284 -0
- package/dist/__tests__/job-management-sqlite.test.js.map +1 -0
- package/dist/__tests__/job-management.test.d.ts +2 -0
- package/dist/__tests__/job-management.test.d.ts.map +1 -0
- package/dist/__tests__/job-management.test.js +411 -0
- package/dist/__tests__/job-management.test.js.map +1 -0
- package/dist/__tests__/job-state-db.test.d.ts +2 -0
- package/dist/__tests__/job-state-db.test.d.ts.map +1 -0
- package/dist/__tests__/job-state-db.test.js +611 -0
- package/dist/__tests__/job-state-db.test.js.map +1 -0
- package/dist/__tests__/learner/auto-learner.test.d.ts +7 -0
- package/dist/__tests__/learner/auto-learner.test.d.ts.map +1 -0
- package/dist/__tests__/learner/auto-learner.test.js +507 -0
- package/dist/__tests__/learner/auto-learner.test.js.map +1 -0
- package/dist/__tests__/learner/matcher.test.d.ts +2 -0
- package/dist/__tests__/learner/matcher.test.d.ts.map +1 -0
- package/dist/__tests__/learner/matcher.test.js +330 -0
- package/dist/__tests__/learner/matcher.test.js.map +1 -0
- package/dist/__tests__/live-data.test.d.ts +2 -0
- package/dist/__tests__/live-data.test.d.ts.map +1 -0
- package/dist/__tests__/live-data.test.js +331 -0
- package/dist/__tests__/live-data.test.js.map +1 -0
- package/dist/__tests__/load-agent-prompt.test.d.ts +2 -0
- package/dist/__tests__/load-agent-prompt.test.d.ts.map +1 -0
- package/dist/__tests__/load-agent-prompt.test.js +91 -0
- package/dist/__tests__/load-agent-prompt.test.js.map +1 -0
- package/dist/__tests__/lsp-servers.test.d.ts +2 -0
- package/dist/__tests__/lsp-servers.test.d.ts.map +1 -0
- package/dist/__tests__/lsp-servers.test.js +121 -0
- package/dist/__tests__/lsp-servers.test.js.map +1 -0
- package/dist/__tests__/mcp-fallback-429.test.d.ts +2 -0
- package/dist/__tests__/mcp-fallback-429.test.d.ts.map +1 -0
- package/dist/__tests__/mcp-fallback-429.test.js +164 -0
- package/dist/__tests__/mcp-fallback-429.test.js.map +1 -0
- package/dist/__tests__/mcp-server-workflows.test.d.ts +2 -0
- package/dist/__tests__/mcp-server-workflows.test.d.ts.map +1 -0
- package/dist/__tests__/mcp-server-workflows.test.js +301 -0
- package/dist/__tests__/mcp-server-workflows.test.js.map +1 -0
- package/dist/__tests__/mnemosyne/config.test.d.ts +2 -0
- package/dist/__tests__/mnemosyne/config.test.d.ts.map +1 -0
- package/dist/__tests__/mnemosyne/config.test.js +37 -0
- package/dist/__tests__/mnemosyne/config.test.js.map +1 -0
- package/dist/__tests__/mnemosyne/detector.test.d.ts +2 -0
- package/dist/__tests__/mnemosyne/detector.test.d.ts.map +1 -0
- package/dist/__tests__/mnemosyne/detector.test.js +99 -0
- package/dist/__tests__/mnemosyne/detector.test.js.map +1 -0
- package/dist/__tests__/mnemosyne/finder.test.d.ts +2 -0
- package/dist/__tests__/mnemosyne/finder.test.d.ts.map +1 -0
- package/dist/__tests__/mnemosyne/finder.test.js +105 -0
- package/dist/__tests__/mnemosyne/finder.test.js.map +1 -0
- package/dist/__tests__/mnemosyne/loader.test.d.ts +2 -0
- package/dist/__tests__/mnemosyne/loader.test.d.ts.map +1 -0
- package/dist/__tests__/mnemosyne/loader.test.js +73 -0
- package/dist/__tests__/mnemosyne/loader.test.js.map +1 -0
- package/dist/__tests__/mnemosyne/parser.test.d.ts +2 -0
- package/dist/__tests__/mnemosyne/parser.test.d.ts.map +1 -0
- package/dist/__tests__/mnemosyne/parser.test.js +81 -0
- package/dist/__tests__/mnemosyne/parser.test.js.map +1 -0
- package/dist/__tests__/mnemosyne/validator.test.d.ts +2 -0
- package/dist/__tests__/mnemosyne/validator.test.d.ts.map +1 -0
- package/dist/__tests__/mnemosyne/validator.test.js +85 -0
- package/dist/__tests__/mnemosyne/validator.test.js.map +1 -0
- package/dist/__tests__/model-routing.test.d.ts +2 -0
- package/dist/__tests__/model-routing.test.d.ts.map +1 -0
- package/dist/__tests__/model-routing.test.js +794 -0
- package/dist/__tests__/model-routing.test.js.map +1 -0
- package/dist/__tests__/multi-model-mcp-integration.test.d.ts +2 -0
- package/dist/__tests__/multi-model-mcp-integration.test.d.ts.map +1 -0
- package/dist/__tests__/multi-model-mcp-integration.test.js +69 -0
- package/dist/__tests__/multi-model-mcp-integration.test.js.map +1 -0
- package/dist/__tests__/multi-model-mcp.test.d.ts +2 -0
- package/dist/__tests__/multi-model-mcp.test.d.ts.map +1 -0
- package/dist/__tests__/multi-model-mcp.test.js +145 -0
- package/dist/__tests__/multi-model-mcp.test.js.map +1 -0
- package/dist/__tests__/notepad.test.d.ts +2 -0
- package/dist/__tests__/notepad.test.d.ts.map +1 -0
- package/dist/__tests__/notepad.test.js +374 -0
- package/dist/__tests__/notepad.test.js.map +1 -0
- package/dist/__tests__/omc-tools-contract.test.d.ts +11 -0
- package/dist/__tests__/omc-tools-contract.test.d.ts.map +1 -0
- package/dist/__tests__/omc-tools-contract.test.js +172 -0
- package/dist/__tests__/omc-tools-contract.test.js.map +1 -0
- package/dist/__tests__/omc-tools-server.test.d.ts +2 -0
- package/dist/__tests__/omc-tools-server.test.d.ts.map +1 -0
- package/dist/__tests__/omc-tools-server.test.js +61 -0
- package/dist/__tests__/omc-tools-server.test.js.map +1 -0
- package/dist/__tests__/permission-enforcement.test.d.ts +2 -0
- package/dist/__tests__/permission-enforcement.test.d.ts.map +1 -0
- package/dist/__tests__/permission-enforcement.test.js +194 -0
- package/dist/__tests__/permission-enforcement.test.js.map +1 -0
- package/dist/__tests__/plugin-registry.test.d.ts +2 -0
- package/dist/__tests__/plugin-registry.test.d.ts.map +1 -0
- package/dist/__tests__/plugin-registry.test.js +233 -0
- package/dist/__tests__/plugin-registry.test.js.map +1 -0
- package/dist/__tests__/prompt-file-only.test.d.ts +2 -0
- package/dist/__tests__/prompt-file-only.test.d.ts.map +1 -0
- package/dist/__tests__/prompt-file-only.test.js +263 -0
- package/dist/__tests__/prompt-file-only.test.js.map +1 -0
- package/dist/__tests__/prompt-injection.test.d.ts +2 -0
- package/dist/__tests__/prompt-injection.test.d.ts.map +1 -0
- package/dist/__tests__/prompt-injection.test.js +242 -0
- package/dist/__tests__/prompt-injection.test.js.map +1 -0
- package/dist/__tests__/providers/azure-devops.test.d.ts +2 -0
- package/dist/__tests__/providers/azure-devops.test.d.ts.map +1 -0
- package/dist/__tests__/providers/azure-devops.test.js +158 -0
- package/dist/__tests__/providers/azure-devops.test.js.map +1 -0
- package/dist/__tests__/providers/bitbucket.test.d.ts +2 -0
- package/dist/__tests__/providers/bitbucket.test.d.ts.map +1 -0
- package/dist/__tests__/providers/bitbucket.test.js +170 -0
- package/dist/__tests__/providers/bitbucket.test.js.map +1 -0
- package/dist/__tests__/providers/detection.test.d.ts +2 -0
- package/dist/__tests__/providers/detection.test.d.ts.map +1 -0
- package/dist/__tests__/providers/detection.test.js +181 -0
- package/dist/__tests__/providers/detection.test.js.map +1 -0
- package/dist/__tests__/providers/gitea.test.d.ts +2 -0
- package/dist/__tests__/providers/gitea.test.d.ts.map +1 -0
- package/dist/__tests__/providers/gitea.test.js +212 -0
- package/dist/__tests__/providers/gitea.test.js.map +1 -0
- package/dist/__tests__/providers/github.test.d.ts +2 -0
- package/dist/__tests__/providers/github.test.d.ts.map +1 -0
- package/dist/__tests__/providers/github.test.js +146 -0
- package/dist/__tests__/providers/github.test.js.map +1 -0
- package/dist/__tests__/providers/gitlab.test.d.ts +2 -0
- package/dist/__tests__/providers/gitlab.test.d.ts.map +1 -0
- package/dist/__tests__/providers/gitlab.test.js +149 -0
- package/dist/__tests__/providers/gitlab.test.js.map +1 -0
- package/dist/__tests__/ralph-prd.test.d.ts +2 -0
- package/dist/__tests__/ralph-prd.test.d.ts.map +1 -0
- package/dist/__tests__/ralph-prd.test.js +308 -0
- package/dist/__tests__/ralph-prd.test.js.map +1 -0
- package/dist/__tests__/ralph-progress.test.d.ts +2 -0
- package/dist/__tests__/ralph-progress.test.d.ts.map +1 -0
- package/dist/__tests__/ralph-progress.test.js +312 -0
- package/dist/__tests__/ralph-progress.test.js.map +1 -0
- package/dist/__tests__/rate-limit-wait/daemon.test.d.ts +5 -0
- package/dist/__tests__/rate-limit-wait/daemon.test.d.ts.map +1 -0
- package/dist/__tests__/rate-limit-wait/daemon.test.js +321 -0
- package/dist/__tests__/rate-limit-wait/daemon.test.js.map +1 -0
- package/dist/__tests__/rate-limit-wait/integration.test.d.ts +8 -0
- package/dist/__tests__/rate-limit-wait/integration.test.d.ts.map +1 -0
- package/dist/__tests__/rate-limit-wait/integration.test.js +341 -0
- package/dist/__tests__/rate-limit-wait/integration.test.js.map +1 -0
- package/dist/__tests__/rate-limit-wait/rate-limit-monitor.test.d.ts +5 -0
- package/dist/__tests__/rate-limit-wait/rate-limit-monitor.test.d.ts.map +1 -0
- package/dist/__tests__/rate-limit-wait/rate-limit-monitor.test.js +183 -0
- package/dist/__tests__/rate-limit-wait/rate-limit-monitor.test.js.map +1 -0
- package/dist/__tests__/rate-limit-wait/tmux-detector.test.d.ts +5 -0
- package/dist/__tests__/rate-limit-wait/tmux-detector.test.d.ts.map +1 -0
- package/dist/__tests__/rate-limit-wait/tmux-detector.test.js +312 -0
- package/dist/__tests__/rate-limit-wait/tmux-detector.test.js.map +1 -0
- package/dist/__tests__/release-local.test.d.ts +2 -0
- package/dist/__tests__/release-local.test.d.ts.map +1 -0
- package/dist/__tests__/release-local.test.js +19 -0
- package/dist/__tests__/release-local.test.js.map +1 -0
- package/dist/__tests__/release-steps.test.d.ts +2 -0
- package/dist/__tests__/release-steps.test.d.ts.map +1 -0
- package/dist/__tests__/release-steps.test.js +82 -0
- package/dist/__tests__/release-steps.test.js.map +1 -0
- package/dist/__tests__/session-catalog.test.d.ts +2 -0
- package/dist/__tests__/session-catalog.test.d.ts.map +1 -0
- package/dist/__tests__/session-catalog.test.js +195 -0
- package/dist/__tests__/session-catalog.test.js.map +1 -0
- package/dist/__tests__/session-migration.test.d.ts +2 -0
- package/dist/__tests__/session-migration.test.d.ts.map +1 -0
- package/dist/__tests__/session-migration.test.js +155 -0
- package/dist/__tests__/session-migration.test.js.map +1 -0
- package/dist/__tests__/skills.test.d.ts +2 -0
- package/dist/__tests__/skills.test.d.ts.map +1 -0
- package/dist/__tests__/skills.test.js +207 -0
- package/dist/__tests__/skills.test.js.map +1 -0
- package/dist/__tests__/standalone-server.test.d.ts +2 -0
- package/dist/__tests__/standalone-server.test.d.ts.map +1 -0
- package/dist/__tests__/standalone-server.test.js +53 -0
- package/dist/__tests__/standalone-server.test.js.map +1 -0
- package/dist/__tests__/task-continuation.test.d.ts +2 -0
- package/dist/__tests__/task-continuation.test.d.ts.map +1 -0
- package/dist/__tests__/task-continuation.test.js +743 -0
- package/dist/__tests__/task-continuation.test.js.map +1 -0
- package/dist/__tests__/tools/skills-tools.test.d.ts +2 -0
- package/dist/__tests__/tools/skills-tools.test.d.ts.map +1 -0
- package/dist/__tests__/tools/skills-tools.test.js +63 -0
- package/dist/__tests__/tools/skills-tools.test.js.map +1 -0
- package/dist/__tests__/tools/trace-tools.test.d.ts +2 -0
- package/dist/__tests__/tools/trace-tools.test.d.ts.map +1 -0
- package/dist/__tests__/tools/trace-tools.test.js +237 -0
- package/dist/__tests__/tools/trace-tools.test.js.map +1 -0
- package/dist/__tests__/types.test.d.ts +2 -0
- package/dist/__tests__/types.test.d.ts.map +1 -0
- package/dist/__tests__/types.test.js +78 -0
- package/dist/__tests__/types.test.js.map +1 -0
- package/dist/__tests__/validate-and-read-file.test.d.ts +2 -0
- package/dist/__tests__/validate-and-read-file.test.d.ts.map +1 -0
- package/dist/__tests__/validate-and-read-file.test.js +84 -0
- package/dist/__tests__/validate-and-read-file.test.js.map +1 -0
- package/dist/__tests__/validateMode.test.d.ts +2 -0
- package/dist/__tests__/validateMode.test.d.ts.map +1 -0
- package/dist/__tests__/validateMode.test.js +100 -0
- package/dist/__tests__/validateMode.test.js.map +1 -0
- package/dist/__tests__/version-helper.test.d.ts +2 -0
- package/dist/__tests__/version-helper.test.d.ts.map +1 -0
- package/dist/__tests__/version-helper.test.js +37 -0
- package/dist/__tests__/version-helper.test.js.map +1 -0
- package/dist/agents/__tests__/agent-wrapper.test.d.ts +2 -0
- package/dist/agents/__tests__/agent-wrapper.test.d.ts.map +1 -0
- package/dist/agents/__tests__/agent-wrapper.test.js +37 -0
- package/dist/agents/__tests__/agent-wrapper.test.js.map +1 -0
- package/dist/agents/__tests__/timeout-config.test.d.ts +2 -0
- package/dist/agents/__tests__/timeout-config.test.d.ts.map +1 -0
- package/dist/agents/__tests__/timeout-config.test.js +35 -0
- package/dist/agents/__tests__/timeout-config.test.js.map +1 -0
- package/dist/agents/__tests__/timeout-manager.test.d.ts +2 -0
- package/dist/agents/__tests__/timeout-manager.test.d.ts.map +1 -0
- package/dist/agents/__tests__/timeout-manager.test.js +37 -0
- package/dist/agents/__tests__/timeout-manager.test.js.map +1 -0
- package/dist/agents/agent-wrapper.js +54 -0
- package/dist/agents/agent-wrapper.js.map +1 -0
- package/dist/agents/analyst.d.ts +11 -0
- package/dist/agents/analyst.d.ts.map +1 -0
- package/dist/agents/analyst.js +40 -0
- package/dist/agents/analyst.js.map +1 -0
- package/dist/agents/architect.d.ts +12 -0
- package/dist/agents/architect.d.ts.map +1 -0
- package/dist/agents/architect.js +44 -0
- package/dist/agents/architect.js.map +1 -0
- package/dist/agents/coordinator-deprecated.d.ts +18 -0
- package/dist/agents/coordinator-deprecated.d.ts.map +1 -0
- package/dist/agents/coordinator-deprecated.js +38 -0
- package/dist/agents/coordinator-deprecated.js.map +1 -0
- package/dist/agents/critic.d.ts +11 -0
- package/dist/agents/critic.d.ts.map +1 -0
- package/dist/agents/critic.js +39 -0
- package/dist/agents/critic.js.map +1 -0
- package/dist/agents/deep-executor.d.ts +15 -0
- package/dist/agents/deep-executor.d.ts.map +1 -0
- package/dist/agents/deep-executor.js +45 -0
- package/dist/agents/deep-executor.js.map +1 -0
- package/dist/agents/definitions.d.ts +170 -0
- package/dist/agents/definitions.d.ts.map +1 -0
- package/dist/agents/definitions.js +648 -0
- package/dist/agents/definitions.js.map +1 -0
- package/dist/agents/delegation-validator.d.ts +31 -0
- package/dist/agents/delegation-validator.d.ts.map +1 -0
- package/dist/agents/delegation-validator.js +75 -0
- package/dist/agents/delegation-validator.js.map +1 -0
- package/dist/agents/designer.d.ts +11 -0
- package/dist/agents/designer.d.ts.map +1 -0
- package/dist/agents/designer.js +44 -0
- package/dist/agents/designer.js.map +1 -0
- package/dist/agents/document-specialist.d.ts +12 -0
- package/dist/agents/document-specialist.d.ts.map +1 -0
- package/dist/agents/document-specialist.js +40 -0
- package/dist/agents/document-specialist.js.map +1 -0
- package/dist/agents/executor.d.ts +13 -0
- package/dist/agents/executor.d.ts.map +1 -0
- package/dist/agents/executor.js +40 -0
- package/dist/agents/executor.js.map +1 -0
- package/dist/agents/explore.d.ts +12 -0
- package/dist/agents/explore.d.ts.map +1 -0
- package/dist/agents/explore.js +41 -0
- package/dist/agents/explore.js.map +1 -0
- package/dist/agents/index.js +49 -0
- package/dist/agents/index.js.map +1 -0
- package/dist/agents/planner.d.ts +11 -0
- package/dist/agents/planner.d.ts.map +1 -0
- package/dist/agents/planner.js +39 -0
- package/dist/agents/planner.js.map +1 -0
- package/dist/agents/preamble.d.ts +38 -0
- package/dist/agents/preamble.d.ts.map +1 -0
- package/dist/agents/preamble.js +122 -0
- package/dist/agents/preamble.js.map +1 -0
- package/dist/agents/prompt-generator.d.ts +96 -0
- package/dist/agents/prompt-generator.d.ts.map +1 -0
- package/dist/agents/prompt-generator.js +142 -0
- package/dist/agents/prompt-generator.js.map +1 -0
- package/dist/agents/prompt-sections/index.d.ts +44 -0
- package/dist/agents/prompt-sections/index.d.ts.map +1 -0
- package/dist/agents/prompt-sections/index.js +196 -0
- package/dist/agents/prompt-sections/index.js.map +1 -0
- package/dist/agents/qa-tester.d.ts +16 -0
- package/dist/agents/qa-tester.d.ts.map +1 -0
- package/dist/agents/qa-tester.js +45 -0
- package/dist/agents/qa-tester.js.map +1 -0
- package/dist/agents/scientist.d.ts +16 -0
- package/dist/agents/scientist.d.ts.map +1 -0
- package/dist/agents/scientist.js +53 -0
- package/dist/agents/scientist.js.map +1 -0
- package/dist/agents/timeout-config.d.ts +19 -0
- package/dist/agents/timeout-config.d.ts.map +1 -0
- package/dist/agents/timeout-config.js +57 -0
- package/dist/agents/timeout-config.js.map +1 -0
- package/dist/agents/types.d.ts +127 -0
- package/dist/agents/types.d.ts.map +1 -0
- package/dist/agents/types.js +38 -0
- package/dist/agents/types.js.map +1 -0
- package/dist/agents/utils.d.ts +80 -0
- package/dist/agents/utils.d.ts.map +1 -0
- package/dist/agents/utils.js +330 -0
- package/dist/agents/utils.js.map +1 -0
- package/dist/agents/vision.d.ts +11 -0
- package/dist/agents/vision.d.ts.map +1 -0
- package/dist/agents/vision.js +40 -0
- package/dist/agents/vision.js.map +1 -0
- package/dist/agents/writer.d.ts +11 -0
- package/dist/agents/writer.d.ts.map +1 -0
- package/dist/agents/writer.js +40 -0
- package/dist/agents/writer.js.map +1 -0
- package/dist/analytics/analytics-summary.d.ts +47 -0
- package/dist/analytics/analytics-summary.d.ts.map +1 -0
- package/dist/analytics/analytics-summary.js +177 -0
- package/dist/analytics/analytics-summary.js.map +1 -0
- package/dist/analytics/backfill-dedup.d.ts +49 -0
- package/dist/analytics/backfill-dedup.d.ts.map +1 -0
- package/dist/analytics/backfill-dedup.js +115 -0
- package/dist/analytics/backfill-dedup.js.map +1 -0
- package/dist/analytics/cost-estimator.d.ts +29 -0
- package/dist/analytics/cost-estimator.d.ts.map +1 -0
- package/dist/analytics/cost-estimator.js +135 -0
- package/dist/analytics/cost-estimator.js.map +1 -0
- package/dist/analytics/metrics-collector.d.ts +31 -0
- package/dist/analytics/metrics-collector.d.ts.map +1 -0
- package/dist/analytics/metrics-collector.js +137 -0
- package/dist/analytics/metrics-collector.js.map +1 -0
- package/dist/analytics/output-estimator.d.ts +26 -0
- package/dist/analytics/output-estimator.d.ts.map +1 -0
- package/dist/analytics/output-estimator.js +65 -0
- package/dist/analytics/output-estimator.js.map +1 -0
- package/dist/analytics/session-catalog.d.ts +45 -0
- package/dist/analytics/session-catalog.d.ts.map +1 -0
- package/dist/analytics/session-catalog.js +153 -0
- package/dist/analytics/session-catalog.js.map +1 -0
- package/dist/analytics/session-types.d.ts +37 -0
- package/dist/analytics/session-types.d.ts.map +1 -0
- package/dist/analytics/session-types.js +2 -0
- package/dist/analytics/session-types.js.map +1 -0
- package/dist/analytics/token-extractor.d.ts +31 -0
- package/dist/analytics/token-extractor.d.ts.map +1 -0
- package/dist/analytics/token-extractor.js +57 -0
- package/dist/analytics/token-extractor.js.map +1 -0
- package/dist/analytics/tokscale-adapter.d.ts +71 -0
- package/dist/analytics/tokscale-adapter.d.ts.map +1 -0
- package/dist/analytics/tokscale-adapter.js +226 -0
- package/dist/analytics/tokscale-adapter.js.map +1 -0
- package/dist/analytics/transcript-parser.d.ts +42 -0
- package/dist/analytics/transcript-parser.d.ts.map +1 -0
- package/dist/analytics/transcript-parser.js +90 -0
- package/dist/analytics/transcript-parser.js.map +1 -0
- package/dist/analytics/transcript-token-extractor.d.ts +35 -0
- package/dist/analytics/transcript-token-extractor.d.ts.map +1 -0
- package/dist/analytics/transcript-token-extractor.js +137 -0
- package/dist/analytics/transcript-token-extractor.js.map +1 -0
- package/dist/analytics/types.d.ts +119 -0
- package/dist/analytics/types.d.ts.map +1 -0
- package/dist/analytics/types.js +32 -0
- package/dist/analytics/types.js.map +1 -0
- package/dist/audit/verify-cli.js +10 -0
- package/dist/audit/verify-cli.js.map +1 -0
- package/dist/cli/commands/__tests__/cleanup.test.d.ts +2 -0
- package/dist/cli/commands/__tests__/cleanup.test.d.ts.map +1 -0
- package/dist/cli/commands/__tests__/cleanup.test.js +37 -0
- package/dist/cli/commands/__tests__/cleanup.test.js.map +1 -0
- package/dist/cli/commands/doctor-conflicts.d.ts +59 -0
- package/dist/cli/commands/doctor-conflicts.d.ts.map +1 -0
- package/dist/cli/commands/doctor-conflicts.js +290 -0
- package/dist/cli/commands/doctor-conflicts.js.map +1 -0
- package/dist/cli/commands/perf.d.ts +3 -0
- package/dist/cli/commands/perf.d.ts.map +1 -0
- package/dist/cli/commands/perf.js +25 -0
- package/dist/cli/commands/perf.js.map +1 -0
- package/dist/cli/commands/plugin.d.ts +6 -0
- package/dist/cli/commands/plugin.d.ts.map +1 -0
- package/dist/cli/commands/plugin.js +100 -0
- package/dist/cli/commands/plugin.js.map +1 -0
- package/dist/cli/commands/wait.d.ts +52 -0
- package/dist/cli/commands/wait.d.ts.map +1 -0
- package/dist/cli/commands/wait.js +229 -0
- package/dist/cli/commands/wait.js.map +1 -0
- package/dist/cli/interop.d.ts +17 -0
- package/dist/cli/interop.d.ts.map +1 -0
- package/dist/cli/interop.js +114 -0
- package/dist/cli/interop.js.map +1 -0
- package/dist/cli/launch.d.ts +40 -0
- package/dist/cli/launch.d.ts.map +1 -0
- package/dist/cli/launch.js +211 -0
- package/dist/cli/launch.js.map +1 -0
- package/dist/cli/tmux-utils.d.ts +70 -0
- package/dist/cli/tmux-utils.d.ts.map +1 -0
- package/dist/cli/tmux-utils.js +166 -0
- package/dist/cli/tmux-utils.js.map +1 -0
- package/dist/cli/utils/formatting.d.ts +22 -0
- package/dist/cli/utils/formatting.d.ts.map +1 -0
- package/dist/cli/utils/formatting.js +70 -0
- package/dist/cli/utils/formatting.js.map +1 -0
- package/dist/cli/utils/tokscale-launcher.d.ts +25 -0
- package/dist/cli/utils/tokscale-launcher.d.ts.map +1 -0
- package/dist/cli/utils/tokscale-launcher.js +70 -0
- package/dist/cli/utils/tokscale-launcher.js.map +1 -0
- package/dist/commands/index.d.ts +78 -0
- package/dist/commands/index.d.ts.map +1 -0
- package/dist/commands/index.js +148 -0
- package/dist/commands/index.js.map +1 -0
- package/dist/compatibility/discovery.js +621 -0
- package/dist/compatibility/discovery.js.map +1 -0
- package/dist/compatibility/index.js +72 -0
- package/dist/compatibility/index.js.map +1 -0
- package/dist/compatibility/permission-adapter.js +369 -0
- package/dist/compatibility/permission-adapter.js.map +1 -0
- package/dist/compatibility/registry.js +389 -0
- package/dist/compatibility/registry.js.map +1 -0
- package/dist/compatibility/types.d.ts +249 -0
- package/dist/compatibility/types.d.ts.map +1 -0
- package/dist/compatibility/types.js +8 -0
- package/dist/compatibility/types.js.map +1 -0
- package/dist/config/axiom-config.d.ts +52 -0
- package/dist/config/axiom-config.d.ts.map +1 -0
- package/dist/config/axiom-config.js +48 -0
- package/dist/config/axiom-config.js.map +1 -0
- package/dist/config/index.js +5 -0
- package/dist/config/index.js.map +1 -0
- package/dist/config/loader.js +1 -1
- package/dist/config/loader.js.map +1 -1
- package/dist/constants/index.d.ts +5 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +5 -0
- package/dist/constants/index.js.map +1 -0
- package/dist/constants/names.d.ts +40 -0
- package/dist/constants/names.d.ts.map +1 -0
- package/dist/constants/names.js +40 -0
- package/dist/constants/names.js.map +1 -0
- package/dist/core/hud-config.d.ts +19 -0
- package/dist/core/hud-config.d.ts.map +1 -0
- package/dist/core/hud-config.js +6 -0
- package/dist/core/hud-config.js.map +1 -0
- package/dist/core/job-types.d.ts +22 -0
- package/dist/core/job-types.d.ts.map +1 -0
- package/dist/core/job-types.js +6 -0
- package/dist/core/job-types.js.map +1 -0
- package/dist/features/auto-update.d.ts +279 -0
- package/dist/features/auto-update.d.ts.map +1 -0
- package/dist/features/auto-update.js +781 -0
- package/dist/features/auto-update.js.map +1 -0
- package/dist/features/background-agent/concurrency.d.ts +53 -0
- package/dist/features/background-agent/concurrency.d.ts.map +1 -0
- package/dist/features/background-agent/concurrency.js +121 -0
- package/dist/features/background-agent/concurrency.js.map +1 -0
- package/dist/features/background-agent/index.d.ts +12 -0
- package/dist/features/background-agent/index.d.ts.map +1 -0
- package/dist/features/background-agent/index.js +12 -0
- package/dist/features/background-agent/index.js.map +1 -0
- package/dist/features/background-agent/manager.d.ts +144 -0
- package/dist/features/background-agent/manager.d.ts.map +1 -0
- package/dist/features/background-agent/manager.js +494 -0
- package/dist/features/background-agent/manager.js.map +1 -0
- package/dist/features/background-agent/types.d.ts +128 -0
- package/dist/features/background-agent/types.d.ts.map +1 -0
- package/dist/features/background-agent/types.js +9 -0
- package/dist/features/background-agent/types.js.map +1 -0
- package/dist/features/background-tasks.d.ts +99 -0
- package/dist/features/background-tasks.d.ts.map +1 -0
- package/dist/features/background-tasks.js +265 -0
- package/dist/features/background-tasks.js.map +1 -0
- package/dist/features/boulder-state/constants.d.ts +20 -0
- package/dist/features/boulder-state/constants.d.ts.map +1 -0
- package/dist/features/boulder-state/constants.js +21 -0
- package/dist/features/boulder-state/constants.js.map +1 -0
- package/dist/features/boulder-state/index.d.ts +12 -0
- package/dist/features/boulder-state/index.d.ts.map +1 -0
- package/dist/features/boulder-state/index.js +13 -0
- package/dist/features/boulder-state/index.js.map +1 -0
- package/dist/features/boulder-state/storage.d.ts +58 -0
- package/dist/features/boulder-state/storage.d.ts.map +1 -0
- package/dist/features/boulder-state/storage.js +175 -0
- package/dist/features/boulder-state/storage.js.map +1 -0
- package/dist/features/boulder-state/types.d.ts +48 -0
- package/dist/features/boulder-state/types.d.ts.map +1 -0
- package/dist/features/boulder-state/types.js +10 -0
- package/dist/features/boulder-state/types.js.map +1 -0
- package/dist/features/builtin-skills/index.d.ts +10 -0
- package/dist/features/builtin-skills/index.d.ts.map +1 -0
- package/dist/features/builtin-skills/index.js +10 -0
- package/dist/features/builtin-skills/index.js.map +1 -0
- package/dist/features/builtin-skills/skills.d.ts +35 -0
- package/dist/features/builtin-skills/skills.d.ts.map +1 -0
- package/dist/features/builtin-skills/skills.js +154 -0
- package/dist/features/builtin-skills/skills.js.map +1 -0
- package/dist/features/builtin-skills/types.d.ts +60 -0
- package/dist/features/builtin-skills/types.d.ts.map +1 -0
- package/dist/features/builtin-skills/types.js +9 -0
- package/dist/features/builtin-skills/types.js.map +1 -0
- package/dist/features/context-injector/collector.d.ts +56 -0
- package/dist/features/context-injector/collector.d.ts.map +1 -0
- package/dist/features/context-injector/collector.js +122 -0
- package/dist/features/context-injector/collector.js.map +1 -0
- package/dist/features/context-injector/index.d.ts +12 -0
- package/dist/features/context-injector/index.d.ts.map +1 -0
- package/dist/features/context-injector/index.js +13 -0
- package/dist/features/context-injector/index.js.map +1 -0
- package/dist/features/context-injector/injector.d.ts +47 -0
- package/dist/features/context-injector/injector.d.ts.map +1 -0
- package/dist/features/context-injector/injector.js +103 -0
- package/dist/features/context-injector/injector.js.map +1 -0
- package/dist/features/context-injector/types.d.ts +103 -0
- package/dist/features/context-injector/types.d.ts.map +1 -0
- package/dist/features/context-injector/types.js +11 -0
- package/dist/features/context-injector/types.js.map +1 -0
- package/dist/features/continuation-enforcement.d.ts +36 -0
- package/dist/features/continuation-enforcement.d.ts.map +1 -0
- package/dist/features/continuation-enforcement.js +175 -0
- package/dist/features/continuation-enforcement.js.map +1 -0
- package/dist/features/delegation-categories/index.d.ts +116 -0
- package/dist/features/delegation-categories/index.d.ts.map +1 -0
- package/dist/features/delegation-categories/index.js +287 -0
- package/dist/features/delegation-categories/index.js.map +1 -0
- package/dist/features/delegation-categories/test-categories.d.ts +7 -0
- package/dist/features/delegation-categories/test-categories.d.ts.map +1 -0
- package/dist/features/delegation-categories/test-categories.js +88 -0
- package/dist/features/delegation-categories/test-categories.js.map +1 -0
- package/dist/features/delegation-categories/types.d.ts +51 -0
- package/dist/features/delegation-categories/types.d.ts.map +1 -0
- package/dist/features/delegation-categories/types.js +8 -0
- package/dist/features/delegation-categories/types.js.map +1 -0
- package/dist/features/delegation-enforcer.d.ts +71 -0
- package/dist/features/delegation-enforcer.d.ts.map +1 -0
- package/dist/features/delegation-enforcer.js +171 -0
- package/dist/features/delegation-enforcer.js.map +1 -0
- package/dist/features/delegation-routing/__tests__/resolver.test.d.ts +2 -0
- package/dist/features/delegation-routing/__tests__/resolver.test.d.ts.map +1 -0
- package/dist/features/delegation-routing/__tests__/resolver.test.js +419 -0
- package/dist/features/delegation-routing/__tests__/resolver.test.js.map +1 -0
- package/dist/features/delegation-routing/index.d.ts +10 -0
- package/dist/features/delegation-routing/index.d.ts.map +1 -0
- package/dist/features/delegation-routing/index.js +11 -0
- package/dist/features/delegation-routing/index.js.map +1 -0
- package/dist/features/delegation-routing/resolver.d.ts +24 -0
- package/dist/features/delegation-routing/resolver.d.ts.map +1 -0
- package/dist/features/delegation-routing/resolver.js +151 -0
- package/dist/features/delegation-routing/resolver.js.map +1 -0
- package/dist/features/delegation-routing/types.d.ts +21 -0
- package/dist/features/delegation-routing/types.d.ts.map +1 -0
- package/dist/features/delegation-routing/types.js +50 -0
- package/dist/features/delegation-routing/types.js.map +1 -0
- package/dist/features/diagnostics/error-matcher.d.ts +12 -0
- package/dist/features/diagnostics/error-matcher.d.ts.map +1 -0
- package/dist/features/diagnostics/error-matcher.js +41 -0
- package/dist/features/diagnostics/error-matcher.js.map +1 -0
- package/dist/features/diagnostics/index.d.ts +3 -0
- package/dist/features/diagnostics/index.d.ts.map +1 -0
- package/dist/features/diagnostics/index.js +3 -0
- package/dist/features/diagnostics/index.js.map +1 -0
- package/dist/features/diagnostics/solution-suggester.d.ts +12 -0
- package/dist/features/diagnostics/solution-suggester.d.ts.map +1 -0
- package/dist/features/diagnostics/solution-suggester.js +46 -0
- package/dist/features/diagnostics/solution-suggester.js.map +1 -0
- package/dist/features/diagnostics/types.d.ts +25 -0
- package/dist/features/diagnostics/types.d.ts.map +1 -0
- package/dist/features/diagnostics/types.js +5 -0
- package/dist/features/diagnostics/types.js.map +1 -0
- package/dist/features/error-log/index.d.ts +28 -0
- package/dist/features/error-log/index.d.ts.map +1 -0
- package/dist/features/error-log/index.js +78 -0
- package/dist/features/error-log/index.js.map +1 -0
- package/dist/features/magic-keywords.d.ts +28 -0
- package/dist/features/magic-keywords.d.ts.map +1 -0
- package/dist/features/magic-keywords.js +421 -0
- package/dist/features/magic-keywords.js.map +1 -0
- package/dist/features/model-routing/__tests__/external-model-policy.test.d.ts +2 -0
- package/dist/features/model-routing/__tests__/external-model-policy.test.d.ts.map +1 -0
- package/dist/features/model-routing/__tests__/external-model-policy.test.js +475 -0
- package/dist/features/model-routing/__tests__/external-model-policy.test.js.map +1 -0
- package/dist/features/model-routing/external-model-policy.d.ts +27 -0
- package/dist/features/model-routing/external-model-policy.d.ts.map +1 -0
- package/dist/features/model-routing/external-model-policy.js +144 -0
- package/dist/features/model-routing/external-model-policy.js.map +1 -0
- package/dist/features/model-routing/index.d.ts +34 -0
- package/dist/features/model-routing/index.d.ts.map +1 -0
- package/dist/features/model-routing/index.js +50 -0
- package/dist/features/model-routing/index.js.map +1 -0
- package/dist/features/model-routing/prompts/haiku.d.ts +54 -0
- package/dist/features/model-routing/prompts/haiku.d.ts.map +1 -0
- package/dist/features/model-routing/prompts/haiku.js +141 -0
- package/dist/features/model-routing/prompts/haiku.js.map +1 -0
- package/dist/features/model-routing/prompts/index.d.ts +47 -0
- package/dist/features/model-routing/prompts/index.d.ts.map +1 -0
- package/dist/features/model-routing/prompts/index.js +122 -0
- package/dist/features/model-routing/prompts/index.js.map +1 -0
- package/dist/features/model-routing/prompts/opus.d.ts +34 -0
- package/dist/features/model-routing/prompts/opus.d.ts.map +1 -0
- package/dist/features/model-routing/prompts/opus.js +153 -0
- package/dist/features/model-routing/prompts/opus.js.map +1 -0
- package/dist/features/model-routing/prompts/sonnet.d.ts +38 -0
- package/dist/features/model-routing/prompts/sonnet.d.ts.map +1 -0
- package/dist/features/model-routing/prompts/sonnet.js +149 -0
- package/dist/features/model-routing/prompts/sonnet.js.map +1 -0
- package/dist/features/model-routing/router.d.ts +78 -0
- package/dist/features/model-routing/router.d.ts.map +1 -0
- package/dist/features/model-routing/router.js +248 -0
- package/dist/features/model-routing/router.js.map +1 -0
- package/dist/features/model-routing/rules.d.ts +32 -0
- package/dist/features/model-routing/rules.d.ts.map +1 -0
- package/dist/features/model-routing/rules.js +217 -0
- package/dist/features/model-routing/rules.js.map +1 -0
- package/dist/features/model-routing/scorer.d.ts +35 -0
- package/dist/features/model-routing/scorer.d.ts.map +1 -0
- package/dist/features/model-routing/scorer.js +241 -0
- package/dist/features/model-routing/scorer.js.map +1 -0
- package/dist/features/model-routing/signals.d.ts +26 -0
- package/dist/features/model-routing/signals.d.ts.map +1 -0
- package/dist/features/model-routing/signals.js +283 -0
- package/dist/features/model-routing/signals.js.map +1 -0
- package/dist/features/model-routing/types.d.ts +196 -0
- package/dist/features/model-routing/types.d.ts.map +1 -0
- package/dist/features/model-routing/types.js +82 -0
- package/dist/features/model-routing/types.js.map +1 -0
- package/dist/features/notepad-wisdom/extractor.d.ts +30 -0
- package/dist/features/notepad-wisdom/extractor.d.ts.map +1 -0
- package/dist/features/notepad-wisdom/extractor.js +68 -0
- package/dist/features/notepad-wisdom/extractor.js.map +1 -0
- package/dist/features/notepad-wisdom/index.d.ts +39 -0
- package/dist/features/notepad-wisdom/index.d.ts.map +1 -0
- package/dist/features/notepad-wisdom/index.js +169 -0
- package/dist/features/notepad-wisdom/index.js.map +1 -0
- package/dist/features/notepad-wisdom/types.d.ts +18 -0
- package/dist/features/notepad-wisdom/types.d.ts.map +1 -0
- package/dist/features/notepad-wisdom/types.js +7 -0
- package/dist/features/notepad-wisdom/types.js.map +1 -0
- package/dist/features/rate-limit-wait/daemon.d.ts +52 -0
- package/dist/features/rate-limit-wait/daemon.d.ts.map +1 -0
- package/dist/features/rate-limit-wait/daemon.js +622 -0
- package/dist/features/rate-limit-wait/daemon.js.map +1 -0
- package/dist/features/rate-limit-wait/index.d.ts +16 -0
- package/dist/features/rate-limit-wait/index.d.ts.map +1 -0
- package/dist/features/rate-limit-wait/index.js +18 -0
- package/dist/features/rate-limit-wait/index.js.map +1 -0
- package/dist/features/rate-limit-wait/rate-limit-monitor.d.ts +22 -0
- package/dist/features/rate-limit-wait/rate-limit-monitor.d.ts.map +1 -0
- package/dist/features/rate-limit-wait/rate-limit-monitor.js +108 -0
- package/dist/features/rate-limit-wait/rate-limit-monitor.js.map +1 -0
- package/dist/features/rate-limit-wait/tmux-detector.d.ts +59 -0
- package/dist/features/rate-limit-wait/tmux-detector.d.ts.map +1 -0
- package/dist/features/rate-limit-wait/tmux-detector.js +312 -0
- package/dist/features/rate-limit-wait/tmux-detector.js.map +1 -0
- package/dist/features/rate-limit-wait/types.d.ts +125 -0
- package/dist/features/rate-limit-wait/types.d.ts.map +1 -0
- package/dist/features/rate-limit-wait/types.js +8 -0
- package/dist/features/rate-limit-wait/types.js.map +1 -0
- package/dist/features/reflection/data-collector.d.ts +12 -0
- package/dist/features/reflection/data-collector.d.ts.map +1 -0
- package/dist/features/reflection/data-collector.js +38 -0
- package/dist/features/reflection/data-collector.js.map +1 -0
- package/dist/features/reflection/index.d.ts +4 -0
- package/dist/features/reflection/index.d.ts.map +1 -0
- package/dist/features/reflection/index.js +3 -0
- package/dist/features/reflection/index.js.map +1 -0
- package/dist/features/reflection/report-generator.d.ts +3 -0
- package/dist/features/reflection/report-generator.d.ts.map +1 -0
- package/dist/features/reflection/report-generator.js +42 -0
- package/dist/features/reflection/report-generator.js.map +1 -0
- package/dist/features/state-manager/__tests__/cache.test.d.ts +2 -0
- package/dist/features/state-manager/__tests__/cache.test.d.ts.map +1 -0
- package/dist/features/state-manager/__tests__/cache.test.js +204 -0
- package/dist/features/state-manager/__tests__/cache.test.js.map +1 -0
- package/dist/features/state-manager/__tests__/encryption-performance.test.d.ts +2 -0
- package/dist/features/state-manager/__tests__/encryption-performance.test.d.ts.map +1 -0
- package/dist/features/state-manager/__tests__/encryption-performance.test.js +42 -0
- package/dist/features/state-manager/__tests__/encryption-performance.test.js.map +1 -0
- package/dist/features/state-manager/__tests__/encryption.test.d.ts +2 -0
- package/dist/features/state-manager/__tests__/encryption.test.d.ts.map +1 -0
- package/dist/features/state-manager/__tests__/encryption.test.js +68 -0
- package/dist/features/state-manager/__tests__/encryption.test.js.map +1 -0
- package/dist/features/state-manager/encryption.d.ts +24 -0
- package/dist/features/state-manager/encryption.d.ts.map +1 -0
- package/dist/features/state-manager/encryption.js +86 -0
- package/dist/features/state-manager/encryption.js.map +1 -0
- package/dist/features/state-manager/tiered-writer.d.ts +44 -0
- package/dist/features/state-manager/tiered-writer.d.ts.map +1 -0
- package/dist/features/state-manager/tiered-writer.js +76 -0
- package/dist/features/state-manager/tiered-writer.js.map +1 -0
- package/dist/features/state-manager/types.d.ts +147 -0
- package/dist/features/state-manager/types.d.ts.map +1 -0
- package/dist/features/state-manager/types.js +30 -0
- package/dist/features/state-manager/types.js.map +1 -0
- package/dist/features/state-manager/wal.d.ts +21 -0
- package/dist/features/state-manager/wal.d.ts.map +1 -0
- package/dist/features/state-manager/wal.js +75 -0
- package/dist/features/state-manager/wal.js.map +1 -0
- package/dist/features/task-decomposer/index.d.ts +33 -0
- package/dist/features/task-decomposer/index.d.ts.map +1 -0
- package/dist/features/task-decomposer/index.js +695 -0
- package/dist/features/task-decomposer/index.js.map +1 -0
- package/dist/features/task-decomposer/types.d.ts +133 -0
- package/dist/features/task-decomposer/types.d.ts.map +1 -0
- package/dist/features/task-decomposer/types.js +8 -0
- package/dist/features/task-decomposer/types.js.map +1 -0
- package/dist/features/task-templates/index.d.ts +13 -0
- package/dist/features/task-templates/index.d.ts.map +1 -0
- package/dist/features/task-templates/index.js +31 -0
- package/dist/features/task-templates/index.js.map +1 -0
- package/dist/features/task-templates/wizard-integration.d.ts +15 -0
- package/dist/features/task-templates/wizard-integration.d.ts.map +1 -0
- package/dist/features/task-templates/wizard-integration.js +27 -0
- package/dist/features/task-templates/wizard-integration.js.map +1 -0
- package/dist/features/verification/example.d.ts +49 -0
- package/dist/features/verification/example.d.ts.map +1 -0
- package/dist/features/verification/example.js +237 -0
- package/dist/features/verification/example.js.map +1 -0
- package/dist/features/verification/index.d.ts +97 -0
- package/dist/features/verification/index.d.ts.map +1 -0
- package/dist/features/verification/index.js +439 -0
- package/dist/features/verification/index.js.map +1 -0
- package/dist/features/verification/types.d.ts +142 -0
- package/dist/features/verification/types.d.ts.map +1 -0
- package/dist/features/verification/types.js +7 -0
- package/dist/features/verification/types.js.map +1 -0
- package/dist/features/wizard/__tests__/engine.test.d.ts +2 -0
- package/dist/features/wizard/__tests__/engine.test.d.ts.map +1 -0
- package/dist/features/wizard/__tests__/engine.test.js +78 -0
- package/dist/features/wizard/__tests__/engine.test.js.map +1 -0
- package/dist/features/wizard/__tests__/recommendation-engine.test.d.ts +2 -0
- package/dist/features/wizard/__tests__/recommendation-engine.test.d.ts.map +1 -0
- package/dist/features/wizard/__tests__/recommendation-engine.test.js +43 -0
- package/dist/features/wizard/__tests__/recommendation-engine.test.js.map +1 -0
- package/dist/features/wizard/engine.d.ts +15 -0
- package/dist/features/wizard/engine.d.ts.map +1 -0
- package/dist/features/wizard/engine.js +74 -0
- package/dist/features/wizard/engine.js.map +1 -0
- package/dist/features/wizard/index.d.ts +8 -0
- package/dist/features/wizard/index.d.ts.map +1 -0
- package/dist/features/wizard/index.js +7 -0
- package/dist/features/wizard/index.js.map +1 -0
- package/dist/features/wizard/questions.d.ts +6 -0
- package/dist/features/wizard/questions.d.ts.map +1 -0
- package/dist/features/wizard/questions.js +64 -0
- package/dist/features/wizard/questions.js.map +1 -0
- package/dist/features/wizard/recommendation-engine.d.ts +6 -0
- package/dist/features/wizard/recommendation-engine.d.ts.map +1 -0
- package/dist/features/wizard/recommendation-engine.js +33 -0
- package/dist/features/wizard/recommendation-engine.js.map +1 -0
- package/dist/features/wizard/types.d.ts +23 -0
- package/dist/features/wizard/types.d.ts.map +1 -0
- package/dist/features/wizard/types.js +5 -0
- package/dist/features/wizard/types.js.map +1 -0
- package/dist/features/workflow-recommender/context-analyzer.d.ts +6 -0
- package/dist/features/workflow-recommender/context-analyzer.d.ts.map +1 -0
- package/dist/features/workflow-recommender/context-analyzer.js +20 -0
- package/dist/features/workflow-recommender/context-analyzer.js.map +1 -0
- package/dist/features/workflow-recommender/index.d.ts +12 -0
- package/dist/features/workflow-recommender/index.d.ts.map +1 -0
- package/dist/features/workflow-recommender/index.js +9 -0
- package/dist/features/workflow-recommender/index.js.map +1 -0
- package/dist/features/workflow-recommender/intent-classifier.d.ts +6 -0
- package/dist/features/workflow-recommender/intent-classifier.d.ts.map +1 -0
- package/dist/features/workflow-recommender/intent-classifier.js +24 -0
- package/dist/features/workflow-recommender/intent-classifier.js.map +1 -0
- package/dist/features/workflow-recommender/recommendation-engine.d.ts +6 -0
- package/dist/features/workflow-recommender/recommendation-engine.d.ts.map +1 -0
- package/dist/features/workflow-recommender/recommendation-engine.js +110 -0
- package/dist/features/workflow-recommender/recommendation-engine.js.map +1 -0
- package/dist/features/workflow-recommender/recommender.d.ts +14 -0
- package/dist/features/workflow-recommender/recommender.d.ts.map +1 -0
- package/dist/features/workflow-recommender/recommender.js +32 -0
- package/dist/features/workflow-recommender/recommender.js.map +1 -0
- package/dist/features/workflow-recommender/router-integration.d.ts +9 -0
- package/dist/features/workflow-recommender/router-integration.d.ts.map +1 -0
- package/dist/features/workflow-recommender/router-integration.js +25 -0
- package/dist/features/workflow-recommender/router-integration.js.map +1 -0
- package/dist/features/workflow-recommender/types.d.ts +20 -0
- package/dist/features/workflow-recommender/types.d.ts.map +1 -0
- package/dist/features/workflow-recommender/types.js +5 -0
- package/dist/features/workflow-recommender/types.js.map +1 -0
- package/dist/hooks/__tests__/askuserquestion-lifecycle.test.d.ts +9 -0
- package/dist/hooks/__tests__/askuserquestion-lifecycle.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/askuserquestion-lifecycle.test.js +110 -0
- package/dist/hooks/__tests__/askuserquestion-lifecycle.test.js.map +1 -0
- package/dist/hooks/__tests__/background-process-guard.test.d.ts +2 -0
- package/dist/hooks/__tests__/background-process-guard.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/background-process-guard.test.js +233 -0
- package/dist/hooks/__tests__/background-process-guard.test.js.map +1 -0
- package/dist/hooks/__tests__/bridge-normalize.test.d.ts +2 -0
- package/dist/hooks/__tests__/bridge-normalize.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/bridge-normalize.test.js +90 -0
- package/dist/hooks/__tests__/bridge-normalize.test.js.map +1 -0
- package/dist/hooks/__tests__/bridge-pkill.test.d.ts +8 -0
- package/dist/hooks/__tests__/bridge-pkill.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/bridge-pkill.test.js +188 -0
- package/dist/hooks/__tests__/bridge-pkill.test.js.map +1 -0
- package/dist/hooks/__tests__/bridge-routing.test.d.ts +9 -0
- package/dist/hooks/__tests__/bridge-routing.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/bridge-routing.test.js +516 -0
- package/dist/hooks/__tests__/bridge-routing.test.js.map +1 -0
- package/dist/hooks/__tests__/bridge-security.test.d.ts +11 -0
- package/dist/hooks/__tests__/bridge-security.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/bridge-security.test.js +498 -0
- package/dist/hooks/__tests__/bridge-security.test.js.map +1 -0
- package/dist/hooks/__tests__/bridge.test.d.ts +2 -0
- package/dist/hooks/__tests__/bridge.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/bridge.test.js +199 -0
- package/dist/hooks/__tests__/bridge.test.js.map +1 -0
- package/dist/hooks/__tests__/compaction-concurrency.test.d.ts +10 -0
- package/dist/hooks/__tests__/compaction-concurrency.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/compaction-concurrency.test.js +313 -0
- package/dist/hooks/__tests__/compaction-concurrency.test.js.map +1 -0
- package/dist/hooks/agent-usage-reminder/constants.d.ts +17 -0
- package/dist/hooks/agent-usage-reminder/constants.d.ts.map +1 -0
- package/dist/hooks/agent-usage-reminder/constants.js +57 -0
- package/dist/hooks/agent-usage-reminder/constants.js.map +1 -0
- package/dist/hooks/agent-usage-reminder/index.d.ts +36 -0
- package/dist/hooks/agent-usage-reminder/index.d.ts.map +1 -0
- package/dist/hooks/agent-usage-reminder/index.js +89 -0
- package/dist/hooks/agent-usage-reminder/index.js.map +1 -0
- package/dist/hooks/agent-usage-reminder/storage.d.ts +12 -0
- package/dist/hooks/agent-usage-reminder/storage.d.ts.map +1 -0
- package/dist/hooks/agent-usage-reminder/storage.js +39 -0
- package/dist/hooks/agent-usage-reminder/storage.js.map +1 -0
- package/dist/hooks/agent-usage-reminder/types.d.ts +14 -0
- package/dist/hooks/agent-usage-reminder/types.d.ts.map +1 -0
- package/dist/hooks/agent-usage-reminder/types.js +9 -0
- package/dist/hooks/agent-usage-reminder/types.js.map +1 -0
- package/dist/hooks/auto-slash-command/__tests__/detector.test.d.ts +2 -0
- package/dist/hooks/auto-slash-command/__tests__/detector.test.d.ts.map +1 -0
- package/dist/hooks/auto-slash-command/__tests__/detector.test.js +70 -0
- package/dist/hooks/auto-slash-command/__tests__/detector.test.js.map +1 -0
- package/dist/hooks/auto-slash-command/__tests__/executor.test.d.ts +2 -0
- package/dist/hooks/auto-slash-command/__tests__/executor.test.d.ts.map +1 -0
- package/dist/hooks/auto-slash-command/__tests__/executor.test.js +55 -0
- package/dist/hooks/auto-slash-command/__tests__/executor.test.js.map +1 -0
- package/dist/hooks/auto-slash-command/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/auto-slash-command/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/auto-slash-command/__tests__/index.test.js +50 -0
- package/dist/hooks/auto-slash-command/__tests__/index.test.js.map +1 -0
- package/dist/hooks/auto-slash-command/constants.d.ts +19 -0
- package/dist/hooks/auto-slash-command/constants.d.ts.map +1 -0
- package/dist/hooks/auto-slash-command/constants.js +32 -0
- package/dist/hooks/auto-slash-command/constants.js.map +1 -0
- package/dist/hooks/auto-slash-command/detector.d.ts +33 -0
- package/dist/hooks/auto-slash-command/detector.d.ts.map +1 -0
- package/dist/hooks/auto-slash-command/detector.js +73 -0
- package/dist/hooks/auto-slash-command/detector.js.map +1 -0
- package/dist/hooks/auto-slash-command/executor.d.ts +29 -0
- package/dist/hooks/auto-slash-command/executor.d.ts.map +1 -0
- package/dist/hooks/auto-slash-command/executor.js +216 -0
- package/dist/hooks/auto-slash-command/executor.js.map +1 -0
- package/dist/hooks/auto-slash-command/index.d.ts +53 -0
- package/dist/hooks/auto-slash-command/index.d.ts.map +1 -0
- package/dist/hooks/auto-slash-command/index.js +105 -0
- package/dist/hooks/auto-slash-command/index.js.map +1 -0
- package/dist/hooks/auto-slash-command/types.d.ts +77 -0
- package/dist/hooks/auto-slash-command/types.d.ts.map +1 -0
- package/dist/hooks/auto-slash-command/types.js +9 -0
- package/dist/hooks/auto-slash-command/types.js.map +1 -0
- package/dist/hooks/autopilot/__tests__/cancel.test.d.ts +2 -0
- package/dist/hooks/autopilot/__tests__/cancel.test.d.ts.map +1 -0
- package/dist/hooks/autopilot/__tests__/cancel.test.js +606 -0
- package/dist/hooks/autopilot/__tests__/cancel.test.js.map +1 -0
- package/dist/hooks/autopilot/__tests__/prompts.test.d.ts +2 -0
- package/dist/hooks/autopilot/__tests__/prompts.test.d.ts.map +1 -0
- package/dist/hooks/autopilot/__tests__/prompts.test.js +92 -0
- package/dist/hooks/autopilot/__tests__/prompts.test.js.map +1 -0
- package/dist/hooks/autopilot/__tests__/state.test.d.ts +2 -0
- package/dist/hooks/autopilot/__tests__/state.test.d.ts.map +1 -0
- package/dist/hooks/autopilot/__tests__/state.test.js +76 -0
- package/dist/hooks/autopilot/__tests__/state.test.js.map +1 -0
- package/dist/hooks/autopilot/__tests__/summary.test.d.ts +2 -0
- package/dist/hooks/autopilot/__tests__/summary.test.d.ts.map +1 -0
- package/dist/hooks/autopilot/__tests__/summary.test.js +324 -0
- package/dist/hooks/autopilot/__tests__/summary.test.js.map +1 -0
- package/dist/hooks/autopilot/__tests__/transition.test.d.ts +2 -0
- package/dist/hooks/autopilot/__tests__/transition.test.d.ts.map +1 -0
- package/dist/hooks/autopilot/__tests__/transition.test.js +58 -0
- package/dist/hooks/autopilot/__tests__/transition.test.js.map +1 -0
- package/dist/hooks/autopilot/__tests__/transitions.test.d.ts +12 -0
- package/dist/hooks/autopilot/__tests__/transitions.test.d.ts.map +1 -0
- package/dist/hooks/autopilot/__tests__/transitions.test.js +303 -0
- package/dist/hooks/autopilot/__tests__/transitions.test.js.map +1 -0
- package/dist/hooks/autopilot/__tests__/validation.test.d.ts +2 -0
- package/dist/hooks/autopilot/__tests__/validation.test.d.ts.map +1 -0
- package/dist/hooks/autopilot/__tests__/validation.test.js +450 -0
- package/dist/hooks/autopilot/__tests__/validation.test.js.map +1 -0
- package/dist/hooks/autopilot/cancel.d.ts +57 -0
- package/dist/hooks/autopilot/cancel.d.ts.map +1 -0
- package/dist/hooks/autopilot/cancel.js +274 -0
- package/dist/hooks/autopilot/cancel.js.map +1 -0
- package/dist/hooks/autopilot/enforcement.d.ts +44 -0
- package/dist/hooks/autopilot/enforcement.d.ts.map +1 -0
- package/dist/hooks/autopilot/enforcement.js +227 -0
- package/dist/hooks/autopilot/enforcement.js.map +1 -0
- package/dist/hooks/autopilot/index.d.ts +14 -0
- package/dist/hooks/autopilot/index.d.ts.map +1 -0
- package/dist/hooks/autopilot/index.js +18 -0
- package/dist/hooks/autopilot/index.js.map +1 -0
- package/dist/hooks/autopilot/prompts.d.ts +37 -0
- package/dist/hooks/autopilot/prompts.d.ts.map +1 -0
- package/dist/hooks/autopilot/prompts.js +378 -0
- package/dist/hooks/autopilot/prompts.js.map +1 -0
- package/dist/hooks/autopilot/state.d.ts +115 -0
- package/dist/hooks/autopilot/state.d.ts.map +1 -0
- package/dist/hooks/autopilot/state.js +537 -0
- package/dist/hooks/autopilot/state.js.map +1 -0
- package/dist/hooks/autopilot/transition-helper.d.ts +22 -0
- package/dist/hooks/autopilot/transition-helper.d.ts.map +1 -0
- package/dist/hooks/autopilot/transition-helper.js +31 -0
- package/dist/hooks/autopilot/transition-helper.js.map +1 -0
- package/dist/hooks/autopilot/types.d.ts +221 -0
- package/dist/hooks/autopilot/types.d.ts.map +1 -0
- package/dist/hooks/autopilot/types.js +30 -0
- package/dist/hooks/autopilot/types.js.map +1 -0
- package/dist/hooks/autopilot/validation.d.ts +66 -0
- package/dist/hooks/autopilot/validation.d.ts.map +1 -0
- package/dist/hooks/autopilot/validation.js +350 -0
- package/dist/hooks/autopilot/validation.js.map +1 -0
- package/dist/hooks/axiom-boot/index.d.ts +12 -0
- package/dist/hooks/axiom-boot/index.d.ts.map +1 -0
- package/dist/hooks/axiom-boot/index.js +62 -0
- package/dist/hooks/axiom-boot/index.js.map +1 -0
- package/dist/hooks/axiom-boot/storage.d.ts +16 -0
- package/dist/hooks/axiom-boot/storage.d.ts.map +1 -0
- package/dist/hooks/axiom-boot/storage.js +102 -0
- package/dist/hooks/axiom-boot/storage.js.map +1 -0
- package/dist/hooks/axiom-boot/types.d.ts +28 -0
- package/dist/hooks/axiom-boot/types.d.ts.map +1 -0
- package/dist/hooks/axiom-boot/types.js +7 -0
- package/dist/hooks/axiom-boot/types.js.map +1 -0
- package/dist/hooks/axiom-guards/constants.d.ts +9 -0
- package/dist/hooks/axiom-guards/constants.d.ts.map +1 -0
- package/dist/hooks/axiom-guards/constants.js +13 -0
- package/dist/hooks/axiom-guards/constants.js.map +1 -0
- package/dist/hooks/axiom-guards/index.d.ts +12 -0
- package/dist/hooks/axiom-guards/index.d.ts.map +1 -0
- package/dist/hooks/axiom-guards/index.js +31 -0
- package/dist/hooks/axiom-guards/index.js.map +1 -0
- package/dist/hooks/axiom-guards/types.d.ts +23 -0
- package/dist/hooks/axiom-guards/types.d.ts.map +1 -0
- package/dist/hooks/axiom-guards/types.js +7 -0
- package/dist/hooks/axiom-guards/types.js.map +1 -0
- package/dist/hooks/background-notification/index.d.ts +60 -0
- package/dist/hooks/background-notification/index.d.ts.map +1 -0
- package/dist/hooks/background-notification/index.js +180 -0
- package/dist/hooks/background-notification/index.js.map +1 -0
- package/dist/hooks/background-notification/types.d.ts +64 -0
- package/dist/hooks/background-notification/types.d.ts.map +1 -0
- package/dist/hooks/background-notification/types.js +8 -0
- package/dist/hooks/background-notification/types.js.map +1 -0
- package/dist/hooks/beads-context/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/beads-context/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/beads-context/__tests__/index.test.js +150 -0
- package/dist/hooks/beads-context/__tests__/index.test.js.map +1 -0
- package/dist/hooks/beads-context/constants.d.ts +3 -0
- package/dist/hooks/beads-context/constants.d.ts.map +1 -0
- package/dist/hooks/beads-context/constants.js +35 -0
- package/dist/hooks/beads-context/constants.js.map +1 -0
- package/dist/hooks/beads-context/index.d.ts +21 -0
- package/dist/hooks/beads-context/index.d.ts.map +1 -0
- package/dist/hooks/beads-context/index.js +62 -0
- package/dist/hooks/beads-context/index.js.map +1 -0
- package/dist/hooks/beads-context/types.d.ts +7 -0
- package/dist/hooks/beads-context/types.d.ts.map +1 -0
- package/dist/hooks/beads-context/types.js +2 -0
- package/dist/hooks/beads-context/types.js.map +1 -0
- package/dist/hooks/bridge-types.d.ts +62 -0
- package/dist/hooks/bridge-types.d.ts.map +1 -0
- package/dist/hooks/bridge-types.js +6 -0
- package/dist/hooks/bridge-types.js.map +1 -0
- package/dist/hooks/comment-checker/constants.d.ts +28 -0
- package/dist/hooks/comment-checker/constants.d.ts.map +1 -0
- package/dist/hooks/comment-checker/constants.js +189 -0
- package/dist/hooks/comment-checker/constants.js.map +1 -0
- package/dist/hooks/comment-checker/filters.d.ts +39 -0
- package/dist/hooks/comment-checker/filters.d.ts.map +1 -0
- package/dist/hooks/comment-checker/filters.js +126 -0
- package/dist/hooks/comment-checker/filters.js.map +1 -0
- package/dist/hooks/comment-checker/index.d.ts +58 -0
- package/dist/hooks/comment-checker/index.d.ts.map +1 -0
- package/dist/hooks/comment-checker/index.js +298 -0
- package/dist/hooks/comment-checker/index.js.map +1 -0
- package/dist/hooks/comment-checker/types.d.ts +88 -0
- package/dist/hooks/comment-checker/types.d.ts.map +1 -0
- package/dist/hooks/comment-checker/types.js +9 -0
- package/dist/hooks/comment-checker/types.js.map +1 -0
- package/dist/hooks/dependency-analyzer.d.ts +32 -0
- package/dist/hooks/dependency-analyzer.d.ts.map +1 -0
- package/dist/hooks/dependency-analyzer.js +199 -0
- package/dist/hooks/dependency-analyzer.js.map +1 -0
- package/dist/hooks/directory-readme-injector/constants.d.ts +19 -0
- package/dist/hooks/directory-readme-injector/constants.d.ts.map +1 -0
- package/dist/hooks/directory-readme-injector/constants.js +21 -0
- package/dist/hooks/directory-readme-injector/constants.js.map +1 -0
- package/dist/hooks/directory-readme-injector/index.d.ts +45 -0
- package/dist/hooks/directory-readme-injector/index.d.ts.map +1 -0
- package/dist/hooks/directory-readme-injector/index.js +185 -0
- package/dist/hooks/directory-readme-injector/index.js.map +1 -0
- package/dist/hooks/directory-readme-injector/storage.d.ts +20 -0
- package/dist/hooks/directory-readme-injector/storage.d.ts.map +1 -0
- package/dist/hooks/directory-readme-injector/storage.js +56 -0
- package/dist/hooks/directory-readme-injector/storage.js.map +1 -0
- package/dist/hooks/directory-readme-injector/types.d.ts +20 -0
- package/dist/hooks/directory-readme-injector/types.d.ts.map +1 -0
- package/dist/hooks/directory-readme-injector/types.js +9 -0
- package/dist/hooks/directory-readme-injector/types.js.map +1 -0
- package/dist/hooks/empty-message-sanitizer/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/empty-message-sanitizer/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/empty-message-sanitizer/__tests__/index.test.js +416 -0
- package/dist/hooks/empty-message-sanitizer/__tests__/index.test.js.map +1 -0
- package/dist/hooks/empty-message-sanitizer/constants.d.ts +33 -0
- package/dist/hooks/empty-message-sanitizer/constants.d.ts.map +1 -0
- package/dist/hooks/empty-message-sanitizer/constants.js +37 -0
- package/dist/hooks/empty-message-sanitizer/constants.js.map +1 -0
- package/dist/hooks/empty-message-sanitizer/index.d.ts +59 -0
- package/dist/hooks/empty-message-sanitizer/index.d.ts.map +1 -0
- package/dist/hooks/empty-message-sanitizer/index.js +171 -0
- package/dist/hooks/empty-message-sanitizer/index.js.map +1 -0
- package/dist/hooks/empty-message-sanitizer/types.d.ts +79 -0
- package/dist/hooks/empty-message-sanitizer/types.d.ts.map +1 -0
- package/dist/hooks/empty-message-sanitizer/types.js +10 -0
- package/dist/hooks/empty-message-sanitizer/types.js.map +1 -0
- package/dist/hooks/guards/post-tool.d.ts +18 -0
- package/dist/hooks/guards/post-tool.d.ts.map +1 -0
- package/dist/hooks/guards/post-tool.js +44 -0
- package/dist/hooks/guards/post-tool.js.map +1 -0
- package/dist/hooks/guards/pre-tool.d.ts +17 -0
- package/dist/hooks/guards/pre-tool.d.ts.map +1 -0
- package/dist/hooks/guards/pre-tool.js +55 -0
- package/dist/hooks/guards/pre-tool.js.map +1 -0
- package/dist/hooks/guards/session-watchdog.d.ts +30 -0
- package/dist/hooks/guards/session-watchdog.d.ts.map +1 -0
- package/dist/hooks/guards/session-watchdog.js +80 -0
- package/dist/hooks/guards/session-watchdog.js.map +1 -0
- package/dist/hooks/guards/status-dashboard.d.ts +37 -0
- package/dist/hooks/guards/status-dashboard.d.ts.map +1 -0
- package/dist/hooks/guards/status-dashboard.js +149 -0
- package/dist/hooks/guards/status-dashboard.js.map +1 -0
- package/dist/hooks/keyword-detector/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/keyword-detector/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/keyword-detector/__tests__/index.test.js +868 -0
- package/dist/hooks/keyword-detector/__tests__/index.test.js.map +1 -0
- package/dist/hooks/keyword-detector/index.d.ts +49 -0
- package/dist/hooks/keyword-detector/index.d.ts.map +1 -0
- package/dist/hooks/keyword-detector/index.js +149 -0
- package/dist/hooks/keyword-detector/index.js.map +1 -0
- package/dist/hooks/learner/__tests__/confidence.test.d.ts +2 -0
- package/dist/hooks/learner/__tests__/confidence.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/confidence.test.js +42 -0
- package/dist/hooks/learner/__tests__/confidence.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/detector.test.d.ts +2 -0
- package/dist/hooks/learner/__tests__/detector.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/detector.test.js +170 -0
- package/dist/hooks/learner/__tests__/detector.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/index-manager-filter.test.d.ts +14 -0
- package/dist/hooks/learner/__tests__/index-manager-filter.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/index-manager-filter.test.js +147 -0
- package/dist/hooks/learner/__tests__/index-manager-filter.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/index-manager-import.test.d.ts +2 -0
- package/dist/hooks/learner/__tests__/index-manager-import.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/index-manager-import.test.js +43 -0
- package/dist/hooks/learner/__tests__/index-manager-import.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/learner/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/index.test.js +48 -0
- package/dist/hooks/learner/__tests__/index.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/learning-queue-parser.test.d.ts +10 -0
- package/dist/hooks/learner/__tests__/learning-queue-parser.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/learning-queue-parser.test.js +131 -0
- package/dist/hooks/learner/__tests__/learning-queue-parser.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/matcher.test.d.ts +2 -0
- package/dist/hooks/learner/__tests__/matcher.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/matcher.test.js +114 -0
- package/dist/hooks/learner/__tests__/matcher.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/promotion.test.d.ts +2 -0
- package/dist/hooks/learner/__tests__/promotion.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/promotion.test.js +146 -0
- package/dist/hooks/learner/__tests__/promotion.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/queue-archiver.test.d.ts +13 -0
- package/dist/hooks/learner/__tests__/queue-archiver.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/queue-archiver.test.js +162 -0
- package/dist/hooks/learner/__tests__/queue-archiver.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/reflection-archiver.test.d.ts +14 -0
- package/dist/hooks/learner/__tests__/reflection-archiver.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/reflection-archiver.test.js +159 -0
- package/dist/hooks/learner/__tests__/reflection-archiver.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/reflection-parser.test.d.ts +14 -0
- package/dist/hooks/learner/__tests__/reflection-parser.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/reflection-parser.test.js +201 -0
- package/dist/hooks/learner/__tests__/reflection-parser.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/validator.test.d.ts +2 -0
- package/dist/hooks/learner/__tests__/validator.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/validator.test.js +123 -0
- package/dist/hooks/learner/__tests__/validator.test.js.map +1 -0
- package/dist/hooks/learner/__tests__/writer.test.d.ts +2 -0
- package/dist/hooks/learner/__tests__/writer.test.d.ts.map +1 -0
- package/dist/hooks/learner/__tests__/writer.test.js +141 -0
- package/dist/hooks/learner/__tests__/writer.test.js.map +1 -0
- package/dist/hooks/learner/auto-invoke.d.ts +82 -0
- package/dist/hooks/learner/auto-invoke.d.ts.map +1 -0
- package/dist/hooks/learner/auto-invoke.js +233 -0
- package/dist/hooks/learner/auto-invoke.js.map +1 -0
- package/dist/hooks/learner/auto-learner.d.ts +55 -0
- package/dist/hooks/learner/auto-learner.d.ts.map +1 -0
- package/dist/hooks/learner/auto-learner.js +364 -0
- package/dist/hooks/learner/auto-learner.js.map +1 -0
- package/dist/hooks/learner/bridge.d.ts +84 -0
- package/dist/hooks/learner/bridge.d.ts.map +1 -0
- package/dist/hooks/learner/bridge.js +533 -0
- package/dist/hooks/learner/bridge.js.map +1 -0
- package/dist/hooks/learner/confidence.d.ts +40 -0
- package/dist/hooks/learner/confidence.d.ts.map +1 -0
- package/dist/hooks/learner/confidence.js +161 -0
- package/dist/hooks/learner/confidence.js.map +1 -0
- package/dist/hooks/learner/config.d.ts +53 -0
- package/dist/hooks/learner/config.d.ts.map +1 -0
- package/dist/hooks/learner/config.js +103 -0
- package/dist/hooks/learner/config.js.map +1 -0
- package/dist/hooks/learner/constants.d.ts +28 -0
- package/dist/hooks/learner/constants.d.ts.map +1 -0
- package/dist/hooks/learner/constants.js +32 -0
- package/dist/hooks/learner/constants.js.map +1 -0
- package/dist/hooks/learner/detection-hook.d.ts +39 -0
- package/dist/hooks/learner/detection-hook.d.ts.map +1 -0
- package/dist/hooks/learner/detection-hook.js +83 -0
- package/dist/hooks/learner/detection-hook.js.map +1 -0
- package/dist/hooks/learner/detector.d.ts +30 -0
- package/dist/hooks/learner/detector.d.ts.map +1 -0
- package/dist/hooks/learner/detector.js +254 -0
- package/dist/hooks/learner/detector.js.map +1 -0
- package/dist/hooks/learner/finder.d.ts +23 -0
- package/dist/hooks/learner/finder.d.ts.map +1 -0
- package/dist/hooks/learner/finder.js +152 -0
- package/dist/hooks/learner/finder.js.map +1 -0
- package/dist/hooks/learner/harvester.d.ts +38 -0
- package/dist/hooks/learner/harvester.d.ts.map +1 -0
- package/dist/hooks/learner/harvester.js +128 -0
- package/dist/hooks/learner/harvester.js.map +1 -0
- package/dist/hooks/learner/index-manager.d.ts +56 -0
- package/dist/hooks/learner/index-manager.d.ts.map +1 -0
- package/dist/hooks/learner/index-manager.js +234 -0
- package/dist/hooks/learner/index-manager.js.map +1 -0
- package/dist/hooks/learner/index.d.ts +65 -0
- package/dist/hooks/learner/index.d.ts.map +1 -0
- package/dist/hooks/learner/index.js +141 -0
- package/dist/hooks/learner/index.js.map +1 -0
- package/dist/hooks/learner/learning-queue.d.ts +35 -0
- package/dist/hooks/learner/learning-queue.d.ts.map +1 -0
- package/dist/hooks/learner/learning-queue.js +225 -0
- package/dist/hooks/learner/learning-queue.js.map +1 -0
- package/dist/hooks/learner/loader.d.ts +20 -0
- package/dist/hooks/learner/loader.d.ts.map +1 -0
- package/dist/hooks/learner/loader.js +112 -0
- package/dist/hooks/learner/loader.js.map +1 -0
- package/dist/hooks/learner/matcher.d.ts +40 -0
- package/dist/hooks/learner/matcher.d.ts.map +1 -0
- package/dist/hooks/learner/matcher.js +230 -0
- package/dist/hooks/learner/matcher.js.map +1 -0
- package/dist/hooks/learner/metrics.d.ts +42 -0
- package/dist/hooks/learner/metrics.d.ts.map +1 -0
- package/dist/hooks/learner/metrics.js +172 -0
- package/dist/hooks/learner/metrics.js.map +1 -0
- package/dist/hooks/learner/orchestrator.d.ts +82 -0
- package/dist/hooks/learner/orchestrator.d.ts.map +1 -0
- package/dist/hooks/learner/orchestrator.js +146 -0
- package/dist/hooks/learner/orchestrator.js.map +1 -0
- package/dist/hooks/learner/parser.d.ts +21 -0
- package/dist/hooks/learner/parser.d.ts.map +1 -0
- package/dist/hooks/learner/parser.js +200 -0
- package/dist/hooks/learner/parser.js.map +1 -0
- package/dist/hooks/learner/pattern-detector.d.ts +35 -0
- package/dist/hooks/learner/pattern-detector.d.ts.map +1 -0
- package/dist/hooks/learner/pattern-detector.js +149 -0
- package/dist/hooks/learner/pattern-detector.js.map +1 -0
- package/dist/hooks/learner/promotion.d.ts +39 -0
- package/dist/hooks/learner/promotion.d.ts.map +1 -0
- package/dist/hooks/learner/promotion.js +120 -0
- package/dist/hooks/learner/promotion.js.map +1 -0
- package/dist/hooks/learner/queue-archiver.d.ts +21 -0
- package/dist/hooks/learner/queue-archiver.d.ts.map +1 -0
- package/dist/hooks/learner/queue-archiver.js +147 -0
- package/dist/hooks/learner/queue-archiver.js.map +1 -0
- package/dist/hooks/learner/reflection-archiver.d.ts +19 -0
- package/dist/hooks/learner/reflection-archiver.d.ts.map +1 -0
- package/dist/hooks/learner/reflection-archiver.js +113 -0
- package/dist/hooks/learner/reflection-archiver.js.map +1 -0
- package/dist/hooks/learner/reflection-cleanup.d.ts +22 -0
- package/dist/hooks/learner/reflection-cleanup.d.ts.map +1 -0
- package/dist/hooks/learner/reflection-cleanup.js +62 -0
- package/dist/hooks/learner/reflection-cleanup.js.map +1 -0
- package/dist/hooks/learner/reflection-parser.d.ts +26 -0
- package/dist/hooks/learner/reflection-parser.d.ts.map +1 -0
- package/dist/hooks/learner/reflection-parser.js +139 -0
- package/dist/hooks/learner/reflection-parser.js.map +1 -0
- package/dist/hooks/learner/reflection.d.ts +43 -0
- package/dist/hooks/learner/reflection.d.ts.map +1 -0
- package/dist/hooks/learner/reflection.js +122 -0
- package/dist/hooks/learner/reflection.js.map +1 -0
- package/dist/hooks/learner/seed-knowledge.d.ts +20 -0
- package/dist/hooks/learner/seed-knowledge.d.ts.map +1 -0
- package/dist/hooks/learner/seed-knowledge.js +187 -0
- package/dist/hooks/learner/seed-knowledge.js.map +1 -0
- package/dist/hooks/learner/session-reflector.d.ts +22 -0
- package/dist/hooks/learner/session-reflector.d.ts.map +1 -0
- package/dist/hooks/learner/session-reflector.js +59 -0
- package/dist/hooks/learner/session-reflector.js.map +1 -0
- package/dist/hooks/learner/types.d.ts +134 -0
- package/dist/hooks/learner/types.d.ts.map +1 -0
- package/dist/hooks/learner/types.js +8 -0
- package/dist/hooks/learner/types.js.map +1 -0
- package/dist/hooks/learner/usage-tracker.d.ts +45 -0
- package/dist/hooks/learner/usage-tracker.d.ts.map +1 -0
- package/dist/hooks/learner/usage-tracker.js +146 -0
- package/dist/hooks/learner/usage-tracker.js.map +1 -0
- package/dist/hooks/learner/validator.d.ts +15 -0
- package/dist/hooks/learner/validator.d.ts.map +1 -0
- package/dist/hooks/learner/validator.js +87 -0
- package/dist/hooks/learner/validator.js.map +1 -0
- package/dist/hooks/learner/writer.d.ts +27 -0
- package/dist/hooks/learner/writer.d.ts.map +1 -0
- package/dist/hooks/learner/writer.js +126 -0
- package/dist/hooks/learner/writer.js.map +1 -0
- package/dist/hooks/memory/constants.d.ts +6 -0
- package/dist/hooks/memory/constants.d.ts.map +1 -0
- package/dist/hooks/memory/constants.js +11 -0
- package/dist/hooks/memory/constants.js.map +1 -0
- package/dist/hooks/memory/index.d.ts +22 -0
- package/dist/hooks/memory/index.d.ts.map +1 -0
- package/dist/hooks/memory/index.js +97 -0
- package/dist/hooks/memory/index.js.map +1 -0
- package/dist/hooks/memory/types.d.ts +21 -0
- package/dist/hooks/memory/types.d.ts.map +1 -0
- package/dist/hooks/memory/types.js +5 -0
- package/dist/hooks/memory/types.js.map +1 -0
- package/dist/hooks/mode-registry/__tests__/session-isolation.test.d.ts +2 -0
- package/dist/hooks/mode-registry/__tests__/session-isolation.test.d.ts.map +1 -0
- package/dist/hooks/mode-registry/__tests__/session-isolation.test.js +236 -0
- package/dist/hooks/mode-registry/__tests__/session-isolation.test.js.map +1 -0
- package/dist/hooks/mode-registry/index.d.ts +174 -0
- package/dist/hooks/mode-registry/index.d.ts.map +1 -0
- package/dist/hooks/mode-registry/index.js +589 -0
- package/dist/hooks/mode-registry/index.js.map +1 -0
- package/dist/hooks/mode-registry/types.d.ts +31 -0
- package/dist/hooks/mode-registry/types.d.ts.map +1 -0
- package/dist/hooks/mode-registry/types.js +7 -0
- package/dist/hooks/mode-registry/types.js.map +1 -0
- package/dist/hooks/nexus/__tests__/config.test.d.ts +2 -0
- package/dist/hooks/nexus/__tests__/config.test.d.ts.map +1 -0
- package/dist/hooks/nexus/__tests__/config.test.js +38 -0
- package/dist/hooks/nexus/__tests__/config.test.js.map +1 -0
- package/dist/hooks/nexus/__tests__/consciousness-sync.test.d.ts +2 -0
- package/dist/hooks/nexus/__tests__/consciousness-sync.test.d.ts.map +1 -0
- package/dist/hooks/nexus/__tests__/consciousness-sync.test.js +28 -0
- package/dist/hooks/nexus/__tests__/consciousness-sync.test.js.map +1 -0
- package/dist/hooks/nexus/__tests__/data-collector.test.d.ts +2 -0
- package/dist/hooks/nexus/__tests__/data-collector.test.d.ts.map +1 -0
- package/dist/hooks/nexus/__tests__/data-collector.test.js +61 -0
- package/dist/hooks/nexus/__tests__/data-collector.test.js.map +1 -0
- package/dist/hooks/nexus/__tests__/improvement-puller.test.d.ts +2 -0
- package/dist/hooks/nexus/__tests__/improvement-puller.test.d.ts.map +1 -0
- package/dist/hooks/nexus/__tests__/improvement-puller.test.js +49 -0
- package/dist/hooks/nexus/__tests__/improvement-puller.test.js.map +1 -0
- package/dist/hooks/nexus/__tests__/session-end-hook.test.d.ts +2 -0
- package/dist/hooks/nexus/__tests__/session-end-hook.test.d.ts.map +1 -0
- package/dist/hooks/nexus/__tests__/session-end-hook.test.js +39 -0
- package/dist/hooks/nexus/__tests__/session-end-hook.test.js.map +1 -0
- package/dist/hooks/nexus/config.d.ts +5 -0
- package/dist/hooks/nexus/config.d.ts.map +1 -0
- package/dist/hooks/nexus/config.js +36 -0
- package/dist/hooks/nexus/config.js.map +1 -0
- package/dist/hooks/nexus/consciousness-sync.d.ts +8 -0
- package/dist/hooks/nexus/consciousness-sync.d.ts.map +1 -0
- package/dist/hooks/nexus/consciousness-sync.js +57 -0
- package/dist/hooks/nexus/consciousness-sync.js.map +1 -0
- package/dist/hooks/nexus/data-collector.d.ts +4 -0
- package/dist/hooks/nexus/data-collector.d.ts.map +1 -0
- package/dist/hooks/nexus/data-collector.js +23 -0
- package/dist/hooks/nexus/data-collector.js.map +1 -0
- package/dist/hooks/nexus/improvement-puller.d.ts +9 -0
- package/dist/hooks/nexus/improvement-puller.d.ts.map +1 -0
- package/dist/hooks/nexus/improvement-puller.js +44 -0
- package/dist/hooks/nexus/improvement-puller.js.map +1 -0
- package/dist/hooks/nexus/session-end-hook.d.ts +16 -0
- package/dist/hooks/nexus/session-end-hook.d.ts.map +1 -0
- package/dist/hooks/nexus/session-end-hook.js +76 -0
- package/dist/hooks/nexus/session-end-hook.js.map +1 -0
- package/dist/hooks/nexus/types.d.ts +54 -0
- package/dist/hooks/nexus/types.d.ts.map +1 -0
- package/dist/hooks/nexus/types.js +2 -0
- package/dist/hooks/nexus/types.js.map +1 -0
- package/dist/hooks/non-interactive-env/constants.d.ts +35 -0
- package/dist/hooks/non-interactive-env/constants.d.ts.map +1 -0
- package/dist/hooks/non-interactive-env/constants.js +69 -0
- package/dist/hooks/non-interactive-env/constants.js.map +1 -0
- package/dist/hooks/non-interactive-env/detector.d.ts +2 -0
- package/dist/hooks/non-interactive-env/detector.d.ts.map +1 -0
- package/dist/hooks/non-interactive-env/detector.js +16 -0
- package/dist/hooks/non-interactive-env/detector.js.map +1 -0
- package/dist/hooks/non-interactive-env/index.d.ts +14 -0
- package/dist/hooks/non-interactive-env/index.d.ts.map +1 -0
- package/dist/hooks/non-interactive-env/index.js +72 -0
- package/dist/hooks/non-interactive-env/index.js.map +1 -0
- package/dist/hooks/non-interactive-env/types.d.ts +14 -0
- package/dist/hooks/non-interactive-env/types.d.ts.map +1 -0
- package/dist/hooks/non-interactive-env/types.js +2 -0
- package/dist/hooks/non-interactive-env/types.js.map +1 -0
- package/dist/hooks/notepad/index.d.ts +114 -0
- package/dist/hooks/notepad/index.d.ts.map +1 -0
- package/dist/hooks/notepad/index.js +378 -0
- package/dist/hooks/notepad/index.js.map +1 -0
- package/dist/hooks/observability/__tests__/observability.test.d.ts +2 -0
- package/dist/hooks/observability/__tests__/observability.test.d.ts.map +1 -0
- package/dist/hooks/observability/__tests__/observability.test.js +176 -0
- package/dist/hooks/observability/__tests__/observability.test.js.map +1 -0
- package/dist/hooks/observability/agent-tracker.d.ts +18 -0
- package/dist/hooks/observability/agent-tracker.d.ts.map +1 -0
- package/dist/hooks/observability/agent-tracker.js +26 -0
- package/dist/hooks/observability/agent-tracker.js.map +1 -0
- package/dist/hooks/observability/cost-estimator.d.ts +18 -0
- package/dist/hooks/observability/cost-estimator.d.ts.map +1 -0
- package/dist/hooks/observability/cost-estimator.js +46 -0
- package/dist/hooks/observability/cost-estimator.js.map +1 -0
- package/dist/hooks/observability/db.d.ts +5 -0
- package/dist/hooks/observability/db.d.ts.map +1 -0
- package/dist/hooks/observability/db.js +63 -0
- package/dist/hooks/observability/db.js.map +1 -0
- package/dist/hooks/observability/query-engine.d.ts +36 -0
- package/dist/hooks/observability/query-engine.d.ts.map +1 -0
- package/dist/hooks/observability/query-engine.js +78 -0
- package/dist/hooks/observability/query-engine.js.map +1 -0
- package/dist/hooks/observability/tool-tracker.d.ts +11 -0
- package/dist/hooks/observability/tool-tracker.d.ts.map +1 -0
- package/dist/hooks/observability/tool-tracker.js +24 -0
- package/dist/hooks/observability/tool-tracker.js.map +1 -0
- package/dist/hooks/observability/write-queue.d.ts +13 -0
- package/dist/hooks/observability/write-queue.d.ts.map +1 -0
- package/dist/hooks/observability/write-queue.js +48 -0
- package/dist/hooks/observability/write-queue.js.map +1 -0
- package/dist/hooks/omc-orchestrator/audit.d.ts +31 -0
- package/dist/hooks/omc-orchestrator/audit.d.ts.map +1 -0
- package/dist/hooks/omc-orchestrator/audit.js +67 -0
- package/dist/hooks/omc-orchestrator/audit.js.map +1 -0
- package/dist/hooks/omc-orchestrator/constants.d.ts +28 -0
- package/dist/hooks/omc-orchestrator/constants.d.ts.map +1 -0
- package/dist/hooks/omc-orchestrator/constants.js +179 -0
- package/dist/hooks/omc-orchestrator/constants.js.map +1 -0
- package/dist/hooks/parallel-executor.d.ts +24 -0
- package/dist/hooks/parallel-executor.d.ts.map +1 -0
- package/dist/hooks/parallel-executor.js +82 -0
- package/dist/hooks/parallel-executor.js.map +1 -0
- package/dist/hooks/permission-handler/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/permission-handler/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/permission-handler/__tests__/index.test.js +417 -0
- package/dist/hooks/permission-handler/__tests__/index.test.js.map +1 -0
- package/dist/hooks/permission-handler/index.d.ts +55 -0
- package/dist/hooks/permission-handler/index.d.ts.map +1 -0
- package/dist/hooks/permission-handler/index.js +215 -0
- package/dist/hooks/permission-handler/index.js.map +1 -0
- package/dist/hooks/persistent-mode/__tests__/error-handling.test.d.ts +6 -0
- package/dist/hooks/persistent-mode/__tests__/error-handling.test.d.ts.map +1 -0
- package/dist/hooks/persistent-mode/__tests__/error-handling.test.js +71 -0
- package/dist/hooks/persistent-mode/__tests__/error-handling.test.js.map +1 -0
- package/dist/hooks/persistent-mode/__tests__/ralph-max-iteration.test.d.ts +2 -0
- package/dist/hooks/persistent-mode/__tests__/ralph-max-iteration.test.d.ts.map +1 -0
- package/dist/hooks/persistent-mode/__tests__/ralph-max-iteration.test.js +38 -0
- package/dist/hooks/persistent-mode/__tests__/ralph-max-iteration.test.js.map +1 -0
- package/dist/hooks/persistent-mode/__tests__/tool-error.test.d.ts +6 -0
- package/dist/hooks/persistent-mode/__tests__/tool-error.test.d.ts.map +1 -0
- package/dist/hooks/persistent-mode/__tests__/tool-error.test.js +335 -0
- package/dist/hooks/persistent-mode/__tests__/tool-error.test.js.map +1 -0
- package/dist/hooks/persistent-mode/index.d.ts +53 -0
- package/dist/hooks/persistent-mode/index.d.ts.map +1 -0
- package/dist/hooks/persistent-mode/index.js +446 -0
- package/dist/hooks/persistent-mode/index.js.map +1 -0
- package/dist/hooks/persistent-mode/session-isolation.test.d.ts +2 -0
- package/dist/hooks/persistent-mode/session-isolation.test.d.ts.map +1 -0
- package/dist/hooks/persistent-mode/session-isolation.test.js +491 -0
- package/dist/hooks/persistent-mode/session-isolation.test.js.map +1 -0
- package/dist/hooks/persistent-mode/tool-error.d.ts +15 -0
- package/dist/hooks/persistent-mode/tool-error.d.ts.map +1 -0
- package/dist/hooks/persistent-mode/tool-error.js +80 -0
- package/dist/hooks/persistent-mode/tool-error.js.map +1 -0
- package/dist/hooks/plugin-patterns/index.d.ts +112 -0
- package/dist/hooks/plugin-patterns/index.d.ts.map +1 -0
- package/dist/hooks/plugin-patterns/index.js +314 -0
- package/dist/hooks/plugin-patterns/index.js.map +1 -0
- package/dist/hooks/pre-compact/index.d.ts +129 -0
- package/dist/hooks/pre-compact/index.d.ts.map +1 -0
- package/dist/hooks/pre-compact/index.js +473 -0
- package/dist/hooks/pre-compact/index.js.map +1 -0
- package/dist/hooks/preemptive-compaction/constants.d.ts +48 -0
- package/dist/hooks/preemptive-compaction/constants.d.ts.map +1 -0
- package/dist/hooks/preemptive-compaction/constants.js +90 -0
- package/dist/hooks/preemptive-compaction/constants.js.map +1 -0
- package/dist/hooks/preemptive-compaction/index.d.ts +69 -0
- package/dist/hooks/preemptive-compaction/index.d.ts.map +1 -0
- package/dist/hooks/preemptive-compaction/index.js +279 -0
- package/dist/hooks/preemptive-compaction/index.js.map +1 -0
- package/dist/hooks/preemptive-compaction/types.d.ts +76 -0
- package/dist/hooks/preemptive-compaction/types.d.ts.map +1 -0
- package/dist/hooks/preemptive-compaction/types.js +9 -0
- package/dist/hooks/preemptive-compaction/types.js.map +1 -0
- package/dist/hooks/project-memory/__tests__/detector.test.d.ts +5 -0
- package/dist/hooks/project-memory/__tests__/detector.test.d.ts.map +1 -0
- package/dist/hooks/project-memory/__tests__/detector.test.js +165 -0
- package/dist/hooks/project-memory/__tests__/detector.test.js.map +1 -0
- package/dist/hooks/project-memory/__tests__/formatter.test.d.ts +5 -0
- package/dist/hooks/project-memory/__tests__/formatter.test.d.ts.map +1 -0
- package/dist/hooks/project-memory/__tests__/formatter.test.js +262 -0
- package/dist/hooks/project-memory/__tests__/formatter.test.js.map +1 -0
- package/dist/hooks/project-memory/__tests__/integration.test.d.ts +5 -0
- package/dist/hooks/project-memory/__tests__/integration.test.d.ts.map +1 -0
- package/dist/hooks/project-memory/__tests__/integration.test.js +154 -0
- package/dist/hooks/project-memory/__tests__/integration.test.js.map +1 -0
- package/dist/hooks/project-memory/__tests__/learner.test.d.ts +5 -0
- package/dist/hooks/project-memory/__tests__/learner.test.d.ts.map +1 -0
- package/dist/hooks/project-memory/__tests__/learner.test.js +159 -0
- package/dist/hooks/project-memory/__tests__/learner.test.js.map +1 -0
- package/dist/hooks/project-memory/__tests__/storage.test.d.ts +5 -0
- package/dist/hooks/project-memory/__tests__/storage.test.d.ts.map +1 -0
- package/dist/hooks/project-memory/__tests__/storage.test.js +207 -0
- package/dist/hooks/project-memory/__tests__/storage.test.js.map +1 -0
- package/dist/hooks/project-memory/constants.d.ts +33 -0
- package/dist/hooks/project-memory/constants.d.ts.map +1 -0
- package/dist/hooks/project-memory/constants.js +134 -0
- package/dist/hooks/project-memory/constants.js.map +1 -0
- package/dist/hooks/project-memory/detector.d.ts +10 -0
- package/dist/hooks/project-memory/detector.d.ts.map +1 -0
- package/dist/hooks/project-memory/detector.js +481 -0
- package/dist/hooks/project-memory/detector.js.map +1 -0
- package/dist/hooks/project-memory/directive-detector.d.ts +22 -0
- package/dist/hooks/project-memory/directive-detector.d.ts.map +1 -0
- package/dist/hooks/project-memory/directive-detector.js +149 -0
- package/dist/hooks/project-memory/directive-detector.js.map +1 -0
- package/dist/hooks/project-memory/directory-mapper.d.ts +14 -0
- package/dist/hooks/project-memory/directory-mapper.d.ts.map +1 -0
- package/dist/hooks/project-memory/directory-mapper.js +156 -0
- package/dist/hooks/project-memory/directory-mapper.js.map +1 -0
- package/dist/hooks/project-memory/formatter.d.ts +15 -0
- package/dist/hooks/project-memory/formatter.d.ts.map +1 -0
- package/dist/hooks/project-memory/formatter.js +166 -0
- package/dist/hooks/project-memory/formatter.js.map +1 -0
- package/dist/hooks/project-memory/hot-path-tracker.d.ts +18 -0
- package/dist/hooks/project-memory/hot-path-tracker.d.ts.map +1 -0
- package/dist/hooks/project-memory/hot-path-tracker.js +81 -0
- package/dist/hooks/project-memory/hot-path-tracker.js.map +1 -0
- package/dist/hooks/project-memory/index.d.ts +37 -0
- package/dist/hooks/project-memory/index.d.ts.map +1 -0
- package/dist/hooks/project-memory/index.js +103 -0
- package/dist/hooks/project-memory/index.js.map +1 -0
- package/dist/hooks/project-memory/learner.d.ts +35 -0
- package/dist/hooks/project-memory/learner.d.ts.map +1 -0
- package/dist/hooks/project-memory/learner.js +217 -0
- package/dist/hooks/project-memory/learner.js.map +1 -0
- package/dist/hooks/project-memory/pre-compact.d.ts +23 -0
- package/dist/hooks/project-memory/pre-compact.d.ts.map +1 -0
- package/dist/hooks/project-memory/pre-compact.js +51 -0
- package/dist/hooks/project-memory/pre-compact.js.map +1 -0
- package/dist/hooks/project-memory/storage.d.ts +28 -0
- package/dist/hooks/project-memory/storage.d.ts.map +1 -0
- package/dist/hooks/project-memory/storage.js +72 -0
- package/dist/hooks/project-memory/storage.js.map +1 -0
- package/dist/hooks/project-memory/types.d.ts +101 -0
- package/dist/hooks/project-memory/types.d.ts.map +1 -0
- package/dist/hooks/project-memory/types.js +6 -0
- package/dist/hooks/project-memory/types.js.map +1 -0
- package/dist/hooks/race-detector.d.ts +51 -0
- package/dist/hooks/race-detector.d.ts.map +1 -0
- package/dist/hooks/race-detector.js +121 -0
- package/dist/hooks/race-detector.js.map +1 -0
- package/dist/hooks/ralph/__tests__/loop.test.d.ts +2 -0
- package/dist/hooks/ralph/__tests__/loop.test.d.ts.map +1 -0
- package/dist/hooks/ralph/__tests__/loop.test.js +268 -0
- package/dist/hooks/ralph/__tests__/loop.test.js.map +1 -0
- package/dist/hooks/ralph/__tests__/prd.test.d.ts +2 -0
- package/dist/hooks/ralph/__tests__/prd.test.d.ts.map +1 -0
- package/dist/hooks/ralph/__tests__/prd.test.js +197 -0
- package/dist/hooks/ralph/__tests__/prd.test.js.map +1 -0
- package/dist/hooks/ralph/__tests__/progress.test.d.ts +2 -0
- package/dist/hooks/ralph/__tests__/progress.test.d.ts.map +1 -0
- package/dist/hooks/ralph/__tests__/progress.test.js +120 -0
- package/dist/hooks/ralph/__tests__/progress.test.js.map +1 -0
- package/dist/hooks/ralph/__tests__/verifier.test.d.ts +2 -0
- package/dist/hooks/ralph/__tests__/verifier.test.d.ts.map +1 -0
- package/dist/hooks/ralph/__tests__/verifier.test.js +75 -0
- package/dist/hooks/ralph/__tests__/verifier.test.js.map +1 -0
- package/dist/hooks/ralph/index.d.ts +11 -0
- package/dist/hooks/ralph/index.d.ts.map +1 -0
- package/dist/hooks/ralph/index.js +55 -0
- package/dist/hooks/ralph/index.js.map +1 -0
- package/dist/hooks/ralph/loop.d.ts +118 -0
- package/dist/hooks/ralph/loop.d.ts.map +1 -0
- package/dist/hooks/ralph/loop.js +375 -0
- package/dist/hooks/ralph/loop.js.map +1 -0
- package/dist/hooks/ralph/prd.d.ts +130 -0
- package/dist/hooks/ralph/prd.d.ts.map +1 -0
- package/dist/hooks/ralph/prd.js +310 -0
- package/dist/hooks/ralph/prd.js.map +1 -0
- package/dist/hooks/ralph/progress.d.ts +102 -0
- package/dist/hooks/ralph/progress.d.ts.map +1 -0
- package/dist/hooks/ralph/progress.js +408 -0
- package/dist/hooks/ralph/progress.js.map +1 -0
- package/dist/hooks/ralph/verifier.d.ts +73 -0
- package/dist/hooks/ralph/verifier.d.ts.map +1 -0
- package/dist/hooks/ralph/verifier.js +232 -0
- package/dist/hooks/ralph/verifier.js.map +1 -0
- package/dist/hooks/recovery/__tests__/context-window.test.d.ts +2 -0
- package/dist/hooks/recovery/__tests__/context-window.test.d.ts.map +1 -0
- package/dist/hooks/recovery/__tests__/context-window.test.js +131 -0
- package/dist/hooks/recovery/__tests__/context-window.test.js.map +1 -0
- package/dist/hooks/recovery/__tests__/edit-error.test.d.ts +2 -0
- package/dist/hooks/recovery/__tests__/edit-error.test.d.ts.map +1 -0
- package/dist/hooks/recovery/__tests__/edit-error.test.js +88 -0
- package/dist/hooks/recovery/__tests__/edit-error.test.js.map +1 -0
- package/dist/hooks/recovery/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/recovery/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/recovery/__tests__/index.test.js +270 -0
- package/dist/hooks/recovery/__tests__/index.test.js.map +1 -0
- package/dist/hooks/recovery/__tests__/session-recovery.test.d.ts +2 -0
- package/dist/hooks/recovery/__tests__/session-recovery.test.d.ts.map +1 -0
- package/dist/hooks/recovery/__tests__/session-recovery.test.js +129 -0
- package/dist/hooks/recovery/__tests__/session-recovery.test.js.map +1 -0
- package/dist/hooks/recovery/__tests__/storage.test.d.ts +2 -0
- package/dist/hooks/recovery/__tests__/storage.test.d.ts.map +1 -0
- package/dist/hooks/recovery/__tests__/storage.test.js +549 -0
- package/dist/hooks/recovery/__tests__/storage.test.js.map +1 -0
- package/dist/hooks/recovery/constants.d.ts +114 -0
- package/dist/hooks/recovery/constants.d.ts.map +1 -0
- package/dist/hooks/recovery/constants.js +221 -0
- package/dist/hooks/recovery/constants.js.map +1 -0
- package/dist/hooks/recovery/context-window.d.ts +24 -0
- package/dist/hooks/recovery/context-window.d.ts.map +1 -0
- package/dist/hooks/recovery/context-window.js +321 -0
- package/dist/hooks/recovery/context-window.js.map +1 -0
- package/dist/hooks/recovery/edit-error.d.ts +24 -0
- package/dist/hooks/recovery/edit-error.d.ts.map +1 -0
- package/dist/hooks/recovery/edit-error.js +56 -0
- package/dist/hooks/recovery/edit-error.js.map +1 -0
- package/dist/hooks/recovery/index.d.ts +102 -0
- package/dist/hooks/recovery/index.d.ts.map +1 -0
- package/dist/hooks/recovery/index.js +166 -0
- package/dist/hooks/recovery/index.js.map +1 -0
- package/dist/hooks/recovery/session-recovery.d.ts +24 -0
- package/dist/hooks/recovery/session-recovery.d.ts.map +1 -0
- package/dist/hooks/recovery/session-recovery.js +281 -0
- package/dist/hooks/recovery/session-recovery.js.map +1 -0
- package/dist/hooks/recovery/types.d.ts +196 -0
- package/dist/hooks/recovery/types.d.ts.map +1 -0
- package/dist/hooks/recovery/types.js +32 -0
- package/dist/hooks/recovery/types.js.map +1 -0
- package/dist/hooks/rules-injector/__tests__/finder.test.d.ts +2 -0
- package/dist/hooks/rules-injector/__tests__/finder.test.d.ts.map +1 -0
- package/dist/hooks/rules-injector/__tests__/finder.test.js +68 -0
- package/dist/hooks/rules-injector/__tests__/finder.test.js.map +1 -0
- package/dist/hooks/rules-injector/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/rules-injector/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/rules-injector/__tests__/index.test.js +58 -0
- package/dist/hooks/rules-injector/__tests__/index.test.js.map +1 -0
- package/dist/hooks/rules-injector/__tests__/matcher.test.d.ts +2 -0
- package/dist/hooks/rules-injector/__tests__/matcher.test.d.ts.map +1 -0
- package/dist/hooks/rules-injector/__tests__/matcher.test.js +86 -0
- package/dist/hooks/rules-injector/__tests__/matcher.test.js.map +1 -0
- package/dist/hooks/rules-injector/__tests__/parser.test.d.ts +2 -0
- package/dist/hooks/rules-injector/__tests__/parser.test.d.ts.map +1 -0
- package/dist/hooks/rules-injector/__tests__/parser.test.js +86 -0
- package/dist/hooks/rules-injector/__tests__/parser.test.js.map +1 -0
- package/dist/hooks/rules-injector/constants.d.ts +27 -0
- package/dist/hooks/rules-injector/constants.d.ts.map +1 -0
- package/dist/hooks/rules-injector/constants.js +42 -0
- package/dist/hooks/rules-injector/constants.js.map +1 -0
- package/dist/hooks/rules-injector/finder.d.ts +24 -0
- package/dist/hooks/rules-injector/finder.d.ts.map +1 -0
- package/dist/hooks/rules-injector/finder.js +223 -0
- package/dist/hooks/rules-injector/finder.js.map +1 -0
- package/dist/hooks/rules-injector/index.d.ts +45 -0
- package/dist/hooks/rules-injector/index.d.ts.map +1 -0
- package/dist/hooks/rules-injector/index.js +187 -0
- package/dist/hooks/rules-injector/index.js.map +1 -0
- package/dist/hooks/rules-injector/matcher.d.ts +25 -0
- package/dist/hooks/rules-injector/matcher.d.ts.map +1 -0
- package/dist/hooks/rules-injector/matcher.js +77 -0
- package/dist/hooks/rules-injector/matcher.js.map +1 -0
- package/dist/hooks/rules-injector/parser.d.ts +20 -0
- package/dist/hooks/rules-injector/parser.d.ts.map +1 -0
- package/dist/hooks/rules-injector/parser.js +181 -0
- package/dist/hooks/rules-injector/parser.js.map +1 -0
- package/dist/hooks/rules-injector/storage.d.ts +26 -0
- package/dist/hooks/rules-injector/storage.d.ts.map +1 -0
- package/dist/hooks/rules-injector/storage.js +61 -0
- package/dist/hooks/rules-injector/storage.js.map +1 -0
- package/dist/hooks/rules-injector/types.d.ts +101 -0
- package/dist/hooks/rules-injector/types.d.ts.map +1 -0
- package/dist/hooks/rules-injector/types.js +10 -0
- package/dist/hooks/rules-injector/types.js.map +1 -0
- package/dist/hooks/session-end/__tests__/callbacks.test.d.ts +2 -0
- package/dist/hooks/session-end/__tests__/callbacks.test.d.ts.map +1 -0
- package/dist/hooks/session-end/__tests__/callbacks.test.js +382 -0
- package/dist/hooks/session-end/__tests__/callbacks.test.js.map +1 -0
- package/dist/hooks/session-end/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/session-end/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/session-end/__tests__/index.test.js +77 -0
- package/dist/hooks/session-end/__tests__/index.test.js.map +1 -0
- package/dist/hooks/session-end/__tests__/nexus-integration.test.d.ts +2 -0
- package/dist/hooks/session-end/__tests__/nexus-integration.test.d.ts.map +1 -0
- package/dist/hooks/session-end/__tests__/nexus-integration.test.js +30 -0
- package/dist/hooks/session-end/__tests__/nexus-integration.test.js.map +1 -0
- package/dist/hooks/session-end/__tests__/python-repl-cleanup.test.d.ts +2 -0
- package/dist/hooks/session-end/__tests__/python-repl-cleanup.test.d.ts.map +1 -0
- package/dist/hooks/session-end/__tests__/python-repl-cleanup.test.js +46 -0
- package/dist/hooks/session-end/__tests__/python-repl-cleanup.test.js.map +1 -0
- package/dist/hooks/session-end/__tests__/session-duration.test.d.ts +2 -0
- package/dist/hooks/session-end/__tests__/session-duration.test.d.ts.map +1 -0
- package/dist/hooks/session-end/__tests__/session-duration.test.js +236 -0
- package/dist/hooks/session-end/__tests__/session-duration.test.js.map +1 -0
- package/dist/hooks/session-end/__tests__/session-end-bridge-cleanup.test.d.ts +2 -0
- package/dist/hooks/session-end/__tests__/session-end-bridge-cleanup.test.d.ts.map +1 -0
- package/dist/hooks/session-end/__tests__/session-end-bridge-cleanup.test.js +58 -0
- package/dist/hooks/session-end/__tests__/session-end-bridge-cleanup.test.js.map +1 -0
- package/dist/hooks/session-end/callbacks.d.ts +26 -0
- package/dist/hooks/session-end/callbacks.d.ts.map +1 -0
- package/dist/hooks/session-end/callbacks.js +229 -0
- package/dist/hooks/session-end/callbacks.js.map +1 -0
- package/dist/hooks/session-end/index.d.ts +59 -0
- package/dist/hooks/session-end/index.d.ts.map +1 -0
- package/dist/hooks/session-end/index.js +446 -0
- package/dist/hooks/session-end/index.js.map +1 -0
- package/dist/hooks/session-end/types.d.ts +26 -0
- package/dist/hooks/session-end/types.d.ts.map +1 -0
- package/dist/hooks/session-end/types.js +6 -0
- package/dist/hooks/session-end/types.js.map +1 -0
- package/dist/hooks/setup/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/setup/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/setup/__tests__/index.test.js +68 -0
- package/dist/hooks/setup/__tests__/index.test.js.map +1 -0
- package/dist/hooks/setup/__tests__/prune.test.d.ts +2 -0
- package/dist/hooks/setup/__tests__/prune.test.d.ts.map +1 -0
- package/dist/hooks/setup/__tests__/prune.test.js +94 -0
- package/dist/hooks/setup/__tests__/prune.test.js.map +1 -0
- package/dist/hooks/setup/index.d.ts +62 -0
- package/dist/hooks/setup/index.d.ts.map +1 -0
- package/dist/hooks/setup/index.js +293 -0
- package/dist/hooks/setup/index.js.map +1 -0
- package/dist/hooks/setup/types.d.ts +25 -0
- package/dist/hooks/setup/types.d.ts.map +1 -0
- package/dist/hooks/setup/types.js +5 -0
- package/dist/hooks/setup/types.js.map +1 -0
- package/dist/hooks/subagent-tracker/__tests__/flow-tracer.test.d.ts +2 -0
- package/dist/hooks/subagent-tracker/__tests__/flow-tracer.test.d.ts.map +1 -0
- package/dist/hooks/subagent-tracker/__tests__/flow-tracer.test.js +107 -0
- package/dist/hooks/subagent-tracker/__tests__/flow-tracer.test.js.map +1 -0
- package/dist/hooks/subagent-tracker/__tests__/flush-race.test.d.ts +2 -0
- package/dist/hooks/subagent-tracker/__tests__/flush-race.test.d.ts.map +1 -0
- package/dist/hooks/subagent-tracker/__tests__/flush-race.test.js +376 -0
- package/dist/hooks/subagent-tracker/__tests__/flush-race.test.js.map +1 -0
- package/dist/hooks/subagent-tracker/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/subagent-tracker/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/subagent-tracker/__tests__/index.test.js +818 -0
- package/dist/hooks/subagent-tracker/__tests__/index.test.js.map +1 -0
- package/dist/hooks/subagent-tracker/__tests__/session-replay.test.d.ts +2 -0
- package/dist/hooks/subagent-tracker/__tests__/session-replay.test.d.ts.map +1 -0
- package/dist/hooks/subagent-tracker/__tests__/session-replay.test.js +139 -0
- package/dist/hooks/subagent-tracker/__tests__/session-replay.test.js.map +1 -0
- package/dist/hooks/subagent-tracker/__tests__/syncSleep.test.d.ts +10 -0
- package/dist/hooks/subagent-tracker/__tests__/syncSleep.test.d.ts.map +1 -0
- package/dist/hooks/subagent-tracker/__tests__/syncSleep.test.js +112 -0
- package/dist/hooks/subagent-tracker/__tests__/syncSleep.test.js.map +1 -0
- package/dist/hooks/subagent-tracker/flow-tracer.d.ts +31 -0
- package/dist/hooks/subagent-tracker/flow-tracer.d.ts.map +1 -0
- package/dist/hooks/subagent-tracker/flow-tracer.js +75 -0
- package/dist/hooks/subagent-tracker/flow-tracer.js.map +1 -0
- package/dist/hooks/subagent-tracker/index.d.ts +265 -0
- package/dist/hooks/subagent-tracker/index.d.ts.map +1 -0
- package/dist/hooks/subagent-tracker/index.js +1056 -0
- package/dist/hooks/subagent-tracker/index.js.map +1 -0
- package/dist/hooks/subagent-tracker/session-replay.d.ts +143 -0
- package/dist/hooks/subagent-tracker/session-replay.d.ts.map +1 -0
- package/dist/hooks/subagent-tracker/session-replay.js +389 -0
- package/dist/hooks/subagent-tracker/session-replay.js.map +1 -0
- package/dist/hooks/team-pipeline/__tests__/state.test.d.ts +2 -0
- package/dist/hooks/team-pipeline/__tests__/state.test.d.ts.map +1 -0
- package/dist/hooks/team-pipeline/__tests__/state.test.js +94 -0
- package/dist/hooks/team-pipeline/__tests__/state.test.js.map +1 -0
- package/dist/hooks/team-pipeline/__tests__/transitions.test.d.ts +2 -0
- package/dist/hooks/team-pipeline/__tests__/transitions.test.d.ts.map +1 -0
- package/dist/hooks/team-pipeline/__tests__/transitions.test.js +156 -0
- package/dist/hooks/team-pipeline/__tests__/transitions.test.js.map +1 -0
- package/dist/hooks/team-pipeline/index.d.ts +4 -0
- package/dist/hooks/team-pipeline/index.d.ts.map +1 -0
- package/dist/hooks/team-pipeline/index.js +4 -0
- package/dist/hooks/team-pipeline/index.js.map +1 -0
- package/dist/hooks/team-pipeline/state.d.ts +7 -0
- package/dist/hooks/team-pipeline/state.d.ts.map +1 -0
- package/dist/hooks/team-pipeline/state.js +158 -0
- package/dist/hooks/team-pipeline/state.js.map +1 -0
- package/dist/hooks/team-pipeline/transitions.d.ts +6 -0
- package/dist/hooks/team-pipeline/transitions.d.ts.map +1 -0
- package/dist/hooks/team-pipeline/transitions.js +103 -0
- package/dist/hooks/team-pipeline/transitions.js.map +1 -0
- package/dist/hooks/team-pipeline/types.d.ts +58 -0
- package/dist/hooks/team-pipeline/types.d.ts.map +1 -0
- package/dist/hooks/team-pipeline/types.js +7 -0
- package/dist/hooks/team-pipeline/types.js.map +1 -0
- package/dist/hooks/think-mode/__tests__/index.test.d.ts +2 -0
- package/dist/hooks/think-mode/__tests__/index.test.d.ts.map +1 -0
- package/dist/hooks/think-mode/__tests__/index.test.js +556 -0
- package/dist/hooks/think-mode/__tests__/index.test.js.map +1 -0
- package/dist/hooks/think-mode/detector.d.ts +28 -0
- package/dist/hooks/think-mode/detector.d.ts.map +1 -0
- package/dist/hooks/think-mode/detector.js +105 -0
- package/dist/hooks/think-mode/detector.js.map +1 -0
- package/dist/hooks/think-mode/index.d.ts +70 -0
- package/dist/hooks/think-mode/index.d.ts.map +1 -0
- package/dist/hooks/think-mode/index.js +144 -0
- package/dist/hooks/think-mode/index.js.map +1 -0
- package/dist/hooks/think-mode/switcher.d.ts +39 -0
- package/dist/hooks/think-mode/switcher.d.ts.map +1 -0
- package/dist/hooks/think-mode/switcher.js +181 -0
- package/dist/hooks/think-mode/switcher.js.map +1 -0
- package/dist/hooks/think-mode/types.d.ts +60 -0
- package/dist/hooks/think-mode/types.d.ts.map +1 -0
- package/dist/hooks/think-mode/types.js +9 -0
- package/dist/hooks/think-mode/types.js.map +1 -0
- package/dist/hooks/thinking-block-validator/constants.d.ts +37 -0
- package/dist/hooks/thinking-block-validator/constants.d.ts.map +1 -0
- package/dist/hooks/thinking-block-validator/constants.js +50 -0
- package/dist/hooks/thinking-block-validator/constants.js.map +1 -0
- package/dist/hooks/thinking-block-validator/index.d.ts +35 -0
- package/dist/hooks/thinking-block-validator/index.d.ts.map +1 -0
- package/dist/hooks/thinking-block-validator/index.js +156 -0
- package/dist/hooks/thinking-block-validator/index.js.map +1 -0
- package/dist/hooks/thinking-block-validator/types.d.ts +67 -0
- package/dist/hooks/thinking-block-validator/types.d.ts.map +1 -0
- package/dist/hooks/thinking-block-validator/types.js +9 -0
- package/dist/hooks/thinking-block-validator/types.js.map +1 -0
- package/dist/hooks/timeout-wrapper.d.ts +32 -0
- package/dist/hooks/timeout-wrapper.d.ts.map +1 -0
- package/dist/hooks/timeout-wrapper.js +62 -0
- package/dist/hooks/timeout-wrapper.js.map +1 -0
- package/dist/hooks/todo-continuation/__tests__/isUserAbort.test.d.ts +2 -0
- package/dist/hooks/todo-continuation/__tests__/isUserAbort.test.d.ts.map +1 -0
- package/dist/hooks/todo-continuation/__tests__/isUserAbort.test.js +119 -0
- package/dist/hooks/todo-continuation/__tests__/isUserAbort.test.js.map +1 -0
- package/dist/hooks/todo-continuation/index.d.ts +186 -0
- package/dist/hooks/todo-continuation/index.d.ts.map +1 -0
- package/dist/hooks/todo-continuation/index.js +364 -0
- package/dist/hooks/todo-continuation/index.js.map +1 -0
- package/dist/hooks/ultrapilot/index.d.ts +121 -0
- package/dist/hooks/ultrapilot/index.d.ts.map +1 -0
- package/dist/hooks/ultrapilot/index.js +351 -0
- package/dist/hooks/ultrapilot/index.js.map +1 -0
- package/dist/hooks/ultrapilot/state.d.ts +72 -0
- package/dist/hooks/ultrapilot/state.d.ts.map +1 -0
- package/dist/hooks/ultrapilot/state.js +316 -0
- package/dist/hooks/ultrapilot/state.js.map +1 -0
- package/dist/hooks/ultrapilot/types.d.ts +115 -0
- package/dist/hooks/ultrapilot/types.d.ts.map +1 -0
- package/dist/hooks/ultrapilot/types.js +36 -0
- package/dist/hooks/ultrapilot/types.js.map +1 -0
- package/dist/hooks/ultraqa/index.d.ts +96 -0
- package/dist/hooks/ultraqa/index.d.ts.map +1 -0
- package/dist/hooks/ultraqa/index.js +254 -0
- package/dist/hooks/ultraqa/index.js.map +1 -0
- package/dist/hooks/ultrawork/index.d.ts +72 -0
- package/dist/hooks/ultrawork/index.d.ts.map +1 -0
- package/dist/hooks/ultrawork/index.js +239 -0
- package/dist/hooks/ultrawork/index.js.map +1 -0
- package/dist/hooks/ultrawork/session-isolation.test.d.ts +2 -0
- package/dist/hooks/ultrawork/session-isolation.test.d.ts.map +1 -0
- package/dist/hooks/ultrawork/session-isolation.test.js +333 -0
- package/dist/hooks/ultrawork/session-isolation.test.js.map +1 -0
- package/dist/hud/background-cleanup.d.ts +28 -0
- package/dist/hud/background-cleanup.d.ts.map +1 -0
- package/dist/hud/background-cleanup.js +92 -0
- package/dist/hud/background-cleanup.js.map +1 -0
- package/dist/hud/background-tasks.d.ts +26 -0
- package/dist/hud/background-tasks.d.ts.map +1 -0
- package/dist/hud/background-tasks.js +116 -0
- package/dist/hud/background-tasks.js.map +1 -0
- package/dist/hud/colors.d.ts +54 -0
- package/dist/hud/colors.d.ts.map +1 -0
- package/dist/hud/colors.js +156 -0
- package/dist/hud/colors.js.map +1 -0
- package/dist/hud/elements/agents.d.ts +73 -0
- package/dist/hud/elements/agents.d.ts.map +1 -0
- package/dist/hud/elements/agents.js +493 -0
- package/dist/hud/elements/agents.js.map +1 -0
- package/dist/hud/elements/autopilot.d.ts +29 -0
- package/dist/hud/elements/autopilot.d.ts.map +1 -0
- package/dist/hud/elements/autopilot.js +97 -0
- package/dist/hud/elements/autopilot.js.map +1 -0
- package/dist/hud/elements/axiom.d.ts +36 -0
- package/dist/hud/elements/axiom.d.ts.map +1 -0
- package/dist/hud/elements/axiom.js +275 -0
- package/dist/hud/elements/axiom.js.map +1 -0
- package/dist/hud/elements/background.d.ts +20 -0
- package/dist/hud/elements/background.d.ts.map +1 -0
- package/dist/hud/elements/background.js +71 -0
- package/dist/hud/elements/background.js.map +1 -0
- package/dist/hud/elements/call-counts.d.ts +21 -0
- package/dist/hud/elements/call-counts.d.ts.map +1 -0
- package/dist/hud/elements/call-counts.js +39 -0
- package/dist/hud/elements/call-counts.js.map +1 -0
- package/dist/hud/elements/context-warning.d.ts +16 -0
- package/dist/hud/elements/context-warning.d.ts.map +1 -0
- package/dist/hud/elements/context-warning.js +29 -0
- package/dist/hud/elements/context-warning.js.map +1 -0
- package/dist/hud/elements/context.d.ts +19 -0
- package/dist/hud/elements/context.d.ts.map +1 -0
- package/dist/hud/elements/context.js +64 -0
- package/dist/hud/elements/context.js.map +1 -0
- package/dist/hud/elements/cwd.d.ts +15 -0
- package/dist/hud/elements/cwd.d.ts.map +1 -0
- package/dist/hud/elements/cwd.js +39 -0
- package/dist/hud/elements/cwd.js.map +1 -0
- package/dist/hud/elements/limits.d.ts +25 -0
- package/dist/hud/elements/limits.d.ts.map +1 -0
- package/dist/hud/elements/limits.js +151 -0
- package/dist/hud/elements/limits.js.map +1 -0
- package/dist/hud/elements/model.d.ts +16 -0
- package/dist/hud/elements/model.d.ts.map +1 -0
- package/dist/hud/elements/model.js +63 -0
- package/dist/hud/elements/model.js.map +1 -0
- package/dist/hud/elements/permission.d.ts +13 -0
- package/dist/hud/elements/permission.d.ts.map +1 -0
- package/dist/hud/elements/permission.js +20 -0
- package/dist/hud/elements/permission.js.map +1 -0
- package/dist/hud/elements/prd.d.ts +20 -0
- package/dist/hud/elements/prd.d.ts.map +1 -0
- package/dist/hud/elements/prd.js +52 -0
- package/dist/hud/elements/prd.js.map +1 -0
- package/dist/hud/elements/ralph.d.ts +14 -0
- package/dist/hud/elements/ralph.d.ts.map +1 -0
- package/dist/hud/elements/ralph.js +36 -0
- package/dist/hud/elements/ralph.js.map +1 -0
- package/dist/hud/elements/session.d.ts +13 -0
- package/dist/hud/elements/session.d.ts.map +1 -0
- package/dist/hud/elements/session.js +24 -0
- package/dist/hud/elements/session.js.map +1 -0
- package/dist/hud/elements/skills.d.ts +24 -0
- package/dist/hud/elements/skills.d.ts.map +1 -0
- package/dist/hud/elements/skills.js +93 -0
- package/dist/hud/elements/skills.js.map +1 -0
- package/dist/hud/elements/suggestions.d.ts +25 -0
- package/dist/hud/elements/suggestions.d.ts.map +1 -0
- package/dist/hud/elements/suggestions.js +118 -0
- package/dist/hud/elements/suggestions.js.map +1 -0
- package/dist/hud/elements/thinking.d.ts +15 -0
- package/dist/hud/elements/thinking.d.ts.map +1 -0
- package/dist/hud/elements/thinking.js +31 -0
- package/dist/hud/elements/thinking.js.map +1 -0
- package/dist/hud/elements/todos.d.ts +20 -0
- package/dist/hud/elements/todos.d.ts.map +1 -0
- package/dist/hud/elements/todos.js +71 -0
- package/dist/hud/elements/todos.js.map +1 -0
- package/dist/hud/omc-state.d.ts +38 -0
- package/dist/hud/omc-state.d.ts.map +1 -0
- package/dist/hud/omc-state.js +254 -0
- package/dist/hud/omc-state.js.map +1 -0
- package/dist/hud/sanitize.d.ts +54 -0
- package/dist/hud/sanitize.d.ts.map +1 -0
- package/dist/hud/sanitize.js +87 -0
- package/dist/hud/sanitize.js.map +1 -0
- package/dist/hud/state.d.ts +49 -0
- package/dist/hud/state.d.ts.map +1 -0
- package/dist/hud/state.js +299 -0
- package/dist/hud/state.js.map +1 -0
- package/dist/hud/stdin.d.ts +22 -0
- package/dist/hud/stdin.d.ts.map +1 -0
- package/dist/hud/stdin.js +65 -0
- package/dist/hud/stdin.js.map +1 -0
- package/dist/hud/transcript.d.ts +35 -0
- package/dist/hud/transcript.d.ts.map +1 -0
- package/dist/hud/transcript.js +373 -0
- package/dist/hud/transcript.js.map +1 -0
- package/dist/hud/types.d.ts +290 -0
- package/dist/hud/types.d.ts.map +1 -0
- package/dist/hud/types.js +242 -0
- package/dist/hud/types.js.map +1 -0
- package/dist/hud/usage-api.d.ts +46 -0
- package/dist/hud/usage-api.d.ts.map +1 -0
- package/dist/hud/usage-api.js +547 -0
- package/dist/hud/usage-api.js.map +1 -0
- package/dist/installer/__tests__/claude-md-merge.test.d.ts +6 -0
- package/dist/installer/__tests__/claude-md-merge.test.d.ts.map +1 -0
- package/dist/installer/__tests__/claude-md-merge.test.js +220 -0
- package/dist/installer/__tests__/claude-md-merge.test.js.map +1 -0
- package/dist/installer/__tests__/hooks.test.d.ts +6 -0
- package/dist/installer/__tests__/hooks.test.d.ts.map +1 -0
- package/dist/installer/__tests__/hooks.test.js +121 -0
- package/dist/installer/__tests__/hooks.test.js.map +1 -0
- package/dist/installer/__tests__/safe-installer.test.d.ts +6 -0
- package/dist/installer/__tests__/safe-installer.test.d.ts.map +1 -0
- package/dist/installer/__tests__/safe-installer.test.js +185 -0
- package/dist/installer/__tests__/safe-installer.test.js.map +1 -0
- package/dist/installer/hooks.d.ts +122 -0
- package/dist/installer/hooks.d.ts.map +1 -0
- package/dist/installer/hooks.js +398 -0
- package/dist/installer/hooks.js.map +1 -0
- package/dist/installer/index.d.ts +140 -0
- package/dist/installer/index.d.ts.map +1 -0
- package/dist/installer/index.js +824 -0
- package/dist/installer/index.js.map +1 -0
- package/dist/interop/mcp-bridge.js +507 -0
- package/dist/interop/mcp-bridge.js.map +1 -0
- package/dist/interop/omx-team-state.d.ts +122 -0
- package/dist/interop/omx-team-state.d.ts.map +1 -0
- package/dist/interop/omx-team-state.js +260 -0
- package/dist/interop/omx-team-state.js.map +1 -0
- package/dist/interop/shared-state.d.ts +96 -0
- package/dist/interop/shared-state.d.ts.map +1 -0
- package/dist/interop/shared-state.js +270 -0
- package/dist/interop/shared-state.js.map +1 -0
- package/dist/lib/__tests__/atomic-write.test.d.ts +2 -0
- package/dist/lib/__tests__/atomic-write.test.d.ts.map +1 -0
- package/dist/lib/__tests__/atomic-write.test.js +196 -0
- package/dist/lib/__tests__/atomic-write.test.js.map +1 -0
- package/dist/lib/__tests__/file-lock.test.d.ts +13 -0
- package/dist/lib/__tests__/file-lock.test.d.ts.map +1 -0
- package/dist/lib/__tests__/file-lock.test.js +122 -0
- package/dist/lib/__tests__/file-lock.test.js.map +1 -0
- package/dist/lib/__tests__/plugin-deps.test.d.ts +2 -0
- package/dist/lib/__tests__/plugin-deps.test.d.ts.map +1 -0
- package/dist/lib/__tests__/plugin-deps.test.js +58 -0
- package/dist/lib/__tests__/plugin-deps.test.js.map +1 -0
- package/dist/lib/__tests__/plugin-marketplace.test.d.ts +2 -0
- package/dist/lib/__tests__/plugin-marketplace.test.d.ts.map +1 -0
- package/dist/lib/__tests__/plugin-marketplace.test.js +52 -0
- package/dist/lib/__tests__/plugin-marketplace.test.js.map +1 -0
- package/dist/lib/__tests__/plugin-registry.test.d.ts +2 -0
- package/dist/lib/__tests__/plugin-registry.test.d.ts.map +1 -0
- package/dist/lib/__tests__/plugin-registry.test.js +241 -0
- package/dist/lib/__tests__/plugin-registry.test.js.map +1 -0
- package/dist/lib/__tests__/plugin-rollback.test.d.ts +2 -0
- package/dist/lib/__tests__/plugin-rollback.test.d.ts.map +1 -0
- package/dist/lib/__tests__/plugin-rollback.test.js +60 -0
- package/dist/lib/__tests__/plugin-rollback.test.js.map +1 -0
- package/dist/lib/__tests__/plugin-security.test.d.ts +2 -0
- package/dist/lib/__tests__/plugin-security.test.d.ts.map +1 -0
- package/dist/lib/__tests__/plugin-security.test.js +70 -0
- package/dist/lib/__tests__/plugin-security.test.js.map +1 -0
- package/dist/lib/__tests__/validateMode.test.d.ts +2 -0
- package/dist/lib/__tests__/validateMode.test.d.ts.map +1 -0
- package/dist/lib/__tests__/validateMode.test.js +61 -0
- package/dist/lib/__tests__/validateMode.test.js.map +1 -0
- package/dist/lib/__tests__/version.test.d.ts +6 -0
- package/dist/lib/__tests__/version.test.d.ts.map +1 -0
- package/dist/lib/__tests__/version.test.js +37 -0
- package/dist/lib/__tests__/version.test.js.map +1 -0
- package/dist/lib/__tests__/worktree-paths.test.d.ts +2 -0
- package/dist/lib/__tests__/worktree-paths.test.d.ts.map +1 -0
- package/dist/lib/__tests__/worktree-paths.test.js +225 -0
- package/dist/lib/__tests__/worktree-paths.test.js.map +1 -0
- package/dist/lib/atomic-write.d.ts +56 -0
- package/dist/lib/atomic-write.d.ts.map +1 -0
- package/dist/lib/atomic-write.js +240 -0
- package/dist/lib/atomic-write.js.map +1 -0
- package/dist/lib/env-validator.js +105 -0
- package/dist/lib/env-validator.js.map +1 -0
- package/dist/lib/file-lock.d.ts +18 -0
- package/dist/lib/file-lock.d.ts.map +1 -0
- package/dist/lib/file-lock.js +59 -0
- package/dist/lib/file-lock.js.map +1 -0
- package/dist/lib/memory-utils.d.ts +7 -0
- package/dist/lib/memory-utils.d.ts.map +1 -0
- package/dist/lib/memory-utils.js +21 -0
- package/dist/lib/memory-utils.js.map +1 -0
- package/dist/lib/path-validator.d.ts +25 -0
- package/dist/lib/path-validator.d.ts.map +1 -0
- package/dist/lib/path-validator.js +88 -0
- package/dist/lib/path-validator.js.map +1 -0
- package/dist/lib/plugin-deps.d.ts +26 -0
- package/dist/lib/plugin-deps.d.ts.map +1 -0
- package/dist/lib/plugin-deps.js +59 -0
- package/dist/lib/plugin-deps.js.map +1 -0
- package/dist/lib/plugin-marketplace.d.ts +12 -0
- package/dist/lib/plugin-marketplace.d.ts.map +1 -0
- package/dist/lib/plugin-marketplace.js +35 -0
- package/dist/lib/plugin-marketplace.js.map +1 -0
- package/dist/lib/plugin-registry.d.ts +42 -0
- package/dist/lib/plugin-registry.d.ts.map +1 -0
- package/dist/lib/plugin-registry.js +185 -0
- package/dist/lib/plugin-registry.js.map +1 -0
- package/dist/lib/plugin-rollback.d.ts +22 -0
- package/dist/lib/plugin-rollback.d.ts.map +1 -0
- package/dist/lib/plugin-rollback.js +66 -0
- package/dist/lib/plugin-rollback.js.map +1 -0
- package/dist/lib/plugin-security.d.ts +19 -0
- package/dist/lib/plugin-security.d.ts.map +1 -0
- package/dist/lib/plugin-security.js +87 -0
- package/dist/lib/plugin-security.js.map +1 -0
- package/dist/lib/safe-json.d.ts +16 -0
- package/dist/lib/safe-json.d.ts.map +1 -0
- package/dist/lib/safe-json.js +22 -0
- package/dist/lib/safe-json.js.map +1 -0
- package/dist/lib/version.d.ts +10 -0
- package/dist/lib/version.d.ts.map +1 -0
- package/dist/lib/version.js +37 -0
- package/dist/lib/version.js.map +1 -0
- package/dist/mcp/__tests__/cli-detection.test.d.ts +2 -0
- package/dist/mcp/__tests__/cli-detection.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/cli-detection.test.js +50 -0
- package/dist/mcp/__tests__/cli-detection.test.js.map +1 -0
- package/dist/mcp/__tests__/codex-core.test.d.ts +2 -0
- package/dist/mcp/__tests__/codex-core.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/codex-core.test.js +143 -0
- package/dist/mcp/__tests__/codex-core.test.js.map +1 -0
- package/dist/mcp/__tests__/codex-integration.test.d.ts +2 -0
- package/dist/mcp/__tests__/codex-integration.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/codex-integration.test.js +59 -0
- package/dist/mcp/__tests__/codex-integration.test.js.map +1 -0
- package/dist/mcp/__tests__/codex-reasoning-effort.test.d.ts +2 -0
- package/dist/mcp/__tests__/codex-reasoning-effort.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/codex-reasoning-effort.test.js +141 -0
- package/dist/mcp/__tests__/codex-reasoning-effort.test.js.map +1 -0
- package/dist/mcp/__tests__/gemini-core.test.d.ts +2 -0
- package/dist/mcp/__tests__/gemini-core.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/gemini-core.test.js +53 -0
- package/dist/mcp/__tests__/gemini-core.test.js.map +1 -0
- package/dist/mcp/__tests__/gemini-integration.test.d.ts +2 -0
- package/dist/mcp/__tests__/gemini-integration.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/gemini-integration.test.js +50 -0
- package/dist/mcp/__tests__/gemini-integration.test.js.map +1 -0
- package/dist/mcp/__tests__/gemini-yolo-env.test.d.ts +2 -0
- package/dist/mcp/__tests__/gemini-yolo-env.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/gemini-yolo-env.test.js +274 -0
- package/dist/mcp/__tests__/gemini-yolo-env.test.js.map +1 -0
- package/dist/mcp/__tests__/job-state-db-deprecation.test.d.ts +2 -0
- package/dist/mcp/__tests__/job-state-db-deprecation.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/job-state-db-deprecation.test.js +166 -0
- package/dist/mcp/__tests__/job-state-db-deprecation.test.js.map +1 -0
- package/dist/mcp/__tests__/omc-tools-server.test.d.ts +2 -0
- package/dist/mcp/__tests__/omc-tools-server.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/omc-tools-server.test.js +108 -0
- package/dist/mcp/__tests__/omc-tools-server.test.js.map +1 -0
- package/dist/mcp/__tests__/prompt-injection.test.d.ts +2 -0
- package/dist/mcp/__tests__/prompt-injection.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/prompt-injection.test.js +86 -0
- package/dist/mcp/__tests__/prompt-injection.test.js.map +1 -0
- package/dist/mcp/__tests__/shared-exec.test.d.ts +2 -0
- package/dist/mcp/__tests__/shared-exec.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/shared-exec.test.js +151 -0
- package/dist/mcp/__tests__/shared-exec.test.js.map +1 -0
- package/dist/mcp/adapters/ast-adapter.js +36 -0
- package/dist/mcp/adapters/ast-adapter.js.map +1 -0
- package/dist/mcp/adapters/lsp-adapter.js +6 -0
- package/dist/mcp/adapters/lsp-adapter.js.map +1 -0
- package/dist/mcp/adapters/memory-adapter.js +59 -0
- package/dist/mcp/adapters/memory-adapter.js.map +1 -0
- package/dist/mcp/adapters/notepad-adapter.js +78 -0
- package/dist/mcp/adapters/notepad-adapter.js.map +1 -0
- package/dist/mcp/adapters/python-adapter.js +44 -0
- package/dist/mcp/adapters/python-adapter.js.map +1 -0
- package/dist/mcp/adapters/skills-adapter.js +35 -0
- package/dist/mcp/adapters/skills-adapter.js.map +1 -0
- package/dist/mcp/adapters/state-adapter.d.ts +7 -7
- package/dist/mcp/adapters/trace-adapter.d.ts +1 -1
- package/dist/mcp/adapters/trace-adapter.js +30 -0
- package/dist/mcp/adapters/trace-adapter.js.map +1 -0
- package/dist/mcp/cli-detection.d.ts +26 -0
- package/dist/mcp/cli-detection.d.ts.map +1 -0
- package/dist/mcp/cli-detection.js +80 -0
- package/dist/mcp/cli-detection.js.map +1 -0
- package/dist/mcp/client.js +34 -0
- package/dist/mcp/client.js.map +1 -0
- package/dist/mcp/codex-core.js +957 -0
- package/dist/mcp/codex-core.js.map +1 -0
- package/dist/mcp/codex-server.js +70 -0
- package/dist/mcp/codex-server.js.map +1 -0
- package/dist/mcp/codex-standalone-server.js +72 -0
- package/dist/mcp/codex-standalone-server.js.map +1 -0
- package/dist/mcp/config/config-loader.js +16 -0
- package/dist/mcp/config/config-loader.js.map +1 -0
- package/dist/mcp/config/loader.js +51 -0
- package/dist/mcp/config/loader.js.map +1 -0
- package/dist/mcp/config/schema.js +15 -0
- package/dist/mcp/config/schema.js.map +1 -0
- package/dist/mcp/config-loader.js +66 -0
- package/dist/mcp/config-loader.js.map +1 -0
- package/dist/mcp/config-schema.js +18 -0
- package/dist/mcp/config-schema.js.map +1 -0
- package/dist/mcp/gemini-core.js +709 -0
- package/dist/mcp/gemini-core.js.map +1 -0
- package/dist/mcp/gemini-server.js +70 -0
- package/dist/mcp/gemini-server.js.map +1 -0
- package/dist/mcp/gemini-standalone-server.js +72 -0
- package/dist/mcp/gemini-standalone-server.js.map +1 -0
- package/dist/mcp/index.js +21 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/job-management.js +825 -0
- package/dist/mcp/job-management.js.map +1 -0
- package/dist/mcp/job-state-db.d.ts +150 -0
- package/dist/mcp/job-state-db.d.ts.map +1 -0
- package/dist/mcp/job-state-db.js +667 -0
- package/dist/mcp/job-state-db.js.map +1 -0
- package/dist/mcp/logger.d.ts +7 -0
- package/dist/mcp/logger.d.ts.map +1 -0
- package/dist/mcp/logger.js +19 -0
- package/dist/mcp/logger.js.map +1 -0
- package/dist/mcp/mcp-config.d.ts +55 -0
- package/dist/mcp/mcp-config.d.ts.map +1 -0
- package/dist/mcp/mcp-config.js +94 -0
- package/dist/mcp/mcp-config.js.map +1 -0
- package/dist/mcp/namespace-manager.d.ts +25 -0
- package/dist/mcp/namespace-manager.d.ts.map +1 -0
- package/dist/mcp/namespace-manager.js +26 -0
- package/dist/mcp/namespace-manager.js.map +1 -0
- package/dist/mcp/namespace.js +56 -0
- package/dist/mcp/namespace.js.map +1 -0
- package/dist/mcp/prompt-injection.d.ts +69 -0
- package/dist/mcp/prompt-injection.d.ts.map +1 -0
- package/dist/mcp/prompt-injection.js +162 -0
- package/dist/mcp/prompt-injection.js.map +1 -0
- package/dist/mcp/prompt-persistence.d.ts +140 -0
- package/dist/mcp/prompt-persistence.d.ts.map +1 -0
- package/dist/mcp/prompt-persistence.js +374 -0
- package/dist/mcp/prompt-persistence.js.map +1 -0
- package/dist/mcp/servers.d.ts +75 -0
- package/dist/mcp/servers.d.ts.map +1 -0
- package/dist/mcp/servers.js +116 -0
- package/dist/mcp/servers.js.map +1 -0
- package/dist/mcp/shared-exec.d.ts +50 -0
- package/dist/mcp/shared-exec.d.ts.map +1 -0
- package/dist/mcp/shared-exec.js +182 -0
- package/dist/mcp/shared-exec.js.map +1 -0
- package/dist/mcp/standalone-server.js +129 -0
- package/dist/mcp/standalone-server.js.map +1 -0
- package/dist/mcp/timeout.d.ts +8 -0
- package/dist/mcp/timeout.d.ts.map +1 -0
- package/dist/mcp/timeout.js +14 -0
- package/dist/mcp/timeout.js.map +1 -0
- package/dist/mcp/tool-handler.js +32 -0
- package/dist/mcp/tool-handler.js.map +1 -0
- package/dist/mcp/tool-resolver.js +30 -0
- package/dist/mcp/tool-resolver.js.map +1 -0
- package/dist/monitoring/dashboard.d.ts +13 -0
- package/dist/monitoring/dashboard.d.ts.map +1 -0
- package/dist/monitoring/dashboard.js +93 -0
- package/dist/monitoring/dashboard.js.map +1 -0
- package/dist/monitoring/index.d.ts +3 -0
- package/dist/monitoring/index.d.ts.map +1 -0
- package/dist/monitoring/index.js +3 -0
- package/dist/monitoring/index.js.map +1 -0
- package/dist/monitoring/metrics-collector.d.ts +18 -0
- package/dist/monitoring/metrics-collector.d.ts.map +1 -0
- package/dist/monitoring/metrics-collector.js +68 -0
- package/dist/monitoring/metrics-collector.js.map +1 -0
- package/dist/monitoring/test-perf.d.ts +2 -0
- package/dist/monitoring/test-perf.d.ts.map +1 -0
- package/dist/monitoring/test-perf.js +39 -0
- package/dist/monitoring/test-perf.js.map +1 -0
- package/dist/notifications/__tests__/config-merge.test.d.ts +2 -0
- package/dist/notifications/__tests__/config-merge.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/config-merge.test.js +242 -0
- package/dist/notifications/__tests__/config-merge.test.js.map +1 -0
- package/dist/notifications/__tests__/config.test.d.ts +2 -0
- package/dist/notifications/__tests__/config.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/config.test.js +227 -0
- package/dist/notifications/__tests__/config.test.js.map +1 -0
- package/dist/notifications/__tests__/dispatcher.test.d.ts +2 -0
- package/dist/notifications/__tests__/dispatcher.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/dispatcher.test.js +898 -0
- package/dist/notifications/__tests__/dispatcher.test.js.map +1 -0
- package/dist/notifications/__tests__/formatter.test.d.ts +2 -0
- package/dist/notifications/__tests__/formatter.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/formatter.test.js +72 -0
- package/dist/notifications/__tests__/formatter.test.js.map +1 -0
- package/dist/notifications/__tests__/notify-registry-integration.test.d.ts +2 -0
- package/dist/notifications/__tests__/notify-registry-integration.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/notify-registry-integration.test.js +349 -0
- package/dist/notifications/__tests__/notify-registry-integration.test.js.map +1 -0
- package/dist/notifications/__tests__/profiles.test.d.ts +2 -0
- package/dist/notifications/__tests__/profiles.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/profiles.test.js +253 -0
- package/dist/notifications/__tests__/profiles.test.js.map +1 -0
- package/dist/notifications/__tests__/reply-config.test.d.ts +2 -0
- package/dist/notifications/__tests__/reply-config.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/reply-config.test.js +213 -0
- package/dist/notifications/__tests__/reply-config.test.js.map +1 -0
- package/dist/notifications/__tests__/reply-listener.test.d.ts +2 -0
- package/dist/notifications/__tests__/reply-listener.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/reply-listener.test.js +431 -0
- package/dist/notifications/__tests__/reply-listener.test.js.map +1 -0
- package/dist/notifications/__tests__/session-registry.test.d.ts +2 -0
- package/dist/notifications/__tests__/session-registry.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/session-registry.test.js +465 -0
- package/dist/notifications/__tests__/session-registry.test.js.map +1 -0
- package/dist/notifications/__tests__/sleepMs.test.d.ts +10 -0
- package/dist/notifications/__tests__/sleepMs.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/sleepMs.test.js +117 -0
- package/dist/notifications/__tests__/sleepMs.test.js.map +1 -0
- package/dist/notifications/__tests__/tmux.test.d.ts +2 -0
- package/dist/notifications/__tests__/tmux.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/tmux.test.js +137 -0
- package/dist/notifications/__tests__/tmux.test.js.map +1 -0
- package/dist/notifications/config.d.ts +79 -0
- package/dist/notifications/config.d.ts.map +1 -0
- package/dist/notifications/config.js +479 -0
- package/dist/notifications/config.js.map +1 -0
- package/dist/notifications/dispatcher.d.ts +38 -0
- package/dist/notifications/dispatcher.d.ts.map +1 -0
- package/dist/notifications/dispatcher.js +476 -0
- package/dist/notifications/dispatcher.js.map +1 -0
- package/dist/notifications/formatter.d.ts +37 -0
- package/dist/notifications/formatter.d.ts.map +1 -0
- package/dist/notifications/formatter.js +166 -0
- package/dist/notifications/formatter.js.map +1 -0
- package/dist/notifications/index.d.ts +32 -0
- package/dist/notifications/index.d.ts.map +1 -0
- package/dist/notifications/index.js +99 -0
- package/dist/notifications/index.js.map +1 -0
- package/dist/notifications/reply-listener.d.ts +111 -0
- package/dist/notifications/reply-listener.d.ts.map +1 -0
- package/dist/notifications/reply-listener.js +809 -0
- package/dist/notifications/reply-listener.js.map +1 -0
- package/dist/notifications/session-registry.d.ts +52 -0
- package/dist/notifications/session-registry.d.ts.map +1 -0
- package/dist/notifications/session-registry.js +405 -0
- package/dist/notifications/session-registry.js.map +1 -0
- package/dist/notifications/tmux.d.ts +27 -0
- package/dist/notifications/tmux.d.ts.map +1 -0
- package/dist/notifications/tmux.js +103 -0
- package/dist/notifications/tmux.js.map +1 -0
- package/dist/notifications/types.d.ts +167 -0
- package/dist/notifications/types.d.ts.map +1 -0
- package/dist/notifications/types.js +9 -0
- package/dist/notifications/types.js.map +1 -0
- package/dist/platform/index.d.ts +16 -0
- package/dist/platform/index.d.ts.map +1 -0
- package/dist/platform/index.js +29 -0
- package/dist/platform/index.js.map +1 -0
- package/dist/platform/process-utils.d.ts +26 -0
- package/dist/platform/process-utils.d.ts.map +1 -0
- package/dist/platform/process-utils.js +156 -0
- package/dist/platform/process-utils.js.map +1 -0
- package/dist/providers/azure-devops.d.ts +13 -0
- package/dist/providers/azure-devops.d.ts.map +1 -0
- package/dist/providers/azure-devops.js +77 -0
- package/dist/providers/azure-devops.js.map +1 -0
- package/dist/providers/bitbucket.d.ts +13 -0
- package/dist/providers/bitbucket.d.ts.map +1 -0
- package/dist/providers/bitbucket.js +88 -0
- package/dist/providers/bitbucket.js.map +1 -0
- package/dist/providers/gitea.d.ts +20 -0
- package/dist/providers/gitea.d.ts.map +1 -0
- package/dist/providers/gitea.js +168 -0
- package/dist/providers/gitea.js.map +1 -0
- package/dist/providers/github.d.ts +13 -0
- package/dist/providers/github.d.ts.map +1 -0
- package/dist/providers/github.js +79 -0
- package/dist/providers/github.js.map +1 -0
- package/dist/providers/gitlab.d.ts +14 -0
- package/dist/providers/gitlab.d.ts.map +1 -0
- package/dist/providers/gitlab.js +94 -0
- package/dist/providers/gitlab.js.map +1 -0
- package/dist/providers/index.d.ts +37 -0
- package/dist/providers/index.d.ts.map +1 -0
- package/dist/providers/index.js +196 -0
- package/dist/providers/index.js.map +1 -0
- package/dist/providers/types.d.ts +66 -0
- package/dist/providers/types.d.ts.map +1 -0
- package/dist/providers/types.js +8 -0
- package/dist/providers/types.js.map +1 -0
- package/dist/shared/index.d.ts +5 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/index.js +5 -0
- package/dist/shared/index.js.map +1 -0
- package/dist/shared/types.d.ts +264 -0
- package/dist/shared/types.d.ts.map +1 -0
- package/dist/shared/types.js +5 -0
- package/dist/shared/types.js.map +1 -0
- package/dist/skills/__tests__/ax-context-init.test.d.ts +2 -0
- package/dist/skills/__tests__/ax-context-init.test.d.ts.map +1 -0
- package/dist/skills/__tests__/ax-context-init.test.js +36 -0
- package/dist/skills/__tests__/ax-context-init.test.js.map +1 -0
- package/dist/skills/__tests__/mingw-escape.test.d.ts +9 -0
- package/dist/skills/__tests__/mingw-escape.test.d.ts.map +1 -0
- package/dist/skills/__tests__/mingw-escape.test.js +105 -0
- package/dist/skills/__tests__/mingw-escape.test.js.map +1 -0
- package/dist/team/__tests__/activity-log.test.d.ts +2 -0
- package/dist/team/__tests__/activity-log.test.d.ts.map +1 -0
- package/dist/team/__tests__/activity-log.test.js +141 -0
- package/dist/team/__tests__/activity-log.test.js.map +1 -0
- package/dist/team/__tests__/audit-log.test.d.ts +2 -0
- package/dist/team/__tests__/audit-log.test.d.ts.map +1 -0
- package/dist/team/__tests__/audit-log.test.js +305 -0
- package/dist/team/__tests__/audit-log.test.js.map +1 -0
- package/dist/team/__tests__/bridge-entry.test.d.ts +2 -0
- package/dist/team/__tests__/bridge-entry.test.d.ts.map +1 -0
- package/dist/team/__tests__/bridge-entry.test.js +152 -0
- package/dist/team/__tests__/bridge-entry.test.js.map +1 -0
- package/dist/team/__tests__/bridge-integration.test.d.ts +2 -0
- package/dist/team/__tests__/bridge-integration.test.d.ts.map +1 -0
- package/dist/team/__tests__/bridge-integration.test.js +328 -0
- package/dist/team/__tests__/bridge-integration.test.js.map +1 -0
- package/dist/team/__tests__/capabilities.test.d.ts +2 -0
- package/dist/team/__tests__/capabilities.test.d.ts.map +1 -0
- package/dist/team/__tests__/capabilities.test.js +97 -0
- package/dist/team/__tests__/capabilities.test.js.map +1 -0
- package/dist/team/__tests__/deadlock-detector.test.d.ts +2 -0
- package/dist/team/__tests__/deadlock-detector.test.d.ts.map +1 -0
- package/dist/team/__tests__/deadlock-detector.test.js +50 -0
- package/dist/team/__tests__/deadlock-detector.test.js.map +1 -0
- package/dist/team/__tests__/dependency-graph.test.d.ts +2 -0
- package/dist/team/__tests__/dependency-graph.test.d.ts.map +1 -0
- package/dist/team/__tests__/dependency-graph.test.js +29 -0
- package/dist/team/__tests__/dependency-graph.test.js.map +1 -0
- package/dist/team/__tests__/edge-cases.test.d.ts +16 -0
- package/dist/team/__tests__/edge-cases.test.d.ts.map +1 -0
- package/dist/team/__tests__/edge-cases.test.js +737 -0
- package/dist/team/__tests__/edge-cases.test.js.map +1 -0
- package/dist/team/__tests__/fs-utils.test.d.ts +2 -0
- package/dist/team/__tests__/fs-utils.test.d.ts.map +1 -0
- package/dist/team/__tests__/fs-utils.test.js +74 -0
- package/dist/team/__tests__/fs-utils.test.js.map +1 -0
- package/dist/team/__tests__/git-worktree.test.d.ts +2 -0
- package/dist/team/__tests__/git-worktree.test.d.ts.map +1 -0
- package/dist/team/__tests__/git-worktree.test.js +90 -0
- package/dist/team/__tests__/git-worktree.test.js.map +1 -0
- package/dist/team/__tests__/heartbeat.test.d.ts +2 -0
- package/dist/team/__tests__/heartbeat.test.d.ts.map +1 -0
- package/dist/team/__tests__/heartbeat.test.js +93 -0
- package/dist/team/__tests__/heartbeat.test.js.map +1 -0
- package/dist/team/__tests__/inbox-outbox.test.d.ts +2 -0
- package/dist/team/__tests__/inbox-outbox.test.d.ts.map +1 -0
- package/dist/team/__tests__/inbox-outbox.test.js +220 -0
- package/dist/team/__tests__/inbox-outbox.test.js.map +1 -0
- package/dist/team/__tests__/mcp-team-bridge.test.d.ts +2 -0
- package/dist/team/__tests__/mcp-team-bridge.test.d.ts.map +1 -0
- package/dist/team/__tests__/mcp-team-bridge.test.js +458 -0
- package/dist/team/__tests__/mcp-team-bridge.test.js.map +1 -0
- package/dist/team/__tests__/merge-coordinator.test.d.ts +2 -0
- package/dist/team/__tests__/merge-coordinator.test.d.ts.map +1 -0
- package/dist/team/__tests__/merge-coordinator.test.js +128 -0
- package/dist/team/__tests__/merge-coordinator.test.js.map +1 -0
- package/dist/team/__tests__/message-router.test.d.ts +2 -0
- package/dist/team/__tests__/message-router.test.d.ts.map +1 -0
- package/dist/team/__tests__/message-router.test.js +78 -0
- package/dist/team/__tests__/message-router.test.js.map +1 -0
- package/dist/team/__tests__/outbox-reader.test.d.ts +2 -0
- package/dist/team/__tests__/outbox-reader.test.d.ts.map +1 -0
- package/dist/team/__tests__/outbox-reader.test.js +134 -0
- package/dist/team/__tests__/outbox-reader.test.js.map +1 -0
- package/dist/team/__tests__/permissions.test.d.ts +2 -0
- package/dist/team/__tests__/permissions.test.d.ts.map +1 -0
- package/dist/team/__tests__/permissions.test.js +255 -0
- package/dist/team/__tests__/permissions.test.js.map +1 -0
- package/dist/team/__tests__/prompt-sanitization.test.d.ts +2 -0
- package/dist/team/__tests__/prompt-sanitization.test.d.ts.map +1 -0
- package/dist/team/__tests__/prompt-sanitization.test.js +150 -0
- package/dist/team/__tests__/prompt-sanitization.test.js.map +1 -0
- package/dist/team/__tests__/summary-report.test.d.ts +2 -0
- package/dist/team/__tests__/summary-report.test.d.ts.map +1 -0
- package/dist/team/__tests__/summary-report.test.js +196 -0
- package/dist/team/__tests__/summary-report.test.js.map +1 -0
- package/dist/team/__tests__/task-file-ops.test.d.ts +2 -0
- package/dist/team/__tests__/task-file-ops.test.d.ts.map +1 -0
- package/dist/team/__tests__/task-file-ops.test.js +392 -0
- package/dist/team/__tests__/task-file-ops.test.js.map +1 -0
- package/dist/team/__tests__/task-router.test.d.ts +2 -0
- package/dist/team/__tests__/task-router.test.d.ts.map +1 -0
- package/dist/team/__tests__/task-router.test.js +118 -0
- package/dist/team/__tests__/task-router.test.js.map +1 -0
- package/dist/team/__tests__/team-registration.test.d.ts +2 -0
- package/dist/team/__tests__/team-registration.test.d.ts.map +1 -0
- package/dist/team/__tests__/team-registration.test.js +90 -0
- package/dist/team/__tests__/team-registration.test.js.map +1 -0
- package/dist/team/__tests__/team-status.test.d.ts +2 -0
- package/dist/team/__tests__/team-status.test.d.ts.map +1 -0
- package/dist/team/__tests__/team-status.test.js +146 -0
- package/dist/team/__tests__/team-status.test.js.map +1 -0
- package/dist/team/__tests__/tmux-session.test.d.ts +2 -0
- package/dist/team/__tests__/tmux-session.test.d.ts.map +1 -0
- package/dist/team/__tests__/tmux-session.test.js +60 -0
- package/dist/team/__tests__/tmux-session.test.js.map +1 -0
- package/dist/team/__tests__/unified-team.test.d.ts +2 -0
- package/dist/team/__tests__/unified-team.test.d.ts.map +1 -0
- package/dist/team/__tests__/unified-team.test.js +77 -0
- package/dist/team/__tests__/unified-team.test.js.map +1 -0
- package/dist/team/__tests__/usage-tracker.test.d.ts +2 -0
- package/dist/team/__tests__/usage-tracker.test.d.ts.map +1 -0
- package/dist/team/__tests__/usage-tracker.test.js +106 -0
- package/dist/team/__tests__/usage-tracker.test.js.map +1 -0
- package/dist/team/__tests__/worker-health.test.d.ts +2 -0
- package/dist/team/__tests__/worker-health.test.d.ts.map +1 -0
- package/dist/team/__tests__/worker-health.test.js +129 -0
- package/dist/team/__tests__/worker-health.test.js.map +1 -0
- package/dist/team/__tests__/worker-restart.test.d.ts +2 -0
- package/dist/team/__tests__/worker-restart.test.d.ts.map +1 -0
- package/dist/team/__tests__/worker-restart.test.js +122 -0
- package/dist/team/__tests__/worker-restart.test.js.map +1 -0
- package/dist/team/activity-log.d.ts +23 -0
- package/dist/team/activity-log.d.ts.map +1 -0
- package/dist/team/activity-log.js +102 -0
- package/dist/team/activity-log.js.map +1 -0
- package/dist/team/audit-log.d.ts +29 -0
- package/dist/team/audit-log.d.ts.map +1 -0
- package/dist/team/audit-log.js +92 -0
- package/dist/team/audit-log.js.map +1 -0
- package/dist/team/capabilities.d.ts +29 -0
- package/dist/team/capabilities.d.ts.map +1 -0
- package/dist/team/capabilities.js +51 -0
- package/dist/team/capabilities.js.map +1 -0
- package/dist/team/deadlock-detector.d.ts +16 -0
- package/dist/team/deadlock-detector.d.ts.map +1 -0
- package/dist/team/deadlock-detector.js +52 -0
- package/dist/team/deadlock-detector.js.map +1 -0
- package/dist/team/dependency-graph.d.ts +23 -0
- package/dist/team/dependency-graph.d.ts.map +1 -0
- package/dist/team/dependency-graph.js +35 -0
- package/dist/team/dependency-graph.js.map +1 -0
- package/dist/team/fs-utils.d.ts +14 -0
- package/dist/team/fs-utils.d.ts.map +1 -0
- package/dist/team/fs-utils.js +70 -0
- package/dist/team/fs-utils.js.map +1 -0
- package/dist/team/git-worktree.d.ts +26 -0
- package/dist/team/git-worktree.d.ts.map +1 -0
- package/dist/team/git-worktree.js +138 -0
- package/dist/team/git-worktree.js.map +1 -0
- package/dist/team/heartbeat.d.ts +18 -0
- package/dist/team/heartbeat.d.ts.map +1 -0
- package/dist/team/heartbeat.js +110 -0
- package/dist/team/heartbeat.js.map +1 -0
- package/dist/team/inbox-outbox.d.ts +58 -0
- package/dist/team/inbox-outbox.d.ts.map +1 -0
- package/dist/team/inbox-outbox.js +334 -0
- package/dist/team/inbox-outbox.js.map +1 -0
- package/dist/team/merge-coordinator.d.ts +25 -0
- package/dist/team/merge-coordinator.d.ts.map +1 -0
- package/dist/team/merge-coordinator.js +118 -0
- package/dist/team/merge-coordinator.js.map +1 -0
- package/dist/team/message-router.d.ts +21 -0
- package/dist/team/message-router.d.ts.map +1 -0
- package/dist/team/message-router.js +82 -0
- package/dist/team/message-router.js.map +1 -0
- package/dist/team/outbox-reader.d.ts +22 -0
- package/dist/team/outbox-reader.d.ts.map +1 -0
- package/dist/team/outbox-reader.js +103 -0
- package/dist/team/outbox-reader.js.map +1 -0
- package/dist/team/permissions.d.ts +47 -0
- package/dist/team/permissions.d.ts.map +1 -0
- package/dist/team/permissions.js +203 -0
- package/dist/team/permissions.js.map +1 -0
- package/dist/team/summary-report.d.ts +11 -0
- package/dist/team/summary-report.d.ts.map +1 -0
- package/dist/team/summary-report.js +101 -0
- package/dist/team/summary-report.js.map +1 -0
- package/dist/team/task-file-ops.d.ts +76 -0
- package/dist/team/task-file-ops.d.ts.map +1 -0
- package/dist/team/task-file-ops.js +348 -0
- package/dist/team/task-file-ops.js.map +1 -0
- package/dist/team/task-router.d.ts +28 -0
- package/dist/team/task-router.d.ts.map +1 -0
- package/dist/team/task-router.js +61 -0
- package/dist/team/task-router.js.map +1 -0
- package/dist/team/team-registration.d.ts +30 -0
- package/dist/team/team-registration.d.ts.map +1 -0
- package/dist/team/team-registration.js +187 -0
- package/dist/team/team-registration.js.map +1 -0
- package/dist/team/team-status.d.ts +29 -0
- package/dist/team/team-status.d.ts.map +1 -0
- package/dist/team/team-status.js +95 -0
- package/dist/team/team-status.js.map +1 -0
- package/dist/team/tmux-session.d.ts +23 -0
- package/dist/team/tmux-session.d.ts.map +1 -0
- package/dist/team/tmux-session.js +98 -0
- package/dist/team/tmux-session.js.map +1 -0
- package/dist/team/types.d.ts +133 -0
- package/dist/team/types.d.ts.map +1 -0
- package/dist/team/types.js +2 -0
- package/dist/team/types.js.map +1 -0
- package/dist/team/unified-team.d.ts +7 -0
- package/dist/team/unified-team.d.ts.map +1 -0
- package/dist/team/unified-team.js +82 -0
- package/dist/team/unified-team.js.map +1 -0
- package/dist/team/usage-tracker.d.ts +44 -0
- package/dist/team/usage-tracker.d.ts.map +1 -0
- package/dist/team/usage-tracker.js +102 -0
- package/dist/team/usage-tracker.js.map +1 -0
- package/dist/team/worker-health.d.ts +29 -0
- package/dist/team/worker-health.d.ts.map +1 -0
- package/dist/team/worker-health.js +172 -0
- package/dist/team/worker-health.js.map +1 -0
- package/dist/team/worker-restart.d.ts +38 -0
- package/dist/team/worker-restart.d.ts.map +1 -0
- package/dist/team/worker-restart.js +155 -0
- package/dist/team/worker-restart.js.map +1 -0
- package/dist/tools/__tests__/ast-tools.test.d.ts +2 -0
- package/dist/tools/__tests__/ast-tools.test.d.ts.map +1 -0
- package/dist/tools/__tests__/ast-tools.test.js +178 -0
- package/dist/tools/__tests__/ast-tools.test.js.map +1 -0
- package/dist/tools/__tests__/lsp-tools.test.d.ts +2 -0
- package/dist/tools/__tests__/lsp-tools.test.d.ts.map +1 -0
- package/dist/tools/__tests__/lsp-tools.test.js +252 -0
- package/dist/tools/__tests__/lsp-tools.test.js.map +1 -0
- package/dist/tools/__tests__/schema-conversion.test.d.ts +11 -0
- package/dist/tools/__tests__/schema-conversion.test.d.ts.map +1 -0
- package/dist/tools/__tests__/schema-conversion.test.js +270 -0
- package/dist/tools/__tests__/schema-conversion.test.js.map +1 -0
- package/dist/tools/__tests__/state-tools.test.d.ts +2 -0
- package/dist/tools/__tests__/state-tools.test.d.ts.map +1 -0
- package/dist/tools/__tests__/state-tools.test.js +444 -0
- package/dist/tools/__tests__/state-tools.test.js.map +1 -0
- package/dist/tools/dependency-analyzer.js +57 -0
- package/dist/tools/dependency-analyzer.js.map +1 -0
- package/dist/tools/diagnostics/__tests__/index.test.d.ts +2 -0
- package/dist/tools/diagnostics/__tests__/index.test.d.ts.map +1 -0
- package/dist/tools/diagnostics/__tests__/index.test.js +111 -0
- package/dist/tools/diagnostics/__tests__/index.test.js.map +1 -0
- package/dist/tools/diagnostics/__tests__/lsp-aggregator.test.d.ts +2 -0
- package/dist/tools/diagnostics/__tests__/lsp-aggregator.test.d.ts.map +1 -0
- package/dist/tools/diagnostics/__tests__/lsp-aggregator.test.js +120 -0
- package/dist/tools/diagnostics/__tests__/lsp-aggregator.test.js.map +1 -0
- package/dist/tools/diagnostics/__tests__/tsc-runner.test.d.ts +2 -0
- package/dist/tools/diagnostics/__tests__/tsc-runner.test.d.ts.map +1 -0
- package/dist/tools/diagnostics/__tests__/tsc-runner.test.js +86 -0
- package/dist/tools/diagnostics/__tests__/tsc-runner.test.js.map +1 -0
- package/dist/tools/diagnostics/constants.d.ts +5 -0
- package/dist/tools/diagnostics/constants.d.ts.map +1 -0
- package/dist/tools/diagnostics/constants.js +5 -0
- package/dist/tools/diagnostics/constants.js.map +1 -0
- package/dist/tools/diagnostics/index.d.ts +30 -0
- package/dist/tools/diagnostics/index.d.ts.map +1 -0
- package/dist/tools/diagnostics/index.js +119 -0
- package/dist/tools/diagnostics/index.js.map +1 -0
- package/dist/tools/diagnostics/lsp-aggregator.d.ts +26 -0
- package/dist/tools/diagnostics/lsp-aggregator.d.ts.map +1 -0
- package/dist/tools/diagnostics/lsp-aggregator.js +97 -0
- package/dist/tools/diagnostics/lsp-aggregator.js.map +1 -0
- package/dist/tools/diagnostics/tsc-runner.d.ts +26 -0
- package/dist/tools/diagnostics/tsc-runner.d.ts.map +1 -0
- package/dist/tools/diagnostics/tsc-runner.js +71 -0
- package/dist/tools/diagnostics/tsc-runner.js.map +1 -0
- package/dist/tools/doc-sync.js +67 -0
- package/dist/tools/doc-sync.js.map +1 -0
- package/dist/tools/lsp/__tests__/client-eviction.test.d.ts +2 -0
- package/dist/tools/lsp/__tests__/client-eviction.test.d.ts.map +1 -0
- package/dist/tools/lsp/__tests__/client-eviction.test.js +343 -0
- package/dist/tools/lsp/__tests__/client-eviction.test.js.map +1 -0
- package/dist/tools/lsp/__tests__/client-timer-buffer.test.d.ts +11 -0
- package/dist/tools/lsp/__tests__/client-timer-buffer.test.d.ts.map +1 -0
- package/dist/tools/lsp/__tests__/client-timer-buffer.test.js +222 -0
- package/dist/tools/lsp/__tests__/client-timer-buffer.test.js.map +1 -0
- package/dist/tools/lsp/__tests__/client-win32-spawn.test.d.ts +2 -0
- package/dist/tools/lsp/__tests__/client-win32-spawn.test.d.ts.map +1 -0
- package/dist/tools/lsp/__tests__/client-win32-spawn.test.js +84 -0
- package/dist/tools/lsp/__tests__/client-win32-spawn.test.js.map +1 -0
- package/dist/tools/lsp/__tests__/command-exists.test.d.ts +2 -0
- package/dist/tools/lsp/__tests__/command-exists.test.d.ts.map +1 -0
- package/dist/tools/lsp/__tests__/command-exists.test.js +104 -0
- package/dist/tools/lsp/__tests__/command-exists.test.js.map +1 -0
- package/dist/tools/lsp/__tests__/utils.test.d.ts +2 -0
- package/dist/tools/lsp/__tests__/utils.test.d.ts.map +1 -0
- package/dist/tools/lsp/__tests__/utils.test.js +338 -0
- package/dist/tools/lsp/__tests__/utils.test.js.map +1 -0
- package/dist/tools/lsp/client.d.ts +248 -0
- package/dist/tools/lsp/client.d.ts.map +1 -0
- package/dist/tools/lsp/client.js +670 -0
- package/dist/tools/lsp/client.js.map +1 -0
- package/dist/tools/lsp/index.d.ts +9 -0
- package/dist/tools/lsp/index.d.ts.map +1 -0
- package/dist/tools/lsp/index.js +7 -0
- package/dist/tools/lsp/index.js.map +1 -0
- package/dist/tools/lsp/memory-optimizer.d.ts +19 -0
- package/dist/tools/lsp/memory-optimizer.d.ts.map +1 -0
- package/dist/tools/lsp/memory-optimizer.js +48 -0
- package/dist/tools/lsp/memory-optimizer.js.map +1 -0
- package/dist/tools/lsp/servers.d.ts +43 -0
- package/dist/tools/lsp/servers.d.ts.map +1 -0
- package/dist/tools/lsp/servers.js +238 -0
- package/dist/tools/lsp/servers.js.map +1 -0
- package/dist/tools/lsp/utils.d.ts +58 -0
- package/dist/tools/lsp/utils.d.ts.map +1 -0
- package/dist/tools/lsp/utils.js +243 -0
- package/dist/tools/lsp/utils.js.map +1 -0
- package/dist/tools/lsp-tools.d.ts +3 -3
- package/dist/tools/lsp-tools.d.ts.map +1 -1
- package/dist/tools/lsp-tools.js +406 -0
- package/dist/tools/lsp-tools.js.map +1 -0
- package/dist/tools/memory-tools.js +230 -0
- package/dist/tools/memory-tools.js.map +1 -0
- package/dist/tools/notepad-tools.js +309 -0
- package/dist/tools/notepad-tools.js.map +1 -0
- package/dist/tools/parallel-opportunity-detector.js +66 -0
- package/dist/tools/parallel-opportunity-detector.js.map +1 -0
- package/dist/tools/python-repl/__tests__/bridge-manager-cleanup.test.d.ts +2 -0
- package/dist/tools/python-repl/__tests__/bridge-manager-cleanup.test.d.ts.map +1 -0
- package/dist/tools/python-repl/__tests__/bridge-manager-cleanup.test.js +76 -0
- package/dist/tools/python-repl/__tests__/bridge-manager-cleanup.test.js.map +1 -0
- package/dist/tools/python-repl/__tests__/bridge-manager.test.d.ts +2 -0
- package/dist/tools/python-repl/__tests__/bridge-manager.test.d.ts.map +1 -0
- package/dist/tools/python-repl/__tests__/bridge-manager.test.js +338 -0
- package/dist/tools/python-repl/__tests__/bridge-manager.test.js.map +1 -0
- package/dist/tools/python-repl/__tests__/socket-client.test.d.ts +2 -0
- package/dist/tools/python-repl/__tests__/socket-client.test.d.ts.map +1 -0
- package/dist/tools/python-repl/__tests__/socket-client.test.js +155 -0
- package/dist/tools/python-repl/__tests__/socket-client.test.js.map +1 -0
- package/dist/tools/python-repl/bridge-manager.d.ts +95 -0
- package/dist/tools/python-repl/bridge-manager.d.ts.map +1 -0
- package/dist/tools/python-repl/bridge-manager.js +619 -0
- package/dist/tools/python-repl/bridge-manager.js.map +1 -0
- package/dist/tools/python-repl/index.js +36 -0
- package/dist/tools/python-repl/index.js.map +1 -0
- package/dist/tools/python-repl/paths.d.ts +84 -0
- package/dist/tools/python-repl/paths.d.ts.map +1 -0
- package/dist/tools/python-repl/paths.js +221 -0
- package/dist/tools/python-repl/paths.js.map +1 -0
- package/dist/tools/python-repl/session-lock.d.ts +111 -0
- package/dist/tools/python-repl/session-lock.d.ts.map +1 -0
- package/dist/tools/python-repl/session-lock.js +474 -0
- package/dist/tools/python-repl/session-lock.js.map +1 -0
- package/dist/tools/python-repl/socket-client.d.ts +42 -0
- package/dist/tools/python-repl/socket-client.d.ts.map +1 -0
- package/dist/tools/python-repl/socket-client.js +157 -0
- package/dist/tools/python-repl/socket-client.js.map +1 -0
- package/dist/tools/python-repl/tool.js +579 -0
- package/dist/tools/python-repl/tool.js.map +1 -0
- package/dist/tools/python-repl/types.d.ts +95 -0
- package/dist/tools/python-repl/types.d.ts.map +1 -0
- package/dist/tools/python-repl/types.js +2 -0
- package/dist/tools/python-repl/types.js.map +1 -0
- package/dist/tools/resume-session.d.ts +63 -0
- package/dist/tools/resume-session.d.ts.map +1 -0
- package/dist/tools/resume-session.js +106 -0
- package/dist/tools/resume-session.js.map +1 -0
- package/dist/tools/skills-tools.js +153 -0
- package/dist/tools/skills-tools.js.map +1 -0
- package/dist/tools/tool-prefix-migration.js +80 -0
- package/dist/tools/tool-prefix-migration.js.map +1 -0
- package/dist/tools/trace-tools.js +412 -0
- package/dist/tools/trace-tools.js.map +1 -0
- package/dist/tools/types.js +8 -0
- package/dist/tools/types.js.map +1 -0
- package/dist/utils/__tests__/paths.test.d.ts +2 -0
- package/dist/utils/__tests__/paths.test.d.ts.map +1 -0
- package/dist/utils/__tests__/paths.test.js +88 -0
- package/dist/utils/__tests__/paths.test.js.map +1 -0
- package/dist/utils/__tests__/string-width.test.d.ts +6 -0
- package/dist/utils/__tests__/string-width.test.d.ts.map +1 -0
- package/dist/utils/__tests__/string-width.test.js +173 -0
- package/dist/utils/__tests__/string-width.test.js.map +1 -0
- package/dist/utils/config-dir.d.ts +2 -0
- package/dist/utils/config-dir.d.ts.map +1 -0
- package/dist/utils/config-dir.js +6 -0
- package/dist/utils/config-dir.js.map +1 -0
- package/dist/utils/paths.d.ts +49 -0
- package/dist/utils/paths.d.ts.map +1 -0
- package/dist/utils/paths.js +98 -0
- package/dist/utils/paths.js.map +1 -0
- package/dist/utils/string-width.d.ts +80 -0
- package/dist/utils/string-width.d.ts.map +1 -0
- package/dist/utils/string-width.js +219 -0
- package/dist/utils/string-width.js.map +1 -0
- package/dist/verification/tier-selector.d.ts +40 -0
- package/dist/verification/tier-selector.d.ts.map +1 -0
- package/dist/verification/tier-selector.js +95 -0
- package/dist/verification/tier-selector.js.map +1 -0
- package/dist/verification/tier-selector.test.d.ts +2 -0
- package/dist/verification/tier-selector.test.d.ts.map +1 -0
- package/dist/verification/tier-selector.test.js +282 -0
- package/dist/verification/tier-selector.test.js.map +1 -0
- package/dist/workers/adapter.d.ts +16 -0
- package/dist/workers/adapter.d.ts.map +1 -0
- package/dist/workers/adapter.js +5 -0
- package/dist/workers/adapter.js.map +1 -0
- package/dist/workers/cached-adapter.d.ts +21 -0
- package/dist/workers/cached-adapter.d.ts.map +1 -0
- package/dist/workers/cached-adapter.js +67 -0
- package/dist/workers/cached-adapter.js.map +1 -0
- package/dist/workers/factory.d.ts +11 -0
- package/dist/workers/factory.d.ts.map +1 -0
- package/dist/workers/factory.js +54 -0
- package/dist/workers/factory.js.map +1 -0
- package/dist/workers/index.d.ts +10 -0
- package/dist/workers/index.d.ts.map +1 -0
- package/dist/workers/index.js +10 -0
- package/dist/workers/index.js.map +1 -0
- package/dist/workers/json-adapter.d.ts +22 -0
- package/dist/workers/json-adapter.d.ts.map +1 -0
- package/dist/workers/json-adapter.js +171 -0
- package/dist/workers/json-adapter.js.map +1 -0
- package/dist/workers/sqlite-adapter.d.ts +22 -0
- package/dist/workers/sqlite-adapter.d.ts.map +1 -0
- package/dist/workers/sqlite-adapter.js +262 -0
- package/dist/workers/sqlite-adapter.js.map +1 -0
- package/dist/workers/types.d.ts +41 -0
- package/dist/workers/types.d.ts.map +1 -0
- package/dist/workers/types.js +5 -0
- package/dist/workers/types.js.map +1 -0
- package/docs/api/assets/highlight.css +85 -85
- package/docs/api/assets/style.css +1633 -1633
- package/docs/api/classes/ContextCollector.html +21 -21
- package/docs/api/functions/activateUltrawork.html +2 -2
- package/docs/api/functions/addCustomNote.html +5 -5
- package/docs/api/functions/addDirective.html +2 -2
- package/docs/api/functions/addManualEntry.html +2 -2
- package/docs/api/functions/addPattern.html +3 -3
- package/docs/api/functions/addWorker.html +2 -2
- package/docs/api/functions/addWorkingMemoryEntry.html +2 -2
- package/docs/api/functions/analyzeContextUsage.html +2 -2
- package/docs/api/functions/appendProgress.html +2 -2
- package/docs/api/functions/appendSessionId.html +2 -2
- package/docs/api/functions/applyCommentFilters.html +3 -3
- package/docs/api/functions/assignFileToWorker.html +2 -2
- package/docs/api/functions/backgroundUpdateCheck.html +2 -2
- package/docs/api/functions/buildAxiomBootContext.html +1 -1
- package/docs/api/functions/buildBoulderContinuation.html +2 -2
- package/docs/api/functions/buildDelegationTable.html +2 -2
- package/docs/api/functions/buildKeyTriggersSection.html +2 -2
- package/docs/api/functions/buildOrchestratorReminder.html +2 -2
- package/docs/api/functions/buildUseAvoidSection.html +2 -2
- package/docs/api/functions/buildVerificationReminder.html +2 -2
- package/docs/api/functions/canResumeAutopilot.html +10 -10
- package/docs/api/functions/canStartMode.html +5 -5
- package/docs/api/functions/cancelAutopilot.html +3 -3
- package/docs/api/functions/cancelUltraQA.html +2 -2
- package/docs/api/functions/checkBackgroundNotifications.html +2 -2
- package/docs/api/functions/checkBoulderContinuation.html +2 -2
- package/docs/api/functions/checkDuplicateTriggers.html +2 -2
- package/docs/api/functions/checkExpertGate.html +1 -1
- package/docs/api/functions/checkForComments.html +2 -2
- package/docs/api/functions/checkForUpdates.html +2 -2
- package/docs/api/functions/checkIncompleteTodos.html +13 -13
- package/docs/api/functions/checkPersistentModes.html +3 -3
- package/docs/api/functions/cleanupOrphanedState.html +2 -2
- package/docs/api/functions/cleanupStaleAgents.html +2 -2
- package/docs/api/functions/cleanupTransientState.html +2 -2
- package/docs/api/functions/clearAgentUsageState.html +1 -1
- package/docs/api/functions/clearAllModeStates.html +2 -2
- package/docs/api/functions/clearAutopilot.html +2 -2
- package/docs/api/functions/clearAutopilotState.html +2 -2
- package/docs/api/functions/clearBeadsContext.html +2 -2
- package/docs/api/functions/clearBoulderState.html +2 -2
- package/docs/api/functions/clearDetectionState.html +2 -2
- package/docs/api/functions/clearInjectedPaths.html +2 -2
- package/docs/api/functions/clearInjectedRules.html +2 -2
- package/docs/api/functions/clearLinkedUltraworkState.html +2 -2
- package/docs/api/functions/clearModeState.html +10 -10
- package/docs/api/functions/clearProjectMemorySession.html +4 -4
- package/docs/api/functions/clearRalphState.html +2 -2
- package/docs/api/functions/clearRapidFireDebounce.html +2 -2
- package/docs/api/functions/clearSkillSession.html +2 -2
- package/docs/api/functions/clearThinkModeState.html +2 -2
- package/docs/api/functions/clearTrackingState.html +2 -2
- package/docs/api/functions/clearUltraQAState.html +2 -2
- package/docs/api/functions/clearVerificationState.html +3 -3
- package/docs/api/functions/commandExists.html +2 -2
- package/docs/api/functions/compareVersions.html +3 -3
- package/docs/api/functions/completeUltraQA.html +2 -2
- package/docs/api/functions/completeUltrapilot.html +2 -2
- package/docs/api/functions/completeWorker.html +2 -2
- package/docs/api/functions/containsTokenLimitError.html +2 -2
- package/docs/api/functions/createAgentToolRestrictions.html +3 -3
- package/docs/api/functions/createAgentUsageReminderHook.html +1 -1
- package/docs/api/functions/createAutoSlashCommandHook.html +7 -7
- package/docs/api/functions/createBackgroundNotificationHook.html +7 -7
- package/docs/api/functions/createBackgroundTaskManager.html +2 -2
- package/docs/api/functions/createBoulderState.html +2 -2
- package/docs/api/functions/createCommentCheckerHook.html +6 -6
- package/docs/api/functions/createCompactCheckpoint.html +2 -2
- package/docs/api/functions/createContentHash.html +2 -2
- package/docs/api/functions/createContextInjectorHook.html +7 -7
- package/docs/api/functions/createDirectoryReadmeInjectorHook.html +9 -9
- package/docs/api/functions/createEmptyMessageSanitizerHook.html +6 -6
- package/docs/api/functions/createEnvContext.html +2 -2
- package/docs/api/functions/createHookOutput.html +4 -4
- package/docs/api/functions/createLearnedSkillsHook.html +6 -6
- package/docs/api/functions/createMagicKeywordProcessor.html +2 -2
- package/docs/api/functions/createModeMarker.html +6 -6
- package/docs/api/functions/createPrd.html +2 -2
- package/docs/api/functions/createPreemptiveCompactionHook.html +6 -6
- package/docs/api/functions/createRalphLoopHook.html +2 -2
- package/docs/api/functions/createRecoveryHook.html +7 -7
- package/docs/api/functions/createRulesInjectorHook.html +8 -8
- package/docs/api/functions/createSimplePrd.html +2 -2
- package/docs/api/functions/createSisyphusOrchestratorHook.html +7 -7
- package/docs/api/functions/createSisyphusSession.html +7 -7
- package/docs/api/functions/createThinkModeHook.html +7 -7
- package/docs/api/functions/createThinkingBlockValidatorHook.html +1 -1
- package/docs/api/functions/createTodoContinuationHook.html +2 -2
- package/docs/api/functions/createUltraworkStateHook.html +2 -2
- package/docs/api/functions/deactivateUltrawork.html +8 -8
- package/docs/api/functions/decayHotPaths.html +2 -2
- package/docs/api/functions/decomposeTask.html +11 -11
- package/docs/api/functions/deepMerge.html +2 -2
- package/docs/api/functions/detectArchitectApproval.html +2 -2
- package/docs/api/functions/detectArchitectRejection.html +2 -2
- package/docs/api/functions/detectContextLimitError.html +2 -2
- package/docs/api/functions/detectContextLimitErrorInText.html +2 -2
- package/docs/api/functions/detectDirectivesFromMessage.html +2 -2
- package/docs/api/functions/detectEditError.html +2 -2
- package/docs/api/functions/detectEditErrorInOutput.html +2 -2
- package/docs/api/functions/detectEditErrorInText.html +2 -2
- package/docs/api/functions/detectExtractableMoment.html +2 -2
- package/docs/api/functions/detectKeywordsWithType.html +11 -11
- package/docs/api/functions/detectMagicKeywords.html +2 -2
- package/docs/api/functions/detectProjectEnvironment.html +2 -2
- package/docs/api/functions/detectRecoverableError.html +3 -3
- package/docs/api/functions/detectSessionErrorType.html +2 -2
- package/docs/api/functions/detectSlashCommand.html +3 -3
- package/docs/api/functions/detectThinkKeyword.html +2 -2
- package/docs/api/functions/detectUltrathinkKeyword.html +2 -2
- package/docs/api/functions/discoverAllCommands.html +2 -2
- package/docs/api/functions/enablePrdMode.html +2 -2
- package/docs/api/functions/enhancePrompt.html +2 -2
- package/docs/api/functions/ensureAutopilotDir.html +2 -2
- package/docs/api/functions/ensureDirectoryStructure.html +2 -2
- package/docs/api/functions/ensureModeStateDir.html +2 -2
- package/docs/api/functions/ensureSkillsDir.html +2 -2
- package/docs/api/functions/estimateTokens.html +2 -2
- package/docs/api/functions/executeSlashCommand.html +2 -2
- package/docs/api/functions/expandCommand.html +8 -8
- package/docs/api/functions/expandCommandPrompt.html +6 -6
- package/docs/api/functions/expandCommands.html +2 -2
- package/docs/api/functions/exportSessionSummary.html +2 -2
- package/docs/api/functions/exportWisdomToNotepad.html +2 -2
- package/docs/api/functions/extractPromptText.html +11 -11
- package/docs/api/functions/extractSlashPromptText.html +2 -2
- package/docs/api/functions/extractThinkPromptText.html +2 -2
- package/docs/api/functions/failWorker.html +2 -2
- package/docs/api/functions/findCommand.html +2 -2
- package/docs/api/functions/findMatchingSkills.html +2 -2
- package/docs/api/functions/findPlannerPlans.html +3 -3
- package/docs/api/functions/findPrdPath.html +2 -2
- package/docs/api/functions/findPreviousThinkingContent.html +1 -1
- package/docs/api/functions/findProgressPath.html +2 -2
- package/docs/api/functions/findProjectRoot.html +3 -3
- package/docs/api/functions/findRecoveryEmptyMessages.html +2 -2
- package/docs/api/functions/findRecoveryOrphanThinking.html +2 -2
- package/docs/api/functions/findRecoveryThinkingBlocks.html +2 -2
- package/docs/api/functions/findRuleFiles.html +4 -4
- package/docs/api/functions/findSkillFiles.html +3 -3
- package/docs/api/functions/formatCancelMessage.html +2 -2
- package/docs/api/functions/formatCompactSummary.html +2 -2
- package/docs/api/functions/formatContextSummary.html +3 -3
- package/docs/api/functions/formatDirectivesForContext.html +2 -2
- package/docs/api/functions/formatFailureSummary.html +2 -2
- package/docs/api/functions/formatFile.html +2 -2
- package/docs/api/functions/formatFileChanges.html +2 -2
- package/docs/api/functions/formatFileList.html +2 -2
- package/docs/api/functions/formatFullContext.html +2 -2
- package/docs/api/functions/formatFullNotepad.html +2 -2
- package/docs/api/functions/formatLearningsForContext.html +2 -2
- package/docs/api/functions/formatNextStoryPrompt.html +2 -2
- package/docs/api/functions/formatNotepadContext.html +2 -2
- package/docs/api/functions/formatPatternsForContext.html +2 -2
- package/docs/api/functions/formatPrd.html +2 -2
- package/docs/api/functions/formatPrdStatus.html +2 -2
- package/docs/api/functions/formatPreCompactSummary.html +2 -2
- package/docs/api/functions/formatProgressForContext.html +2 -2
- package/docs/api/functions/formatProgressMessage.html +2 -2
- package/docs/api/functions/formatStory.html +2 -2
- package/docs/api/functions/formatSummary.html +2 -2
- package/docs/api/functions/formatUpdateNotification.html +2 -2
- package/docs/api/functions/formatValidationResults.html +2 -2
- package/docs/api/functions/generateExtractionPrompt.html +2 -2
- package/docs/api/functions/generateSkillFrontmatter.html +2 -2
- package/docs/api/functions/generateSummary.html +2 -2
- package/docs/api/functions/getActiveAgentCount.html +2 -2
- package/docs/api/functions/getActiveExclusiveMode.html +4 -4
- package/docs/api/functions/getActiveModes.html +2 -2
- package/docs/api/functions/getActivePlanPath.html +2 -2
- package/docs/api/functions/getAgentDefinitions.html +2 -2
- package/docs/api/functions/getAgentsByType.html +2 -2
- package/docs/api/functions/getAllCommands.html +2 -2
- package/docs/api/functions/getAllModeStatuses.html +5 -5
- package/docs/api/functions/getAllSkills.html +2 -2
- package/docs/api/functions/getArchitectRejectionContinuationPrompt.html +2 -2
- package/docs/api/functions/getArchitectVerificationPrompt.html +2 -2
- package/docs/api/functions/getAutoFormatMessage.html +2 -2
- package/docs/api/functions/getAutopilotStateAge.html +3 -3
- package/docs/api/functions/getAvailableAgents.html +2 -2
- package/docs/api/functions/getAxiomDir.html +1 -1
- package/docs/api/functions/getBackgroundTaskGuidance.html +4 -4
- package/docs/api/functions/getBeadsContextConfig.html +2 -2
- package/docs/api/functions/getBeadsInstructions.html +2 -2
- package/docs/api/functions/getBoulderFilePath.html +2 -2
- package/docs/api/functions/getCheckpointPath.html +2 -2
- package/docs/api/functions/getClaudeThinkingConfig.html +3 -3
- package/docs/api/functions/getCommand.html +2 -2
- package/docs/api/functions/getCommandsDir.html +2 -2
- package/docs/api/functions/getCompactionQueueDepth.html +3 -3
- package/docs/api/functions/getCompletedWorkers.html +2 -2
- package/docs/api/functions/getDefaultMcpServers.html +1 -1
- package/docs/api/functions/getDefaultModelForCategory.html +2 -2
- package/docs/api/functions/getDetectionStats.html +2 -2
- package/docs/api/functions/getDirectPlanningPrompt.html +3 -3
- package/docs/api/functions/getExecutionPrompt.html +2 -2
- package/docs/api/functions/getExpansionPrompt.html +3 -3
- package/docs/api/functions/getExpertGateMessage.html +1 -1
- package/docs/api/functions/getFailedWorkers.html +2 -2
- package/docs/api/functions/getFormatter.html +2 -2
- package/docs/api/functions/getGitDiffStats.html +2 -2
- package/docs/api/functions/getGlobalStateFilePath.html +4 -4
- package/docs/api/functions/getGoalCommand.html +2 -2
- package/docs/api/functions/getHighVariant.html +3 -3
- package/docs/api/functions/getInstallInfo.html +2 -2
- package/docs/api/functions/getInstalledVersion.html +2 -2
- package/docs/api/functions/getIssuesToFix.html +2 -2
- package/docs/api/functions/getLastDetection.html +2 -2
- package/docs/api/functions/getLearnerConfigValue.html +2 -2
- package/docs/api/functions/getLinter.html +2 -2
- package/docs/api/functions/getManualSection.html +2 -2
- package/docs/api/functions/getMemoryFilePaths.html +1 -1
- package/docs/api/functions/getModeMarkerFilePath.html +2 -2
- package/docs/api/functions/getModeStateFilePath.html +2 -2
- package/docs/api/functions/getNextStory.html +2 -2
- package/docs/api/functions/getNotepadPath.html +2 -2
- package/docs/api/functions/getNotepadStats.html +2 -2
- package/docs/api/functions/getOmcPrdPath.html +2 -2
- package/docs/api/functions/getOmcProgressPath.html +2 -2
- package/docs/api/functions/getOmcSystemPrompt.html +2 -2
- package/docs/api/functions/getOmcToolNames.html +3 -3
- package/docs/api/functions/getPatterns.html +2 -2
- package/docs/api/functions/getPhasePrompt.html +2 -2
- package/docs/api/functions/getPlanName.html +2 -2
- package/docs/api/functions/getPlanPath.html +2 -2
- package/docs/api/functions/getPlanProgress.html +2 -2
- package/docs/api/functions/getPlanSummaries.html +2 -2
- package/docs/api/functions/getPrdCompletionStatus.html +2 -2
- package/docs/api/functions/getPrdPath.html +2 -2
- package/docs/api/functions/getPrdStatus.html +2 -2
- package/docs/api/functions/getPreCommitReminderMessage.html +2 -2
- package/docs/api/functions/getPriorityContext.html +2 -2
- package/docs/api/functions/getProgressContext.html +2 -2
- package/docs/api/functions/getProgressPath.html +2 -2
- package/docs/api/functions/getPromotionCandidates.html +2 -2
- package/docs/api/functions/getQAPrompt.html +2 -2
- package/docs/api/functions/getRalphContext.html +3 -3
- package/docs/api/functions/getReadmesForPath.html +2 -2
- package/docs/api/functions/getRecentLearnings.html +2 -2
- package/docs/api/functions/getRulesForPath.html +2 -2
- package/docs/api/functions/getRunningAgents.html +2 -2
- package/docs/api/functions/getRunningWorkers.html +2 -2
- package/docs/api/functions/getSessionTokenEstimate.html +2 -2
- package/docs/api/functions/getSkillsDir.html +2 -2
- package/docs/api/functions/getSpecPath.html +2 -2
- package/docs/api/functions/getStaleAgents.html +2 -2
- package/docs/api/functions/getStateDir.html +2 -2
- package/docs/api/functions/getStory.html +2 -2
- package/docs/api/functions/getSubagentStateFilePath.html +2 -2
- package/docs/api/functions/getThinkModeState.html +2 -2
- package/docs/api/functions/getThinkingConfig.html +3 -3
- package/docs/api/functions/getTopHotPaths.html +2 -2
- package/docs/api/functions/getTrackingStats.html +2 -2
- package/docs/api/functions/getTransitionPrompt.html +2 -2
- package/docs/api/functions/getUltraworkPersistenceMessage.html +2 -2
- package/docs/api/functions/getValidationPrompt.html +2 -2
- package/docs/api/functions/getValidationSpawnPrompt.html +2 -2
- package/docs/api/functions/getValidationStats.html +1 -1
- package/docs/api/functions/getValidationStatus.html +2 -2
- package/docs/api/functions/getWorkingMemory.html +2 -2
- package/docs/api/functions/handleBackgroundEvent.html +3 -3
- package/docs/api/functions/handleContextWindowRecovery.html +2 -2
- package/docs/api/functions/handleEditErrorRecovery.html +2 -2
- package/docs/api/functions/handlePermissionRequest.html +2 -2
- package/docs/api/functions/handleRecovery.html +10 -10
- package/docs/api/functions/handleSessionEnd.html +2 -2
- package/docs/api/functions/handleSessionRecovery.html +2 -2
- package/docs/api/functions/handleSharedFiles.html +7 -7
- package/docs/api/functions/handleSubagentStart.html +2 -2
- package/docs/api/functions/handleSubagentStop.html +2 -2
- package/docs/api/functions/hasBoulder.html +2 -2
- package/docs/api/functions/hasContentParts.html +1 -1
- package/docs/api/functions/hasModeState.html +3 -3
- package/docs/api/functions/hasPrd.html +2 -2
- package/docs/api/functions/hasTextContent.html +2 -2
- package/docs/api/functions/hasValidContent.html +3 -3
- package/docs/api/functions/incrementAgentCount.html +2 -2
- package/docs/api/functions/incrementRalphIteration.html +2 -2
- package/docs/api/functions/incrementReinforcement.html +2 -2
- package/docs/api/functions/initAutopilot.html +2 -2
- package/docs/api/functions/initNotepad.html +2 -2
- package/docs/api/functions/initPrd.html +2 -2
- package/docs/api/functions/initProgress.html +2 -2
- package/docs/api/functions/initUltrapilot.html +2 -2
- package/docs/api/functions/injectContextIntoText.html +2 -2
- package/docs/api/functions/injectPendingContext.html +3 -3
- package/docs/api/functions/injectRecoveryTextPart.html +2 -2
- package/docs/api/functions/install.html +2 -2
- package/docs/api/functions/integrateResults.html +5 -5
- package/docs/api/functions/isActiveModeRunning.html +2 -2
- package/docs/api/functions/isAllowedPath.html +2 -2
- package/docs/api/functions/isAlreadyHighVariant.html +2 -2
- package/docs/api/functions/isAutopilotActive.html +2 -2
- package/docs/api/functions/isAxiomEnabled.html +1 -1
- package/docs/api/functions/isClaudeInstalled.html +3 -3
- package/docs/api/functions/isClaudeModel.html +2 -2
- package/docs/api/functions/isCompactionInProgress.html +3 -3
- package/docs/api/functions/isDuplicateByContentHash.html +2 -2
- package/docs/api/functions/isDuplicateByRealPath.html +2 -2
- package/docs/api/functions/isExcludedCommand.html +2 -2
- package/docs/api/functions/isExtendedThinkingModel.html +1 -1
- package/docs/api/functions/isFileOwnedByWorker.html +2 -2
- package/docs/api/functions/isFormatterAvailable.html +2 -2
- package/docs/api/functions/isGptModel.html +2 -2
- package/docs/api/functions/isInstalled.html +2 -2
- package/docs/api/functions/isLearnerEnabled.html +2 -2
- package/docs/api/functions/isModeActive.html +6 -6
- package/docs/api/functions/isNonInteractive.html +1 -1
- package/docs/api/functions/isRecoverableError.html +2 -2
- package/docs/api/functions/isSafeCommand.html +2 -2
- package/docs/api/functions/isSessionRecoverable.html +2 -2
- package/docs/api/functions/isSharedFile.html +2 -2
- package/docs/api/functions/isThinkModeActive.html +2 -2
- package/docs/api/functions/isToolPart.html +2 -2
- package/docs/api/functions/isUltraQAActive.html +1 -1
- package/docs/api/functions/isWriteEditTool.html +2 -2
- package/docs/api/functions/learnFromToolOutput.html +7 -7
- package/docs/api/functions/lintFile.html +2 -2
- package/docs/api/functions/listAvailableCommands.html +2 -2
- package/docs/api/functions/listCommands.html +2 -2
- package/docs/api/functions/listPromotableLearnings.html +2 -2
- package/docs/api/functions/loadAgentPrompt.html +7 -7
- package/docs/api/functions/loadAgentUsageState.html +1 -1
- package/docs/api/functions/loadAllSkills.html +3 -3
- package/docs/api/functions/loadConfig.html +2 -2
- package/docs/api/functions/loadInjectedPaths.html +2 -2
- package/docs/api/functions/loadInjectedRules.html +2 -2
- package/docs/api/functions/loadLearnerConfig.html +2 -2
- package/docs/api/functions/loadProjectMemory.html +3 -3
- package/docs/api/functions/loadSkillById.html +2 -2
- package/docs/api/functions/mapDirectoryStructure.html +2 -2
- package/docs/api/functions/markStoryComplete.html +2 -2
- package/docs/api/functions/markStoryIncomplete.html +2 -2
- package/docs/api/functions/mergeAgentConfig.html +2 -2
- package/docs/api/functions/parseAxiomState.html +1 -1
- package/docs/api/functions/parseContextLimitError.html +2 -2
- package/docs/api/functions/parseProgress.html +2 -2
- package/docs/api/functions/parseRuleFrontmatter.html +10 -10
- package/docs/api/functions/parseSkillFile.html +2 -2
- package/docs/api/functions/parseSlashCommand.html +2 -2
- package/docs/api/functions/parseTokenLimitError.html +2 -2
- package/docs/api/functions/performUpdate.html +2 -2
- package/docs/api/functions/prependRecoveryThinkingPart.html +2 -2
- package/docs/api/functions/prependThinkingBlock.html +1 -1
- package/docs/api/functions/processAxiomBoot.html +1 -1
- package/docs/api/functions/processAxiomGuards.html +1 -1
- package/docs/api/functions/processBackgroundNotification.html +2 -2
- package/docs/api/functions/processBackgroundNotificationHook.html +2 -2
- package/docs/api/functions/processEditOutput.html +2 -2
- package/docs/api/functions/processHook.html +3 -3
- package/docs/api/functions/processMessageForSkills.html +2 -2
- package/docs/api/functions/processOrchestratorPostTool.html +3 -3
- package/docs/api/functions/processOrchestratorPreTool.html +3 -3
- package/docs/api/functions/processPermissionRequest.html +2 -2
- package/docs/api/functions/processPreCompact.html +6 -6
- package/docs/api/functions/processProjectMemoryPreCompact.html +3 -3
- package/docs/api/functions/processResponseForDetection.html +3 -3
- package/docs/api/functions/processSessionEnd.html +2 -2
- package/docs/api/functions/processSetup.html +2 -2
- package/docs/api/functions/processSetupInit.html +2 -2
- package/docs/api/functions/processSetupMaintenance.html +2 -2
- package/docs/api/functions/processSlashCommand.html +2 -2
- package/docs/api/functions/processSubagentStart.html +2 -2
- package/docs/api/functions/processSubagentStop.html +2 -2
- package/docs/api/functions/processThinkMode.html +3 -3
- package/docs/api/functions/promoteLearning.html +2 -2
- package/docs/api/functions/pruneOldEntries.html +2 -2
- package/docs/api/functions/pruneOldStateFiles.html +2 -2
- package/docs/api/functions/readActiveContext.html +1 -1
- package/docs/api/functions/readAutopilotState.html +2 -2
- package/docs/api/functions/readBoulderState.html +2 -2
- package/docs/api/functions/readModeMarker.html +4 -4
- package/docs/api/functions/readNotepad.html +2 -2
- package/docs/api/functions/readPrd.html +2 -2
- package/docs/api/functions/readProgress.html +2 -2
- package/docs/api/functions/readProgressRaw.html +2 -2
- package/docs/api/functions/readProjectDecisions.html +1 -1
- package/docs/api/functions/readRalphState.html +2 -2
- package/docs/api/functions/readRecoveryMessages.html +2 -2
- package/docs/api/functions/readRecoveryParts.html +2 -2
- package/docs/api/functions/readTrackingState.html +3 -3
- package/docs/api/functions/readUltraQAState.html +2 -2
- package/docs/api/functions/readUltrapilotState.html +2 -2
- package/docs/api/functions/readUltraworkState.html +4 -4
- package/docs/api/functions/readUserPreferences.html +1 -1
- package/docs/api/functions/readVerificationState.html +3 -3
- package/docs/api/functions/recordArchitectFeedback.html +2 -2
- package/docs/api/functions/recordConflict.html +2 -2
- package/docs/api/functions/recordFailure.html +2 -2
- package/docs/api/functions/recordHookFire.html +2 -2
- package/docs/api/functions/recordHookResult.html +2 -2
- package/docs/api/functions/recordKeywordDetected.html +2 -2
- package/docs/api/functions/recordModeChange.html +2 -2
- package/docs/api/functions/recordPattern.html +2 -2
- package/docs/api/functions/recordSessionMetrics.html +2 -2
- package/docs/api/functions/recordSkillActivated.html +2 -2
- package/docs/api/functions/recordSkillInvoked.html +2 -2
- package/docs/api/functions/recordStoryProgress.html +2 -2
- package/docs/api/functions/recordValidationVerdict.html +2 -2
- package/docs/api/functions/registerBeadsContext.html +3 -3
- package/docs/api/functions/registerProjectMemoryContext.html +6 -6
- package/docs/api/functions/removeCodeBlocks.html +12 -12
- package/docs/api/functions/removeModeMarker.html +5 -5
- package/docs/api/functions/removeSlashCodeBlocks.html +2 -2
- package/docs/api/functions/removeThinkCodeBlocks.html +2 -2
- package/docs/api/functions/replaceRecoveryEmptyTextParts.html +2 -2
- package/docs/api/functions/rescanProjectEnvironment.html +4 -4
- package/docs/api/functions/resetSessionTokenEstimate.html +2 -2
- package/docs/api/functions/resumeAutopilot.html +2 -2
- package/docs/api/functions/runPreCommitChecks.html +2 -2
- package/docs/api/functions/runTests.html +2 -2
- package/docs/api/functions/runTypeCheck.html +2 -2
- package/docs/api/functions/sanitizeMessage.html +2 -2
- package/docs/api/functions/sanitizeMessages.html +2 -2
- package/docs/api/functions/saveAgentUsageState.html +1 -1
- package/docs/api/functions/saveInjectedPaths.html +2 -2
- package/docs/api/functions/saveInjectedRules.html +2 -2
- package/docs/api/functions/saveLearnerConfig.html +2 -2
- package/docs/api/functions/saveModeSummary.html +2 -2
- package/docs/api/functions/saveProjectMemory.html +3 -3
- package/docs/api/functions/saveVersionMetadata.html +2 -2
- package/docs/api/functions/setCurrentStory.html +2 -2
- package/docs/api/functions/setEnvironmentVariables.html +2 -2
- package/docs/api/functions/setLearnerConfigValue.html +2 -2
- package/docs/api/functions/setPriorityContext.html +2 -2
- package/docs/api/functions/shouldActivateThinkMode.html +3 -3
- package/docs/api/functions/shouldActivateUltrathink.html +2 -2
- package/docs/api/functions/shouldApplyRule.html +2 -2
- package/docs/api/functions/shouldCheckForUpdates.html +2 -2
- package/docs/api/functions/shouldCompleteByPrd.html +2 -2
- package/docs/api/functions/shouldPromptExtraction.html +2 -2
- package/docs/api/functions/shouldReinforceUltrawork.html +2 -2
- package/docs/api/functions/shouldRetryValidation.html +2 -2
- package/docs/api/functions/shouldRunInBackground.html +8 -8
- package/docs/api/functions/spawnWorkers.html +7 -7
- package/docs/api/functions/startUltraQA.html +3 -3
- package/docs/api/functions/startUltrapilot.html +7 -7
- package/docs/api/functions/startValidationRound.html +2 -2
- package/docs/api/functions/startVerification.html +2 -2
- package/docs/api/functions/startsWithThinkingBlock.html +1 -1
- package/docs/api/functions/stopUltraQA.html +2 -2
- package/docs/api/functions/stripRecoveryThinkingParts.html +2 -2
- package/docs/api/functions/toSdkMcpFormat.html +2 -2
- package/docs/api/functions/trackAccess.html +2 -2
- package/docs/api/functions/trackProgress.html +5 -5
- package/docs/api/functions/transitionPhase.html +2 -2
- package/docs/api/functions/transitionRalphToUltraQA.html +9 -9
- package/docs/api/functions/transitionToComplete.html +2 -2
- package/docs/api/functions/transitionToFailed.html +2 -2
- package/docs/api/functions/transitionUltraQAToValidation.html +2 -2
- package/docs/api/functions/updateDirectoryAccess.html +2 -2
- package/docs/api/functions/updateExecution.html +2 -2
- package/docs/api/functions/updateExpansion.html +2 -2
- package/docs/api/functions/updatePlanning.html +2 -2
- package/docs/api/functions/updateQA.html +2 -2
- package/docs/api/functions/updateValidation.html +2 -2
- package/docs/api/functions/updateWorkerState.html +2 -2
- package/docs/api/functions/validateAgentConfig.html +2 -2
- package/docs/api/functions/validateCommitMessage.html +2 -2
- package/docs/api/functions/validateConfigFiles.html +2 -2
- package/docs/api/functions/validateExtractionRequest.html +2 -2
- package/docs/api/functions/validateMessage.html +1 -1
- package/docs/api/functions/validateMessages.html +1 -1
- package/docs/api/functions/validateSkillMetadata.html +2 -2
- package/docs/api/functions/writeAutopilotState.html +2 -2
- package/docs/api/functions/writeBoulderState.html +2 -2
- package/docs/api/functions/writePrd.html +2 -2
- package/docs/api/functions/writeRalphState.html +2 -2
- package/docs/api/functions/writeSkill.html +2 -2
- package/docs/api/functions/writeTrackingState.html +5 -5
- package/docs/api/functions/writeUltraQAState.html +2 -2
- package/docs/api/functions/writeUltrapilotState.html +2 -2
- package/docs/api/functions/writeUltraworkState.html +2 -2
- package/docs/api/functions/writeVerificationState.html +2 -2
- package/docs/api/hierarchy.html +1 -1
- package/docs/api/index.html +843 -843
- package/docs/api/interfaces/AgentConfig.html +18 -18
- package/docs/api/interfaces/AgentOverrideConfig.html +10 -10
- package/docs/api/interfaces/AgentPromptMetadata.html +19 -19
- package/docs/api/interfaces/AgentState.html +5 -5
- package/docs/api/interfaces/AgentUsageState.html +8 -8
- package/docs/api/interfaces/AutoSlashCommandHookInput.html +5 -5
- package/docs/api/interfaces/AutoSlashCommandHookOutput.html +3 -3
- package/docs/api/interfaces/AutoSlashCommandResult.html +5 -5
- package/docs/api/interfaces/AutopilotConfig.html +26 -26
- package/docs/api/interfaces/AutopilotExecution.html +16 -16
- package/docs/api/interfaces/AutopilotExpansion.html +12 -12
- package/docs/api/interfaces/AutopilotPlanning.html +8 -8
- package/docs/api/interfaces/AutopilotQA.html +12 -12
- package/docs/api/interfaces/AutopilotResult.html +10 -10
- package/docs/api/interfaces/AutopilotState.html +36 -36
- package/docs/api/interfaces/AutopilotSummary.html +16 -16
- package/docs/api/interfaces/AutopilotValidation.html +10 -10
- package/docs/api/interfaces/AutopilotValidationResult.html +8 -8
- package/docs/api/interfaces/AvailableAgent.html +5 -5
- package/docs/api/interfaces/AxiomBootInput.html +3 -3
- package/docs/api/interfaces/AxiomBootOutput.html +4 -4
- package/docs/api/interfaces/AxiomGuardsInput.html +4 -4
- package/docs/api/interfaces/AxiomGuardsOutput.html +4 -4
- package/docs/api/interfaces/AxiomMemoryFiles.html +5 -5
- package/docs/api/interfaces/AxiomState.html +8 -8
- package/docs/api/interfaces/BackgroundNotificationHookConfig.html +11 -11
- package/docs/api/interfaces/BackgroundNotificationHookInput.html +8 -8
- package/docs/api/interfaces/BackgroundNotificationHookOutput.html +8 -8
- package/docs/api/interfaces/BackgroundTask.html +7 -7
- package/docs/api/interfaces/BackgroundTaskManager.html +26 -26
- package/docs/api/interfaces/BeadsContextConfig.html +4 -4
- package/docs/api/interfaces/BoulderState.html +12 -12
- package/docs/api/interfaces/BuildInfo.html +6 -6
- package/docs/api/interfaces/CanStartResult.html +4 -4
- package/docs/api/interfaces/CancelResult.html +4 -4
- package/docs/api/interfaces/ClaudeThinkingConfig.html +4 -4
- package/docs/api/interfaces/CodeConventions.html +5 -5
- package/docs/api/interfaces/CodebasePattern.html +5 -5
- package/docs/api/interfaces/CommandInfo.html +5 -5
- package/docs/api/interfaces/CommandMetadata.html +7 -7
- package/docs/api/interfaces/CommentCheckResult.html +10 -10
- package/docs/api/interfaces/CommentCheckerConfig.html +6 -6
- package/docs/api/interfaces/CommentInfo.html +14 -14
- package/docs/api/interfaces/CommentPendingCall.html +18 -18
- package/docs/api/interfaces/CommitConfig.html +9 -9
- package/docs/api/interfaces/CompactCheckpoint.html +7 -7
- package/docs/api/interfaces/ContextEntry.html +14 -14
- package/docs/api/interfaces/ContextUsageResult.html +12 -12
- package/docs/api/interfaces/CustomNote.html +5 -5
- package/docs/api/interfaces/DelegationDecision.html +7 -7
- package/docs/api/interfaces/DelegationRoute.html +7 -7
- package/docs/api/interfaces/DelegationRoutingConfig.html +5 -5
- package/docs/api/interfaces/DelegationTrigger.html +6 -6
- package/docs/api/interfaces/DetectedKeyword.html +13 -13
- package/docs/api/interfaces/DetectionConfig.html +8 -8
- package/docs/api/interfaces/DetectionResult.html +13 -13
- package/docs/api/interfaces/DirectoryInfo.html +7 -7
- package/docs/api/interfaces/EmptyMessageSanitizerConfig.html +6 -6
- package/docs/api/interfaces/EmptyMessageSanitizerInput.html +6 -6
- package/docs/api/interfaces/EmptyMessageSanitizerOutput.html +8 -8
- package/docs/api/interfaces/ExecuteResult.html +5 -5
- package/docs/api/interfaces/ExpandedCommand.html +4 -4
- package/docs/api/interfaces/ExternalModelPreference.html +4 -4
- package/docs/api/interfaces/ExternalModelsConfig.html +6 -6
- package/docs/api/interfaces/ExternalModelsDefaults.html +5 -5
- package/docs/api/interfaces/ExternalModelsFallbackPolicy.html +5 -5
- package/docs/api/interfaces/FileOwnership.html +8 -8
- package/docs/api/interfaces/FormatConfig.html +7 -7
- package/docs/api/interfaces/FrameworkDetection.html +4 -4
- package/docs/api/interfaces/FullAgentConfig.html +26 -26
- package/docs/api/interfaces/GateCheckResult.html +5 -5
- package/docs/api/interfaces/GitBranchPattern.html +3 -3
- package/docs/api/interfaces/HookContext.html +5 -5
- package/docs/api/interfaces/HookDefinition.html +5 -5
- package/docs/api/interfaces/HookInput.html +18 -18
- package/docs/api/interfaces/HookOutput.html +10 -10
- package/docs/api/interfaces/HookResult.html +4 -4
- package/docs/api/interfaces/HotPath.html +6 -6
- package/docs/api/interfaces/InjectedPathsData.html +9 -9
- package/docs/api/interfaces/InjectedRulesData.html +10 -10
- package/docs/api/interfaces/InjectedSkillsData.html +8 -8
- package/docs/api/interfaces/InjectionResult.html +8 -8
- package/docs/api/interfaces/InstallOptions.html +9 -9
- package/docs/api/interfaces/InstallResult.html +10 -10
- package/docs/api/interfaces/IntegrationResult.html +14 -14
- package/docs/api/interfaces/LanguageDetection.html +5 -5
- package/docs/api/interfaces/LearnedSkill.html +16 -16
- package/docs/api/interfaces/LearnerConfig.html +18 -18
- package/docs/api/interfaces/LintConfig.html +7 -7
- package/docs/api/interfaces/MagicKeyword.html +4 -4
- package/docs/api/interfaces/MatchResult.html +6 -6
- package/docs/api/interfaces/MessageContext.html +8 -8
- package/docs/api/interfaces/MessageInfo.html +9 -9
- package/docs/api/interfaces/MessagePart.html +15 -15
- package/docs/api/interfaces/MessageWithModel.html +3 -3
- package/docs/api/interfaces/MessageWithParts.html +6 -6
- package/docs/api/interfaces/MessagesTransformHook.html +3 -3
- package/docs/api/interfaces/MessagesTransformInput.html +3 -3
- package/docs/api/interfaces/MessagesTransformOutput.html +3 -3
- package/docs/api/interfaces/ModeConfig.html +13 -13
- package/docs/api/interfaces/ModeStatus.html +4 -4
- package/docs/api/interfaces/ModelRef.html +4 -4
- package/docs/api/interfaces/NonInteractiveEnvConfig.html +2 -2
- package/docs/api/interfaces/NotepadConfig.html +7 -7
- package/docs/api/interfaces/NotepadStats.html +11 -11
- package/docs/api/interfaces/NotificationCheckResult.html +8 -8
- package/docs/api/interfaces/OrchestratorToolInput.html +6 -6
- package/docs/api/interfaces/OrchestratorToolOutput.html +6 -6
- package/docs/api/interfaces/OutputPart.html +4 -4
- package/docs/api/interfaces/PRD.html +9 -9
- package/docs/api/interfaces/PRDStatus.html +13 -13
- package/docs/api/interfaces/ParsedSlashCommand.html +8 -8
- package/docs/api/interfaces/ParsedTokenLimitError.html +16 -16
- package/docs/api/interfaces/PendingContext.html +8 -8
- package/docs/api/interfaces/PermissionHookOutput.html +4 -4
- package/docs/api/interfaces/PermissionRequestInput.html +9 -9
- package/docs/api/interfaces/PersistentModeResult.html +9 -9
- package/docs/api/interfaces/PlanProgress.html +8 -8
- package/docs/api/interfaces/PlanSummary.html +10 -10
- package/docs/api/interfaces/PluginConfig.html +17 -17
- package/docs/api/interfaces/PreCommitResult.html +3 -3
- package/docs/api/interfaces/PreCompactHookOutput.html +4 -4
- package/docs/api/interfaces/PreCompactInput.html +8 -8
- package/docs/api/interfaces/PreemptiveCompactionConfig.html +14 -14
- package/docs/api/interfaces/PriorityContextResult.html +5 -5
- package/docs/api/interfaces/ProgressEntry.html +11 -11
- package/docs/api/interfaces/ProgressLog.html +7 -7
- package/docs/api/interfaces/ProjectMemory.html +14 -14
- package/docs/api/interfaces/ProjectStructure.html +5 -5
- package/docs/api/interfaces/PromotionCandidate.html +9 -9
- package/docs/api/interfaces/PruneResult.html +5 -5
- package/docs/api/interfaces/QualityValidation.html +10 -10
- package/docs/api/interfaces/RalphLoopHook.html +4 -4
- package/docs/api/interfaces/RalphLoopOptions.html +5 -5
- package/docs/api/interfaces/RalphLoopState.html +21 -21
- package/docs/api/interfaces/RecoveryConfig.html +16 -16
- package/docs/api/interfaces/RecoveryMessageData.html +4 -4
- package/docs/api/interfaces/RecoveryResult.html +10 -10
- package/docs/api/interfaces/RecoveryStoredMessageMeta.html +8 -8
- package/docs/api/interfaces/RecoveryStoredReasoningPart.html +7 -7
- package/docs/api/interfaces/RecoveryStoredTextPart.html +9 -9
- package/docs/api/interfaces/RecoveryStoredToolPart.html +9 -9
- package/docs/api/interfaces/RegisterContextOptions.html +12 -12
- package/docs/api/interfaces/ReleaseInfo.html +9 -9
- package/docs/api/interfaces/ResolveDelegationOptions.html +7 -7
- package/docs/api/interfaces/ResolveOptions.html +6 -6
- package/docs/api/interfaces/ResolvedModel.html +5 -5
- package/docs/api/interfaces/RetryState.html +6 -6
- package/docs/api/interfaces/RuleFileCandidate.html +12 -12
- package/docs/api/interfaces/RuleFrontmatterResult.html +6 -6
- package/docs/api/interfaces/RuleInfo.html +18 -18
- package/docs/api/interfaces/RuleMetadata.html +9 -9
- package/docs/api/interfaces/RuleToInject.html +10 -10
- package/docs/api/interfaces/SessionEndHookOutput.html +2 -2
- package/docs/api/interfaces/SessionEndInput.html +9 -9
- package/docs/api/interfaces/SessionMetrics.html +9 -9
- package/docs/api/interfaces/SessionState.html +5 -5
- package/docs/api/interfaces/SetupHookOutput.html +3 -3
- package/docs/api/interfaces/SetupInput.html +7 -7
- package/docs/api/interfaces/SetupResult.html +5 -5
- package/docs/api/interfaces/ShellHook.html +4 -4
- package/docs/api/interfaces/SisyphusOptions.html +14 -14
- package/docs/api/interfaces/SisyphusSession.html +16 -16
- package/docs/api/interfaces/SkillExtractionRequest.html +12 -12
- package/docs/api/interfaces/SkillFileCandidate.html +10 -10
- package/docs/api/interfaces/SkillHookContext.html +5 -5
- package/docs/api/interfaces/SkillMetadata.html +22 -22
- package/docs/api/interfaces/SkillParseResult.html +5 -5
- package/docs/api/interfaces/SubagentHookOutput.html +3 -3
- package/docs/api/interfaces/SubagentInfo.html +14 -14
- package/docs/api/interfaces/SubagentStartInput.html +10 -10
- package/docs/api/interfaces/SubagentStopInput.html +11 -11
- package/docs/api/interfaces/SubagentTrackingState.html +6 -6
- package/docs/api/interfaces/TaskExecutionDecision.html +10 -10
- package/docs/api/interfaces/TechStack.html +5 -5
- package/docs/api/interfaces/ThinkModeInput.html +4 -4
- package/docs/api/interfaces/ThinkModeState.html +12 -12
- package/docs/api/interfaces/ThinkingValidatorMessageInfo.html +6 -6
- package/docs/api/interfaces/ThinkingValidatorMessagePart.html +9 -9
- package/docs/api/interfaces/ThinkingValidatorMessageWithParts.html +4 -4
- package/docs/api/interfaces/TodoContinuationHook.html +2 -2
- package/docs/api/interfaces/TransitionResult.html +4 -4
- package/docs/api/interfaces/TruncateState.html +6 -6
- package/docs/api/interfaces/UltraQAOptions.html +5 -5
- package/docs/api/interfaces/UltraQAResult.html +9 -9
- package/docs/api/interfaces/UltraQAState.html +19 -19
- package/docs/api/interfaces/UltrapilotConfig.html +14 -14
- package/docs/api/interfaces/UltrapilotState.html +26 -26
- package/docs/api/interfaces/UltraworkState.html +17 -17
- package/docs/api/interfaces/UpdateCheckResult.html +7 -7
- package/docs/api/interfaces/UpdateResult.html +7 -7
- package/docs/api/interfaces/UserDirective.html +7 -7
- package/docs/api/interfaces/UserStory.html +15 -15
- package/docs/api/interfaces/ValidationCoordinatorResult.html +6 -6
- package/docs/api/interfaces/ValidationResult.html +10 -10
- package/docs/api/interfaces/VerificationState.html +17 -17
- package/docs/api/interfaces/VersionMetadata.html +12 -12
- package/docs/api/interfaces/WorkerState.html +24 -24
- package/docs/api/interfaces/WriteSkillResult.html +6 -6
- package/docs/api/modules.html +1 -1
- package/docs/api/types/AgentCategory.html +2 -2
- package/docs/api/types/AgentCost.html +3 -3
- package/docs/api/types/AgentFactory.html +2 -2
- package/docs/api/types/AgentOverrides.html +2 -2
- package/docs/api/types/AutopilotPhase.html +2 -2
- package/docs/api/types/AutopilotSignal.html +2 -2
- package/docs/api/types/CommandScope.html +2 -2
- package/docs/api/types/ContextPriority.html +3 -3
- package/docs/api/types/ContextSourceType.html +3 -3
- package/docs/api/types/DelegationProvider.html +2 -2
- package/docs/api/types/DelegationTool.html +2 -2
- package/docs/api/types/ExecutionMode.html +3 -3
- package/docs/api/types/ExternalModelProvider.html +2 -2
- package/docs/api/types/GateType.html +3 -3
- package/docs/api/types/InjectionStrategy.html +2 -2
- package/docs/api/types/KeywordType.html +10 -10
- package/docs/api/types/ModelType.html +2 -2
- package/docs/api/types/QAStatus.html +2 -2
- package/docs/api/types/RecoveryErrorType.html +2 -2
- package/docs/api/types/RecoveryStoredPart.html +2 -2
- package/docs/api/types/TaskTool.html +1 -1
- package/docs/api/types/ThinkingConfig.html +2 -2
- package/docs/api/types/UltraQAGoalType.html +1 -1
- package/docs/api/types/UserStoryInput.html +2 -2
- package/docs/api/types/ValidationVerdict.html +2 -2
- package/docs/api/types/ValidationVerdictType.html +2 -2
- package/docs/api/variables/AGENTS_DIR.html +1 -1
- package/docs/api/variables/AGENTS_FILENAME.html +2 -2
- package/docs/api/variables/AGENT_TOOLS.html +2 -2
- package/docs/api/variables/ALLOWED_PATH_PREFIX.html +2 -2
- package/docs/api/variables/ANALYST_PROMPT_METADATA.html +1 -1
- package/docs/api/variables/ARCHITECT_PROMPT_METADATA.html +1 -1
- package/docs/api/variables/AUTO_SLASH_COMMAND_HOOK_NAME.html +4 -4
- package/docs/api/variables/AUTO_SLASH_COMMAND_TAG_CLOSE.html +1 -1
- package/docs/api/variables/AUTO_SLASH_COMMAND_TAG_OPEN.html +2 -2
- package/docs/api/variables/BACKGROUND_NOTIFICATION_HOOK_NAME.html +2 -2
- package/docs/api/variables/BDD_KEYWORDS.html +2 -2
- package/docs/api/variables/BEADS_INSTRUCTIONS.html +1 -1
- package/docs/api/variables/BEADS_RUST_INSTRUCTIONS.html +1 -1
- package/docs/api/variables/BLOCKING_PATTERNS.html +3 -3
- package/docs/api/variables/BOULDER_CONTINUATION_PROMPT.html +2 -2
- package/docs/api/variables/BOULDER_DIR.html +2 -2
- package/docs/api/variables/BOULDER_FILE.html +2 -2
- package/docs/api/variables/BOULDER_STATE_PATH.html +2 -2
- package/docs/api/variables/CHARS_PER_TOKEN.html +2 -2
- package/docs/api/variables/CI_COMMANDS.html +2 -2
- package/docs/api/variables/CI_GATE_MESSAGE.html +1 -1
- package/docs/api/variables/CLAUDE_CONFIG_DIR.html +2 -2
- package/docs/api/variables/CLAUDE_DEFAULT_CONTEXT_LIMIT.html +2 -2
- package/docs/api/variables/COMMANDS_DIR.html +1 -1
- package/docs/api/variables/COMMENT_CHECKER_MESSAGE_HEADER.html +2 -2
- package/docs/api/variables/COMPACTION_COOLDOWN_MS.html +2 -2
- package/docs/api/variables/CONTENT_PART_TYPES.html +2 -2
- package/docs/api/variables/CONTEXT_CRITICAL_MESSAGE.html +2 -2
- package/docs/api/variables/CONTEXT_FILENAMES.html +2 -2
- package/docs/api/variables/CONTEXT_LIMIT_RECOVERY_MESSAGE.html +2 -2
- package/docs/api/variables/CONTEXT_LIMIT_SHORT_MESSAGE.html +2 -2
- package/docs/api/variables/CONTEXT_WARNING_MESSAGE.html +2 -2
- package/docs/api/variables/CRITICAL_THRESHOLD.html +2 -2
- package/docs/api/variables/CRITIC_PROMPT_METADATA.html +1 -1
- package/docs/api/variables/DEFAULT_CONFIG.html +2 -2
- package/docs/api/variables/DEFAULT_MAX_BACKGROUND_TASKS.html +2 -2
- package/docs/api/variables/DEFAULT_THINKING_CONTENT.html +2 -2
- package/docs/api/variables/DIRECT_WORK_REMINDER.html +2 -2
- package/docs/api/variables/DOCUMENT_SPECIALIST_PROMPT_METADATA.html +1 -1
- package/docs/api/variables/DOCUMENT_WRITER_PROMPT_METADATA.html +1 -1
- package/docs/api/variables/EDIT_ERROR_PATTERNS.html +2 -2
- package/docs/api/variables/EDIT_ERROR_REMINDER.html +3 -3
- package/docs/api/variables/EMPTY_MESSAGE_SANITIZER_DEBUG_PREFIX.html +2 -2
- package/docs/api/variables/EMPTY_MESSAGE_SANITIZER_ERROR_PATTERNS.html +2 -2
- package/docs/api/variables/EMPTY_MESSAGE_SANITIZER_HOOK_NAME.html +2 -2
- package/docs/api/variables/ENTRY_SEPARATOR.html +1 -1
- package/docs/api/variables/EXCLUDED_COMMANDS.html +3 -3
- package/docs/api/variables/EXPERT_GATE_MESSAGE.html +1 -1
- package/docs/api/variables/EXPLORE_PROMPT_METADATA.html +1 -1
- package/docs/api/variables/EXTENSION_TO_LANGUAGE.html +2 -2
- package/docs/api/variables/FEATURE_FLAG_KEY.html +2 -2
- package/docs/api/variables/FRONTEND_ENGINEER_PROMPT_METADATA.html +1 -1
- package/docs/api/variables/GITHUB_API_URL.html +1 -1
- package/docs/api/variables/INSTALLER_CLAUDE_CONFIG_DIR.html +2 -2
- package/docs/api/variables/INSTALLER_VERSION.html +2 -2
- package/docs/api/variables/LINE_COMMENT_PATTERNS.html +2 -2
- package/docs/api/variables/LONG_RUNNING_PATTERNS.html +3 -3
- package/docs/api/variables/MANUAL_HEADER.html +1 -1
- package/docs/api/variables/MAX_SKILLS_PER_SESSION.html +2 -2
- package/docs/api/variables/MAX_SKILL_CONTENT_LENGTH.html +2 -2
- package/docs/api/variables/MAX_WARNINGS.html +2 -2
- package/docs/api/variables/MIN_QUALITY_SCORE.html +2 -2
- package/docs/api/variables/MODE_CONFIGS.html +4 -4
- package/docs/api/variables/MULTIMODAL_LOOKER_PROMPT_METADATA.html +1 -1
- package/docs/api/variables/NON_EMPTY_CONTENT_RECOVERY_MESSAGE.html +2 -2
- package/docs/api/variables/NON_INTERACTIVE_ENV.html +1 -1
- package/docs/api/variables/NON_INTERACTIVE_ENV_HOOK_NAME.html +1 -1
- package/docs/api/variables/NOTEPAD_BASE_PATH.html +2 -2
- package/docs/api/variables/NOTEPAD_DEFAULT_CONFIG.html +1 -1
- package/docs/api/variables/NOTEPAD_DIR.html +2 -2
- package/docs/api/variables/NOTEPAD_FILENAME.html +1 -1
- package/docs/api/variables/OMC_ORCHESTRATOR_HOOK_NAME.html +4 -4
- package/docs/api/variables/ORCHESTRATOR_DELEGATION_REQUIRED.html +2 -2
- package/docs/api/variables/PATTERNS_HEADER.html +1 -1
- package/docs/api/variables/PLACEHOLDER_TEXT.html +3 -3
- package/docs/api/variables/PLANNER_PLANS_DIR.html +2 -2
- package/docs/api/variables/PLANNER_PROMPT_METADATA.html +1 -1
- package/docs/api/variables/PLAN_EXTENSION.html +2 -2
- package/docs/api/variables/PRD_EXAMPLE_FILENAME.html +1 -1
- package/docs/api/variables/PRD_FILENAME.html +1 -1
- package/docs/api/variables/PREEMPTIVE_DEFAULT_THRESHOLD.html +2 -2
- package/docs/api/variables/PREVENTED_ERROR.html +2 -2
- package/docs/api/variables/PRIORITY_HEADER.html +1 -1
- package/docs/api/variables/PROGRESS_FILENAME.html +1 -1
- package/docs/api/variables/PROJECT_MARKERS.html +2 -2
- package/docs/api/variables/PROJECT_RULE_FILES.html +2 -2
- package/docs/api/variables/PROJECT_RULE_SUBDIRS.html +2 -2
- package/docs/api/variables/PROJECT_SKILLS_SUBDIR.html +2 -2
- package/docs/api/variables/RAPID_FIRE_DEBOUNCE_MS.html +7 -7
- package/docs/api/variables/README_FILENAME.html +2 -2
- package/docs/api/variables/README_INJECTOR_STORAGE.html +1 -1
- package/docs/api/variables/README_TRACKED_TOOLS.html +2 -2
- package/docs/api/variables/RECOVERY_FAILED_MESSAGE.html +2 -2
- package/docs/api/variables/RECOVERY_MESSAGES.html +2 -2
- package/docs/api/variables/RECOVERY_PLACEHOLDER_TEXT.html +2 -2
- package/docs/api/variables/REMINDER_MESSAGE.html +2 -2
- package/docs/api/variables/REPO_NAME.html +1 -1
- package/docs/api/variables/REPO_OWNER.html +2 -2
- package/docs/api/variables/RETRY_CONFIG.html +6 -6
- package/docs/api/variables/RULES_INJECTOR_STORAGE.html +1 -1
- package/docs/api/variables/RULE_EXTENSIONS.html +2 -2
- package/docs/api/variables/SHELL_COMMAND_PATTERNS.html +3 -3
- package/docs/api/variables/SINGLE_TASK_DIRECTIVE.html +2 -2
- package/docs/api/variables/SISYPHUS_JUNIOR_PROMPT_METADATA.html +1 -1
- package/docs/api/variables/SKILL_EXTENSION.html +2 -2
- package/docs/api/variables/SLASH_COMMAND_PATTERN.html +2 -2
- package/docs/api/variables/STALE_STATE_MAX_AGE_MS.html +2 -2
- package/docs/api/variables/SYNTHETIC_THINKING_ID_PREFIX.html +2 -2
- package/docs/api/variables/TARGET_TOOLS.html +2 -2
- package/docs/api/variables/THINKING_BLOCK_VALIDATOR_HOOK_NAME.html +2 -2
- package/docs/api/variables/THINKING_CONFIGS.html +2 -2
- package/docs/api/variables/THINKING_MODEL_PATTERNS.html +3 -3
- package/docs/api/variables/THINKING_PART_TYPES.html +2 -2
- package/docs/api/variables/TOKEN_LIMIT_KEYWORDS.html +2 -2
- package/docs/api/variables/TOKEN_LIMIT_PATTERNS.html +2 -2
- package/docs/api/variables/TOOL_PART_TYPES.html +2 -2
- package/docs/api/variables/TRACKED_TOOLS.html +2 -2
- package/docs/api/variables/TRUNCATE_CONFIG.html +6 -6
- package/docs/api/variables/TRUNCATION_APPLIED_MESSAGE.html +2 -2
- package/docs/api/variables/TYPE_CHECKER_PREFIXES.html +2 -2
- package/docs/api/variables/ULTRAPILOT_DEFAULT_CONFIG.html +2 -2
- package/docs/api/variables/USER_GATE_MESSAGE.html +1 -1
- package/docs/api/variables/USER_RULE_DIR.html +2 -2
- package/docs/api/variables/USER_SKILLS_DIR.html +2 -2
- package/docs/api/variables/VERIFICATION_REMINDER.html +2 -2
- package/docs/api/variables/VERSION_FILE.html +1 -1
- package/docs/api/variables/WORKING_MEMORY_HEADER.html +1 -1
- package/docs/api/variables/WRITE_EDIT_TOOLS.html +2 -2
- package/docs/api/variables/allCustomTools.html +3 -3
- package/docs/api/variables/analystAgent.html +1 -1
- package/docs/api/variables/architectAgent.html +1 -1
- package/docs/api/variables/astTools.html +2 -2
- package/docs/api/variables/contextCollector.html +2 -2
- package/docs/api/variables/criticAgent.html +1 -1
- package/docs/api/variables/designerAgent.html +1 -1
- package/docs/api/variables/executorAgent.html +1 -1
- package/docs/api/variables/exploreAgent.html +1 -1
- package/docs/api/variables/lspTools.html +2 -2
- package/docs/api/variables/nonInteractiveEnvHook.html +8 -8
- package/docs/api/variables/omcSystemPrompt.html +2 -2
- package/docs/api/variables/omcToolNames.html +3 -3
- package/docs/api/variables/omcToolsServer.html +4 -4
- package/docs/api/variables/plannerAgent.html +1 -1
- package/docs/api/variables/researcherAgent.html +1 -1
- package/docs/api/variables/visionAgent.html +1 -1
- package/docs/api/variables/writerAgent.html +1 -1
- package/hooks/run-hook.cmd +0 -0
- package/hooks/session-start +0 -0
- package/package.json +1 -1
- package/scripts/persistent-mode.cjs +605 -605
- package/skills/systematic-debugging/find-polluter.sh +0 -0
- package/skills/writing-skills/graphviz-conventions.dot +171 -171
- package/skills/writing-skills/render-graphs.js +0 -0
- package/templates/axiom/scripts/Check-Memory.ps1 +68 -68
- package/templates/axiom/scripts/Poll-Memory.ps1 +36 -36
- package/templates/axiom/scripts/Watch-Memory.ps1 +149 -149
- package/templates/axiom/scripts/agent-runner.ps1 +101 -101
- package/templates/axiom/scripts/start-reviews.ps1 +19 -19
package/docs/api/index.html
CHANGED
|
@@ -1,843 +1,843 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en" data-base="./"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ultrapower API Documentation - v5.5.18</title><meta name="description" content="Documentation for ultrapower API Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script><script async src="assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="index.html" class="title">ultrapower API Documentation - v5.5.18</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h1>ultrapower API Documentation - v5.5.18</h1></div><div class="tsd-panel tsd-typography"><h1 id="ultrapower" class="tsd-anchor-link">ultrapower<a href="#ultrapower" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1>
|
|
2
|
-
<p>ultrapower 是 Claude Code 的智能多 Agent 编排层(OMC),在 superpowers 工作流基础上深度融合了 Axiom 框架,提供 <strong>50 个专业 agents</strong>、<strong>71 个 skills</strong> 和完整的 TypeScript hooks 系统。</p>
|
|
3
|
-
<h2 id="核心能力" class="tsd-anchor-link">核心能力<a href="#核心能力" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
4
|
-
<ul>
|
|
5
|
-
<li><strong>多 Agent 编排</strong>:Team、ultrawork、ralph、autopilot 等多种执行模式</li>
|
|
6
|
-
<li><strong>Axiom 框架集成</strong>:LSP/AST 代码智能、持久记忆、MCP 路由</li>
|
|
7
|
-
<li><strong>完整工作流</strong>:从头脑风暴到代码审查的端到端开发流程</li>
|
|
8
|
-
<li><strong>自动触发</strong>:Skills 根据上下文自动激活,无需手动调用</li>
|
|
9
|
-
</ul>
|
|
10
|
-
<h2 id="安装" class="tsd-anchor-link">安装<a href="#安装" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
11
|
-
<h3 id="方式一:claude-code-插件(推荐)" class="tsd-anchor-link">方式一:Claude Code 插件(推荐)<a href="#方式一:claude-code-插件(推荐)" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
12
|
-
<p>在 Claude Code 会话中运行:</p>
|
|
13
|
-
<pre><code class="bash"><span class="hl-0"># 添加 marketplace 并安装</span><br/><span class="hl-1">/plugin</span><span class="hl-2"> </span><span class="hl-3">marketplace</span><span class="hl-2"> </span><span class="hl-3">add</span><span class="hl-2"> </span><span class="hl-3">https://github.com/liangjie559567/ultrapower</span><br/><span class="hl-1">/plugin</span><span class="hl-2"> </span><span class="hl-3">install</span><span class="hl-2"> </span><span class="hl-3">ultrapower</span><br/><br/><span class="hl-0"># 运行安装向导</span><br/><span class="hl-1">/omc-setup</span>
|
|
14
|
-
</code><button type="button">Copy</button></pre>
|
|
15
|
-
|
|
16
|
-
<h3 id="方式二:npm-全局安装" class="tsd-anchor-link">方式二:npm 全局安装<a href="#方式二:npm-全局安装" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
17
|
-
<pre><code class="bash"><span class="hl-1">npm</span><span class="hl-2"> </span><span class="hl-3">install</span><span class="hl-2"> </span><span class="hl-4">-g</span><span class="hl-2"> </span><span class="hl-3">@liangjie559567/ultrapower</span>
|
|
18
|
-
</code><button type="button">Copy</button></pre>
|
|
19
|
-
|
|
20
|
-
<h3 id="验证安装" class="tsd-anchor-link">验证安装<a href="#验证安装" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
21
|
-
<p>启动新会话,说 "help me plan this feature",agent 应自动调用相关 skill。</p>
|
|
22
|
-
<hr>
|
|
23
|
-
<h2 id="基础工作流" class="tsd-anchor-link">基础工作流<a href="#基础工作流" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
24
|
-
<ol>
|
|
25
|
-
<li>
|
|
26
|
-
<p><strong>brainstorming</strong> — 代码前必须先设计。通过对话细化需求,探索 2-3 种方案,呈现设计并获批准,保存设计文档。</p>
|
|
27
|
-
</li>
|
|
28
|
-
<li>
|
|
29
|
-
<p><strong>using-git-worktrees</strong> — 设计批准后创建隔离工作区,新建分支,运行项目初始化,验证测试基线。</p>
|
|
30
|
-
</li>
|
|
31
|
-
<li>
|
|
32
|
-
<p><strong>writing-plans</strong> — 将工作拆解为 2-5 分钟的原子任务。每个任务包含精确文件路径、完整代码、验证步骤。</p>
|
|
33
|
-
</li>
|
|
34
|
-
<li>
|
|
35
|
-
<p><strong>subagent-driven-development</strong> / <strong>executing-plans</strong> — 每个任务派发独立 subagent,两阶段审查(规格合规 + 代码质量),或批量执行带检查点。</p>
|
|
36
|
-
</li>
|
|
37
|
-
<li>
|
|
38
|
-
<p><strong>test-driven-development</strong> — RED-GREEN-REFACTOR:先写失败测试,再写最小实现,再重构。</p>
|
|
39
|
-
</li>
|
|
40
|
-
<li>
|
|
41
|
-
<p><strong>requesting-code-review</strong> — 任务间审查,按严重程度报告问题,关键问题阻塞进度。</p>
|
|
42
|
-
</li>
|
|
43
|
-
<li>
|
|
44
|
-
<p><strong>finishing-a-development-branch</strong> — 验证测试,呈现选项(merge/PR/保留/丢弃),清理 worktree。</p>
|
|
45
|
-
</li>
|
|
46
|
-
</ol>
|
|
47
|
-
<hr>
|
|
48
|
-
<h2 id="agents(50-个)" class="tsd-anchor-link">Agents(50 个)<a href="#agents(50-个)" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
49
|
-
<h3 id="构建分析通道" class="tsd-anchor-link">构建/分析通道<a href="#构建分析通道" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
50
|
-
<table>
|
|
51
|
-
<thead>
|
|
52
|
-
<tr>
|
|
53
|
-
<th>Agent</th>
|
|
54
|
-
<th>模型</th>
|
|
55
|
-
<th>用途</th>
|
|
56
|
-
</tr>
|
|
57
|
-
</thead>
|
|
58
|
-
<tbody>
|
|
59
|
-
<tr>
|
|
60
|
-
<td><code>explore</code></td>
|
|
61
|
-
<td>haiku</td>
|
|
62
|
-
<td>代码库发现、符号/文件映射</td>
|
|
63
|
-
</tr>
|
|
64
|
-
<tr>
|
|
65
|
-
<td><code>analyst</code></td>
|
|
66
|
-
<td>opus</td>
|
|
67
|
-
<td>需求澄清、验收标准</td>
|
|
68
|
-
</tr>
|
|
69
|
-
<tr>
|
|
70
|
-
<td><code>planner</code></td>
|
|
71
|
-
<td>opus</td>
|
|
72
|
-
<td>任务排序、执行计划</td>
|
|
73
|
-
</tr>
|
|
74
|
-
<tr>
|
|
75
|
-
<td><code>architect</code></td>
|
|
76
|
-
<td>opus</td>
|
|
77
|
-
<td>系统设计、接口、长期权衡</td>
|
|
78
|
-
</tr>
|
|
79
|
-
<tr>
|
|
80
|
-
<td><code>debugger</code></td>
|
|
81
|
-
<td>sonnet</td>
|
|
82
|
-
<td>根因分析、回归隔离</td>
|
|
83
|
-
</tr>
|
|
84
|
-
<tr>
|
|
85
|
-
<td><code>executor</code></td>
|
|
86
|
-
<td>sonnet</td>
|
|
87
|
-
<td>代码实现、重构、功能开发</td>
|
|
88
|
-
</tr>
|
|
89
|
-
<tr>
|
|
90
|
-
<td><code>deep-executor</code></td>
|
|
91
|
-
<td>opus</td>
|
|
92
|
-
<td>复杂自主目标导向任务</td>
|
|
93
|
-
</tr>
|
|
94
|
-
<tr>
|
|
95
|
-
<td><code>verifier</code></td>
|
|
96
|
-
<td>sonnet</td>
|
|
97
|
-
<td>完成证据、声明验证</td>
|
|
98
|
-
</tr>
|
|
99
|
-
</tbody>
|
|
100
|
-
</table>
|
|
101
|
-
<h3 id="审查通道" class="tsd-anchor-link">审查通道<a href="#审查通道" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
102
|
-
<table>
|
|
103
|
-
<thead>
|
|
104
|
-
<tr>
|
|
105
|
-
<th>Agent</th>
|
|
106
|
-
<th>模型</th>
|
|
107
|
-
<th>用途</th>
|
|
108
|
-
</tr>
|
|
109
|
-
</thead>
|
|
110
|
-
<tbody>
|
|
111
|
-
<tr>
|
|
112
|
-
<td><code>style-reviewer</code></td>
|
|
113
|
-
<td>haiku</td>
|
|
114
|
-
<td>格式、命名、惯用法</td>
|
|
115
|
-
</tr>
|
|
116
|
-
<tr>
|
|
117
|
-
<td><code>quality-reviewer</code></td>
|
|
118
|
-
<td>sonnet</td>
|
|
119
|
-
<td>逻辑缺陷、可维护性</td>
|
|
120
|
-
</tr>
|
|
121
|
-
<tr>
|
|
122
|
-
<td><code>api-reviewer</code></td>
|
|
123
|
-
<td>sonnet</td>
|
|
124
|
-
<td>API 契约、版本控制</td>
|
|
125
|
-
</tr>
|
|
126
|
-
<tr>
|
|
127
|
-
<td><code>security-reviewer</code></td>
|
|
128
|
-
<td>sonnet</td>
|
|
129
|
-
<td>漏洞、信任边界</td>
|
|
130
|
-
</tr>
|
|
131
|
-
<tr>
|
|
132
|
-
<td><code>performance-reviewer</code></td>
|
|
133
|
-
<td>sonnet</td>
|
|
134
|
-
<td>热点、复杂度优化</td>
|
|
135
|
-
</tr>
|
|
136
|
-
<tr>
|
|
137
|
-
<td><code>code-reviewer</code></td>
|
|
138
|
-
<td>opus</td>
|
|
139
|
-
<td>跨关注点综合审查</td>
|
|
140
|
-
</tr>
|
|
141
|
-
</tbody>
|
|
142
|
-
</table>
|
|
143
|
-
<h3 id="领域专家" class="tsd-anchor-link">领域专家<a href="#领域专家" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
144
|
-
<table>
|
|
145
|
-
<thead>
|
|
146
|
-
<tr>
|
|
147
|
-
<th>Agent</th>
|
|
148
|
-
<th>模型</th>
|
|
149
|
-
<th>用途</th>
|
|
150
|
-
</tr>
|
|
151
|
-
</thead>
|
|
152
|
-
<tbody>
|
|
153
|
-
<tr>
|
|
154
|
-
<td><code>dependency-expert</code></td>
|
|
155
|
-
<td>sonnet</td>
|
|
156
|
-
<td>外部 SDK/API/包评估</td>
|
|
157
|
-
</tr>
|
|
158
|
-
<tr>
|
|
159
|
-
<td><code>test-engineer</code></td>
|
|
160
|
-
<td>sonnet</td>
|
|
161
|
-
<td>测试策略、覆盖率</td>
|
|
162
|
-
</tr>
|
|
163
|
-
<tr>
|
|
164
|
-
<td><code>quality-strategist</code></td>
|
|
165
|
-
<td>sonnet</td>
|
|
166
|
-
<td>质量策略、发布就绪性</td>
|
|
167
|
-
</tr>
|
|
168
|
-
<tr>
|
|
169
|
-
<td><code>build-fixer</code></td>
|
|
170
|
-
<td>sonnet</td>
|
|
171
|
-
<td>构建/工具链/类型失败</td>
|
|
172
|
-
</tr>
|
|
173
|
-
<tr>
|
|
174
|
-
<td><code>designer</code></td>
|
|
175
|
-
<td>sonnet</td>
|
|
176
|
-
<td>UX/UI 架构、交互设计</td>
|
|
177
|
-
</tr>
|
|
178
|
-
<tr>
|
|
179
|
-
<td><code>writer</code></td>
|
|
180
|
-
<td>haiku</td>
|
|
181
|
-
<td>文档、迁移说明</td>
|
|
182
|
-
</tr>
|
|
183
|
-
<tr>
|
|
184
|
-
<td><code>qa-tester</code></td>
|
|
185
|
-
<td>sonnet</td>
|
|
186
|
-
<td>交互式 CLI/服务验证</td>
|
|
187
|
-
</tr>
|
|
188
|
-
<tr>
|
|
189
|
-
<td><code>scientist</code></td>
|
|
190
|
-
<td>sonnet</td>
|
|
191
|
-
<td>数据/统计分析</td>
|
|
192
|
-
</tr>
|
|
193
|
-
<tr>
|
|
194
|
-
<td><code>document-specialist</code></td>
|
|
195
|
-
<td>sonnet</td>
|
|
196
|
-
<td>外部文档查找</td>
|
|
197
|
-
</tr>
|
|
198
|
-
<tr>
|
|
199
|
-
<td><code>git-master</code></td>
|
|
200
|
-
<td>sonnet</td>
|
|
201
|
-
<td>提交策略、历史整洁</td>
|
|
202
|
-
</tr>
|
|
203
|
-
<tr>
|
|
204
|
-
<td><code>database-expert</code></td>
|
|
205
|
-
<td>sonnet</td>
|
|
206
|
-
<td>数据库设计、查询优化和迁移</td>
|
|
207
|
-
</tr>
|
|
208
|
-
<tr>
|
|
209
|
-
<td><code>devops-engineer</code></td>
|
|
210
|
-
<td>sonnet</td>
|
|
211
|
-
<td>CI/CD、容器化、基础设施即代码</td>
|
|
212
|
-
</tr>
|
|
213
|
-
<tr>
|
|
214
|
-
<td><code>i18n-specialist</code></td>
|
|
215
|
-
<td>sonnet</td>
|
|
216
|
-
<td>国际化、本地化和多语言支持</td>
|
|
217
|
-
</tr>
|
|
218
|
-
<tr>
|
|
219
|
-
<td><code>accessibility-auditor</code></td>
|
|
220
|
-
<td>sonnet</td>
|
|
221
|
-
<td>Web 无障碍审查和 WCAG 合规</td>
|
|
222
|
-
</tr>
|
|
223
|
-
<tr>
|
|
224
|
-
<td><code>api-designer</code></td>
|
|
225
|
-
<td>sonnet</td>
|
|
226
|
-
<td>REST/GraphQL API 设计和契约定义</td>
|
|
227
|
-
</tr>
|
|
228
|
-
</tbody>
|
|
229
|
-
</table>
|
|
230
|
-
<h3 id="产品通道" class="tsd-anchor-link">产品通道<a href="#产品通道" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
231
|
-
<table>
|
|
232
|
-
<thead>
|
|
233
|
-
<tr>
|
|
234
|
-
<th>Agent</th>
|
|
235
|
-
<th>模型</th>
|
|
236
|
-
<th>用途</th>
|
|
237
|
-
</tr>
|
|
238
|
-
</thead>
|
|
239
|
-
<tbody>
|
|
240
|
-
<tr>
|
|
241
|
-
<td><code>product-manager</code></td>
|
|
242
|
-
<td>sonnet</td>
|
|
243
|
-
<td>问题定义、PRD</td>
|
|
244
|
-
</tr>
|
|
245
|
-
<tr>
|
|
246
|
-
<td><code>ux-researcher</code></td>
|
|
247
|
-
<td>sonnet</td>
|
|
248
|
-
<td>启发式审计、可用性</td>
|
|
249
|
-
</tr>
|
|
250
|
-
<tr>
|
|
251
|
-
<td><code>information-architect</code></td>
|
|
252
|
-
<td>sonnet</td>
|
|
253
|
-
<td>分类、导航</td>
|
|
254
|
-
</tr>
|
|
255
|
-
<tr>
|
|
256
|
-
<td><code>product-analyst</code></td>
|
|
257
|
-
<td>sonnet</td>
|
|
258
|
-
<td>产品指标、漏斗分析</td>
|
|
259
|
-
</tr>
|
|
260
|
-
</tbody>
|
|
261
|
-
</table>
|
|
262
|
-
<h3 id="协调" class="tsd-anchor-link">协调<a href="#协调" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
263
|
-
<table>
|
|
264
|
-
<thead>
|
|
265
|
-
<tr>
|
|
266
|
-
<th>Agent</th>
|
|
267
|
-
<th>模型</th>
|
|
268
|
-
<th>用途</th>
|
|
269
|
-
</tr>
|
|
270
|
-
</thead>
|
|
271
|
-
<tbody>
|
|
272
|
-
<tr>
|
|
273
|
-
<td><code>critic</code></td>
|
|
274
|
-
<td>opus</td>
|
|
275
|
-
<td>计划/设计批判性挑战</td>
|
|
276
|
-
</tr>
|
|
277
|
-
<tr>
|
|
278
|
-
<td><code>vision</code></td>
|
|
279
|
-
<td>sonnet</td>
|
|
280
|
-
<td>图片/截图/图表分析</td>
|
|
281
|
-
</tr>
|
|
282
|
-
</tbody>
|
|
283
|
-
</table>
|
|
284
|
-
<h3 id="axiom-agents" class="tsd-anchor-link">Axiom Agents<a href="#axiom-agents" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
285
|
-
<table>
|
|
286
|
-
<thead>
|
|
287
|
-
<tr>
|
|
288
|
-
<th>Agent</th>
|
|
289
|
-
<th>模型</th>
|
|
290
|
-
<th>用途</th>
|
|
291
|
-
</tr>
|
|
292
|
-
</thead>
|
|
293
|
-
<tbody>
|
|
294
|
-
<tr>
|
|
295
|
-
<td><code>axiom-requirement-analyst</code></td>
|
|
296
|
-
<td>sonnet</td>
|
|
297
|
-
<td>需求分析三态门(PASS/CLARIFY/REJECT)</td>
|
|
298
|
-
</tr>
|
|
299
|
-
<tr>
|
|
300
|
-
<td><code>axiom-product-designer</code></td>
|
|
301
|
-
<td>sonnet</td>
|
|
302
|
-
<td>Draft PRD 生成,含 Mermaid 流程图</td>
|
|
303
|
-
</tr>
|
|
304
|
-
<tr>
|
|
305
|
-
<td><code>axiom-review-aggregator</code></td>
|
|
306
|
-
<td>sonnet</td>
|
|
307
|
-
<td>5 专家并行审查聚合与冲突仲裁</td>
|
|
308
|
-
</tr>
|
|
309
|
-
<tr>
|
|
310
|
-
<td><code>axiom-prd-crafter</code></td>
|
|
311
|
-
<td>sonnet</td>
|
|
312
|
-
<td>工程级 PRD,含门控验证</td>
|
|
313
|
-
</tr>
|
|
314
|
-
<tr>
|
|
315
|
-
<td><code>axiom-system-architect</code></td>
|
|
316
|
-
<td>sonnet</td>
|
|
317
|
-
<td>原子任务 DAG 与 Manifest 生成</td>
|
|
318
|
-
</tr>
|
|
319
|
-
<tr>
|
|
320
|
-
<td><code>axiom-evolution-engine</code></td>
|
|
321
|
-
<td>sonnet</td>
|
|
322
|
-
<td>知识收割、模式检测、工作流优化</td>
|
|
323
|
-
</tr>
|
|
324
|
-
<tr>
|
|
325
|
-
<td><code>axiom-context-manager</code></td>
|
|
326
|
-
<td>sonnet</td>
|
|
327
|
-
<td>7 操作记忆系统(读/写/状态/检查点)</td>
|
|
328
|
-
</tr>
|
|
329
|
-
<tr>
|
|
330
|
-
<td><code>axiom-worker</code></td>
|
|
331
|
-
<td>sonnet</td>
|
|
332
|
-
<td>PM→Worker 协议,三态输出</td>
|
|
333
|
-
</tr>
|
|
334
|
-
<tr>
|
|
335
|
-
<td><code>axiom-ux-director</code></td>
|
|
336
|
-
<td>sonnet</td>
|
|
337
|
-
<td>UX/体验专家评审</td>
|
|
338
|
-
</tr>
|
|
339
|
-
<tr>
|
|
340
|
-
<td><code>axiom-product-director</code></td>
|
|
341
|
-
<td>sonnet</td>
|
|
342
|
-
<td>产品战略专家评审</td>
|
|
343
|
-
</tr>
|
|
344
|
-
<tr>
|
|
345
|
-
<td><code>axiom-domain-expert</code></td>
|
|
346
|
-
<td>sonnet</td>
|
|
347
|
-
<td>领域知识专家评审</td>
|
|
348
|
-
</tr>
|
|
349
|
-
<tr>
|
|
350
|
-
<td><code>axiom-tech-lead</code></td>
|
|
351
|
-
<td>sonnet</td>
|
|
352
|
-
<td>技术可行性评审</td>
|
|
353
|
-
</tr>
|
|
354
|
-
<tr>
|
|
355
|
-
<td><code>axiom-critic</code></td>
|
|
356
|
-
<td>sonnet</td>
|
|
357
|
-
<td>安全/质量/逻辑评审</td>
|
|
358
|
-
</tr>
|
|
359
|
-
<tr>
|
|
360
|
-
<td><code>axiom-sub-prd-writer</code></td>
|
|
361
|
-
<td>sonnet</td>
|
|
362
|
-
<td>将 Manifest 任务拆解为可执行 Sub-PRD</td>
|
|
363
|
-
</tr>
|
|
364
|
-
</tbody>
|
|
365
|
-
</table>
|
|
366
|
-
<hr>
|
|
367
|
-
<h2 id="skills(70-个)" class="tsd-anchor-link">Skills(70 个)<a href="#skills(70-个)" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
368
|
-
<h3 id="工作流-skills" class="tsd-anchor-link">工作流 Skills<a href="#工作流-skills" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
369
|
-
<table>
|
|
370
|
-
<thead>
|
|
371
|
-
<tr>
|
|
372
|
-
<th>Skill</th>
|
|
373
|
-
<th>触发词</th>
|
|
374
|
-
<th>用途</th>
|
|
375
|
-
</tr>
|
|
376
|
-
</thead>
|
|
377
|
-
<tbody>
|
|
378
|
-
<tr>
|
|
379
|
-
<td><code>autopilot</code></td>
|
|
380
|
-
<td>"autopilot", "build me"</td>
|
|
381
|
-
<td>从想法到可运行代码的全自主执行</td>
|
|
382
|
-
</tr>
|
|
383
|
-
<tr>
|
|
384
|
-
<td><code>ralph</code></td>
|
|
385
|
-
<td>"ralph", "don't stop"</td>
|
|
386
|
-
<td>带 verifier 验证的自引用循环</td>
|
|
387
|
-
</tr>
|
|
388
|
-
<tr>
|
|
389
|
-
<td><code>ultrawork</code></td>
|
|
390
|
-
<td>"ulw", "ultrawork"</td>
|
|
391
|
-
<td>并行 agent 编排最大并行度</td>
|
|
392
|
-
</tr>
|
|
393
|
-
<tr>
|
|
394
|
-
<td><code>team</code></td>
|
|
395
|
-
<td>"team", "coordinated team"</td>
|
|
396
|
-
<td>N 个协调 agents,阶段感知路由</td>
|
|
397
|
-
</tr>
|
|
398
|
-
<tr>
|
|
399
|
-
<td><code>ultrapilot</code></td>
|
|
400
|
-
<td>"ultrapilot", "parallel build"</td>
|
|
401
|
-
<td>带文件所有权分区的并行 autopilot</td>
|
|
402
|
-
</tr>
|
|
403
|
-
<tr>
|
|
404
|
-
<td><code>pipeline</code></td>
|
|
405
|
-
<td>"pipeline", "chain agents"</td>
|
|
406
|
-
<td>带数据传递的顺序 agent 链</td>
|
|
407
|
-
</tr>
|
|
408
|
-
<tr>
|
|
409
|
-
<td><code>ultraqa</code></td>
|
|
410
|
-
<td>由 autopilot 激活</td>
|
|
411
|
-
<td>QA 循环:测试、验证、修复、重复</td>
|
|
412
|
-
</tr>
|
|
413
|
-
<tr>
|
|
414
|
-
<td><code>plan</code></td>
|
|
415
|
-
<td>"plan this", "plan the"</td>
|
|
416
|
-
<td>战略规划,支持 <code>--consensus</code>/<code>--review</code></td>
|
|
417
|
-
</tr>
|
|
418
|
-
<tr>
|
|
419
|
-
<td><code>ralplan</code></td>
|
|
420
|
-
<td>"ralplan", "consensus plan"</td>
|
|
421
|
-
<td>与 Planner/Architect/Critic 迭代规划</td>
|
|
422
|
-
</tr>
|
|
423
|
-
<tr>
|
|
424
|
-
<td><code>swarm</code></td>
|
|
425
|
-
<td>"swarm"</td>
|
|
426
|
-
<td>Team 的兼容性外观</td>
|
|
427
|
-
</tr>
|
|
428
|
-
</tbody>
|
|
429
|
-
</table>
|
|
430
|
-
<h3 id="开发工作流-skills" class="tsd-anchor-link">开发工作流 Skills<a href="#开发工作流-skills" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
431
|
-
<table>
|
|
432
|
-
<thead>
|
|
433
|
-
<tr>
|
|
434
|
-
<th>Skill</th>
|
|
435
|
-
<th>用途</th>
|
|
436
|
-
</tr>
|
|
437
|
-
</thead>
|
|
438
|
-
<tbody>
|
|
439
|
-
<tr>
|
|
440
|
-
<td><code>brainstorming</code></td>
|
|
441
|
-
<td>设计对话,代码前必须先设计</td>
|
|
442
|
-
</tr>
|
|
443
|
-
<tr>
|
|
444
|
-
<td><code>writing-plans</code></td>
|
|
445
|
-
<td>详细实现计划,原子任务</td>
|
|
446
|
-
</tr>
|
|
447
|
-
<tr>
|
|
448
|
-
<td><code>executing-plans</code></td>
|
|
449
|
-
<td>带检查点的批量执行</td>
|
|
450
|
-
</tr>
|
|
451
|
-
<tr>
|
|
452
|
-
<td><code>subagent-driven-development</code></td>
|
|
453
|
-
<td>每任务独立 subagent + 两阶段审查</td>
|
|
454
|
-
</tr>
|
|
455
|
-
<tr>
|
|
456
|
-
<td><code>test-driven-development</code></td>
|
|
457
|
-
<td>RED-GREEN-REFACTOR 循环</td>
|
|
458
|
-
</tr>
|
|
459
|
-
<tr>
|
|
460
|
-
<td><code>systematic-debugging</code></td>
|
|
461
|
-
<td>4 阶段根因分析</td>
|
|
462
|
-
</tr>
|
|
463
|
-
<tr>
|
|
464
|
-
<td><code>verification-before-completion</code></td>
|
|
465
|
-
<td>完成前验证</td>
|
|
466
|
-
</tr>
|
|
467
|
-
<tr>
|
|
468
|
-
<td><code>requesting-code-review</code></td>
|
|
469
|
-
<td>代码审查前检查清单</td>
|
|
470
|
-
</tr>
|
|
471
|
-
<tr>
|
|
472
|
-
<td><code>receiving-code-review</code></td>
|
|
473
|
-
<td>响应审查反馈</td>
|
|
474
|
-
</tr>
|
|
475
|
-
<tr>
|
|
476
|
-
<td><code>using-git-worktrees</code></td>
|
|
477
|
-
<td>并行开发分支</td>
|
|
478
|
-
</tr>
|
|
479
|
-
<tr>
|
|
480
|
-
<td><code>finishing-a-development-branch</code></td>
|
|
481
|
-
<td>合并/PR 决策工作流</td>
|
|
482
|
-
</tr>
|
|
483
|
-
<tr>
|
|
484
|
-
<td><code>next-step-router</code></td>
|
|
485
|
-
<td>关键节点推荐最优下一步</td>
|
|
486
|
-
</tr>
|
|
487
|
-
</tbody>
|
|
488
|
-
</table>
|
|
489
|
-
<h3 id="axiom-skills" class="tsd-anchor-link">Axiom Skills<a href="#axiom-skills" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
490
|
-
<table>
|
|
491
|
-
<thead>
|
|
492
|
-
<tr>
|
|
493
|
-
<th>Skill</th>
|
|
494
|
-
<th>用途</th>
|
|
495
|
-
</tr>
|
|
496
|
-
</thead>
|
|
497
|
-
<tbody>
|
|
498
|
-
<tr>
|
|
499
|
-
<td><code>ax-draft</code></td>
|
|
500
|
-
<td>需求澄清 → Draft PRD → 用户确认</td>
|
|
501
|
-
</tr>
|
|
502
|
-
<tr>
|
|
503
|
-
<td><code>ax-review</code></td>
|
|
504
|
-
<td>5 专家并行评审 → 聚合 → Rough PRD</td>
|
|
505
|
-
</tr>
|
|
506
|
-
<tr>
|
|
507
|
-
<td><code>ax-decompose</code></td>
|
|
508
|
-
<td>Rough PRD → 系统架构 → 原子任务 DAG</td>
|
|
509
|
-
</tr>
|
|
510
|
-
<tr>
|
|
511
|
-
<td><code>ax-implement</code></td>
|
|
512
|
-
<td>按 Manifest 执行任务,CI 门禁,自动修复</td>
|
|
513
|
-
</tr>
|
|
514
|
-
<tr>
|
|
515
|
-
<td><code>ax-analyze-error</code></td>
|
|
516
|
-
<td>根因诊断 → 自动修复 → 知识队列</td>
|
|
517
|
-
</tr>
|
|
518
|
-
<tr>
|
|
519
|
-
<td><code>ax-reflect</code></td>
|
|
520
|
-
<td>会话反思 → 经验提取 → Action Items</td>
|
|
521
|
-
</tr>
|
|
522
|
-
<tr>
|
|
523
|
-
<td><code>ax-evolve</code></td>
|
|
524
|
-
<td>处理学习队列 → 更新知识库 → 模式检测</td>
|
|
525
|
-
</tr>
|
|
526
|
-
<tr>
|
|
527
|
-
<td><code>ax-status</code></td>
|
|
528
|
-
<td>完整系统状态仪表盘</td>
|
|
529
|
-
</tr>
|
|
530
|
-
<tr>
|
|
531
|
-
<td><code>ax-rollback</code></td>
|
|
532
|
-
<td>回滚到最近检查点(需用户确认)</td>
|
|
533
|
-
</tr>
|
|
534
|
-
<tr>
|
|
535
|
-
<td><code>ax-suspend</code></td>
|
|
536
|
-
<td>保存会话状态,安全退出</td>
|
|
537
|
-
</tr>
|
|
538
|
-
<tr>
|
|
539
|
-
<td><code>ax-context</code></td>
|
|
540
|
-
<td>直接操作 Axiom 记忆系统</td>
|
|
541
|
-
</tr>
|
|
542
|
-
<tr>
|
|
543
|
-
<td><code>ax-evolution</code></td>
|
|
544
|
-
<td>进化引擎统一入口(evolve/reflect/knowledge/patterns)</td>
|
|
545
|
-
</tr>
|
|
546
|
-
<tr>
|
|
547
|
-
<td><code>ax-knowledge</code></td>
|
|
548
|
-
<td>查询 Axiom 知识库</td>
|
|
549
|
-
</tr>
|
|
550
|
-
<tr>
|
|
551
|
-
<td><code>ax-export</code></td>
|
|
552
|
-
<td>导出 Axiom 工作流产物</td>
|
|
553
|
-
</tr>
|
|
554
|
-
</tbody>
|
|
555
|
-
</table>
|
|
556
|
-
<h3 id="增强-skills" class="tsd-anchor-link">增强 Skills<a href="#增强-skills" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
557
|
-
<table>
|
|
558
|
-
<thead>
|
|
559
|
-
<tr>
|
|
560
|
-
<th>Skill</th>
|
|
561
|
-
<th>用途</th>
|
|
562
|
-
</tr>
|
|
563
|
-
</thead>
|
|
564
|
-
<tbody>
|
|
565
|
-
<tr>
|
|
566
|
-
<td><code>deepinit</code></td>
|
|
567
|
-
<td>分层 <a href="http://AGENTS.md">AGENTS.md</a> 代码库文档化</td>
|
|
568
|
-
</tr>
|
|
569
|
-
<tr>
|
|
570
|
-
<td><code>deepsearch</code></td>
|
|
571
|
-
<td>多策略深度代码库搜索</td>
|
|
572
|
-
</tr>
|
|
573
|
-
<tr>
|
|
574
|
-
<td><code>analyze</code></td>
|
|
575
|
-
<td>深度分析与调查(debugger 别名)</td>
|
|
576
|
-
</tr>
|
|
577
|
-
<tr>
|
|
578
|
-
<td><code>sciomc</code></td>
|
|
579
|
-
<td>并行 scientist 编排</td>
|
|
580
|
-
</tr>
|
|
581
|
-
<tr>
|
|
582
|
-
<td><code>external-context</code></td>
|
|
583
|
-
<td>并行 document-specialist 网络搜索</td>
|
|
584
|
-
</tr>
|
|
585
|
-
<tr>
|
|
586
|
-
<td><code>ccg</code></td>
|
|
587
|
-
<td>Claude-Codex-Gemini 三模型并行编排</td>
|
|
588
|
-
</tr>
|
|
589
|
-
<tr>
|
|
590
|
-
<td><code>frontend-ui-ux</code></td>
|
|
591
|
-
<td>UI/UX 专业能力(静默激活)</td>
|
|
592
|
-
</tr>
|
|
593
|
-
<tr>
|
|
594
|
-
<td><code>git-master</code></td>
|
|
595
|
-
<td>Git 专家,原子提交和历史管理(静默激活)</td>
|
|
596
|
-
</tr>
|
|
597
|
-
<tr>
|
|
598
|
-
<td><code>build-fix</code></td>
|
|
599
|
-
<td>修复构建和 TypeScript 错误</td>
|
|
600
|
-
</tr>
|
|
601
|
-
<tr>
|
|
602
|
-
<td><code>code-review</code></td>
|
|
603
|
-
<td>全面代码审查</td>
|
|
604
|
-
</tr>
|
|
605
|
-
<tr>
|
|
606
|
-
<td><code>security-review</code></td>
|
|
607
|
-
<td>安全漏洞检测</td>
|
|
608
|
-
</tr>
|
|
609
|
-
<tr>
|
|
610
|
-
<td><code>trace</code></td>
|
|
611
|
-
<td>显示 agent 流程追踪时间线</td>
|
|
612
|
-
</tr>
|
|
613
|
-
<tr>
|
|
614
|
-
<td><code>learn-about-omc</code></td>
|
|
615
|
-
<td>了解 OMC 使用模式并获取建议</td>
|
|
616
|
-
</tr>
|
|
617
|
-
<tr>
|
|
618
|
-
<td><code>dispatching-parallel-agents</code></td>
|
|
619
|
-
<td>并行分发独立任务给多个 agents</td>
|
|
620
|
-
</tr>
|
|
621
|
-
</tbody>
|
|
622
|
-
</table>
|
|
623
|
-
<h3 id="工具类-skills" class="tsd-anchor-link">工具类 Skills<a href="#工具类-skills" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
624
|
-
<table>
|
|
625
|
-
<thead>
|
|
626
|
-
<tr>
|
|
627
|
-
<th>Skill</th>
|
|
628
|
-
<th>用途</th>
|
|
629
|
-
</tr>
|
|
630
|
-
</thead>
|
|
631
|
-
<tbody>
|
|
632
|
-
<tr>
|
|
633
|
-
<td><code>cancel</code></td>
|
|
634
|
-
<td>统一取消所有执行模式</td>
|
|
635
|
-
</tr>
|
|
636
|
-
<tr>
|
|
637
|
-
<td><code>note</code></td>
|
|
638
|
-
<td>保存笔记到抗压缩 notepad</td>
|
|
639
|
-
</tr>
|
|
640
|
-
<tr>
|
|
641
|
-
<td><code>learner</code></td>
|
|
642
|
-
<td>从会话中提取可复用 skill</td>
|
|
643
|
-
</tr>
|
|
644
|
-
<tr>
|
|
645
|
-
<td><code>omc-setup</code></td>
|
|
646
|
-
<td>一次性安装向导</td>
|
|
647
|
-
</tr>
|
|
648
|
-
<tr>
|
|
649
|
-
<td><code>mcp-setup</code></td>
|
|
650
|
-
<td>配置 MCP 服务器</td>
|
|
651
|
-
</tr>
|
|
652
|
-
<tr>
|
|
653
|
-
<td><code>hud</code></td>
|
|
654
|
-
<td>配置 HUD 状态栏</td>
|
|
655
|
-
</tr>
|
|
656
|
-
<tr>
|
|
657
|
-
<td><code>omc-doctor</code></td>
|
|
658
|
-
<td>诊断并修复安装问题</td>
|
|
659
|
-
</tr>
|
|
660
|
-
<tr>
|
|
661
|
-
<td><code>omc-help</code></td>
|
|
662
|
-
<td>显示 OMC 使用指南</td>
|
|
663
|
-
</tr>
|
|
664
|
-
<tr>
|
|
665
|
-
<td><code>release</code></td>
|
|
666
|
-
<td>自动化发布工作流</td>
|
|
667
|
-
</tr>
|
|
668
|
-
<tr>
|
|
669
|
-
<td><code>ralph-init</code></td>
|
|
670
|
-
<td>初始化 PRD 以进行结构化任务跟踪</td>
|
|
671
|
-
</tr>
|
|
672
|
-
<tr>
|
|
673
|
-
<td><code>review</code></td>
|
|
674
|
-
<td>用 critic 审查工作计划</td>
|
|
675
|
-
</tr>
|
|
676
|
-
<tr>
|
|
677
|
-
<td><code>writer-memory</code></td>
|
|
678
|
-
<td>面向写作者的 agent 记忆系统</td>
|
|
679
|
-
</tr>
|
|
680
|
-
<tr>
|
|
681
|
-
<td><code>project-session-manager</code></td>
|
|
682
|
-
<td>管理隔离开发环境(git worktrees + tmux)</td>
|
|
683
|
-
</tr>
|
|
684
|
-
<tr>
|
|
685
|
-
<td><code>psm</code></td>
|
|
686
|
-
<td>project-session-manager 别名</td>
|
|
687
|
-
</tr>
|
|
688
|
-
<tr>
|
|
689
|
-
<td><code>skill</code></td>
|
|
690
|
-
<td>管理本地 skills(列出、添加、删除、搜索、编辑)</td>
|
|
691
|
-
</tr>
|
|
692
|
-
<tr>
|
|
693
|
-
<td><code>wizard</code></td>
|
|
694
|
-
<td>交互式配置向导</td>
|
|
695
|
-
</tr>
|
|
696
|
-
<tr>
|
|
697
|
-
<td><code>writing-skills</code></td>
|
|
698
|
-
<td>创建/编辑/验证 skills</td>
|
|
699
|
-
</tr>
|
|
700
|
-
<tr>
|
|
701
|
-
<td><code>configure-discord</code></td>
|
|
702
|
-
<td>配置 Discord webhook/bot 通知</td>
|
|
703
|
-
</tr>
|
|
704
|
-
<tr>
|
|
705
|
-
<td><code>configure-telegram</code></td>
|
|
706
|
-
<td>配置 Telegram bot 通知</td>
|
|
707
|
-
</tr>
|
|
708
|
-
<tr>
|
|
709
|
-
<td><code>using-superpowers</code></td>
|
|
710
|
-
<td>建立 skill 使用规则</td>
|
|
711
|
-
</tr>
|
|
712
|
-
</tbody>
|
|
713
|
-
</table>
|
|
714
|
-
<hr>
|
|
715
|
-
<h2 id="执行模式" class="tsd-anchor-link">执行模式<a href="#执行模式" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
716
|
-
<h3 id="team-流水线(默认多-agent-编排器)" class="tsd-anchor-link">Team 流水线(默认多 Agent 编排器)<a href="#team-流水线(默认多-agent-编排器)" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
717
|
-
<pre><code><span class="hl-5">team</span><span class="hl-2">-</span><span class="hl-5">plan</span><span class="hl-2"> → </span><span class="hl-5">team</span><span class="hl-2">-</span><span class="hl-5">prd</span><span class="hl-2"> → </span><span class="hl-5">team</span><span class="hl-2">-</span><span class="hl-5">exec</span><span class="hl-2"> → </span><span class="hl-5">team</span><span class="hl-2">-</span><span class="hl-5">verify</span><span class="hl-2"> → </span><span class="hl-5">team</span><span class="hl-2">-</span><span class="hl-5">fix</span><span class="hl-2">(</span><span class="hl-5">循环</span><span class="hl-2">)</span>
|
|
718
|
-
</code><button>Copy</button></pre>
|
|
719
|
-
|
|
720
|
-
<ul>
|
|
721
|
-
<li><strong>team-plan</strong>:<code>explore</code> + <code>planner</code>,可选 <code>analyst</code>/<code>architect</code></li>
|
|
722
|
-
<li><strong>team-prd</strong>:<code>analyst</code>,可选 <code>product-manager</code>/<code>critic</code></li>
|
|
723
|
-
<li><strong>team-exec</strong>:<code>executor</code> + 任务适配专家</li>
|
|
724
|
-
<li><strong>team-verify</strong>:<code>verifier</code> + 按需审查 agents</li>
|
|
725
|
-
<li><strong>team-fix</strong>:根据缺陷类型路由到 <code>executor</code>/<code>build-fixer</code>/<code>debugger</code></li>
|
|
726
|
-
</ul>
|
|
727
|
-
<h3 id="mcp-路由" class="tsd-anchor-link">MCP 路由<a href="#mcp-路由" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
728
|
-
<p>对只读分析任务优先使用 MCP 工具(更快更经济):</p>
|
|
729
|
-
<ul>
|
|
730
|
-
<li><strong>Codex</strong>(<code>mcp__x__ask_codex</code>):架构审查、规划验证、代码审查</li>
|
|
731
|
-
<li><strong>Gemini</strong>(<code>mcp__g__ask_gemini</code>):UI/UX 设计、大上下文任务(1M tokens)</li>
|
|
732
|
-
</ul>
|
|
733
|
-
<h3 id="axiom-代码智能" class="tsd-anchor-link">Axiom 代码智能<a href="#axiom-代码智能" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
734
|
-
<ul>
|
|
735
|
-
<li><strong>LSP</strong>:hover、goto definition、find references、diagnostics、rename</li>
|
|
736
|
-
<li><strong>AST</strong>:<code>ast_grep_search</code>(结构化模式搜索)、<code>ast_grep_replace</code>(结构化转换)</li>
|
|
737
|
-
<li><strong>Python REPL</strong>:持久数据分析环境</li>
|
|
738
|
-
</ul>
|
|
739
|
-
<hr>
|
|
740
|
-
<h2 id="axiom-自我进化系统" class="tsd-anchor-link">Axiom 自我进化系统<a href="#axiom-自我进化系统" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
741
|
-
<p>ultrapower 内置 Axiom 自我进化引擎,让 AI 工作流随使用不断优化。</p>
|
|
742
|
-
<h3 id="核心机制" class="tsd-anchor-link">核心机制<a href="#核心机制" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
743
|
-
<table>
|
|
744
|
-
<thead>
|
|
745
|
-
<tr>
|
|
746
|
-
<th>机制</th>
|
|
747
|
-
<th>说明</th>
|
|
748
|
-
</tr>
|
|
749
|
-
</thead>
|
|
750
|
-
<tbody>
|
|
751
|
-
<tr>
|
|
752
|
-
<td>知识收割</td>
|
|
753
|
-
<td>每次任务完成后自动提取经验教训,存入知识库</td>
|
|
754
|
-
</tr>
|
|
755
|
-
<tr>
|
|
756
|
-
<td>模式检测</td>
|
|
757
|
-
<td>识别重复代码模式,达到阈值(出现 ≥3 次)后提升为最佳实践</td>
|
|
758
|
-
</tr>
|
|
759
|
-
<tr>
|
|
760
|
-
<td>工作流优化</td>
|
|
761
|
-
<td>分析执行指标,发现瓶颈并生成优化建议</td>
|
|
762
|
-
</tr>
|
|
763
|
-
<tr>
|
|
764
|
-
<td>跨会话记忆</td>
|
|
765
|
-
<td>知识库和模式库跨会话持久化,越用越聪明</td>
|
|
766
|
-
</tr>
|
|
767
|
-
</tbody>
|
|
768
|
-
</table>
|
|
769
|
-
<h3 id="快速开始" class="tsd-anchor-link">快速开始<a href="#快速开始" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
770
|
-
<pre><code class="bash"><span class="hl-0"># 1. 安装插件</span><br/><span class="hl-1">/plugin</span><span class="hl-2"> </span><span class="hl-3">marketplace</span><span class="hl-2"> </span><span class="hl-3">add</span><span class="hl-2"> </span><span class="hl-3">https://github.com/liangjie559567/ultrapower</span><br/><span class="hl-1">/plugin</span><span class="hl-2"> </span><span class="hl-3">install</span><span class="hl-2"> </span><span class="hl-3">omc@ultrapower</span><br/><br/><span class="hl-0"># 2. 初始化 Axiom 系统</span><br/><span class="hl-1">/ultrapower:ax-context</span><span class="hl-2"> </span><span class="hl-3">init</span><br/><br/><span class="hl-0"># 3. 查看系统状态</span><br/><span class="hl-1">/ax-status</span>
|
|
771
|
-
</code><button type="button">Copy</button></pre>
|
|
772
|
-
|
|
773
|
-
<h3 id="进化工作流" class="tsd-anchor-link">进化工作流<a href="#进化工作流" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
774
|
-
<pre><code><span class="hl-5">需求</span><span class="hl-2"> → /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">draft</span><span class="hl-2"> → /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">review</span><span class="hl-2"> → /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">decompose</span><span class="hl-2"> → /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">implement</span><br/><span class="hl-2"> ↓</span><br/><span class="hl-2"> </span><span class="hl-5">任务完成</span><br/><span class="hl-2"> ↓</span><br/><span class="hl-2"> /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">reflect</span><span class="hl-2">(</span><span class="hl-5">反思</span><span class="hl-2">)</span><br/><span class="hl-2"> ↓</span><br/><span class="hl-2"> /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">evolve</span><span class="hl-2">(</span><span class="hl-5">进化</span><span class="hl-2">)</span><br/><span class="hl-2"> ↓</span><br/><span class="hl-2"> </span><span class="hl-5">知识库更新</span><span class="hl-2"> + </span><span class="hl-5">模式库更新</span>
|
|
775
|
-
</code><button>Copy</button></pre>
|
|
776
|
-
|
|
777
|
-
<p>详细文档请参阅 <a href="media/EVOLUTION.md">docs/EVOLUTION.md</a>。</p>
|
|
778
|
-
<hr>
|
|
779
|
-
<h2 id="mcp-服务器" class="tsd-anchor-link">MCP 服务器<a href="#mcp-服务器" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
780
|
-
<p>ultrapower 提供完整的 MCP(Model Context Protocol)服务器,暴露 35 个自定义工具供 Claude Desktop 和 Cursor 使用。</p>
|
|
781
|
-
<h3 id="快速开始-1" class="tsd-anchor-link">快速开始<a href="#快速开始-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
782
|
-
<pre><code class="bash"><span class="hl-0"># 启动 MCP 服务器</span><br/><span class="hl-1">node</span><span class="hl-2"> </span><span class="hl-3">bridge/mcp-server.cjs</span><br/><br/><span class="hl-0"># 或使用 npm</span><br/><span class="hl-1">npm</span><span class="hl-2"> </span><span class="hl-3">run</span><span class="hl-2"> </span><span class="hl-3">mcp:start</span>
|
|
783
|
-
</code><button type="button">Copy</button></pre>
|
|
784
|
-
|
|
785
|
-
<h3 id="配置-claude-desktop" class="tsd-anchor-link">配置 Claude Desktop<a href="#配置-claude-desktop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
786
|
-
<p>编辑 <code>~/.claude/claude_desktop_config.json</code>:</p>
|
|
787
|
-
<pre><code class="json"><span class="hl-2">{</span><br/><span class="hl-2"> </span><span class="hl-6">"mcpServers"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"ultrapower"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"command"</span><span class="hl-2">: </span><span class="hl-3">"node"</span><span class="hl-2">,</span><br/><span class="hl-2"> </span><span class="hl-6">"args"</span><span class="hl-2">: [</span><span class="hl-3">"/path/to/ultrapower/bridge/mcp-server.cjs"</span><span class="hl-2">],</span><br/><span class="hl-2"> </span><span class="hl-6">"env"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"OMC_LOG_LEVEL"</span><span class="hl-2">: </span><span class="hl-3">"info"</span><br/><span class="hl-2"> }</span><br/><span class="hl-2"> }</span><br/><span class="hl-2"> }</span><br/><span class="hl-2">}</span>
|
|
788
|
-
</code><button type="button">Copy</button></pre>
|
|
789
|
-
|
|
790
|
-
<h3 id="配置-cursor" class="tsd-anchor-link">配置 Cursor<a href="#配置-cursor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
791
|
-
<p>在项目根目录创建 <code>.cursor/mcp.json</code>:</p>
|
|
792
|
-
<pre><code class="json"><span class="hl-2">{</span><br/><span class="hl-2"> </span><span class="hl-6">"mcpServers"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"ultrapower"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"command"</span><span class="hl-2">: </span><span class="hl-3">"node"</span><span class="hl-2">,</span><br/><span class="hl-2"> </span><span class="hl-6">"args"</span><span class="hl-2">: [</span><span class="hl-3">"/path/to/ultrapower/bridge/mcp-server.cjs"</span><span class="hl-2">],</span><br/><span class="hl-2"> </span><span class="hl-6">"env"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"OMC_LOG_LEVEL"</span><span class="hl-2">: </span><span class="hl-3">"info"</span><br/><span class="hl-2"> }</span><br/><span class="hl-2"> }</span><br/><span class="hl-2"> }</span><br/><span class="hl-2">}</span>
|
|
793
|
-
</code><button type="button">Copy</button></pre>
|
|
794
|
-
|
|
795
|
-
<h3 id="可用工具(35-个)" class="tsd-anchor-link">可用工具(35 个)<a href="#可用工具(35-个)" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
796
|
-
<ul>
|
|
797
|
-
<li><strong>LSP 工具(12 个)</strong>:代码导航、诊断、重构</li>
|
|
798
|
-
<li><strong>AST 工具(2 个)</strong>:结构化模式匹配和替换</li>
|
|
799
|
-
<li><strong>Python REPL(1 个)</strong>:持久数据分析环境</li>
|
|
800
|
-
<li><strong>Notepad 工具(6 个)</strong>:会话记忆管理</li>
|
|
801
|
-
<li><strong>State 工具(5 个)</strong>:模式状态管理</li>
|
|
802
|
-
<li><strong>Project Memory 工具(4 个)</strong>:项目级持久记忆</li>
|
|
803
|
-
<li><strong>Trace 工具(2 个)</strong>:Agent 流程追踪分析</li>
|
|
804
|
-
<li><strong>Skills 工具(3 个)</strong>:Skill 加载和管理</li>
|
|
805
|
-
</ul>
|
|
806
|
-
<p>详见 <a href="media/mcp-server-usage.md">docs/guides/mcp-server-usage.md</a>。</p>
|
|
807
|
-
<hr>
|
|
808
|
-
<h2 id="哲学" class="tsd-anchor-link">哲学<a href="#哲学" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
809
|
-
<ul>
|
|
810
|
-
<li><strong>测试驱动开发</strong> — 始终先写测试</li>
|
|
811
|
-
<li><strong>系统化而非临时</strong> — 流程优于猜测</li>
|
|
812
|
-
<li><strong>复杂度降低</strong> — 简洁是首要目标</li>
|
|
813
|
-
<li><strong>证据优于声明</strong> — 声明成功前先验证</li>
|
|
814
|
-
</ul>
|
|
815
|
-
<hr>
|
|
816
|
-
<h2 id="赞助" class="tsd-anchor-link">赞助<a href="#赞助" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
817
|
-
<p>如果 ultrapower 帮助你完成了有价值的工作,欢迎<a href="https://github.com/sponsors/liangjie559567">赞助开源工作</a>。</p>
|
|
818
|
-
<h2 id="贡献" class="tsd-anchor-link">贡献<a href="#贡献" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
819
|
-
<p>Skills 直接存放在本仓库中。贡献方式:</p>
|
|
820
|
-
<ol>
|
|
821
|
-
<li>Fork 仓库</li>
|
|
822
|
-
<li>为你的 skill 创建分支</li>
|
|
823
|
-
<li>遵循 <code>writing-skills</code> skill 创建和测试新 skill</li>
|
|
824
|
-
<li>提交 PR</li>
|
|
825
|
-
</ol>
|
|
826
|
-
<p>详见 <code>skills/writing-skills/SKILL.md</code>。</p>
|
|
827
|
-
<h2 id="更新" class="tsd-anchor-link">更新<a href="#更新" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
828
|
-
<pre><code class="bash"><span class="hl-1">/plugin</span><span class="hl-2"> </span><span class="hl-3">update</span><span class="hl-2"> </span><span class="hl-3">omc@ultrapower</span>
|
|
829
|
-
</code><button type="button">Copy</button></pre>
|
|
830
|
-
|
|
831
|
-
<h2 id="许可证" class="tsd-anchor-link">许可证<a href="#许可证" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
832
|
-
<p>MIT License — 详见 LICENSE 文件</p>
|
|
833
|
-
<h2 id="支持" class="tsd-anchor-link">支持<a href="#支持" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
834
|
-
<ul>
|
|
835
|
-
<li><strong>Issues</strong>: <a href="https://github.com/liangjie559567/ultrapower/issues">https://github.com/liangjie559567/ultrapower/issues</a></li>
|
|
836
|
-
<li><strong>Marketplace</strong>: <a href="https://github.com/liangjie559567/ultrapower">https://github.com/liangjie559567/ultrapower</a></li>
|
|
837
|
-
<li><strong>安装部署教程</strong>: <a href="media/INSTALL.md">docs/INSTALL.md</a></li>
|
|
838
|
-
<li><strong>完整参考文档</strong>: <a href="media/REFERENCE.md">docs/REFERENCE.md</a></li>
|
|
839
|
-
<li><strong>进化系统文档</strong>: <a href="media/EVOLUTION.md">docs/EVOLUTION.md</a></li>
|
|
840
|
-
<li><strong>主动进化系统</strong>: <a href="media/NEXUS.md">docs/NEXUS.md</a></li>
|
|
841
|
-
<li><strong>迁移指南</strong>: <a href="media/MIGRATION.md">docs/MIGRATION.md</a></li>
|
|
842
|
-
</ul>
|
|
843
|
-
</div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#ultrapower"><span>ultrapower</span></a><ul><li><a href="#核心能力"><span>核心能力</span></a></li><li><a href="#安装"><span>安装</span></a></li><li><ul><li><a href="#方式一:claude-code-插件(推荐)"><span>方式一:<wbr/>Claude <wbr/>Code 插件(推荐)</span></a></li><li><a href="#方式二:npm-全局安装"><span>方式二:npm 全局安装</span></a></li><li><a href="#验证安装"><span>验证安装</span></a></li></ul></li><li><a href="#基础工作流"><span>基础工作流</span></a></li><li><a href="#agents(50-个)"><span>Agents(50 个)</span></a></li><li><ul><li><a href="#构建分析通道"><span>构建/分析通道</span></a></li><li><a href="#审查通道"><span>审查通道</span></a></li><li><a href="#领域专家"><span>领域专家</span></a></li><li><a href="#产品通道"><span>产品通道</span></a></li><li><a href="#协调"><span>协调</span></a></li><li><a href="#axiom-agents"><span>Axiom <wbr/>Agents</span></a></li></ul></li><li><a href="#skills(70-个)"><span>Skills(70 个)</span></a></li><li><ul><li><a href="#工作流-skills"><span>工作流 <wbr/>Skills</span></a></li><li><a href="#开发工作流-skills"><span>开发工作流 <wbr/>Skills</span></a></li><li><a href="#axiom-skills"><span>Axiom <wbr/>Skills</span></a></li><li><a href="#增强-skills"><span>增强 <wbr/>Skills</span></a></li><li><a href="#工具类-skills"><span>工具类 <wbr/>Skills</span></a></li></ul></li><li><a href="#执行模式"><span>执行模式</span></a></li><li><ul><li><a href="#team-流水线(默认多-agent-编排器)"><span>Team 流水线(默认多 <wbr/>Agent 编排器)</span></a></li><li><a href="#mcp-路由"><span>MCP 路由</span></a></li><li><a href="#axiom-代码智能"><span>Axiom 代码智能</span></a></li></ul></li><li><a href="#axiom-自我进化系统"><span>Axiom 自我进化系统</span></a></li><li><ul><li><a href="#核心机制"><span>核心机制</span></a></li><li><a href="#快速开始"><span>快速开始</span></a></li><li><a href="#进化工作流"><span>进化工作流</span></a></li></ul></li><li><a href="#mcp-服务器"><span>MCP 服务器</span></a></li><li><ul><li><a href="#快速开始-1"><span>快速开始</span></a></li><li><a href="#配置-claude-desktop"><span>配置 <wbr/>Claude <wbr/>Desktop</span></a></li><li><a href="#配置-cursor"><span>配置 <wbr/>Cursor</span></a></li><li><a href="#可用工具(35-个)"><span>可用工具(35 个)</span></a></li></ul></li><li><a href="#哲学"><span>哲学</span></a></li><li><a href="#赞助"><span>赞助</span></a></li><li><a href="#贡献"><span>贡献</span></a></li><li><a href="#更新"><span>更新</span></a></li><li><a href="#许可证"><span>许可证</span></a></li><li><a href="#支持"><span>支持</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="modules.html">ultrapower API Documentation - v5.5.18</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="./"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ultrapower API Documentation - v5.5.18</title><meta name="description" content="Documentation for ultrapower API Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script><script async src="assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="index.html" class="title">ultrapower API Documentation - v5.5.18</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h1>ultrapower API Documentation - v5.5.18</h1></div><div class="tsd-panel tsd-typography"><h1 id="ultrapower" class="tsd-anchor-link">ultrapower<a href="#ultrapower" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1>
|
|
2
|
+
<p>ultrapower 是 Claude Code 的智能多 Agent 编排层(OMC),在 superpowers 工作流基础上深度融合了 Axiom 框架,提供 <strong>50 个专业 agents</strong>、<strong>71 个 skills</strong> 和完整的 TypeScript hooks 系统。</p>
|
|
3
|
+
<h2 id="核心能力" class="tsd-anchor-link">核心能力<a href="#核心能力" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
4
|
+
<ul>
|
|
5
|
+
<li><strong>多 Agent 编排</strong>:Team、ultrawork、ralph、autopilot 等多种执行模式</li>
|
|
6
|
+
<li><strong>Axiom 框架集成</strong>:LSP/AST 代码智能、持久记忆、MCP 路由</li>
|
|
7
|
+
<li><strong>完整工作流</strong>:从头脑风暴到代码审查的端到端开发流程</li>
|
|
8
|
+
<li><strong>自动触发</strong>:Skills 根据上下文自动激活,无需手动调用</li>
|
|
9
|
+
</ul>
|
|
10
|
+
<h2 id="安装" class="tsd-anchor-link">安装<a href="#安装" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
11
|
+
<h3 id="方式一:claude-code-插件(推荐)" class="tsd-anchor-link">方式一:Claude Code 插件(推荐)<a href="#方式一:claude-code-插件(推荐)" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
12
|
+
<p>在 Claude Code 会话中运行:</p>
|
|
13
|
+
<pre><code class="bash"><span class="hl-0"># 添加 marketplace 并安装</span><br/><span class="hl-1">/plugin</span><span class="hl-2"> </span><span class="hl-3">marketplace</span><span class="hl-2"> </span><span class="hl-3">add</span><span class="hl-2"> </span><span class="hl-3">https://github.com/liangjie559567/ultrapower</span><br/><span class="hl-1">/plugin</span><span class="hl-2"> </span><span class="hl-3">install</span><span class="hl-2"> </span><span class="hl-3">ultrapower</span><br/><br/><span class="hl-0"># 运行安装向导</span><br/><span class="hl-1">/omc-setup</span>
|
|
14
|
+
</code><button type="button">Copy</button></pre>
|
|
15
|
+
|
|
16
|
+
<h3 id="方式二:npm-全局安装" class="tsd-anchor-link">方式二:npm 全局安装<a href="#方式二:npm-全局安装" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
17
|
+
<pre><code class="bash"><span class="hl-1">npm</span><span class="hl-2"> </span><span class="hl-3">install</span><span class="hl-2"> </span><span class="hl-4">-g</span><span class="hl-2"> </span><span class="hl-3">@liangjie559567/ultrapower</span>
|
|
18
|
+
</code><button type="button">Copy</button></pre>
|
|
19
|
+
|
|
20
|
+
<h3 id="验证安装" class="tsd-anchor-link">验证安装<a href="#验证安装" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
21
|
+
<p>启动新会话,说 "help me plan this feature",agent 应自动调用相关 skill。</p>
|
|
22
|
+
<hr>
|
|
23
|
+
<h2 id="基础工作流" class="tsd-anchor-link">基础工作流<a href="#基础工作流" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
24
|
+
<ol>
|
|
25
|
+
<li>
|
|
26
|
+
<p><strong>brainstorming</strong> — 代码前必须先设计。通过对话细化需求,探索 2-3 种方案,呈现设计并获批准,保存设计文档。</p>
|
|
27
|
+
</li>
|
|
28
|
+
<li>
|
|
29
|
+
<p><strong>using-git-worktrees</strong> — 设计批准后创建隔离工作区,新建分支,运行项目初始化,验证测试基线。</p>
|
|
30
|
+
</li>
|
|
31
|
+
<li>
|
|
32
|
+
<p><strong>writing-plans</strong> — 将工作拆解为 2-5 分钟的原子任务。每个任务包含精确文件路径、完整代码、验证步骤。</p>
|
|
33
|
+
</li>
|
|
34
|
+
<li>
|
|
35
|
+
<p><strong>subagent-driven-development</strong> / <strong>executing-plans</strong> — 每个任务派发独立 subagent,两阶段审查(规格合规 + 代码质量),或批量执行带检查点。</p>
|
|
36
|
+
</li>
|
|
37
|
+
<li>
|
|
38
|
+
<p><strong>test-driven-development</strong> — RED-GREEN-REFACTOR:先写失败测试,再写最小实现,再重构。</p>
|
|
39
|
+
</li>
|
|
40
|
+
<li>
|
|
41
|
+
<p><strong>requesting-code-review</strong> — 任务间审查,按严重程度报告问题,关键问题阻塞进度。</p>
|
|
42
|
+
</li>
|
|
43
|
+
<li>
|
|
44
|
+
<p><strong>finishing-a-development-branch</strong> — 验证测试,呈现选项(merge/PR/保留/丢弃),清理 worktree。</p>
|
|
45
|
+
</li>
|
|
46
|
+
</ol>
|
|
47
|
+
<hr>
|
|
48
|
+
<h2 id="agents(50-个)" class="tsd-anchor-link">Agents(50 个)<a href="#agents(50-个)" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
49
|
+
<h3 id="构建分析通道" class="tsd-anchor-link">构建/分析通道<a href="#构建分析通道" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
50
|
+
<table>
|
|
51
|
+
<thead>
|
|
52
|
+
<tr>
|
|
53
|
+
<th>Agent</th>
|
|
54
|
+
<th>模型</th>
|
|
55
|
+
<th>用途</th>
|
|
56
|
+
</tr>
|
|
57
|
+
</thead>
|
|
58
|
+
<tbody>
|
|
59
|
+
<tr>
|
|
60
|
+
<td><code>explore</code></td>
|
|
61
|
+
<td>haiku</td>
|
|
62
|
+
<td>代码库发现、符号/文件映射</td>
|
|
63
|
+
</tr>
|
|
64
|
+
<tr>
|
|
65
|
+
<td><code>analyst</code></td>
|
|
66
|
+
<td>opus</td>
|
|
67
|
+
<td>需求澄清、验收标准</td>
|
|
68
|
+
</tr>
|
|
69
|
+
<tr>
|
|
70
|
+
<td><code>planner</code></td>
|
|
71
|
+
<td>opus</td>
|
|
72
|
+
<td>任务排序、执行计划</td>
|
|
73
|
+
</tr>
|
|
74
|
+
<tr>
|
|
75
|
+
<td><code>architect</code></td>
|
|
76
|
+
<td>opus</td>
|
|
77
|
+
<td>系统设计、接口、长期权衡</td>
|
|
78
|
+
</tr>
|
|
79
|
+
<tr>
|
|
80
|
+
<td><code>debugger</code></td>
|
|
81
|
+
<td>sonnet</td>
|
|
82
|
+
<td>根因分析、回归隔离</td>
|
|
83
|
+
</tr>
|
|
84
|
+
<tr>
|
|
85
|
+
<td><code>executor</code></td>
|
|
86
|
+
<td>sonnet</td>
|
|
87
|
+
<td>代码实现、重构、功能开发</td>
|
|
88
|
+
</tr>
|
|
89
|
+
<tr>
|
|
90
|
+
<td><code>deep-executor</code></td>
|
|
91
|
+
<td>opus</td>
|
|
92
|
+
<td>复杂自主目标导向任务</td>
|
|
93
|
+
</tr>
|
|
94
|
+
<tr>
|
|
95
|
+
<td><code>verifier</code></td>
|
|
96
|
+
<td>sonnet</td>
|
|
97
|
+
<td>完成证据、声明验证</td>
|
|
98
|
+
</tr>
|
|
99
|
+
</tbody>
|
|
100
|
+
</table>
|
|
101
|
+
<h3 id="审查通道" class="tsd-anchor-link">审查通道<a href="#审查通道" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
102
|
+
<table>
|
|
103
|
+
<thead>
|
|
104
|
+
<tr>
|
|
105
|
+
<th>Agent</th>
|
|
106
|
+
<th>模型</th>
|
|
107
|
+
<th>用途</th>
|
|
108
|
+
</tr>
|
|
109
|
+
</thead>
|
|
110
|
+
<tbody>
|
|
111
|
+
<tr>
|
|
112
|
+
<td><code>style-reviewer</code></td>
|
|
113
|
+
<td>haiku</td>
|
|
114
|
+
<td>格式、命名、惯用法</td>
|
|
115
|
+
</tr>
|
|
116
|
+
<tr>
|
|
117
|
+
<td><code>quality-reviewer</code></td>
|
|
118
|
+
<td>sonnet</td>
|
|
119
|
+
<td>逻辑缺陷、可维护性</td>
|
|
120
|
+
</tr>
|
|
121
|
+
<tr>
|
|
122
|
+
<td><code>api-reviewer</code></td>
|
|
123
|
+
<td>sonnet</td>
|
|
124
|
+
<td>API 契约、版本控制</td>
|
|
125
|
+
</tr>
|
|
126
|
+
<tr>
|
|
127
|
+
<td><code>security-reviewer</code></td>
|
|
128
|
+
<td>sonnet</td>
|
|
129
|
+
<td>漏洞、信任边界</td>
|
|
130
|
+
</tr>
|
|
131
|
+
<tr>
|
|
132
|
+
<td><code>performance-reviewer</code></td>
|
|
133
|
+
<td>sonnet</td>
|
|
134
|
+
<td>热点、复杂度优化</td>
|
|
135
|
+
</tr>
|
|
136
|
+
<tr>
|
|
137
|
+
<td><code>code-reviewer</code></td>
|
|
138
|
+
<td>opus</td>
|
|
139
|
+
<td>跨关注点综合审查</td>
|
|
140
|
+
</tr>
|
|
141
|
+
</tbody>
|
|
142
|
+
</table>
|
|
143
|
+
<h3 id="领域专家" class="tsd-anchor-link">领域专家<a href="#领域专家" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
144
|
+
<table>
|
|
145
|
+
<thead>
|
|
146
|
+
<tr>
|
|
147
|
+
<th>Agent</th>
|
|
148
|
+
<th>模型</th>
|
|
149
|
+
<th>用途</th>
|
|
150
|
+
</tr>
|
|
151
|
+
</thead>
|
|
152
|
+
<tbody>
|
|
153
|
+
<tr>
|
|
154
|
+
<td><code>dependency-expert</code></td>
|
|
155
|
+
<td>sonnet</td>
|
|
156
|
+
<td>外部 SDK/API/包评估</td>
|
|
157
|
+
</tr>
|
|
158
|
+
<tr>
|
|
159
|
+
<td><code>test-engineer</code></td>
|
|
160
|
+
<td>sonnet</td>
|
|
161
|
+
<td>测试策略、覆盖率</td>
|
|
162
|
+
</tr>
|
|
163
|
+
<tr>
|
|
164
|
+
<td><code>quality-strategist</code></td>
|
|
165
|
+
<td>sonnet</td>
|
|
166
|
+
<td>质量策略、发布就绪性</td>
|
|
167
|
+
</tr>
|
|
168
|
+
<tr>
|
|
169
|
+
<td><code>build-fixer</code></td>
|
|
170
|
+
<td>sonnet</td>
|
|
171
|
+
<td>构建/工具链/类型失败</td>
|
|
172
|
+
</tr>
|
|
173
|
+
<tr>
|
|
174
|
+
<td><code>designer</code></td>
|
|
175
|
+
<td>sonnet</td>
|
|
176
|
+
<td>UX/UI 架构、交互设计</td>
|
|
177
|
+
</tr>
|
|
178
|
+
<tr>
|
|
179
|
+
<td><code>writer</code></td>
|
|
180
|
+
<td>haiku</td>
|
|
181
|
+
<td>文档、迁移说明</td>
|
|
182
|
+
</tr>
|
|
183
|
+
<tr>
|
|
184
|
+
<td><code>qa-tester</code></td>
|
|
185
|
+
<td>sonnet</td>
|
|
186
|
+
<td>交互式 CLI/服务验证</td>
|
|
187
|
+
</tr>
|
|
188
|
+
<tr>
|
|
189
|
+
<td><code>scientist</code></td>
|
|
190
|
+
<td>sonnet</td>
|
|
191
|
+
<td>数据/统计分析</td>
|
|
192
|
+
</tr>
|
|
193
|
+
<tr>
|
|
194
|
+
<td><code>document-specialist</code></td>
|
|
195
|
+
<td>sonnet</td>
|
|
196
|
+
<td>外部文档查找</td>
|
|
197
|
+
</tr>
|
|
198
|
+
<tr>
|
|
199
|
+
<td><code>git-master</code></td>
|
|
200
|
+
<td>sonnet</td>
|
|
201
|
+
<td>提交策略、历史整洁</td>
|
|
202
|
+
</tr>
|
|
203
|
+
<tr>
|
|
204
|
+
<td><code>database-expert</code></td>
|
|
205
|
+
<td>sonnet</td>
|
|
206
|
+
<td>数据库设计、查询优化和迁移</td>
|
|
207
|
+
</tr>
|
|
208
|
+
<tr>
|
|
209
|
+
<td><code>devops-engineer</code></td>
|
|
210
|
+
<td>sonnet</td>
|
|
211
|
+
<td>CI/CD、容器化、基础设施即代码</td>
|
|
212
|
+
</tr>
|
|
213
|
+
<tr>
|
|
214
|
+
<td><code>i18n-specialist</code></td>
|
|
215
|
+
<td>sonnet</td>
|
|
216
|
+
<td>国际化、本地化和多语言支持</td>
|
|
217
|
+
</tr>
|
|
218
|
+
<tr>
|
|
219
|
+
<td><code>accessibility-auditor</code></td>
|
|
220
|
+
<td>sonnet</td>
|
|
221
|
+
<td>Web 无障碍审查和 WCAG 合规</td>
|
|
222
|
+
</tr>
|
|
223
|
+
<tr>
|
|
224
|
+
<td><code>api-designer</code></td>
|
|
225
|
+
<td>sonnet</td>
|
|
226
|
+
<td>REST/GraphQL API 设计和契约定义</td>
|
|
227
|
+
</tr>
|
|
228
|
+
</tbody>
|
|
229
|
+
</table>
|
|
230
|
+
<h3 id="产品通道" class="tsd-anchor-link">产品通道<a href="#产品通道" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
231
|
+
<table>
|
|
232
|
+
<thead>
|
|
233
|
+
<tr>
|
|
234
|
+
<th>Agent</th>
|
|
235
|
+
<th>模型</th>
|
|
236
|
+
<th>用途</th>
|
|
237
|
+
</tr>
|
|
238
|
+
</thead>
|
|
239
|
+
<tbody>
|
|
240
|
+
<tr>
|
|
241
|
+
<td><code>product-manager</code></td>
|
|
242
|
+
<td>sonnet</td>
|
|
243
|
+
<td>问题定义、PRD</td>
|
|
244
|
+
</tr>
|
|
245
|
+
<tr>
|
|
246
|
+
<td><code>ux-researcher</code></td>
|
|
247
|
+
<td>sonnet</td>
|
|
248
|
+
<td>启发式审计、可用性</td>
|
|
249
|
+
</tr>
|
|
250
|
+
<tr>
|
|
251
|
+
<td><code>information-architect</code></td>
|
|
252
|
+
<td>sonnet</td>
|
|
253
|
+
<td>分类、导航</td>
|
|
254
|
+
</tr>
|
|
255
|
+
<tr>
|
|
256
|
+
<td><code>product-analyst</code></td>
|
|
257
|
+
<td>sonnet</td>
|
|
258
|
+
<td>产品指标、漏斗分析</td>
|
|
259
|
+
</tr>
|
|
260
|
+
</tbody>
|
|
261
|
+
</table>
|
|
262
|
+
<h3 id="协调" class="tsd-anchor-link">协调<a href="#协调" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
263
|
+
<table>
|
|
264
|
+
<thead>
|
|
265
|
+
<tr>
|
|
266
|
+
<th>Agent</th>
|
|
267
|
+
<th>模型</th>
|
|
268
|
+
<th>用途</th>
|
|
269
|
+
</tr>
|
|
270
|
+
</thead>
|
|
271
|
+
<tbody>
|
|
272
|
+
<tr>
|
|
273
|
+
<td><code>critic</code></td>
|
|
274
|
+
<td>opus</td>
|
|
275
|
+
<td>计划/设计批判性挑战</td>
|
|
276
|
+
</tr>
|
|
277
|
+
<tr>
|
|
278
|
+
<td><code>vision</code></td>
|
|
279
|
+
<td>sonnet</td>
|
|
280
|
+
<td>图片/截图/图表分析</td>
|
|
281
|
+
</tr>
|
|
282
|
+
</tbody>
|
|
283
|
+
</table>
|
|
284
|
+
<h3 id="axiom-agents" class="tsd-anchor-link">Axiom Agents<a href="#axiom-agents" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
285
|
+
<table>
|
|
286
|
+
<thead>
|
|
287
|
+
<tr>
|
|
288
|
+
<th>Agent</th>
|
|
289
|
+
<th>模型</th>
|
|
290
|
+
<th>用途</th>
|
|
291
|
+
</tr>
|
|
292
|
+
</thead>
|
|
293
|
+
<tbody>
|
|
294
|
+
<tr>
|
|
295
|
+
<td><code>axiom-requirement-analyst</code></td>
|
|
296
|
+
<td>sonnet</td>
|
|
297
|
+
<td>需求分析三态门(PASS/CLARIFY/REJECT)</td>
|
|
298
|
+
</tr>
|
|
299
|
+
<tr>
|
|
300
|
+
<td><code>axiom-product-designer</code></td>
|
|
301
|
+
<td>sonnet</td>
|
|
302
|
+
<td>Draft PRD 生成,含 Mermaid 流程图</td>
|
|
303
|
+
</tr>
|
|
304
|
+
<tr>
|
|
305
|
+
<td><code>axiom-review-aggregator</code></td>
|
|
306
|
+
<td>sonnet</td>
|
|
307
|
+
<td>5 专家并行审查聚合与冲突仲裁</td>
|
|
308
|
+
</tr>
|
|
309
|
+
<tr>
|
|
310
|
+
<td><code>axiom-prd-crafter</code></td>
|
|
311
|
+
<td>sonnet</td>
|
|
312
|
+
<td>工程级 PRD,含门控验证</td>
|
|
313
|
+
</tr>
|
|
314
|
+
<tr>
|
|
315
|
+
<td><code>axiom-system-architect</code></td>
|
|
316
|
+
<td>sonnet</td>
|
|
317
|
+
<td>原子任务 DAG 与 Manifest 生成</td>
|
|
318
|
+
</tr>
|
|
319
|
+
<tr>
|
|
320
|
+
<td><code>axiom-evolution-engine</code></td>
|
|
321
|
+
<td>sonnet</td>
|
|
322
|
+
<td>知识收割、模式检测、工作流优化</td>
|
|
323
|
+
</tr>
|
|
324
|
+
<tr>
|
|
325
|
+
<td><code>axiom-context-manager</code></td>
|
|
326
|
+
<td>sonnet</td>
|
|
327
|
+
<td>7 操作记忆系统(读/写/状态/检查点)</td>
|
|
328
|
+
</tr>
|
|
329
|
+
<tr>
|
|
330
|
+
<td><code>axiom-worker</code></td>
|
|
331
|
+
<td>sonnet</td>
|
|
332
|
+
<td>PM→Worker 协议,三态输出</td>
|
|
333
|
+
</tr>
|
|
334
|
+
<tr>
|
|
335
|
+
<td><code>axiom-ux-director</code></td>
|
|
336
|
+
<td>sonnet</td>
|
|
337
|
+
<td>UX/体验专家评审</td>
|
|
338
|
+
</tr>
|
|
339
|
+
<tr>
|
|
340
|
+
<td><code>axiom-product-director</code></td>
|
|
341
|
+
<td>sonnet</td>
|
|
342
|
+
<td>产品战略专家评审</td>
|
|
343
|
+
</tr>
|
|
344
|
+
<tr>
|
|
345
|
+
<td><code>axiom-domain-expert</code></td>
|
|
346
|
+
<td>sonnet</td>
|
|
347
|
+
<td>领域知识专家评审</td>
|
|
348
|
+
</tr>
|
|
349
|
+
<tr>
|
|
350
|
+
<td><code>axiom-tech-lead</code></td>
|
|
351
|
+
<td>sonnet</td>
|
|
352
|
+
<td>技术可行性评审</td>
|
|
353
|
+
</tr>
|
|
354
|
+
<tr>
|
|
355
|
+
<td><code>axiom-critic</code></td>
|
|
356
|
+
<td>sonnet</td>
|
|
357
|
+
<td>安全/质量/逻辑评审</td>
|
|
358
|
+
</tr>
|
|
359
|
+
<tr>
|
|
360
|
+
<td><code>axiom-sub-prd-writer</code></td>
|
|
361
|
+
<td>sonnet</td>
|
|
362
|
+
<td>将 Manifest 任务拆解为可执行 Sub-PRD</td>
|
|
363
|
+
</tr>
|
|
364
|
+
</tbody>
|
|
365
|
+
</table>
|
|
366
|
+
<hr>
|
|
367
|
+
<h2 id="skills(70-个)" class="tsd-anchor-link">Skills(70 个)<a href="#skills(70-个)" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
368
|
+
<h3 id="工作流-skills" class="tsd-anchor-link">工作流 Skills<a href="#工作流-skills" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
369
|
+
<table>
|
|
370
|
+
<thead>
|
|
371
|
+
<tr>
|
|
372
|
+
<th>Skill</th>
|
|
373
|
+
<th>触发词</th>
|
|
374
|
+
<th>用途</th>
|
|
375
|
+
</tr>
|
|
376
|
+
</thead>
|
|
377
|
+
<tbody>
|
|
378
|
+
<tr>
|
|
379
|
+
<td><code>autopilot</code></td>
|
|
380
|
+
<td>"autopilot", "build me"</td>
|
|
381
|
+
<td>从想法到可运行代码的全自主执行</td>
|
|
382
|
+
</tr>
|
|
383
|
+
<tr>
|
|
384
|
+
<td><code>ralph</code></td>
|
|
385
|
+
<td>"ralph", "don't stop"</td>
|
|
386
|
+
<td>带 verifier 验证的自引用循环</td>
|
|
387
|
+
</tr>
|
|
388
|
+
<tr>
|
|
389
|
+
<td><code>ultrawork</code></td>
|
|
390
|
+
<td>"ulw", "ultrawork"</td>
|
|
391
|
+
<td>并行 agent 编排最大并行度</td>
|
|
392
|
+
</tr>
|
|
393
|
+
<tr>
|
|
394
|
+
<td><code>team</code></td>
|
|
395
|
+
<td>"team", "coordinated team"</td>
|
|
396
|
+
<td>N 个协调 agents,阶段感知路由</td>
|
|
397
|
+
</tr>
|
|
398
|
+
<tr>
|
|
399
|
+
<td><code>ultrapilot</code></td>
|
|
400
|
+
<td>"ultrapilot", "parallel build"</td>
|
|
401
|
+
<td>带文件所有权分区的并行 autopilot</td>
|
|
402
|
+
</tr>
|
|
403
|
+
<tr>
|
|
404
|
+
<td><code>pipeline</code></td>
|
|
405
|
+
<td>"pipeline", "chain agents"</td>
|
|
406
|
+
<td>带数据传递的顺序 agent 链</td>
|
|
407
|
+
</tr>
|
|
408
|
+
<tr>
|
|
409
|
+
<td><code>ultraqa</code></td>
|
|
410
|
+
<td>由 autopilot 激活</td>
|
|
411
|
+
<td>QA 循环:测试、验证、修复、重复</td>
|
|
412
|
+
</tr>
|
|
413
|
+
<tr>
|
|
414
|
+
<td><code>plan</code></td>
|
|
415
|
+
<td>"plan this", "plan the"</td>
|
|
416
|
+
<td>战略规划,支持 <code>--consensus</code>/<code>--review</code></td>
|
|
417
|
+
</tr>
|
|
418
|
+
<tr>
|
|
419
|
+
<td><code>ralplan</code></td>
|
|
420
|
+
<td>"ralplan", "consensus plan"</td>
|
|
421
|
+
<td>与 Planner/Architect/Critic 迭代规划</td>
|
|
422
|
+
</tr>
|
|
423
|
+
<tr>
|
|
424
|
+
<td><code>swarm</code></td>
|
|
425
|
+
<td>"swarm"</td>
|
|
426
|
+
<td>Team 的兼容性外观</td>
|
|
427
|
+
</tr>
|
|
428
|
+
</tbody>
|
|
429
|
+
</table>
|
|
430
|
+
<h3 id="开发工作流-skills" class="tsd-anchor-link">开发工作流 Skills<a href="#开发工作流-skills" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
431
|
+
<table>
|
|
432
|
+
<thead>
|
|
433
|
+
<tr>
|
|
434
|
+
<th>Skill</th>
|
|
435
|
+
<th>用途</th>
|
|
436
|
+
</tr>
|
|
437
|
+
</thead>
|
|
438
|
+
<tbody>
|
|
439
|
+
<tr>
|
|
440
|
+
<td><code>brainstorming</code></td>
|
|
441
|
+
<td>设计对话,代码前必须先设计</td>
|
|
442
|
+
</tr>
|
|
443
|
+
<tr>
|
|
444
|
+
<td><code>writing-plans</code></td>
|
|
445
|
+
<td>详细实现计划,原子任务</td>
|
|
446
|
+
</tr>
|
|
447
|
+
<tr>
|
|
448
|
+
<td><code>executing-plans</code></td>
|
|
449
|
+
<td>带检查点的批量执行</td>
|
|
450
|
+
</tr>
|
|
451
|
+
<tr>
|
|
452
|
+
<td><code>subagent-driven-development</code></td>
|
|
453
|
+
<td>每任务独立 subagent + 两阶段审查</td>
|
|
454
|
+
</tr>
|
|
455
|
+
<tr>
|
|
456
|
+
<td><code>test-driven-development</code></td>
|
|
457
|
+
<td>RED-GREEN-REFACTOR 循环</td>
|
|
458
|
+
</tr>
|
|
459
|
+
<tr>
|
|
460
|
+
<td><code>systematic-debugging</code></td>
|
|
461
|
+
<td>4 阶段根因分析</td>
|
|
462
|
+
</tr>
|
|
463
|
+
<tr>
|
|
464
|
+
<td><code>verification-before-completion</code></td>
|
|
465
|
+
<td>完成前验证</td>
|
|
466
|
+
</tr>
|
|
467
|
+
<tr>
|
|
468
|
+
<td><code>requesting-code-review</code></td>
|
|
469
|
+
<td>代码审查前检查清单</td>
|
|
470
|
+
</tr>
|
|
471
|
+
<tr>
|
|
472
|
+
<td><code>receiving-code-review</code></td>
|
|
473
|
+
<td>响应审查反馈</td>
|
|
474
|
+
</tr>
|
|
475
|
+
<tr>
|
|
476
|
+
<td><code>using-git-worktrees</code></td>
|
|
477
|
+
<td>并行开发分支</td>
|
|
478
|
+
</tr>
|
|
479
|
+
<tr>
|
|
480
|
+
<td><code>finishing-a-development-branch</code></td>
|
|
481
|
+
<td>合并/PR 决策工作流</td>
|
|
482
|
+
</tr>
|
|
483
|
+
<tr>
|
|
484
|
+
<td><code>next-step-router</code></td>
|
|
485
|
+
<td>关键节点推荐最优下一步</td>
|
|
486
|
+
</tr>
|
|
487
|
+
</tbody>
|
|
488
|
+
</table>
|
|
489
|
+
<h3 id="axiom-skills" class="tsd-anchor-link">Axiom Skills<a href="#axiom-skills" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
490
|
+
<table>
|
|
491
|
+
<thead>
|
|
492
|
+
<tr>
|
|
493
|
+
<th>Skill</th>
|
|
494
|
+
<th>用途</th>
|
|
495
|
+
</tr>
|
|
496
|
+
</thead>
|
|
497
|
+
<tbody>
|
|
498
|
+
<tr>
|
|
499
|
+
<td><code>ax-draft</code></td>
|
|
500
|
+
<td>需求澄清 → Draft PRD → 用户确认</td>
|
|
501
|
+
</tr>
|
|
502
|
+
<tr>
|
|
503
|
+
<td><code>ax-review</code></td>
|
|
504
|
+
<td>5 专家并行评审 → 聚合 → Rough PRD</td>
|
|
505
|
+
</tr>
|
|
506
|
+
<tr>
|
|
507
|
+
<td><code>ax-decompose</code></td>
|
|
508
|
+
<td>Rough PRD → 系统架构 → 原子任务 DAG</td>
|
|
509
|
+
</tr>
|
|
510
|
+
<tr>
|
|
511
|
+
<td><code>ax-implement</code></td>
|
|
512
|
+
<td>按 Manifest 执行任务,CI 门禁,自动修复</td>
|
|
513
|
+
</tr>
|
|
514
|
+
<tr>
|
|
515
|
+
<td><code>ax-analyze-error</code></td>
|
|
516
|
+
<td>根因诊断 → 自动修复 → 知识队列</td>
|
|
517
|
+
</tr>
|
|
518
|
+
<tr>
|
|
519
|
+
<td><code>ax-reflect</code></td>
|
|
520
|
+
<td>会话反思 → 经验提取 → Action Items</td>
|
|
521
|
+
</tr>
|
|
522
|
+
<tr>
|
|
523
|
+
<td><code>ax-evolve</code></td>
|
|
524
|
+
<td>处理学习队列 → 更新知识库 → 模式检测</td>
|
|
525
|
+
</tr>
|
|
526
|
+
<tr>
|
|
527
|
+
<td><code>ax-status</code></td>
|
|
528
|
+
<td>完整系统状态仪表盘</td>
|
|
529
|
+
</tr>
|
|
530
|
+
<tr>
|
|
531
|
+
<td><code>ax-rollback</code></td>
|
|
532
|
+
<td>回滚到最近检查点(需用户确认)</td>
|
|
533
|
+
</tr>
|
|
534
|
+
<tr>
|
|
535
|
+
<td><code>ax-suspend</code></td>
|
|
536
|
+
<td>保存会话状态,安全退出</td>
|
|
537
|
+
</tr>
|
|
538
|
+
<tr>
|
|
539
|
+
<td><code>ax-context</code></td>
|
|
540
|
+
<td>直接操作 Axiom 记忆系统</td>
|
|
541
|
+
</tr>
|
|
542
|
+
<tr>
|
|
543
|
+
<td><code>ax-evolution</code></td>
|
|
544
|
+
<td>进化引擎统一入口(evolve/reflect/knowledge/patterns)</td>
|
|
545
|
+
</tr>
|
|
546
|
+
<tr>
|
|
547
|
+
<td><code>ax-knowledge</code></td>
|
|
548
|
+
<td>查询 Axiom 知识库</td>
|
|
549
|
+
</tr>
|
|
550
|
+
<tr>
|
|
551
|
+
<td><code>ax-export</code></td>
|
|
552
|
+
<td>导出 Axiom 工作流产物</td>
|
|
553
|
+
</tr>
|
|
554
|
+
</tbody>
|
|
555
|
+
</table>
|
|
556
|
+
<h3 id="增强-skills" class="tsd-anchor-link">增强 Skills<a href="#增强-skills" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
557
|
+
<table>
|
|
558
|
+
<thead>
|
|
559
|
+
<tr>
|
|
560
|
+
<th>Skill</th>
|
|
561
|
+
<th>用途</th>
|
|
562
|
+
</tr>
|
|
563
|
+
</thead>
|
|
564
|
+
<tbody>
|
|
565
|
+
<tr>
|
|
566
|
+
<td><code>deepinit</code></td>
|
|
567
|
+
<td>分层 <a href="http://AGENTS.md">AGENTS.md</a> 代码库文档化</td>
|
|
568
|
+
</tr>
|
|
569
|
+
<tr>
|
|
570
|
+
<td><code>deepsearch</code></td>
|
|
571
|
+
<td>多策略深度代码库搜索</td>
|
|
572
|
+
</tr>
|
|
573
|
+
<tr>
|
|
574
|
+
<td><code>analyze</code></td>
|
|
575
|
+
<td>深度分析与调查(debugger 别名)</td>
|
|
576
|
+
</tr>
|
|
577
|
+
<tr>
|
|
578
|
+
<td><code>sciomc</code></td>
|
|
579
|
+
<td>并行 scientist 编排</td>
|
|
580
|
+
</tr>
|
|
581
|
+
<tr>
|
|
582
|
+
<td><code>external-context</code></td>
|
|
583
|
+
<td>并行 document-specialist 网络搜索</td>
|
|
584
|
+
</tr>
|
|
585
|
+
<tr>
|
|
586
|
+
<td><code>ccg</code></td>
|
|
587
|
+
<td>Claude-Codex-Gemini 三模型并行编排</td>
|
|
588
|
+
</tr>
|
|
589
|
+
<tr>
|
|
590
|
+
<td><code>frontend-ui-ux</code></td>
|
|
591
|
+
<td>UI/UX 专业能力(静默激活)</td>
|
|
592
|
+
</tr>
|
|
593
|
+
<tr>
|
|
594
|
+
<td><code>git-master</code></td>
|
|
595
|
+
<td>Git 专家,原子提交和历史管理(静默激活)</td>
|
|
596
|
+
</tr>
|
|
597
|
+
<tr>
|
|
598
|
+
<td><code>build-fix</code></td>
|
|
599
|
+
<td>修复构建和 TypeScript 错误</td>
|
|
600
|
+
</tr>
|
|
601
|
+
<tr>
|
|
602
|
+
<td><code>code-review</code></td>
|
|
603
|
+
<td>全面代码审查</td>
|
|
604
|
+
</tr>
|
|
605
|
+
<tr>
|
|
606
|
+
<td><code>security-review</code></td>
|
|
607
|
+
<td>安全漏洞检测</td>
|
|
608
|
+
</tr>
|
|
609
|
+
<tr>
|
|
610
|
+
<td><code>trace</code></td>
|
|
611
|
+
<td>显示 agent 流程追踪时间线</td>
|
|
612
|
+
</tr>
|
|
613
|
+
<tr>
|
|
614
|
+
<td><code>learn-about-omc</code></td>
|
|
615
|
+
<td>了解 OMC 使用模式并获取建议</td>
|
|
616
|
+
</tr>
|
|
617
|
+
<tr>
|
|
618
|
+
<td><code>dispatching-parallel-agents</code></td>
|
|
619
|
+
<td>并行分发独立任务给多个 agents</td>
|
|
620
|
+
</tr>
|
|
621
|
+
</tbody>
|
|
622
|
+
</table>
|
|
623
|
+
<h3 id="工具类-skills" class="tsd-anchor-link">工具类 Skills<a href="#工具类-skills" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
624
|
+
<table>
|
|
625
|
+
<thead>
|
|
626
|
+
<tr>
|
|
627
|
+
<th>Skill</th>
|
|
628
|
+
<th>用途</th>
|
|
629
|
+
</tr>
|
|
630
|
+
</thead>
|
|
631
|
+
<tbody>
|
|
632
|
+
<tr>
|
|
633
|
+
<td><code>cancel</code></td>
|
|
634
|
+
<td>统一取消所有执行模式</td>
|
|
635
|
+
</tr>
|
|
636
|
+
<tr>
|
|
637
|
+
<td><code>note</code></td>
|
|
638
|
+
<td>保存笔记到抗压缩 notepad</td>
|
|
639
|
+
</tr>
|
|
640
|
+
<tr>
|
|
641
|
+
<td><code>learner</code></td>
|
|
642
|
+
<td>从会话中提取可复用 skill</td>
|
|
643
|
+
</tr>
|
|
644
|
+
<tr>
|
|
645
|
+
<td><code>omc-setup</code></td>
|
|
646
|
+
<td>一次性安装向导</td>
|
|
647
|
+
</tr>
|
|
648
|
+
<tr>
|
|
649
|
+
<td><code>mcp-setup</code></td>
|
|
650
|
+
<td>配置 MCP 服务器</td>
|
|
651
|
+
</tr>
|
|
652
|
+
<tr>
|
|
653
|
+
<td><code>hud</code></td>
|
|
654
|
+
<td>配置 HUD 状态栏</td>
|
|
655
|
+
</tr>
|
|
656
|
+
<tr>
|
|
657
|
+
<td><code>omc-doctor</code></td>
|
|
658
|
+
<td>诊断并修复安装问题</td>
|
|
659
|
+
</tr>
|
|
660
|
+
<tr>
|
|
661
|
+
<td><code>omc-help</code></td>
|
|
662
|
+
<td>显示 OMC 使用指南</td>
|
|
663
|
+
</tr>
|
|
664
|
+
<tr>
|
|
665
|
+
<td><code>release</code></td>
|
|
666
|
+
<td>自动化发布工作流</td>
|
|
667
|
+
</tr>
|
|
668
|
+
<tr>
|
|
669
|
+
<td><code>ralph-init</code></td>
|
|
670
|
+
<td>初始化 PRD 以进行结构化任务跟踪</td>
|
|
671
|
+
</tr>
|
|
672
|
+
<tr>
|
|
673
|
+
<td><code>review</code></td>
|
|
674
|
+
<td>用 critic 审查工作计划</td>
|
|
675
|
+
</tr>
|
|
676
|
+
<tr>
|
|
677
|
+
<td><code>writer-memory</code></td>
|
|
678
|
+
<td>面向写作者的 agent 记忆系统</td>
|
|
679
|
+
</tr>
|
|
680
|
+
<tr>
|
|
681
|
+
<td><code>project-session-manager</code></td>
|
|
682
|
+
<td>管理隔离开发环境(git worktrees + tmux)</td>
|
|
683
|
+
</tr>
|
|
684
|
+
<tr>
|
|
685
|
+
<td><code>psm</code></td>
|
|
686
|
+
<td>project-session-manager 别名</td>
|
|
687
|
+
</tr>
|
|
688
|
+
<tr>
|
|
689
|
+
<td><code>skill</code></td>
|
|
690
|
+
<td>管理本地 skills(列出、添加、删除、搜索、编辑)</td>
|
|
691
|
+
</tr>
|
|
692
|
+
<tr>
|
|
693
|
+
<td><code>wizard</code></td>
|
|
694
|
+
<td>交互式配置向导</td>
|
|
695
|
+
</tr>
|
|
696
|
+
<tr>
|
|
697
|
+
<td><code>writing-skills</code></td>
|
|
698
|
+
<td>创建/编辑/验证 skills</td>
|
|
699
|
+
</tr>
|
|
700
|
+
<tr>
|
|
701
|
+
<td><code>configure-discord</code></td>
|
|
702
|
+
<td>配置 Discord webhook/bot 通知</td>
|
|
703
|
+
</tr>
|
|
704
|
+
<tr>
|
|
705
|
+
<td><code>configure-telegram</code></td>
|
|
706
|
+
<td>配置 Telegram bot 通知</td>
|
|
707
|
+
</tr>
|
|
708
|
+
<tr>
|
|
709
|
+
<td><code>using-superpowers</code></td>
|
|
710
|
+
<td>建立 skill 使用规则</td>
|
|
711
|
+
</tr>
|
|
712
|
+
</tbody>
|
|
713
|
+
</table>
|
|
714
|
+
<hr>
|
|
715
|
+
<h2 id="执行模式" class="tsd-anchor-link">执行模式<a href="#执行模式" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
716
|
+
<h3 id="team-流水线(默认多-agent-编排器)" class="tsd-anchor-link">Team 流水线(默认多 Agent 编排器)<a href="#team-流水线(默认多-agent-编排器)" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
717
|
+
<pre><code><span class="hl-5">team</span><span class="hl-2">-</span><span class="hl-5">plan</span><span class="hl-2"> → </span><span class="hl-5">team</span><span class="hl-2">-</span><span class="hl-5">prd</span><span class="hl-2"> → </span><span class="hl-5">team</span><span class="hl-2">-</span><span class="hl-5">exec</span><span class="hl-2"> → </span><span class="hl-5">team</span><span class="hl-2">-</span><span class="hl-5">verify</span><span class="hl-2"> → </span><span class="hl-5">team</span><span class="hl-2">-</span><span class="hl-5">fix</span><span class="hl-2">(</span><span class="hl-5">循环</span><span class="hl-2">)</span>
|
|
718
|
+
</code><button>Copy</button></pre>
|
|
719
|
+
|
|
720
|
+
<ul>
|
|
721
|
+
<li><strong>team-plan</strong>:<code>explore</code> + <code>planner</code>,可选 <code>analyst</code>/<code>architect</code></li>
|
|
722
|
+
<li><strong>team-prd</strong>:<code>analyst</code>,可选 <code>product-manager</code>/<code>critic</code></li>
|
|
723
|
+
<li><strong>team-exec</strong>:<code>executor</code> + 任务适配专家</li>
|
|
724
|
+
<li><strong>team-verify</strong>:<code>verifier</code> + 按需审查 agents</li>
|
|
725
|
+
<li><strong>team-fix</strong>:根据缺陷类型路由到 <code>executor</code>/<code>build-fixer</code>/<code>debugger</code></li>
|
|
726
|
+
</ul>
|
|
727
|
+
<h3 id="mcp-路由" class="tsd-anchor-link">MCP 路由<a href="#mcp-路由" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
728
|
+
<p>对只读分析任务优先使用 MCP 工具(更快更经济):</p>
|
|
729
|
+
<ul>
|
|
730
|
+
<li><strong>Codex</strong>(<code>mcp__x__ask_codex</code>):架构审查、规划验证、代码审查</li>
|
|
731
|
+
<li><strong>Gemini</strong>(<code>mcp__g__ask_gemini</code>):UI/UX 设计、大上下文任务(1M tokens)</li>
|
|
732
|
+
</ul>
|
|
733
|
+
<h3 id="axiom-代码智能" class="tsd-anchor-link">Axiom 代码智能<a href="#axiom-代码智能" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
734
|
+
<ul>
|
|
735
|
+
<li><strong>LSP</strong>:hover、goto definition、find references、diagnostics、rename</li>
|
|
736
|
+
<li><strong>AST</strong>:<code>ast_grep_search</code>(结构化模式搜索)、<code>ast_grep_replace</code>(结构化转换)</li>
|
|
737
|
+
<li><strong>Python REPL</strong>:持久数据分析环境</li>
|
|
738
|
+
</ul>
|
|
739
|
+
<hr>
|
|
740
|
+
<h2 id="axiom-自我进化系统" class="tsd-anchor-link">Axiom 自我进化系统<a href="#axiom-自我进化系统" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
741
|
+
<p>ultrapower 内置 Axiom 自我进化引擎,让 AI 工作流随使用不断优化。</p>
|
|
742
|
+
<h3 id="核心机制" class="tsd-anchor-link">核心机制<a href="#核心机制" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
743
|
+
<table>
|
|
744
|
+
<thead>
|
|
745
|
+
<tr>
|
|
746
|
+
<th>机制</th>
|
|
747
|
+
<th>说明</th>
|
|
748
|
+
</tr>
|
|
749
|
+
</thead>
|
|
750
|
+
<tbody>
|
|
751
|
+
<tr>
|
|
752
|
+
<td>知识收割</td>
|
|
753
|
+
<td>每次任务完成后自动提取经验教训,存入知识库</td>
|
|
754
|
+
</tr>
|
|
755
|
+
<tr>
|
|
756
|
+
<td>模式检测</td>
|
|
757
|
+
<td>识别重复代码模式,达到阈值(出现 ≥3 次)后提升为最佳实践</td>
|
|
758
|
+
</tr>
|
|
759
|
+
<tr>
|
|
760
|
+
<td>工作流优化</td>
|
|
761
|
+
<td>分析执行指标,发现瓶颈并生成优化建议</td>
|
|
762
|
+
</tr>
|
|
763
|
+
<tr>
|
|
764
|
+
<td>跨会话记忆</td>
|
|
765
|
+
<td>知识库和模式库跨会话持久化,越用越聪明</td>
|
|
766
|
+
</tr>
|
|
767
|
+
</tbody>
|
|
768
|
+
</table>
|
|
769
|
+
<h3 id="快速开始" class="tsd-anchor-link">快速开始<a href="#快速开始" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
770
|
+
<pre><code class="bash"><span class="hl-0"># 1. 安装插件</span><br/><span class="hl-1">/plugin</span><span class="hl-2"> </span><span class="hl-3">marketplace</span><span class="hl-2"> </span><span class="hl-3">add</span><span class="hl-2"> </span><span class="hl-3">https://github.com/liangjie559567/ultrapower</span><br/><span class="hl-1">/plugin</span><span class="hl-2"> </span><span class="hl-3">install</span><span class="hl-2"> </span><span class="hl-3">omc@ultrapower</span><br/><br/><span class="hl-0"># 2. 初始化 Axiom 系统</span><br/><span class="hl-1">/ultrapower:ax-context</span><span class="hl-2"> </span><span class="hl-3">init</span><br/><br/><span class="hl-0"># 3. 查看系统状态</span><br/><span class="hl-1">/ax-status</span>
|
|
771
|
+
</code><button type="button">Copy</button></pre>
|
|
772
|
+
|
|
773
|
+
<h3 id="进化工作流" class="tsd-anchor-link">进化工作流<a href="#进化工作流" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
774
|
+
<pre><code><span class="hl-5">需求</span><span class="hl-2"> → /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">draft</span><span class="hl-2"> → /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">review</span><span class="hl-2"> → /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">decompose</span><span class="hl-2"> → /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">implement</span><br/><span class="hl-2"> ↓</span><br/><span class="hl-2"> </span><span class="hl-5">任务完成</span><br/><span class="hl-2"> ↓</span><br/><span class="hl-2"> /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">reflect</span><span class="hl-2">(</span><span class="hl-5">反思</span><span class="hl-2">)</span><br/><span class="hl-2"> ↓</span><br/><span class="hl-2"> /</span><span class="hl-5">ax</span><span class="hl-2">-</span><span class="hl-5">evolve</span><span class="hl-2">(</span><span class="hl-5">进化</span><span class="hl-2">)</span><br/><span class="hl-2"> ↓</span><br/><span class="hl-2"> </span><span class="hl-5">知识库更新</span><span class="hl-2"> + </span><span class="hl-5">模式库更新</span>
|
|
775
|
+
</code><button>Copy</button></pre>
|
|
776
|
+
|
|
777
|
+
<p>详细文档请参阅 <a href="media/EVOLUTION.md">docs/EVOLUTION.md</a>。</p>
|
|
778
|
+
<hr>
|
|
779
|
+
<h2 id="mcp-服务器" class="tsd-anchor-link">MCP 服务器<a href="#mcp-服务器" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
780
|
+
<p>ultrapower 提供完整的 MCP(Model Context Protocol)服务器,暴露 35 个自定义工具供 Claude Desktop 和 Cursor 使用。</p>
|
|
781
|
+
<h3 id="快速开始-1" class="tsd-anchor-link">快速开始<a href="#快速开始-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
782
|
+
<pre><code class="bash"><span class="hl-0"># 启动 MCP 服务器</span><br/><span class="hl-1">node</span><span class="hl-2"> </span><span class="hl-3">bridge/mcp-server.cjs</span><br/><br/><span class="hl-0"># 或使用 npm</span><br/><span class="hl-1">npm</span><span class="hl-2"> </span><span class="hl-3">run</span><span class="hl-2"> </span><span class="hl-3">mcp:start</span>
|
|
783
|
+
</code><button type="button">Copy</button></pre>
|
|
784
|
+
|
|
785
|
+
<h3 id="配置-claude-desktop" class="tsd-anchor-link">配置 Claude Desktop<a href="#配置-claude-desktop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
786
|
+
<p>编辑 <code>~/.claude/claude_desktop_config.json</code>:</p>
|
|
787
|
+
<pre><code class="json"><span class="hl-2">{</span><br/><span class="hl-2"> </span><span class="hl-6">"mcpServers"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"ultrapower"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"command"</span><span class="hl-2">: </span><span class="hl-3">"node"</span><span class="hl-2">,</span><br/><span class="hl-2"> </span><span class="hl-6">"args"</span><span class="hl-2">: [</span><span class="hl-3">"/path/to/ultrapower/bridge/mcp-server.cjs"</span><span class="hl-2">],</span><br/><span class="hl-2"> </span><span class="hl-6">"env"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"OMC_LOG_LEVEL"</span><span class="hl-2">: </span><span class="hl-3">"info"</span><br/><span class="hl-2"> }</span><br/><span class="hl-2"> }</span><br/><span class="hl-2"> }</span><br/><span class="hl-2">}</span>
|
|
788
|
+
</code><button type="button">Copy</button></pre>
|
|
789
|
+
|
|
790
|
+
<h3 id="配置-cursor" class="tsd-anchor-link">配置 Cursor<a href="#配置-cursor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
791
|
+
<p>在项目根目录创建 <code>.cursor/mcp.json</code>:</p>
|
|
792
|
+
<pre><code class="json"><span class="hl-2">{</span><br/><span class="hl-2"> </span><span class="hl-6">"mcpServers"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"ultrapower"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"command"</span><span class="hl-2">: </span><span class="hl-3">"node"</span><span class="hl-2">,</span><br/><span class="hl-2"> </span><span class="hl-6">"args"</span><span class="hl-2">: [</span><span class="hl-3">"/path/to/ultrapower/bridge/mcp-server.cjs"</span><span class="hl-2">],</span><br/><span class="hl-2"> </span><span class="hl-6">"env"</span><span class="hl-2">: {</span><br/><span class="hl-2"> </span><span class="hl-6">"OMC_LOG_LEVEL"</span><span class="hl-2">: </span><span class="hl-3">"info"</span><br/><span class="hl-2"> }</span><br/><span class="hl-2"> }</span><br/><span class="hl-2"> }</span><br/><span class="hl-2">}</span>
|
|
793
|
+
</code><button type="button">Copy</button></pre>
|
|
794
|
+
|
|
795
|
+
<h3 id="可用工具(35-个)" class="tsd-anchor-link">可用工具(35 个)<a href="#可用工具(35-个)" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
796
|
+
<ul>
|
|
797
|
+
<li><strong>LSP 工具(12 个)</strong>:代码导航、诊断、重构</li>
|
|
798
|
+
<li><strong>AST 工具(2 个)</strong>:结构化模式匹配和替换</li>
|
|
799
|
+
<li><strong>Python REPL(1 个)</strong>:持久数据分析环境</li>
|
|
800
|
+
<li><strong>Notepad 工具(6 个)</strong>:会话记忆管理</li>
|
|
801
|
+
<li><strong>State 工具(5 个)</strong>:模式状态管理</li>
|
|
802
|
+
<li><strong>Project Memory 工具(4 个)</strong>:项目级持久记忆</li>
|
|
803
|
+
<li><strong>Trace 工具(2 个)</strong>:Agent 流程追踪分析</li>
|
|
804
|
+
<li><strong>Skills 工具(3 个)</strong>:Skill 加载和管理</li>
|
|
805
|
+
</ul>
|
|
806
|
+
<p>详见 <a href="media/mcp-server-usage.md">docs/guides/mcp-server-usage.md</a>。</p>
|
|
807
|
+
<hr>
|
|
808
|
+
<h2 id="哲学" class="tsd-anchor-link">哲学<a href="#哲学" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
809
|
+
<ul>
|
|
810
|
+
<li><strong>测试驱动开发</strong> — 始终先写测试</li>
|
|
811
|
+
<li><strong>系统化而非临时</strong> — 流程优于猜测</li>
|
|
812
|
+
<li><strong>复杂度降低</strong> — 简洁是首要目标</li>
|
|
813
|
+
<li><strong>证据优于声明</strong> — 声明成功前先验证</li>
|
|
814
|
+
</ul>
|
|
815
|
+
<hr>
|
|
816
|
+
<h2 id="赞助" class="tsd-anchor-link">赞助<a href="#赞助" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
817
|
+
<p>如果 ultrapower 帮助你完成了有价值的工作,欢迎<a href="https://github.com/sponsors/liangjie559567">赞助开源工作</a>。</p>
|
|
818
|
+
<h2 id="贡献" class="tsd-anchor-link">贡献<a href="#贡献" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
819
|
+
<p>Skills 直接存放在本仓库中。贡献方式:</p>
|
|
820
|
+
<ol>
|
|
821
|
+
<li>Fork 仓库</li>
|
|
822
|
+
<li>为你的 skill 创建分支</li>
|
|
823
|
+
<li>遵循 <code>writing-skills</code> skill 创建和测试新 skill</li>
|
|
824
|
+
<li>提交 PR</li>
|
|
825
|
+
</ol>
|
|
826
|
+
<p>详见 <code>skills/writing-skills/SKILL.md</code>。</p>
|
|
827
|
+
<h2 id="更新" class="tsd-anchor-link">更新<a href="#更新" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
828
|
+
<pre><code class="bash"><span class="hl-1">/plugin</span><span class="hl-2"> </span><span class="hl-3">update</span><span class="hl-2"> </span><span class="hl-3">omc@ultrapower</span>
|
|
829
|
+
</code><button type="button">Copy</button></pre>
|
|
830
|
+
|
|
831
|
+
<h2 id="许可证" class="tsd-anchor-link">许可证<a href="#许可证" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
832
|
+
<p>MIT License — 详见 LICENSE 文件</p>
|
|
833
|
+
<h2 id="支持" class="tsd-anchor-link">支持<a href="#支持" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2>
|
|
834
|
+
<ul>
|
|
835
|
+
<li><strong>Issues</strong>: <a href="https://github.com/liangjie559567/ultrapower/issues">https://github.com/liangjie559567/ultrapower/issues</a></li>
|
|
836
|
+
<li><strong>Marketplace</strong>: <a href="https://github.com/liangjie559567/ultrapower">https://github.com/liangjie559567/ultrapower</a></li>
|
|
837
|
+
<li><strong>安装部署教程</strong>: <a href="media/INSTALL.md">docs/INSTALL.md</a></li>
|
|
838
|
+
<li><strong>完整参考文档</strong>: <a href="media/REFERENCE.md">docs/REFERENCE.md</a></li>
|
|
839
|
+
<li><strong>进化系统文档</strong>: <a href="media/EVOLUTION.md">docs/EVOLUTION.md</a></li>
|
|
840
|
+
<li><strong>主动进化系统</strong>: <a href="media/NEXUS.md">docs/NEXUS.md</a></li>
|
|
841
|
+
<li><strong>迁移指南</strong>: <a href="media/MIGRATION.md">docs/MIGRATION.md</a></li>
|
|
842
|
+
</ul>
|
|
843
|
+
</div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#ultrapower"><span>ultrapower</span></a><ul><li><a href="#核心能力"><span>核心能力</span></a></li><li><a href="#安装"><span>安装</span></a></li><li><ul><li><a href="#方式一:claude-code-插件(推荐)"><span>方式一:<wbr/>Claude <wbr/>Code 插件(推荐)</span></a></li><li><a href="#方式二:npm-全局安装"><span>方式二:npm 全局安装</span></a></li><li><a href="#验证安装"><span>验证安装</span></a></li></ul></li><li><a href="#基础工作流"><span>基础工作流</span></a></li><li><a href="#agents(50-个)"><span>Agents(50 个)</span></a></li><li><ul><li><a href="#构建分析通道"><span>构建/分析通道</span></a></li><li><a href="#审查通道"><span>审查通道</span></a></li><li><a href="#领域专家"><span>领域专家</span></a></li><li><a href="#产品通道"><span>产品通道</span></a></li><li><a href="#协调"><span>协调</span></a></li><li><a href="#axiom-agents"><span>Axiom <wbr/>Agents</span></a></li></ul></li><li><a href="#skills(70-个)"><span>Skills(70 个)</span></a></li><li><ul><li><a href="#工作流-skills"><span>工作流 <wbr/>Skills</span></a></li><li><a href="#开发工作流-skills"><span>开发工作流 <wbr/>Skills</span></a></li><li><a href="#axiom-skills"><span>Axiom <wbr/>Skills</span></a></li><li><a href="#增强-skills"><span>增强 <wbr/>Skills</span></a></li><li><a href="#工具类-skills"><span>工具类 <wbr/>Skills</span></a></li></ul></li><li><a href="#执行模式"><span>执行模式</span></a></li><li><ul><li><a href="#team-流水线(默认多-agent-编排器)"><span>Team 流水线(默认多 <wbr/>Agent 编排器)</span></a></li><li><a href="#mcp-路由"><span>MCP 路由</span></a></li><li><a href="#axiom-代码智能"><span>Axiom 代码智能</span></a></li></ul></li><li><a href="#axiom-自我进化系统"><span>Axiom 自我进化系统</span></a></li><li><ul><li><a href="#核心机制"><span>核心机制</span></a></li><li><a href="#快速开始"><span>快速开始</span></a></li><li><a href="#进化工作流"><span>进化工作流</span></a></li></ul></li><li><a href="#mcp-服务器"><span>MCP 服务器</span></a></li><li><ul><li><a href="#快速开始-1"><span>快速开始</span></a></li><li><a href="#配置-claude-desktop"><span>配置 <wbr/>Claude <wbr/>Desktop</span></a></li><li><a href="#配置-cursor"><span>配置 <wbr/>Cursor</span></a></li><li><a href="#可用工具(35-个)"><span>可用工具(35 个)</span></a></li></ul></li><li><a href="#哲学"><span>哲学</span></a></li><li><a href="#赞助"><span>赞助</span></a></li><li><a href="#贡献"><span>贡献</span></a></li><li><a href="#更新"><span>更新</span></a></li><li><a href="#许可证"><span>许可证</span></a></li><li><a href="#支持"><span>支持</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="modules.html">ultrapower API Documentation - v5.5.18</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|