@kl-c/matrixos 0.1.25 → 0.1.31
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/dist/agents/builtin-agents/model-resolution.d.ts +1 -1
- package/dist/agents/types.d.ts +1 -1
- package/dist/cli/generate.d.ts +2 -2
- package/dist/cli/index.js +206 -49
- package/dist/cli/install-ast-grep-sg.d.ts +1 -1
- package/dist/cli/mcp-oauth/login.d.ts +1 -1
- package/dist/cli/migrate.d.ts +15 -0
- package/dist/cli/profile.d.ts +23 -0
- package/dist/cli/provider-model-id-transform.d.ts +1 -1
- package/dist/cli/skills/frontend/ATTRIBUTION.md +1 -1
- package/dist/cli/skills/ultimate-browsing/ATTRIBUTION.md +1 -1
- package/dist/cli/skills/ulw-research/ATTRIBUTION.md +1 -1
- package/dist/cli-node/index.js +206 -49
- package/dist/config/schema/gateway.d.ts +1 -1
- package/dist/config/schema/git-env-prefix.d.ts +1 -1
- package/dist/config/schema/team-mode.d.ts +1 -1
- package/dist/config/schema/tmux.d.ts +1 -1
- package/dist/features/background-agent/error-classifier.d.ts +1 -1
- package/dist/features/boulder-state/constants.d.ts +1 -1
- package/dist/features/boulder-state/format-duration.d.ts +1 -1
- package/dist/features/boulder-state/storage.d.ts +1 -1
- package/dist/features/boulder-state/top-level-task.d.ts +1 -1
- package/dist/features/boulder-state/types.d.ts +1 -1
- package/dist/features/builtin-skills/index.d.ts +1 -1
- package/dist/features/builtin-skills/skill-file-loader.d.ts +1 -1
- package/dist/features/builtin-skills/skills/agent-browser-skill.d.ts +1 -1
- package/dist/features/builtin-skills/skills/agent-browser-template.d.ts +1 -1
- package/dist/features/builtin-skills/skills/debugging.d.ts +1 -1
- package/dist/features/builtin-skills/skills/dev-browser.d.ts +1 -1
- package/dist/features/builtin-skills/skills/frontend.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-atomic-planning.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-context-analysis.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-execution-verification.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/history-search-workflow.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/overview.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/quick-reference.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/rebase-workflow.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master.d.ts +1 -1
- package/dist/features/builtin-skills/skills/index.d.ts +1 -1
- package/dist/features/builtin-skills/skills/init-deep.d.ts +1 -1
- package/dist/features/builtin-skills/skills/playwright-cli.d.ts +1 -1
- package/dist/features/builtin-skills/skills/playwright-mcp-skill.d.ts +1 -1
- package/dist/features/builtin-skills/skills/playwright.d.ts +1 -1
- package/dist/features/builtin-skills/skills/remove-ai-slops.d.ts +1 -1
- package/dist/features/builtin-skills/skills/review-work.d.ts +1 -1
- package/dist/features/builtin-skills/skills/security-research.d.ts +1 -1
- package/dist/features/builtin-skills/skills/security-review.d.ts +1 -1
- package/dist/features/builtin-skills/skills/team-mode.d.ts +1 -1
- package/dist/features/builtin-skills/skills/visual-qa.d.ts +1 -1
- package/dist/features/builtin-skills/skills.d.ts +1 -1
- package/dist/features/builtin-skills/types.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/agent-definitions-loader.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/claude-model-mapper.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/index.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/json-agent-loader.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/loader.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/opencode-config-agents-reader.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/types.d.ts +1 -1
- package/dist/features/claude-code-command-loader/index.d.ts +1 -1
- package/dist/features/claude-code-command-loader/loader-cache.d.ts +1 -1
- package/dist/features/claude-code-command-loader/loader.d.ts +1 -1
- package/dist/features/claude-code-command-loader/types.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/configure-allowed-env-vars.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/index.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/loader.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/scope-filter.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/transformer.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/types.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/command-loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/discovery-core.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/discovery-paths.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/discovery.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/hook-loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/index.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/install-path-resolver.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/installed-plugin-database.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/loaded-plugin.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/mcp-server-loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/plugin-key.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/plugin-manifest.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/plugin-path-resolver.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/plugin-settings.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/scope-filter.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/skill-loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/types.d.ts +1 -1
- package/dist/features/kanban/sqlite-store.d.ts +2 -0
- package/dist/features/mcp-oauth/callback-server.d.ts +1 -1
- package/dist/features/mcp-oauth/dcr.d.ts +1 -1
- package/dist/features/mcp-oauth/discovery.d.ts +1 -1
- package/dist/features/mcp-oauth/oauth-authorization-flow.d.ts +1 -1
- package/dist/features/mcp-oauth/provider.d.ts +1 -1
- package/dist/features/mcp-oauth/refresh-mutex.d.ts +1 -1
- package/dist/features/mcp-oauth/resource-indicator.d.ts +1 -1
- package/dist/features/mcp-oauth/schema.d.ts +1 -1
- package/dist/features/mcp-oauth/step-up.d.ts +1 -1
- package/dist/features/mcp-oauth/storage.d.ts +1 -1
- package/dist/features/opencode-runtime-skills/index.d.ts +1 -1
- package/dist/features/opencode-runtime-skills/runtime-skill-config.d.ts +1 -1
- package/dist/features/opencode-runtime-skills/skill-markdown.d.ts +1 -1
- package/dist/features/opencode-runtime-skills/source-server.d.ts +1 -1
- package/dist/features/opencode-skill-loader/allowed-tools-parser.d.ts +1 -1
- package/dist/features/opencode-skill-loader/config-source-discovery.d.ts +1 -1
- package/dist/features/opencode-skill-loader/git-master-template-injection.d.ts +1 -1
- package/dist/features/opencode-skill-loader/index.d.ts +1 -1
- package/dist/features/opencode-skill-loader/loaded-skill-from-path.d.ts +1 -1
- package/dist/features/opencode-skill-loader/loaded-skill-template-extractor.d.ts +1 -1
- package/dist/features/opencode-skill-loader/loader.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger/builtin-skill-converter.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger/config-skill-entry-loader.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger/scope-priority.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger/skill-definition-merger.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger/skills-config-normalizer.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger.d.ts +1 -1
- package/dist/features/opencode-skill-loader/opencode-config-skills-reader.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-content.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-deduplication.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-definition-record.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-directory-loader.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-discovery.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-mcp-config.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-resolution-options.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-template-resolver.d.ts +1 -1
- package/dist/features/opencode-skill-loader/types.d.ts +1 -1
- package/dist/features/skill-curator/audit.d.ts +1 -1
- package/dist/features/skill-mcp-manager/cleanup.d.ts +1 -1
- package/dist/features/skill-mcp-manager/connection-type.d.ts +1 -1
- package/dist/features/skill-mcp-manager/connection.d.ts +1 -1
- package/dist/features/skill-mcp-manager/env-cleaner.d.ts +1 -1
- package/dist/features/skill-mcp-manager/error-redaction.d.ts +1 -1
- package/dist/features/skill-mcp-manager/http-client.d.ts +1 -1
- package/dist/features/skill-mcp-manager/index.d.ts +1 -1
- package/dist/features/skill-mcp-manager/manager.d.ts +1 -1
- package/dist/features/skill-mcp-manager/oauth-handler.d.ts +1 -1
- package/dist/features/skill-mcp-manager/stdio-client.d.ts +1 -1
- package/dist/features/skill-mcp-manager/types.d.ts +1 -1
- package/dist/features/team-mode/member-parser.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/close-team-member-pane.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/index.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/layout.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/rebalance-team-window.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/resolve-caller-tmux-session.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/sweep-stale-team-sessions.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/ack.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/inbox.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/index.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/pending-delivery-recovery.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/poll.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/reservation.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/send.d.ts +1 -1
- package/dist/features/team-mode/team-registry/index.d.ts +1 -1
- package/dist/features/team-mode/team-registry/loader.d.ts +1 -1
- package/dist/features/team-mode/team-registry/paths.d.ts +1 -1
- package/dist/features/team-mode/team-registry/team-spec-input-normalizer.d.ts +1 -1
- package/dist/features/team-mode/team-registry/validator.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/active-resume.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/creating-resume.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/deleting-resume.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/error-normalization.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/index.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/locks.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/reservation-reconciliation.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/resume-report.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/resume.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/runtime-cleanup.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/session-liveness.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/store.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/worker-resume-status.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/claim.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/dependencies.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/get.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/index.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/list.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/store.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/test-support.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/update.d.ts +1 -1
- package/dist/features/team-mode/team-worktree/cleanup.d.ts +1 -1
- package/dist/features/team-mode/team-worktree/index.d.ts +1 -1
- package/dist/features/team-mode/team-worktree/manager.d.ts +1 -1
- package/dist/features/team-mode/tools/lifecycle-create-tool.d.ts +2 -2
- package/dist/features/team-mode/tools/lifecycle-inline-spec.d.ts +2 -2
- package/dist/features/team-mode/tools/lifecycle-participant.d.ts +2 -2
- package/dist/features/team-mode/tools/lifecycle-test-fixture.d.ts +1 -1
- package/dist/features/team-mode/tools/messaging-live-delivery-recipient.d.ts +2 -2
- package/dist/features/team-mode/tools/messaging-live-delivery-reservation.d.ts +1 -1
- package/dist/features/team-mode/tools/messaging-live-delivery-state.d.ts +1 -1
- package/dist/features/team-mode/tools/messaging-live-delivery.d.ts +1 -1
- package/dist/features/team-mode/tools/messaging-runtime.d.ts +2 -2
- package/dist/features/team-mode/tools/query.d.ts +3 -3
- package/dist/features/team-mode/tools/tasks.d.ts +2 -2
- package/dist/features/team-mode/types.d.ts +1 -1
- package/dist/hooks/ast-grep-sg-provision/hook.d.ts +1 -1
- package/dist/hooks/auto-slash-command/constants.d.ts +1 -1
- package/dist/hooks/auto-slash-command/detector.d.ts +1 -1
- package/dist/hooks/auto-slash-command/processed-command-store.d.ts +1 -1
- package/dist/hooks/auto-slash-command/types.d.ts +1 -1
- package/dist/hooks/codegraph-bootstrap/hook.d.ts +1 -1
- package/dist/hooks/comment-checker/cli.d.ts +1 -1
- package/dist/hooks/comment-checker/types.d.ts +1 -1
- package/dist/hooks/delegate-task-retry/guidance.d.ts +1 -1
- package/dist/hooks/delegate-task-retry/patterns.d.ts +2 -2
- package/dist/hooks/directory-agents-injector/finder.d.ts +2 -2
- package/dist/hooks/directory-agents-injector/injector.d.ts +1 -1
- package/dist/hooks/dreamer-trigger/index.d.ts +2 -2
- package/dist/hooks/rules-injector/constants.d.ts +1 -1
- package/dist/hooks/rules-injector/matcher.d.ts +2 -2
- package/dist/hooks/rules-injector/parser.d.ts +2 -2
- package/dist/hooks/rules-injector/project-root-finder.d.ts +1 -1
- package/dist/hooks/rules-injector/rule-distance.d.ts +1 -1
- package/dist/hooks/rules-injector/rule-file-finder.d.ts +2 -2
- package/dist/hooks/rules-injector/rule-file-scanner.d.ts +1 -1
- package/dist/hooks/rules-injector/rule-scan-cache.d.ts +2 -2
- package/dist/hooks/rules-injector/types.d.ts +1 -1
- package/dist/hooks/runtime-fallback/auto-retry-signal.d.ts +1 -1
- package/dist/hooks/runtime-fallback/error-classifier.d.ts +1 -1
- package/dist/hooks/runtime-fallback/fallback-state.d.ts +1 -1
- package/dist/hooks/tank-agents-md-injector/hook.d.ts +1 -1
- package/dist/hooks/tool-pair-validator/tool-part-ids.d.ts +1 -1
- package/dist/index.js +215 -55
- package/dist/mcp/codegraph.d.ts +1 -1
- package/dist/plugin/event-error-utils.d.ts +1 -1
- package/dist/plugin/record-session-end-episode.d.ts +1 -1
- package/dist/plugin/session-memory-recorder.d.ts +1 -1
- package/dist/plugin/types.d.ts +1 -1
- package/dist/profile-adapters.d.ts +1 -1
- package/dist/shared/archive-entry-validator.d.ts +1 -1
- package/dist/shared/bun-file-shim.d.ts +1 -1
- package/dist/shared/bun-spawn-shim.d.ts +1 -1
- package/dist/shared/bun-which-shim.d.ts +1 -1
- package/dist/shared/classify-path-environment.d.ts +1 -1
- package/dist/shared/command-executor/embedded-commands.d.ts +1 -1
- package/dist/shared/command-executor/execute-command.d.ts +1 -1
- package/dist/shared/command-executor/execute-hook-command.d.ts +1 -1
- package/dist/shared/command-executor/home-directory.d.ts +1 -1
- package/dist/shared/command-executor/resolve-commands-in-text.d.ts +1 -1
- package/dist/shared/command-executor/shell-path.d.ts +1 -1
- package/dist/shared/command-executor.d.ts +1 -1
- package/dist/shared/contains-path.d.ts +1 -1
- package/dist/shared/context-limit-resolver.d.ts +2 -2
- package/dist/shared/deep-merge.d.ts +1 -1
- package/dist/shared/extract-semver.d.ts +1 -1
- package/dist/shared/fallback-chain-from-models.d.ts +1 -1
- package/dist/shared/file-utils.d.ts +1 -1
- package/dist/shared/frontmatter.d.ts +1 -1
- package/dist/shared/git-worktree/collect-git-diff-stats.d.ts +1 -1
- package/dist/shared/git-worktree/format-file-changes.d.ts +1 -1
- package/dist/shared/git-worktree/index.d.ts +1 -1
- package/dist/shared/git-worktree/parse-diff-numstat.d.ts +1 -1
- package/dist/shared/git-worktree/parse-status-porcelain-line.d.ts +1 -1
- package/dist/shared/git-worktree/parse-status-porcelain.d.ts +1 -1
- package/dist/shared/git-worktree/types.d.ts +1 -1
- package/dist/shared/internal-initiator-marker.d.ts +1 -1
- package/dist/shared/jsonc-parser.d.ts +1 -1
- package/dist/shared/logger.d.ts +1 -1
- package/dist/shared/migration/agent-category.d.ts +1 -1
- package/dist/shared/migration/agent-names.d.ts +1 -1
- package/dist/shared/migration/config-migration.d.ts +1 -1
- package/dist/shared/migration/hook-names.d.ts +1 -1
- package/dist/shared/migration/migrations-sidecar.d.ts +1 -1
- package/dist/shared/migration/model-versions.d.ts +1 -1
- package/dist/shared/migration.d.ts +1 -1
- package/dist/shared/model-capabilities/index.d.ts +3 -3
- package/dist/shared/model-capabilities-cache.d.ts +1 -1
- package/dist/shared/model-error-classifier.d.ts +2 -2
- package/dist/shared/model-format-normalizer.d.ts +1 -1
- package/dist/shared/model-normalization.d.ts +1 -1
- package/dist/shared/model-requirements.d.ts +2 -2
- package/dist/shared/model-resolution-pipeline.d.ts +3 -3
- package/dist/shared/model-resolution-types.d.ts +1 -1
- package/dist/shared/model-resolver.d.ts +2 -2
- package/dist/shared/model-sanitizer.d.ts +1 -1
- package/dist/shared/model-settings-compatibility.d.ts +2 -2
- package/dist/shared/model-string-parser.d.ts +1 -1
- package/dist/shared/model-suggestion-retry.d.ts +2 -2
- package/dist/shared/port-utils.d.ts +1 -1
- package/dist/shared/posthog.d.ts +1 -1
- package/dist/shared/process-stream-reader.d.ts +1 -1
- package/dist/shared/prompt-async-gate/message-inspection-error.d.ts +1 -1
- package/dist/shared/prompt-async-gate/pending-tool-turn.d.ts +1 -1
- package/dist/shared/prompt-async-gate/prompt-message-state.d.ts +1 -1
- package/dist/shared/prompt-async-gate/queue.d.ts +1 -1
- package/dist/shared/prompt-async-gate/recent-dispatches.d.ts +1 -1
- package/dist/shared/prompt-async-gate/reservations.d.ts +1 -1
- package/dist/shared/prompt-async-gate/semantic-dedupe.d.ts +1 -1
- package/dist/shared/prompt-async-gate/session-idle-dispatch.d.ts +1 -1
- package/dist/shared/prompt-async-gate/timing.d.ts +1 -1
- package/dist/shared/prompt-async-gate/types.d.ts +1 -1
- package/dist/shared/prompt-async-gate.d.ts +2 -2
- package/dist/shared/prompt-failure-classifier.d.ts +1 -1
- package/dist/shared/provider-model-id-transform.d.ts +1 -1
- package/dist/shared/record-type-guard.d.ts +1 -1
- package/dist/shared/replace-tool-args.d.ts +1 -1
- package/dist/shared/session-idle-settle.d.ts +1 -1
- package/dist/shared/shell-env.d.ts +1 -1
- package/dist/shared/skill-path-resolver.d.ts +1 -1
- package/dist/shared/snake-case.d.ts +1 -1
- package/dist/shared/telemetry-product-identity.d.ts +1 -1
- package/dist/shared/tmux/cmux-detect.d.ts +1 -1
- package/dist/shared/tmux/constants.d.ts +1 -1
- package/dist/shared/tmux/runner.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/adapter-deps.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/environment.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/layout.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/pane-close.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/pane-command.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/pane-dimensions.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/pane-replace.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/pane-spawn.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/server-health.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/session-spawn.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/spawn-process.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/stale-session-sweep.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/window-spawn.d.ts +1 -1
- package/dist/shared/tmux/types.d.ts +1 -1
- package/dist/shared/tool-name.d.ts +1 -1
- package/dist/shared/zip-entry-listing/powershell-zip-entry-listing.d.ts +1 -1
- package/dist/shared/zip-entry-listing/python-zip-entry-listing.d.ts +1 -1
- package/dist/shared/zip-entry-listing/read-zip-symlink-target.d.ts +1 -1
- package/dist/shared/zip-entry-listing/tar-zip-entry-listing.d.ts +1 -1
- package/dist/shared/zip-entry-listing/zipinfo-zip-entry-listing.d.ts +1 -1
- package/dist/shared/zip-entry-listing.d.ts +1 -1
- package/dist/skills/frontend/ATTRIBUTION.md +1 -1
- package/dist/skills/ultimate-browsing/ATTRIBUTION.md +1 -1
- package/dist/skills/ulw-research/ATTRIBUTION.md +1 -1
- package/dist/testing/create-gateway-relay.d.ts +5 -1
- package/dist/tools/delegate-task/model-selection.d.ts +1 -1
- package/dist/tools/delegate-task/model-string-parser.d.ts +1 -1
- package/dist/tools/delegate-task/sync-task-deps.d.ts +1 -1
- package/dist/tools/hashline-edit/autocorrect-replacement-lines.d.ts +1 -1
- package/dist/tools/hashline-edit/constants.d.ts +1 -1
- package/dist/tools/hashline-edit/diff-utils.d.ts +1 -1
- package/dist/tools/hashline-edit/edit-deduplication.d.ts +1 -1
- package/dist/tools/hashline-edit/edit-operation-primitives.d.ts +1 -1
- package/dist/tools/hashline-edit/edit-operations.d.ts +2 -2
- package/dist/tools/hashline-edit/edit-ordering.d.ts +1 -1
- package/dist/tools/hashline-edit/edit-text-normalization.d.ts +1 -1
- package/dist/tools/hashline-edit/file-text-canonicalization.d.ts +2 -2
- package/dist/tools/hashline-edit/hash-computation.d.ts +2 -2
- package/dist/tools/hashline-edit/hashline-chunk-formatter.d.ts +2 -2
- package/dist/tools/hashline-edit/hashline-edit-diff.d.ts +1 -1
- package/dist/tools/hashline-edit/normalize-edits.d.ts +2 -2
- package/dist/tools/hashline-edit/types.d.ts +1 -1
- package/dist/tools/hashline-edit/validation.d.ts +2 -2
- package/dist/tools/skill/scope-priority.d.ts +1 -1
- package/dist/tools/skill/skill-matcher.d.ts +1 -1
- package/dist/tui.js +4 -0
- package/package.json +27 -24
- package/packages/git-bash-mcp/package.json +3 -3
- package/packages/lsp-core/package.json +3 -3
- package/packages/lsp-core/src/mcp.ts +1 -1
- package/packages/lsp-daemon/dist/daemon-client.d.ts +2 -2
- package/packages/lsp-daemon/dist/daemon-client.js +2 -2
- package/packages/lsp-daemon/dist/daemon-server.js +1 -1
- package/packages/lsp-daemon/dist/index.d.ts +1 -1
- package/packages/lsp-daemon/dist/ipc-protocol.js +1 -1
- package/packages/lsp-daemon/dist/package.json +1 -1
- package/packages/lsp-daemon/dist/proxy.js +4 -4
- package/packages/lsp-daemon/dist/request-routing.d.ts +1 -1
- package/packages/lsp-daemon/dist/request-routing.js +3 -3
- package/packages/lsp-daemon/package.json +3 -3
- package/packages/lsp-tools-mcp/dist/lsp/cleanup-errors.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/client-wrapper.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/client.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/config-loader.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/connection.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/constants.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/directory-diagnostics.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/effective-extension.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/errors.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/formatters.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/infer-extension.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/json-rpc-connection.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/language-mappings.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/manager.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/process-signal-cleanup.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/process.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/server-definitions.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/server-install-state.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/server-installation.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/server-resolution.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/startup-failure.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/transport.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/types.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/utils.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/workspace-edit.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/mcp.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/missing-dependency-result.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/request-context.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/tools.d.ts +1 -1
- package/packages/lsp-tools-mcp/package.json +3 -3
- package/packages/shared-skills/package.json +2 -2
- package/packages/shared-skills/skills/frontend/ATTRIBUTION.md +1 -1
- package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +1 -1
- package/packages/shared-skills/skills/ulw-research/ATTRIBUTION.md +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/team-core/team-tasklist/list";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/team-core/team-tasklist/store";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/team-core/team-tasklist/test-support";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/team-core/team-tasklist/update";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/team-core/team-worktree/cleanup";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/team-core/team-worktree";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/team-core/team-worktree/manager";
|
|
@@ -3,9 +3,9 @@ import type { TeamModeConfig } from "../../../config/schema/team-mode";
|
|
|
3
3
|
import type { OpencodeClient } from "../../../tools/delegate-task/types";
|
|
4
4
|
import type { BackgroundManager } from "../../background-agent/manager";
|
|
5
5
|
import type { TmuxSessionManager } from "../../tmux-subagent/manager";
|
|
6
|
-
import { loadTeamSpec } from "@
|
|
6
|
+
import { loadTeamSpec } from "@matrixos/team-core/team-registry/loader";
|
|
7
7
|
import { createTeamRun } from "../team-runtime/create";
|
|
8
|
-
import { listActiveTeams, loadRuntimeState } from "@
|
|
8
|
+
import { listActiveTeams, loadRuntimeState } from "@matrixos/team-core/team-state-store/store";
|
|
9
9
|
import { type TeamCreateExecutorConfig } from "./lifecycle-inline-spec";
|
|
10
10
|
type TeamCreateToolDeps = {
|
|
11
11
|
createTeamRun: typeof createTeamRun;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import type { AgentOverrides, CategoriesConfig } from "../../../config/schema";
|
|
3
|
-
import { normalizeTeamSpecInput } from "@
|
|
4
|
-
import { type TeamSpec } from "@
|
|
3
|
+
import { normalizeTeamSpecInput } from "@matrixos/team-core/team-registry/loader";
|
|
4
|
+
import { type TeamSpec } from "@matrixos/team-core/types";
|
|
5
5
|
export declare const TEAM_CREATE_USAGE = "team_create requires exactly one of teamName or inline_spec. Use team_create({ teamName: \"existing-team\" }) or team_create({ inline_spec: { name: \"team-name\", members: [{ name: \"worker\", category: \"quick\", prompt: \"Do the assigned work.\" }] } }).";
|
|
6
6
|
export declare const TeamCreateArgsSchema: z.ZodPreprocess<z.ZodObject<{
|
|
7
7
|
teamName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { TeamModeConfig } from "../../../config/schema/team-mode";
|
|
2
|
-
import { listActiveTeams, loadRuntimeState } from "@
|
|
3
|
-
import type { RuntimeState } from "@
|
|
2
|
+
import { listActiveTeams, loadRuntimeState } from "@matrixos/team-core/team-state-store/store";
|
|
3
|
+
import type { RuntimeState } from "@matrixos/team-core/types";
|
|
4
4
|
export type TeamLifecycleToolContext = {
|
|
5
5
|
sessionID: string;
|
|
6
6
|
directory?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ToolContext, ToolResult } from "@opencode-ai/plugin/tool";
|
|
2
2
|
import type { OpencodeClient } from "../../../tools/delegate-task/types";
|
|
3
3
|
import type { BackgroundManager } from "../../background-agent/manager";
|
|
4
|
-
import type { RuntimeState, TeamSpec } from "@
|
|
4
|
+
import type { RuntimeState, TeamSpec } from "@matrixos/team-core/types";
|
|
5
5
|
export declare function parseToolResult<TValue>(value: ToolResult): TValue;
|
|
6
6
|
export declare function createToolContext(sessionID: string): ToolContext;
|
|
7
7
|
export declare function getLatestShutdownRequest(runtimeState: RuntimeState, memberName: string): RuntimeState["shutdownRequests"][number] | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { TeamModeConfig } from "../../../config/schema/team-mode";
|
|
2
|
-
import { buildEnvelope } from "@
|
|
3
|
-
import type { Message, RuntimeState } from "@
|
|
2
|
+
import { buildEnvelope } from "@matrixos/team-core/team-mailbox/poll";
|
|
3
|
+
import type { Message, RuntimeState } from "@matrixos/team-core/types";
|
|
4
4
|
import type { LiveDeliveryClient } from "./messaging-live-delivery-client";
|
|
5
5
|
import type { DeliveryReservation } from "./messaging-live-delivery-reservation";
|
|
6
6
|
type RuntimeMember = RuntimeState["members"][number];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { TeamModeConfig } from "../../../config/schema/team-mode";
|
|
2
|
-
import { type DeliveryReservation as TeamMailboxDeliveryReservation } from "@
|
|
2
|
+
import { type DeliveryReservation as TeamMailboxDeliveryReservation } from "@matrixos/team-core/team-mailbox/reservation";
|
|
3
3
|
export type DeliveryReservation = TeamMailboxDeliveryReservation;
|
|
4
4
|
export type NullableDeliveryReservation = DeliveryReservation | null;
|
|
5
5
|
export declare function releaseReservationSafely(reservation: NullableDeliveryReservation, input: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { TeamModeConfig } from "../../../config/schema/team-mode";
|
|
2
|
-
import type { RuntimeState } from "@
|
|
2
|
+
import type { RuntimeState } from "@matrixos/team-core/types";
|
|
3
3
|
import type { TeamSendMessageToolDeps } from "./messaging-runtime";
|
|
4
4
|
export declare function markLiveDeliveryPending(teamRunId: string, recipientName: string, messageId: string, config: TeamModeConfig): Promise<void>;
|
|
5
5
|
export declare function loadRuntimeStateForLiveDelivery(teamRunId: string, deliveredTo: readonly string[], messageId: string, config: TeamModeConfig, deps: TeamSendMessageToolDeps): Promise<RuntimeState | undefined>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { TeamModeConfig } from "../../../config/schema/team-mode";
|
|
2
|
-
import type { Message } from "@
|
|
2
|
+
import type { Message } from "@matrixos/team-core/types";
|
|
3
3
|
import type { LiveDeliveryClient } from "./messaging-live-delivery-client";
|
|
4
4
|
import type { TeamSendMessageToolDeps } from "./messaging-runtime";
|
|
5
5
|
export type { LiveDeliveryClient } from "./messaging-live-delivery-client";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { TeamModeConfig } from "../../../config/schema/team-mode";
|
|
2
|
-
import { loadRuntimeState } from "@
|
|
3
|
-
import type { Message, RuntimeState } from "@
|
|
2
|
+
import { loadRuntimeState } from "@matrixos/team-core/team-state-store/store";
|
|
3
|
+
import type { Message, RuntimeState } from "@matrixos/team-core/types";
|
|
4
4
|
export type TeamRuntimeDetails = {
|
|
5
5
|
teamRunId: string;
|
|
6
6
|
isLead: boolean;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type ToolDefinition } from "@opencode-ai/plugin/tool";
|
|
2
2
|
import type { TeamModeConfig } from "../../../config/schema/team-mode";
|
|
3
3
|
import type { OpencodeClient } from "../../../tools/delegate-task/types";
|
|
4
|
-
import { loadTeamSpec } from "@
|
|
4
|
+
import { loadTeamSpec } from "@matrixos/team-core/team-registry/loader";
|
|
5
5
|
import { aggregateStatus } from "../team-runtime/status";
|
|
6
|
-
import { discoverTeamSpecs } from "@
|
|
7
|
-
import { listActiveTeams } from "@
|
|
6
|
+
import { discoverTeamSpecs } from "@matrixos/team-core/team-registry/paths";
|
|
7
|
+
import { listActiveTeams } from "@matrixos/team-core/team-state-store/store";
|
|
8
8
|
type QueryToolDeps = {
|
|
9
9
|
aggregateStatus: typeof aggregateStatus;
|
|
10
10
|
discoverTeamSpecs: typeof discoverTeamSpecs;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { type ToolDefinition } from "@opencode-ai/plugin/tool";
|
|
2
2
|
import type { TeamModeConfig } from "../../../config/schema/team-mode";
|
|
3
3
|
import type { OpencodeClient } from "../../../tools/delegate-task/types";
|
|
4
|
-
import { loadRuntimeState } from "@
|
|
5
|
-
import { createTask, getTask, listTasks, updateTaskStatus, claimTask } from "@
|
|
4
|
+
import { loadRuntimeState } from "@matrixos/team-core/team-state-store";
|
|
5
|
+
import { createTask, getTask, listTasks, updateTaskStatus, claimTask } from "@matrixos/team-core/team-tasklist";
|
|
6
6
|
type TeamTaskToolDeps = {
|
|
7
7
|
loadRuntimeState: typeof loadRuntimeState;
|
|
8
8
|
createTask: typeof createTask;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/team-core/types";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/skills-loader-core/auto-slash-command/constants";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/skills-loader-core/auto-slash-command/detector";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/skills-loader-core/auto-slash-command/processed-command-store";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/skills-loader-core/auto-slash-command/types";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type BuildCodegraphEnvOptions, type CodegraphCommandResolution, type CodegraphNodeSupport, type CodegraphProvisionResult, type CodegraphWorkspacePreparation, type PrepareCodegraphWorkspaceOptions, type ResolveCodegraphCommandOptions } from "@
|
|
1
|
+
import { type BuildCodegraphEnvOptions, type CodegraphCommandResolution, type CodegraphNodeSupport, type CodegraphProvisionResult, type CodegraphWorkspacePreparation, type PrepareCodegraphWorkspaceOptions, type ResolveCodegraphCommandOptions } from "@matrixos/utils";
|
|
2
2
|
import type { CodegraphConfig } from "../../config";
|
|
3
3
|
import type { CodegraphCommandResult } from "./command-runner";
|
|
4
4
|
export interface CodegraphBootstrapContext {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type CheckResult, type HookInput } from "@
|
|
1
|
+
import { type CheckResult, type HookInput } from "@matrixos/comment-checker-core";
|
|
2
2
|
export declare function resolveCommentCheckerPathFromPath(binaryName: string, which?: (binary: string) => string | null): string | null;
|
|
3
3
|
/**
|
|
4
4
|
* Asynchronously get comment-checker binary path.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { ApplyPatchAccumulator, ApplyPatchFileMetadata, CheckResult, CheckerEdit, CommentFilter, CommentInfo, CommentType, FileComments, FilterResult, HookInput, PendingCall, ResolveCommentCheckerBinaryInput, RunCommentCheckerInput, RunCommentCheckerOptions, SpawnFn, SpawnProcess, SpawnSignal, } from "@
|
|
1
|
+
export type { ApplyPatchAccumulator, ApplyPatchFileMetadata, CheckResult, CheckerEdit, CommentFilter, CommentInfo, CommentType, FileComments, FilterResult, HookInput, PendingCall, ResolveCommentCheckerBinaryInput, RunCommentCheckerInput, RunCommentCheckerOptions, SpawnFn, SpawnProcess, SpawnSignal, } from "@matrixos/comment-checker-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { buildRetryGuidance } from "@
|
|
1
|
+
export { buildRetryGuidance } from "@matrixos/delegate-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DELEGATE_TASK_ERROR_PATTERNS, detectDelegateTaskError, } from "@
|
|
2
|
-
export type { DelegateTaskErrorPattern, DetectedError, } from "@
|
|
1
|
+
export { DELEGATE_TASK_ERROR_PATTERNS, detectDelegateTaskError, } from "@matrixos/delegate-core";
|
|
2
|
+
export type { DelegateTaskErrorPattern, DetectedError, } from "@matrixos/delegate-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { resolveFilePath } from "@
|
|
2
|
-
export { findAgentsMdUp } from "@
|
|
1
|
+
export { resolveFilePath } from "@matrixos/agents-md-core";
|
|
2
|
+
export { findAgentsMdUp } from "@matrixos/rules-engine";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { processFilePathForAgentsInjection } from "@
|
|
1
|
+
export { processFilePathForAgentsInjection } from "@matrixos/agents-md-core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { MemoryStore } from "@
|
|
2
|
-
import { detectContradictions, appendLearning, readLearnings, type LearningFs } from "@
|
|
1
|
+
import type { MemoryStore } from "@matrixos/learning-loop";
|
|
2
|
+
import { detectContradictions, appendLearning, readLearnings, type LearningFs } from "@matrixos/learning-loop";
|
|
3
3
|
export interface DreamerTrigger {
|
|
4
4
|
scheduleIdleNotification: (sessionId: string) => void;
|
|
5
5
|
cancelIdleNotification: (sessionId: string) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const RULES_INJECTOR_STORAGE: string;
|
|
2
|
-
export { GITHUB_INSTRUCTIONS_PATTERN, OPENCODE_USER_RULE_DIRS, PROJECT_MARKERS, PROJECT_RULE_FILES, PROJECT_RULE_SUBDIRS, RULE_EXTENSIONS, USER_RULE_DIR, } from "@
|
|
2
|
+
export { GITHUB_INSTRUCTIONS_PATTERN, OPENCODE_USER_RULE_DIRS, PROJECT_MARKERS, PROJECT_RULE_FILES, PROJECT_RULE_SUBDIRS, RULE_EXTENSIONS, USER_RULE_DIR, } from "@matrixos/rules-engine";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { createContentHash, getMatcherCacheStats, isDuplicateByContentHash, isDuplicateByRealPath, resetMatcherCache, shouldApplyRule, } from "@
|
|
2
|
-
export type { MatchResult } from "@
|
|
1
|
+
export { createContentHash, getMatcherCacheStats, isDuplicateByContentHash, isDuplicateByRealPath, resetMatcherCache, shouldApplyRule, } from "@matrixos/rules-engine";
|
|
2
|
+
export type { MatchResult } from "@matrixos/rules-engine";
|
|
3
3
|
export interface MatcherCacheStats {
|
|
4
4
|
readonly entries: number;
|
|
5
5
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { parseRuleFrontmatter } from "@
|
|
2
|
-
export type { RuleFrontmatterResult } from "@
|
|
1
|
+
export { parseRuleFrontmatter } from "@matrixos/rules-engine";
|
|
2
|
+
export type { RuleFrontmatterResult } from "@matrixos/rules-engine";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { clearProjectRootCache, findProjectRoot } from "@
|
|
1
|
+
export { clearProjectRootCache, findProjectRoot } from "@matrixos/rules-engine";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { calculateDistance } from "@
|
|
1
|
+
export { calculateDistance } from "@matrixos/rules-engine";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { findRuleFiles } from "@
|
|
2
|
-
export type { FindRuleFilesOptions } from "@
|
|
1
|
+
export { findRuleFiles } from "@matrixos/rules-engine";
|
|
2
|
+
export type { FindRuleFilesOptions } from "@matrixos/rules-engine";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { createRuleScanCache } from "@
|
|
2
|
-
export type { DirectoryScanEntry, RuleScanCache } from "@
|
|
1
|
+
export { createRuleScanCache } from "@matrixos/rules-engine";
|
|
2
|
+
export type { DirectoryScanEntry, RuleScanCache } from "@matrixos/rules-engine";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { extractRuntimeFallbackAutoRetrySignal as extractAutoRetrySignal, type RuntimeFallbackAutoRetrySignal as AutoRetrySignal, } from "@
|
|
1
|
+
export { extractRuntimeFallbackAutoRetrySignal as extractAutoRetrySignal, type RuntimeFallbackAutoRetrySignal as AutoRetrySignal, } from "@matrixos/model-core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { classifyRuntimeFallbackError, extractRuntimeFallbackAutoRetrySignal, getRuntimeFallbackErrorMessage, getRuntimeFallbackErrorName, getRuntimeFallbackRetryableSignal, getRuntimeFallbackStatusCode } from "@
|
|
1
|
+
import { classifyRuntimeFallbackError, extractRuntimeFallbackAutoRetrySignal, getRuntimeFallbackErrorMessage, getRuntimeFallbackErrorName, getRuntimeFallbackRetryableSignal, getRuntimeFallbackStatusCode } from "@matrixos/model-core";
|
|
2
2
|
export declare const extractAutoRetrySignal: typeof extractRuntimeFallbackAutoRetrySignal;
|
|
3
3
|
export declare const getErrorMessage: typeof getRuntimeFallbackErrorMessage;
|
|
4
4
|
export declare const extractStatusCode: typeof getRuntimeFallbackStatusCode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { stringifyRuntimeFallbackModel, stringifyRuntimeFallbackModelWithVariant } from "@
|
|
1
|
+
import { stringifyRuntimeFallbackModel, stringifyRuntimeFallbackModelWithVariant } from "@matrixos/model-core";
|
|
2
2
|
import type { FallbackState, FallbackResult } from "./types";
|
|
3
3
|
import type { RuntimeFallbackConfig } from "../../config";
|
|
4
4
|
export declare const stringifyRuntimeModel: typeof stringifyRuntimeFallbackModel;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AgentsMdCache } from "@
|
|
1
|
+
import type { AgentsMdCache } from "@matrixos/rules-engine";
|
|
2
2
|
import type { PluginInput } from "@opencode-ai/plugin";
|
|
3
3
|
import type { ContextLimitModelCacheState } from "../../shared/context-limit-resolver";
|
|
4
4
|
type ChatMessageInput = {
|