@quantiya/codevibe-claude-plugin 2.0.39 → 2.0.41
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/node_modules/@quantiya/codevibe-core/bin/codevibe-web-mcp-bridge.js +91 -0
- package/node_modules/@quantiya/codevibe-core/dist/companion-mode/index.d.ts +1 -0
- package/node_modules/@quantiya/codevibe-core/dist/index.d.ts +4 -1
- package/node_modules/@quantiya/codevibe-core/dist/index.js +465 -447
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/env-scrub.d.ts +10 -0
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/implementor-argv.d.ts +34 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/index.d.ts +2 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/cli.d.ts +1 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/cli.js +2153 -1127
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/quorum-loop.d.ts +21 -5
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/team-decompose.d.ts +25 -8
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/web/agent-web-server.d.ts +44 -0
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/web/extract.d.ts +17 -0
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/web/fetch.d.ts +24 -0
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/web/web-extract-worker.d.ts +12 -0
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/web-extract-worker.js +7 -0
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/index.d.ts +2 -2
- package/node_modules/@quantiya/codevibe-core/package.json +5 -3
- package/package.json +2 -2
- package/node_modules/@quantiya/codevibe-core/dist/__tests__/cp-5-baseline-invariants.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/__tests__/gate-ux-regressions.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/__tests__/mobile-prompt-input.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/__tests__/no-raw-control-bytes-in-source.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/__tests__/prompt-parser.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/__tests__/terminal-menu.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/adapter/__tests__/capabilities.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/adapter/__tests__/contract-conformance.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/adapter/__tests__/packets.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/adapter/__tests__/progress.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/adapter/__tests__/registry.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/adapter/__tests__/smoke/claude.smoke.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/adapter/__tests__/smoke/codex.smoke.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/adapter/__tests__/smoke/gemini.smoke.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/appsync-client-apply-user-decision.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/appsync-client-classb.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/appsync-client-context-items.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/appsync-client-event-source-filter.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/appsync-client-flag-locator.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/appsync-client-planner.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/appsync-client-task-group.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/appsync-client.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/cleanup-subscription.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/coerce-awsjson-and-review-summary.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/cp1f-quorum-sdk.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/dispose-watcher-socket.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/event-throttle.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/group-operation-result.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/heartbeat-active.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/orphan-sweep-null-heartbeat.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/refresh-open-prompt-ttl-chunk.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/appsync/__tests__/supervision-subscription.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/audit-keys/__tests__/audit-keys-parity.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/auth/__tests__/auth-telemetry.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/auth/__tests__/keychain-cli-nudge.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/auth/__tests__/keychain-cli.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/auth/__tests__/vendor-key-cli.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/companion-mode/__tests__/mode-selected-emit.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/companion-mode/__tests__/persist-preference.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/companion-mode/__tests__/private-launcher-detection.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/companion-mode/__tests__/private-launcher-path.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/companion-mode/__tests__/resolve-agent.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/continuation/__tests__/dirty-state-collector.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/continuation/__tests__/integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/continuation/__tests__/packet-reader.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/continuation/__tests__/packet-writer.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/continuation/__tests__/parity.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/continuation/__tests__/status-cli.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/broker-c4.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/broker-streaming.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/broker.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/canonical.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/chatgpt-config.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/oauth-account-lock.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/oauth-refresh.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/scrubber.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/upstream-client.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/upstream-result-helpers.d.ts +0 -21
- package/node_modules/@quantiya/codevibe-core/dist/credential-broker/__tests__/vendor-key-store.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/crypto/__tests__/crypto-service.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/crypto/__tests__/encrypt-for-emit.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/crypto/__tests__/open-prompt-id.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/daemon/__tests__/process-guards.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/e1/__tests__/prompt-publication.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/e1/__tests__/prompt-raise.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/keychain/__tests__/keychain-backend.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/keychain/__tests__/keychain-manager.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/keychain/__tests__/keychain-migrate.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/keychain/__tests__/migrate-nudge.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/agentic-disposable-repo.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/agentic-resolve.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/agentic-resolver-flag.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/anchored-fs.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/authority-symlink-fixture.d.ts +0 -15
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/authority.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/bounded-directory.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/bounded-output.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/class-a-emit.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/class-a-sign.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/class-b-consumer.integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/class-b-consumer.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/class1-reconcilers.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/class2-resolver.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/confined-model-caller.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/conflict-classifier.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/conflict-resolution-durable-store.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/conflict-resolution-store.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/cp1f-quorum-consumer.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/cp7-audit-writer.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/durable-directory.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/durable-store.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/git-lock-retry.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/hook-bridge.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/hosted-class-a-sink.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/implementor-argv.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/local-executor-teams-summary.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/local-executor-teams.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/local-executor.integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/merge-conflict-extract.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/merge-conflict-git.integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/merge-conflict-resolve-agentic.integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/merge-conflict-resolve.integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/merge-journal-store.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/merge-train-agentic-recovery.integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/merge-train-w3.integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/merge-train-waveb.integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/merge-train.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/process-identity.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/process-tree.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/promote-wal-store.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/protocol-backlog-wiring.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/protocol-backlog.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/publication-authority-capability.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/revert-reconcile.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/revert-runner.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/reviewer-rationale-flag.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/shared-contract-detector.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/snapshot-merge.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/spawn.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/substrate-engage.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/team-execution-flag.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/track-registry.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/verification-runner.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/wb2-review-bundle.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/wb2-substrate-spawn.live.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/workspace-authority-fixture.d.ts +0 -3
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/workspace-authority.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/workspace-cleanup-audit.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/workspace-materializer.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/workspace-shadow.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-executor/__tests__/worktree-merge.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-model/__tests__/installer.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-model/__tests__/manager.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-model/__tests__/ollama-context-window.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-model/__tests__/ollama.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-model/__tests__/runtime.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/local-model/__tests__/state.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration/__tests__/detect-agents.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration/__tests__/v1-options.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/a1a-planner-offers.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/a6-cli-surface.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/advisory-attachment-journal.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/advisory-attachments-dir-race.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/advisory-multi-mention-panel.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/advisory-panel-attachments.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/advisory-quota-stdout-result.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/agent-turn-context-batch.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/attachments.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/audit-browser.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/audit-buffer-join.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/audit-normalization.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/audit-summary.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/audited-path-fixes.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/bounded-shutdown.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/bracketed-paste.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/brainstorm-quorum-wiring.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/brainstorm-quorum.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/browse-prompt-urls.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cli-authority-bridge.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cli-group-halt-wiring.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cli-orchestration-session-bootstrap.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cli-planner-stack.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cli-probe-group-status.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cli-quorum-loop-tier.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cli-singleton-enforcement.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cli-team-session-key.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cli-verdict-classifier-wiring.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/command-intent.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/companion-turn-mirror.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/components.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/context-compaction.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/context-items-hosted-sync.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/context-items-wiring.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/context-items.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/context-store.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cp10-585-accept-echo-target.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cp10-585-loop.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cp10-585-prompts.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cp12-w2b-team-loop.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cp12-w4-team-recovery.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cp1f-quorum-loop.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cp606-team-track-user-resolved.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cp7-reviewer-substrate.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cp8-full-team-events.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/cp8-team-decomposed-zk.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/decision-attempt-live-handoff.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/decision-attempt-recovery.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/decision-attempt-session-serialization.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/decision-attempt.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/decision-effect.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/decision-map-lifecycle.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/declared-test-runner.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/destructive-request.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/emit-shell-event.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/explicit-tty-exit.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/familiarize-routing.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/flag-command.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/gate-decision-submit.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/gate-details-panel.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/gate-prompts.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/gate-resolution-event.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/gate-verdict-details-dispatch.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/group-decision-submit.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/halt-message-wire-content.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/hostile-grep.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/image-attach-e2e.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/input-bar-autocomplete.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/live-region-cap.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/live-static-order.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/m7-brief-exclusion.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/m7-repo-state-freshness.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/m7-user-context.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/m7-worktree-fingerprint.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/mention-suggest.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/mobile-user-prompt-return.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/mode-selection.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/model-cli.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/non-gate-prompt-routing.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/o5-diagnostics.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/orchestration-app-group-decision-transport.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/orchestration-app-layout.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/planner-confirmation-routing.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/planner-offer-e1.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/process-markers.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/query_audit_tier_gate.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/quorum-loop-fail-safe.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/quorum-loop-outcome-recency.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/quorum-loop-summary.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/reducer.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/reissue-team-retained-spec.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/review-summary-render.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/reviewer-wizard.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/reviewers-format.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/root-discovery.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/route-browse-multi-result.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/route-browse-summarize-recovery.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/runOrchestrationShell-browse-cancel.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/runOrchestrationShell-classify-dispatch.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/runOrchestrationShell-planner-wiring.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/runOrchestrationShell-session-retire.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/runOrchestrationShell-signal.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/runOrchestrationShell.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/serialize-submissions.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/slash-router.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/slash-suggest.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/status-format.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/sticky-preference.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/supervision-catch-up.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/task-progress.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/team-decompose-routing.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/team-decompose-types.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/team-decompose.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/team-e2e-smoke.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/tier2-reviewer-selection.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/user-rules.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/web-browsing.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/workspace-outcome.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/workspace-shutdown.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/workspace-terminal-coordinator.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/ordinal-presentation.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/planner/__tests__/cache-clarification-bypass.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/planner/__tests__/cache.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/planner/__tests__/client.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/planner/__tests__/health-machine-transitions.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/planner/__tests__/local-gemma-browse-regression.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/planner/__tests__/local-gemma-followup-hotfix.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/planner/__tests__/local-gemma.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/planner/__tests__/types-zod.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/planner/__tests__/url-protect.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/antigravity-provider.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/claude-provider-json.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/cp7-reviewer-sandbox.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/mocks.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/output-parser-classifier-helpers.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/output-parser.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/registry.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/round-scope.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/subprocess.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/__tests__/verdict-classifier.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/providers/__tests__/claude-live-smoke.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/providers/__tests__/claude.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/providers/__tests__/codex-live-smoke.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/providers/__tests__/codex.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/reviewer/providers/__tests__/failure-classifier.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/session/__tests__/device-registration-lease.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/session/__tests__/pending-session-create.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/session/__tests__/prepare-event-timestamp.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/session/__tests__/session-rekey-fingerprint.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/session/__tests__/session-resume-key-reconciliation.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/session/__tests__/session-resume-pending-first.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/session/__tests__/session-resume-service-keys.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/__fixtures__/fixture-helpers.d.ts +0 -11
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/assembler.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/generator.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/language-detect.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/manifest-parsers/cargo.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/manifest-parsers/gomod.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/manifest-parsers/gradle.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/manifest-parsers/index.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/manifest-parsers/npm.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/manifest-parsers/podfile.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/manifest-parsers/pyproject.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/opt-in-store.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/privacy-filter.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/safe-file-read.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/user-ignore-matcher.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/structural-summary/__tests__/walker.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate/__tests__/command-runner.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate/__tests__/docker.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate/__tests__/forwarder.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate/__tests__/sandbox-exec.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate/__tests__/substrate-e2e.integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate-launch/__tests__/apikey-bootstrap.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate-launch/__tests__/creditless-loop.integration.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate-launch/__tests__/engage-substrate.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate-launch/__tests__/fallback-ladder.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate-launch/__tests__/le-env-scrub.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate-launch/__tests__/reviewer-credential-preflight.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/substrate-launch/__tests__/sanitized-env.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/test-publication-authority-setup.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/tool-activity/__tests__/consolidator.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/tool-activity/__tests__/digest.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/tool-activity/__tests__/flock-rollout-lock.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/tool-activity/__tests__/ledger.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/tool-activity/__tests__/outbox.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/tool-activity/__tests__/replay-cursor.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/tool-activity/__tests__/session-map.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/tool-activity/__tests__/socket-rollout-lock.test.d.ts +0 -1
- package/node_modules/@quantiya/codevibe-core/dist/track-presentation.test.d.ts +0 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pinned search API keys that must never be leaked into any subprocess
|
|
3
|
+
* an implementor, reviewer, or verification test script can influence (REQ-08, A-MCP-04).
|
|
4
|
+
*/
|
|
5
|
+
export declare const SEARCH_API_KEY_NAMES: readonly string[];
|
|
6
|
+
/**
|
|
7
|
+
* Scrub search API keys from a ProcessEnv object.
|
|
8
|
+
* Returns a shallow clone of the env object with sensitive keys removed.
|
|
9
|
+
*/
|
|
10
|
+
export declare function scrubSearchApiKeys(env: NodeJS.ProcessEnv): NodeJS.ProcessEnv;
|
|
@@ -81,6 +81,26 @@ export declare function bindAgyPrintPrompt(argv: readonly string[], prompt: stri
|
|
|
81
81
|
* resolver).
|
|
82
82
|
*/
|
|
83
83
|
export declare function agyWorkdirBriefPreamble(workdir: string): string;
|
|
84
|
+
/**
|
|
85
|
+
* Extracts the MCP bridge server command and arguments from an ephemeral MCP config JSON.
|
|
86
|
+
* Returns null if the configuration is missing, unreadable, or invalid (fail closed).
|
|
87
|
+
*/
|
|
88
|
+
export declare function extractMcpServerConfig(mcpConfigPath?: string): {
|
|
89
|
+
command: string;
|
|
90
|
+
args: string[];
|
|
91
|
+
} | null;
|
|
92
|
+
/**
|
|
93
|
+
* Configures an ephemeral Antigravity plugin (.agents/plugins/codevibe-web/)
|
|
94
|
+
* inside the task worktree / shadow directory to expose guarded web MCP tools to agy.
|
|
95
|
+
*/
|
|
96
|
+
export declare function setupAgyWebPlugin(workdir: string, server: {
|
|
97
|
+
command: string;
|
|
98
|
+
args: string[];
|
|
99
|
+
}): void;
|
|
100
|
+
/**
|
|
101
|
+
* Removes the ephemeral Antigravity plugin from workdir on CP-7 substrate engagement.
|
|
102
|
+
*/
|
|
103
|
+
export declare function stripAgyWebPlugin(workdir: string): void;
|
|
84
104
|
/**
|
|
85
105
|
* Build the implementor invocation argv for `agent` in `mode`. The leading
|
|
86
106
|
* executable name (`claude` / `codex` / `agy`) is the argv[0] so callers can
|
|
@@ -96,7 +116,9 @@ export declare function agyWorkdirBriefPreamble(workdir: string): string;
|
|
|
96
116
|
* instead of silently no-oping into agy's scratch). The cwd-based agents
|
|
97
117
|
* ignore it.
|
|
98
118
|
*/
|
|
99
|
-
export declare function buildImplementorArgv(agent: AgentKind, mode: ImplementorMode, workdir?: string
|
|
119
|
+
export declare function buildImplementorArgv(agent: AgentKind, mode: ImplementorMode, workdir?: string, options?: {
|
|
120
|
+
mcpConfigPath?: string;
|
|
121
|
+
}): ImplementorArgvPlan;
|
|
100
122
|
/**
|
|
101
123
|
* A1b (Codex summary never-read fix, READ side) — read a Codex implementor's
|
|
102
124
|
* `--output-last-message` capture file, resolving the HOST path the same way
|
|
@@ -252,6 +274,7 @@ export declare function makeImplementorCommandScope(): AuthorityScope;
|
|
|
252
274
|
* path after `--output-last-message` is absorbed by the wildcard).
|
|
253
275
|
*/
|
|
254
276
|
export declare const CODEX_DANGER_FULL_ACCESS_COMMAND = "codex exec --sandbox danger-full-access --skip-git-repo-check --color never --json --ephemeral --output-last-message *";
|
|
277
|
+
export declare const CODEX_DANGER_FULL_ACCESS_WEB_COMMAND = "codex exec --sandbox danger-full-access --skip-git-repo-check --color never --json --ephemeral -c web_search=\"disabled\" -c mcp_servers.codevibe_web.command=\"node\" *";
|
|
255
278
|
/**
|
|
256
279
|
* Return a scope that ADDS the boundary-confined Codex `danger-full-access`
|
|
257
280
|
* command authority (`CODEX_DANGER_FULL_ACCESS_COMMAND`) to `scope`'s
|
|
@@ -263,3 +286,13 @@ export declare const CODEX_DANGER_FULL_ACCESS_COMMAND = "codex exec --sandbox da
|
|
|
263
286
|
* returns `scope` unchanged if already present.
|
|
264
287
|
*/
|
|
265
288
|
export declare function withBoundaryConfinedCommandAuthority(scope: AuthorityScope): AuthorityScope;
|
|
289
|
+
/**
|
|
290
|
+
* Strips web-browsing MCP tools and flags from a Claude argv to ensure fail-closed
|
|
291
|
+
* execution on CP-7 substrate paths (REQ-16). Restores standard Claude plan/execute argv.
|
|
292
|
+
*/
|
|
293
|
+
export declare function stripClaudeWebArgs(argv: string[]): string[];
|
|
294
|
+
/**
|
|
295
|
+
* Strips web-browsing MCP tools and flags from a Codex argv to ensure fail-closed
|
|
296
|
+
* execution on CP-7 substrate paths (REQ-16). Restores standard Codex plan/execute argv.
|
|
297
|
+
*/
|
|
298
|
+
export declare function stripCodexWebArgs(argv: string[]): string[];
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export { AuthorityError, AuthorityRefusal, AuthorityRefusalCategory, AuthorityScope, FileNotFound, enforceCommand, enforceNetwork, enforceRead, enforceWrite, safeReadFile, safeWriteFile, } from './authority';
|
|
2
2
|
export { spawnHealthProbe, spawnImplementor, spawnReviewer } from './spawn';
|
|
3
3
|
export { AgentKind, AuthorityAction, ClassBInbound, ExecutorError, FailureClass, FileChangeKind, GateDispatchPayload, GateDispatchReviewerSeat, HookEvent, ImplementorHandle, LocalExecutor, MergeGateDispatchPayload, ProbeHandle, ProcessExitedInfo, ProcessRole, ProcessSpawnedInfo, ReviewerHandle, ReviewerDispatchPayload, ReviseFeedbackPayload, ReviseSeatFinding, SignedEnvelope, SpawnArgs, SpawnArgsInvalid, SpawnHandleBase, TaskGroupHaltedPayload, TrackAssignedPayload, TrackConflictContext, } from './types';
|
|
4
|
-
export { agyImplementorAllowlistEntries, agyWorkdirBriefPreamble, AGY_IMPLEMENTOR_PRINT_TIMEOUT, buildImplementorArgv, IMPLEMENTOR_COMMAND_ALLOWLIST, makeImplementorCommandScope, resolveAgyModel, type ImplementorArgvPlan, type ImplementorCaptureSurface, type ImplementorMode, } from './implementor-argv';
|
|
4
|
+
export { agyImplementorAllowlistEntries, agyWorkdirBriefPreamble, AGY_IMPLEMENTOR_PRINT_TIMEOUT, buildImplementorArgv, extractMcpServerConfig, setupAgyWebPlugin, stripAgyWebPlugin, stripClaudeWebArgs, stripCodexWebArgs, IMPLEMENTOR_COMMAND_ALLOWLIST, makeImplementorCommandScope, resolveAgyModel, type ImplementorArgvPlan, type ImplementorCaptureSurface, type ImplementorMode, } from './implementor-argv';
|
|
5
5
|
export { verifyClassBEd25519, classBCanonicalForSigning, ed25519PublicKeyFromRaw, type ClassBCryptoVerifyResult, } from './class-b-verify';
|
|
6
6
|
export { TrackRegistry, TrackProcess, trackKey } from './track-registry';
|
|
7
7
|
export { EmitShellEventFn, HookBridge, HookBridgeDeps, } from './hook-bridge';
|
|
8
8
|
export { LocalExecutorImpl, LocalExecutorImplDeps, MergeGateAppSyncClient, MergeGateContentEncryptor, TEAM_TRACK_HEARTBEAT_INTERVAL_MS, makeEmptyScope, } from './local-executor-impl';
|
|
9
|
+
export { SEARCH_API_KEY_NAMES, scrubSearchApiKeys, } from './env-scrub';
|
|
9
10
|
export type { SubstrateEngager, SubstrateEngageResult, StrictBadgeSink, } from './local-executor-impl';
|
|
10
11
|
export { Cp7AuditWriter, CP7_CANONICAL_FORM_VERSION, GENESIS_PREV_HASH, canonicalJson, canonicalEntryBytes, computeEntryHash, verifyChain, } from './cp7-audit-writer';
|
|
11
12
|
export type { Cp7AuditEntry } from './cp7-audit-writer';
|
|
@@ -130,7 +130,7 @@ export declare const ORCHESTRATION_ORPHAN_SWEEP_STALE_THRESHOLD_MS: number;
|
|
|
130
130
|
* aborted test runs, or ungraceful terminal closures. Non-blocking best-effort
|
|
131
131
|
* operation; mirrors companion-plugin startup sweeps.
|
|
132
132
|
*/
|
|
133
|
-
export declare function triggerStartupOrphanSweep(appsyncClient: AppSyncClient, currentSessionId: string, staleThresholdMs?: number): Promise<number>;
|
|
133
|
+
export declare function triggerStartupOrphanSweep(appsyncClient: AppSyncClient, currentSessionId: string, staleThresholdMs?: number, tmpRoot?: string): Promise<number>;
|
|
134
134
|
/**
|
|
135
135
|
* CP-8 Slice C (#570) — parse a top-level `audit show <task-id> [--json]
|
|
136
136
|
* [--session <id>]` subcommand from the raw argv. Returns null when the argv is
|