@evalops/maestro 0.10.49 → 0.10.51
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/agent/agent-outcome.d.ts +54 -0
- package/dist/agent/agent-outcome.d.ts.map +1 -0
- package/dist/agent/agent-outcome.js +142 -0
- package/dist/agent/agent-outcome.js.map +1 -0
- package/dist/agent/agent-resume.d.ts.map +1 -1
- package/dist/agent/agent-resume.js +3 -3
- package/dist/agent/agent-resume.js.map +1 -1
- package/dist/agent/agent-run-summary.d.ts +37 -0
- package/dist/agent/agent-run-summary.d.ts.map +1 -0
- package/dist/agent/agent-run-summary.js +15 -0
- package/dist/agent/agent-run-summary.js.map +1 -0
- package/dist/agent/agent-work-board.d.ts +82 -0
- package/dist/agent/agent-work-board.d.ts.map +1 -0
- package/dist/agent/agent-work-board.js +312 -0
- package/dist/agent/agent-work-board.js.map +1 -0
- package/dist/agent/auto-compaction.d.ts +7 -2
- package/dist/agent/auto-compaction.d.ts.map +1 -1
- package/dist/agent/auto-compaction.js +23 -10
- package/dist/agent/auto-compaction.js.map +1 -1
- package/dist/agent/mission-artifacts.d.ts +62 -0
- package/dist/agent/mission-artifacts.d.ts.map +1 -0
- package/dist/agent/mission-artifacts.js +438 -0
- package/dist/agent/mission-artifacts.js.map +1 -0
- package/dist/agent/mission-manifest.d.ts +139 -3
- package/dist/agent/mission-manifest.d.ts.map +1 -1
- package/dist/agent/mission-manifest.js +549 -3
- package/dist/agent/mission-manifest.js.map +1 -1
- package/dist/agent/mission-store.d.ts +80 -0
- package/dist/agent/mission-store.d.ts.map +1 -0
- package/dist/agent/mission-store.js +603 -0
- package/dist/agent/mission-store.js.map +1 -0
- package/dist/agent/modes.d.ts +2 -2
- package/dist/agent/modes.d.ts.map +1 -1
- package/dist/agent/modes.js +10 -3
- package/dist/agent/modes.js.map +1 -1
- package/dist/agent/providers/codex-app-server.d.ts.map +1 -1
- package/dist/agent/providers/codex-app-server.js +1 -3
- package/dist/agent/providers/codex-app-server.js.map +1 -1
- package/dist/agent/providers/google-gemini-cli.js +203 -107
- package/dist/agent/providers/google.js +100 -41
- package/dist/agent/providers/scripted.d.ts.map +1 -1
- package/dist/agent/providers/scripted.js +1 -3
- package/dist/agent/providers/scripted.js.map +1 -1
- package/dist/agent/providers/validation.d.ts.map +1 -1
- package/dist/agent/providers/validation.js +1 -3
- package/dist/agent/providers/validation.js.map +1 -1
- package/dist/agent/providers/vertex.js +203 -107
- package/dist/agent/snapshot-store.d.ts +32 -0
- package/dist/agent/snapshot-store.d.ts.map +1 -0
- package/dist/agent/snapshot-store.js +195 -0
- package/dist/agent/snapshot-store.js.map +1 -0
- package/dist/agent/specialist-profiles.d.ts +36 -0
- package/dist/agent/specialist-profiles.d.ts.map +1 -0
- package/dist/agent/specialist-profiles.js +159 -0
- package/dist/agent/specialist-profiles.js.map +1 -0
- package/dist/agent/subagent-specs.d.ts +4 -1
- package/dist/agent/subagent-specs.d.ts.map +1 -1
- package/dist/agent/subagent-specs.js +81 -8
- package/dist/agent/subagent-specs.js.map +1 -1
- package/dist/agent/swarm/coverage-gate.d.ts +37 -0
- package/dist/agent/swarm/coverage-gate.d.ts.map +1 -0
- package/dist/agent/swarm/coverage-gate.js +48 -0
- package/dist/agent/swarm/coverage-gate.js.map +1 -0
- package/dist/agent/swarm/executor.d.ts +1 -0
- package/dist/agent/swarm/executor.d.ts.map +1 -1
- package/dist/agent/swarm/executor.js +151 -15
- package/dist/agent/swarm/executor.js.map +1 -1
- package/dist/agent/swarm/orchestrator-prompt.d.ts +25 -0
- package/dist/agent/swarm/orchestrator-prompt.d.ts.map +1 -0
- package/dist/agent/swarm/orchestrator-prompt.js +48 -0
- package/dist/agent/swarm/orchestrator-prompt.js.map +1 -0
- package/dist/agent/swarm/plan-parser.d.ts.map +1 -1
- package/dist/agent/swarm/plan-parser.js +27 -2
- package/dist/agent/swarm/plan-parser.js.map +1 -1
- package/dist/agent/swarm/types.d.ts +17 -0
- package/dist/agent/swarm/types.d.ts.map +1 -1
- package/dist/agent/swarm/types.js.map +1 -1
- package/dist/agent/swarm/validation-directive.d.ts +21 -0
- package/dist/agent/swarm/validation-directive.d.ts.map +1 -0
- package/dist/agent/swarm/validation-directive.js +25 -0
- package/dist/agent/swarm/validation-directive.js.map +1 -0
- package/dist/agent/transport/tool-execution-bridge.d.ts.map +1 -1
- package/dist/agent/transport/tool-execution-bridge.js +4 -1
- package/dist/agent/transport/tool-execution-bridge.js.map +1 -1
- package/dist/api/enterprise-routes.d.ts.map +1 -1
- package/dist/api/enterprise-routes.js +87 -10
- package/dist/api/enterprise-routes.js.map +1 -1
- package/dist/api/org-settings-merge.d.ts +12 -0
- package/dist/api/org-settings-merge.d.ts.map +1 -0
- package/dist/api/org-settings-merge.js +38 -0
- package/dist/api/org-settings-merge.js.map +1 -0
- package/dist/api/user-settings-merge.d.ts +16 -0
- package/dist/api/user-settings-merge.d.ts.map +1 -0
- package/dist/api/user-settings-merge.js +37 -0
- package/dist/api/user-settings-merge.js.map +1 -0
- package/dist/app-server/daemon-lifecycle-api.d.ts.map +1 -1
- package/dist/app-server/daemon-lifecycle-api.js +1 -3
- package/dist/app-server/daemon-lifecycle-api.js.map +1 -1
- package/dist/app-server/external-agent-import-api.d.ts.map +1 -1
- package/dist/app-server/external-agent-import-api.js +1 -3
- package/dist/app-server/external-agent-import-api.js.map +1 -1
- package/dist/app-server/network-governance-api.d.ts.map +1 -1
- package/dist/app-server/network-governance-api.js +1 -3
- package/dist/app-server/network-governance-api.js.map +1 -1
- package/dist/app-server/plugin-bundle-api.d.ts.map +1 -1
- package/dist/app-server/plugin-bundle-api.js +1 -3
- package/dist/app-server/plugin-bundle-api.js.map +1 -1
- package/dist/app-server/policy-control-api.d.ts.map +1 -1
- package/dist/app-server/policy-control-api.js +1 -3
- package/dist/app-server/policy-control-api.js.map +1 -1
- package/dist/app-server/protocol-modes-api.d.ts.map +1 -1
- package/dist/app-server/protocol-modes-api.js +1 -3
- package/dist/app-server/protocol-modes-api.js.map +1 -1
- package/dist/cli/args.d.ts +2 -0
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +15 -0
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/commands/a2a.d.ts.map +1 -1
- package/dist/cli/commands/a2a.js +1 -3
- package/dist/cli/commands/a2a.js.map +1 -1
- package/dist/cli/commands/agents.d.ts +4 -0
- package/dist/cli/commands/agents.d.ts.map +1 -1
- package/dist/cli/commands/agents.js +149 -0
- package/dist/cli/commands/agents.js.map +1 -1
- package/dist/cli/commands/mission.d.ts +4 -0
- package/dist/cli/commands/mission.d.ts.map +1 -0
- package/dist/cli/commands/mission.js +196 -0
- package/dist/cli/commands/mission.js.map +1 -0
- package/dist/cli/commands/value.d.ts +10 -0
- package/dist/cli/commands/value.d.ts.map +1 -0
- package/dist/cli/commands/value.js +33 -0
- package/dist/cli/commands/value.js.map +1 -0
- package/dist/cli/headless-protocol.d.ts.map +1 -1
- package/dist/cli/headless-protocol.js +1 -3
- package/dist/cli/headless-protocol.js.map +1 -1
- package/dist/cli/help.d.ts.map +1 -1
- package/dist/cli/help.js +10 -0
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/system-prompt.d.ts.map +1 -1
- package/dist/cli/system-prompt.js +38 -7
- package/dist/cli/system-prompt.js.map +1 -1
- package/dist/cli-command-runtime.js +2 -2
- package/dist/cli-command-runtime.js.map +1 -1
- package/dist/cli-runtime.js +7798 -2805
- package/dist/cli-tui/client-tools/client-tool-controller.d.ts.map +1 -1
- package/dist/cli-tui/client-tools/client-tool-controller.js +1 -3
- package/dist/cli-tui/client-tools/client-tool-controller.js.map +1 -1
- package/dist/cli-tui/commands/undo-handlers.d.ts.map +1 -1
- package/dist/cli-tui/commands/undo-handlers.js +7 -2
- package/dist/cli-tui/commands/undo-handlers.js.map +1 -1
- package/dist/cli-tui/tui-renderer/skills-controller.d.ts +3 -0
- package/dist/cli-tui/tui-renderer/skills-controller.d.ts.map +1 -1
- package/dist/cli-tui/tui-renderer/skills-controller.js +77 -33
- package/dist/cli-tui/tui-renderer/skills-controller.js.map +1 -1
- package/dist/cli.js +4 -6
- package/dist/cli.js.map +1 -1
- package/dist/codex/app-server-client.d.ts.map +1 -1
- package/dist/codex/app-server-client.js +1 -3
- package/dist/codex/app-server-client.js.map +1 -1
- package/dist/codex/compatibility.d.ts.map +1 -1
- package/dist/codex/compatibility.js +1 -3
- package/dist/codex/compatibility.js.map +1 -1
- package/dist/codex/subagent-dispatch-table.d.ts +8 -0
- package/dist/codex/subagent-dispatch-table.d.ts.map +1 -1
- package/dist/codex/subagent-dispatch-table.js +23 -0
- package/dist/codex/subagent-dispatch-table.js.map +1 -1
- package/dist/context/manifest.d.ts.map +1 -1
- package/dist/context/manifest.js +1 -3
- package/dist/context/manifest.js.map +1 -1
- package/dist/conversation/render-model.d.ts +0 -36
- package/dist/conversation/render-model.d.ts.map +1 -1
- package/dist/conversation/render-model.js +1 -3
- package/dist/conversation/render-model.js.map +1 -1
- package/dist/customer-value/ambient-learning.d.ts +75 -0
- package/dist/customer-value/ambient-learning.d.ts.map +1 -0
- package/dist/customer-value/ambient-learning.js +472 -0
- package/dist/customer-value/ambient-learning.js.map +1 -0
- package/dist/customer-value/internal-helpers.d.ts +13 -0
- package/dist/customer-value/internal-helpers.d.ts.map +1 -0
- package/dist/customer-value/internal-helpers.js +70 -0
- package/dist/customer-value/internal-helpers.js.map +1 -0
- package/dist/customer-value/report.d.ts +282 -0
- package/dist/customer-value/report.d.ts.map +1 -0
- package/dist/customer-value/report.js +2085 -0
- package/dist/customer-value/report.js.map +1 -0
- package/dist/db/health.d.ts +1 -1
- package/dist/db/health.d.ts.map +1 -1
- package/dist/db/health.js +10 -0
- package/dist/db/health.js.map +1 -1
- package/dist/db/migrations/0009_operating_layer_evidence.sql +30 -0
- package/dist/db/migrations/meta/_journal.json +7 -0
- package/dist/db/schema.d.ts +268 -1
- package/dist/db/schema.d.ts.map +1 -1
- package/dist/db/schema.js +28 -0
- package/dist/db/schema.js.map +1 -1
- package/dist/evalops/agent-bootstrap.d.ts.map +1 -1
- package/dist/evalops/agent-bootstrap.js +1 -3
- package/dist/evalops/agent-bootstrap.js.map +1 -1
- package/dist/evalops/agent-mcp-metadata.d.ts.map +1 -1
- package/dist/evalops/agent-mcp-metadata.js +1 -3
- package/dist/evalops/agent-mcp-metadata.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/installers/maestro-review-workflow.d.ts +38 -0
- package/dist/installers/maestro-review-workflow.d.ts.map +1 -0
- package/dist/installers/maestro-review-workflow.js +163 -0
- package/dist/installers/maestro-review-workflow.js.map +1 -0
- package/dist/load-env.d.ts +13 -0
- package/dist/load-env.d.ts.map +1 -1
- package/dist/load-env.js +17 -0
- package/dist/load-env.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +96 -7
- package/dist/main.js.map +1 -1
- package/dist/mcp/config.d.ts.map +1 -1
- package/dist/mcp/config.js +1 -3
- package/dist/mcp/config.js.map +1 -1
- package/dist/mcp/elicitation.d.ts.map +1 -1
- package/dist/mcp/elicitation.js +1 -3
- package/dist/mcp/elicitation.js.map +1 -1
- package/dist/mcp/official-registry.d.ts.map +1 -1
- package/dist/mcp/official-registry.js +1 -3
- package/dist/mcp/official-registry.js.map +1 -1
- package/dist/mcp/workspace-trust.d.ts.map +1 -1
- package/dist/mcp/workspace-trust.js +1 -3
- package/dist/mcp/workspace-trust.js.map +1 -1
- package/dist/memory/service-client.d.ts.map +1 -1
- package/dist/memory/service-client.js +1 -3
- package/dist/memory/service-client.js.map +1 -1
- package/dist/models/config-loader.d.ts.map +1 -1
- package/dist/models/config-loader.js +1 -3
- package/dist/models/config-loader.js.map +1 -1
- package/dist/node_modules/@evalops/contracts/dist/index.d.ts +1 -0
- package/dist/node_modules/@evalops/contracts/dist/index.d.ts.map +1 -1
- package/dist/node_modules/@evalops/contracts/dist/index.js +1 -0
- package/dist/node_modules/@evalops/contracts/dist/index.js.map +1 -1
- package/dist/node_modules/@evalops/contracts/dist/maestro-settings.d.ts +61 -0
- package/dist/node_modules/@evalops/contracts/dist/maestro-settings.d.ts.map +1 -0
- package/dist/node_modules/@evalops/contracts/dist/maestro-settings.js +183 -0
- package/dist/node_modules/@evalops/contracts/dist/maestro-settings.js.map +1 -0
- package/dist/node_modules/@evalops/contracts/package.json +1 -1
- package/dist/node_modules/@evalops/tui/package.json +1 -1
- package/dist/oauth/connectors.d.ts.map +1 -1
- package/dist/oauth/connectors.js +1 -3
- package/dist/oauth/connectors.js.map +1 -1
- package/dist/oauth/evalops.d.ts.map +1 -1
- package/dist/oauth/evalops.js +1 -3
- package/dist/oauth/evalops.js.map +1 -1
- package/dist/platform/a2a-client.d.ts.map +1 -1
- package/dist/platform/a2a-client.js +1 -3
- package/dist/platform/a2a-client.js.map +1 -1
- package/dist/platform/a2a-cockpit.d.ts +1 -0
- package/dist/platform/a2a-cockpit.d.ts.map +1 -1
- package/dist/platform/a2a-cockpit.js +42 -11
- package/dist/platform/a2a-cockpit.js.map +1 -1
- package/dist/platform/a2a-completion-audit.d.ts +1 -1
- package/dist/platform/a2a-completion-audit.d.ts.map +1 -1
- package/dist/platform/a2a-completion-audit.js +7 -11
- package/dist/platform/a2a-completion-audit.js.map +1 -1
- package/dist/platform/a2a-maestro-peer.js +16 -0
- package/dist/platform/a2a-maestro-peer.js.map +1 -1
- package/dist/platform/a2a-peer-pairing.d.ts.map +1 -1
- package/dist/platform/a2a-peer-pairing.js +1 -3
- package/dist/platform/a2a-peer-pairing.js.map +1 -1
- package/dist/platform/a2a-peer-registry.d.ts.map +1 -1
- package/dist/platform/a2a-peer-registry.js +1 -3
- package/dist/platform/a2a-peer-registry.js.map +1 -1
- package/dist/platform/a2a-task-ledger.d.ts +20 -0
- package/dist/platform/a2a-task-ledger.d.ts.map +1 -1
- package/dist/platform/a2a-task-ledger.js +207 -11
- package/dist/platform/a2a-task-ledger.js.map +1 -1
- package/dist/platform/a2a-work-graph.d.ts.map +1 -1
- package/dist/platform/a2a-work-graph.js +1 -3
- package/dist/platform/a2a-work-graph.js.map +1 -1
- package/dist/platform/operating-layer.d.ts +127 -0
- package/dist/platform/operating-layer.d.ts.map +1 -0
- package/dist/platform/operating-layer.js +360 -0
- package/dist/platform/operating-layer.js.map +1 -0
- package/dist/platform/tool-execution-client.d.ts.map +1 -1
- package/dist/platform/tool-execution-client.js +19 -2
- package/dist/platform/tool-execution-client.js.map +1 -1
- package/dist/providers/auth.d.ts.map +1 -1
- package/dist/providers/auth.js +1 -3
- package/dist/providers/auth.js.map +1 -1
- package/dist/runtime/env.d.ts +9 -1
- package/dist/runtime/env.d.ts.map +1 -1
- package/dist/runtime/env.js +63 -1
- package/dist/runtime/env.js.map +1 -1
- package/dist/safety/policy.d.ts.map +1 -1
- package/dist/safety/policy.js +1 -4
- package/dist/safety/policy.js.map +1 -1
- package/dist/sandbox/docker-sandbox.d.ts.map +1 -1
- package/dist/sandbox/docker-sandbox.js +6 -1
- package/dist/sandbox/docker-sandbox.js.map +1 -1
- package/dist/server/handlers/hosted-runner-drain.d.ts.map +1 -1
- package/dist/server/handlers/hosted-runner-drain.js +1 -3
- package/dist/server/handlers/hosted-runner-drain.js.map +1 -1
- package/dist/server/handlers/platform-a2a-push.d.ts.map +1 -1
- package/dist/server/handlers/platform-a2a-push.js +53 -2
- package/dist/server/handlers/platform-a2a-push.js.map +1 -1
- package/dist/server/handlers/runtime-app-server-ws.d.ts.map +1 -1
- package/dist/server/handlers/runtime-app-server-ws.js +1 -3
- package/dist/server/handlers/runtime-app-server-ws.js.map +1 -1
- package/dist/server/headless-runtime-service.d.ts +16 -0
- package/dist/server/headless-runtime-service.d.ts.map +1 -1
- package/dist/server/headless-runtime-service.js +232 -206
- package/dist/server/headless-runtime-service.js.map +1 -1
- package/dist/server/hosted-agent-runtime-progress.d.ts.map +1 -1
- package/dist/server/hosted-agent-runtime-progress.js +12 -3
- package/dist/server/hosted-agent-runtime-progress.js.map +1 -1
- package/dist/server/pending-request-payload.d.ts.map +1 -1
- package/dist/server/pending-request-payload.js +1 -3
- package/dist/server/pending-request-payload.js.map +1 -1
- package/dist/server/route-auth.d.ts.map +1 -1
- package/dist/server/route-auth.js +2 -0
- package/dist/server/route-auth.js.map +1 -1
- package/dist/server/session-serialization.d.ts.map +1 -1
- package/dist/server/session-serialization.js +1 -3
- package/dist/server/session-serialization.js.map +1 -1
- package/dist/services/compliance/normalize.d.ts.map +1 -1
- package/dist/services/compliance/normalize.js +1 -3
- package/dist/services/compliance/normalize.js.map +1 -1
- package/dist/services/intelligent-router/normalize.d.ts.map +1 -1
- package/dist/services/intelligent-router/normalize.js +1 -3
- package/dist/services/intelligent-router/normalize.js.map +1 -1
- package/dist/services/revenue-attribution/normalize.d.ts.map +1 -1
- package/dist/services/revenue-attribution/normalize.js +1 -3
- package/dist/services/revenue-attribution/normalize.js.map +1 -1
- package/dist/services/traces/normalize.d.ts.map +1 -1
- package/dist/services/traces/normalize.js +1 -3
- package/dist/services/traces/normalize.js.map +1 -1
- package/dist/services/workspace-config/normalize.d.ts.map +1 -1
- package/dist/services/workspace-config/normalize.js +1 -3
- package/dist/services/workspace-config/normalize.js.map +1 -1
- package/dist/skills/composer.d.ts.map +1 -1
- package/dist/skills/composer.js +13 -1
- package/dist/skills/composer.js.map +1 -1
- package/dist/skills/index.d.ts +1 -0
- package/dist/skills/index.d.ts.map +1 -1
- package/dist/skills/index.js +1 -0
- package/dist/skills/index.js.map +1 -1
- package/dist/skills/learned-guidelines.d.ts +33 -0
- package/dist/skills/learned-guidelines.d.ts.map +1 -0
- package/dist/skills/learned-guidelines.js +291 -0
- package/dist/skills/learned-guidelines.js.map +1 -0
- package/dist/skills/linter.d.ts.map +1 -1
- package/dist/skills/linter.js +1 -3
- package/dist/skills/linter.js.map +1 -1
- package/dist/skills/runtime-activation.d.ts +1 -0
- package/dist/skills/runtime-activation.d.ts.map +1 -1
- package/dist/skills/runtime-activation.js +2 -3
- package/dist/skills/runtime-activation.js.map +1 -1
- package/dist/skills/tool.d.ts.map +1 -1
- package/dist/skills/tool.js +26 -21
- package/dist/skills/tool.js.map +1 -1
- package/dist/skills/trust-cache.d.ts +7 -0
- package/dist/skills/trust-cache.d.ts.map +1 -1
- package/dist/skills/trust-cache.js +16 -0
- package/dist/skills/trust-cache.js.map +1 -1
- package/dist/telemetry/agent-workforce-native-event.d.ts.map +1 -1
- package/dist/telemetry/agent-workforce-native-event.js +1 -3
- package/dist/telemetry/agent-workforce-native-event.js.map +1 -1
- package/dist/telemetry/maestro-event-bus.d.ts.map +1 -1
- package/dist/telemetry/maestro-event-bus.js +42 -81
- package/dist/telemetry/maestro-event-bus.js.map +1 -1
- package/dist/telemetry/maestro-platform-replay-fixture.d.ts.map +1 -1
- package/dist/telemetry/maestro-platform-replay-fixture.js +1 -3
- package/dist/telemetry/maestro-platform-replay-fixture.js.map +1 -1
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +54 -43
- package/dist/telemetry.js.map +1 -1
- package/dist/theme/theme-loader.d.ts.map +1 -1
- package/dist/theme/theme-loader.js +1 -3
- package/dist/theme/theme-loader.js.map +1 -1
- package/dist/tools/apply-patch.d.ts.map +1 -1
- package/dist/tools/apply-patch.js +76 -8
- package/dist/tools/apply-patch.js.map +1 -1
- package/dist/tools/diff-preview.d.ts.map +1 -1
- package/dist/tools/diff-preview.js +10 -1
- package/dist/tools/diff-preview.js.map +1 -1
- package/dist/tools/edit.d.ts.map +1 -1
- package/dist/tools/edit.js +17 -0
- package/dist/tools/edit.js.map +1 -1
- package/dist/tools/write.d.ts.map +1 -1
- package/dist/tools/write.js +9 -0
- package/dist/tools/write.js.map +1 -1
- package/dist/undo/tracker.d.ts +5 -0
- package/dist/undo/tracker.d.ts.map +1 -1
- package/dist/undo/tracker.js +13 -0
- package/dist/undo/tracker.js.map +1 -1
- package/dist/utils/fs.d.ts +1 -1
- package/dist/utils/fs.d.ts.map +1 -1
- package/dist/utils/fs.js +29 -2
- package/dist/utils/fs.js.map +1 -1
- package/dist/utils/git-stash.d.ts.map +1 -1
- package/dist/utils/git-stash.js +15 -8
- package/dist/utils/git-stash.js.map +1 -1
- package/dist/utils/json.d.ts +11 -0
- package/dist/utils/json.d.ts.map +1 -1
- package/dist/utils/json.js +9 -0
- package/dist/utils/json.js.map +1 -1
- package/dist/utils/shell-env.d.ts.map +1 -1
- package/dist/utils/shell-env.js +2 -0
- package/dist/utils/shell-env.js.map +1 -1
- package/dist/utils/url-extractor-git.d.ts +26 -0
- package/dist/utils/url-extractor-git.d.ts.map +1 -0
- package/dist/utils/url-extractor-git.js +259 -0
- package/dist/utils/url-extractor-git.js.map +1 -0
- package/dist/utils/url-extractor.d.ts.map +1 -1
- package/dist/utils/url-extractor.js +23 -251
- package/dist/utils/url-extractor.js.map +1 -1
- package/dist/version.json +2 -2
- package/dist/web-server.d.ts.map +1 -1
- package/dist/web-server.js +2 -5
- package/dist/web-server.js.map +1 -1
- package/package.json +310 -306
- package/skills/incident-triage/SKILL.md +19 -1
- package/skills/install-code-review/SKILL.md +69 -0
- package/skills/security-review/SKILL.md +68 -0
- package/skills/security-review/reference/rubric.md +85 -0
|
@@ -25,11 +25,29 @@ Use this skill to turn scattered incident evidence into a concise operator plan.
|
|
|
25
25
|
## Workflow
|
|
26
26
|
|
|
27
27
|
1. Confirm the symptom, start time, affected surface, and urgency.
|
|
28
|
-
2. Load `reference/triage.md` for the detailed timeline and mitigation checklist.
|
|
28
|
+
2. Load learned guidelines (see below) and `reference/triage.md` for the detailed timeline and mitigation checklist.
|
|
29
29
|
3. Gather only scoped evidence from granted tools and local files. Keep customer data and internal handles out of the normal answer.
|
|
30
30
|
4. Build a timeline with known, inferred, and unknown entries separated.
|
|
31
31
|
5. Identify the likely owner, immediate mitigation, verification signal, and follow-up issue.
|
|
32
32
|
6. End with current state, blast radius, next action, and what evidence was withheld or unavailable.
|
|
33
|
+
7. Record what you learned (see below) so the next incident starts from it.
|
|
34
|
+
|
|
35
|
+
## Learned Guidelines
|
|
36
|
+
|
|
37
|
+
This skill accumulates alert-type knowledge across runs in
|
|
38
|
+
`~/.maestro/skills/incident-triage/guidelines.md`.
|
|
39
|
+
|
|
40
|
+
- **At the start of a run**, read that file if it exists and treat its entries as
|
|
41
|
+
priors to verify — which tools, dashboards, owners, and mitigations a given
|
|
42
|
+
alert type needed last time. Confirm they still hold; do not trust them
|
|
43
|
+
blindly.
|
|
44
|
+
- **At the end of a run**, append one concise entry mapping the alert type or
|
|
45
|
+
symptom you handled to the tools/interfaces, likely owner, and mitigation that
|
|
46
|
+
actually worked. Keep entries short and free of secrets and customer data.
|
|
47
|
+
|
|
48
|
+
Programmatic callers can use `loadLearnedGuidelines` /
|
|
49
|
+
`appendLearnedGuideline` / `formatLearnedGuidelinesForPrompt` from
|
|
50
|
+
the main Maestro package (`src/skills/learned-guidelines.ts`).
|
|
33
51
|
|
|
34
52
|
## Toolbox
|
|
35
53
|
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: install-code-review
|
|
3
|
+
description: Install automated Maestro code review in a GitHub repository's CI — add a pull_request workflow that runs `maestro exec` and posts a merge-readiness review as a PR comment. Use when the user wants to set up automated PR review, wire Maestro into CI/CD, or "install code review".
|
|
4
|
+
license: Complete terms in LICENSE.txt
|
|
5
|
+
compatibility: "Maestro skill packages with write/bash access to a checked-out GitHub repository."
|
|
6
|
+
allowed-tools:
|
|
7
|
+
- read
|
|
8
|
+
- write
|
|
9
|
+
- bash
|
|
10
|
+
builtin-tools:
|
|
11
|
+
- read
|
|
12
|
+
- write
|
|
13
|
+
mode: build
|
|
14
|
+
metadata:
|
|
15
|
+
version: "0.1.0"
|
|
16
|
+
category: evalops-operations
|
|
17
|
+
artifactSchema: evalops.maestro.skill.install_code_review.v1
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# Install Code Review
|
|
21
|
+
|
|
22
|
+
Wire Maestro into a repository's CI so every pull request gets an automated
|
|
23
|
+
merge-readiness review. Use the published generator exports
|
|
24
|
+
(`buildMaestroReviewWorkflow` / `writeMaestroReviewWorkflow`) so installs work
|
|
25
|
+
in arbitrary repositories, not just in the Maestro monorepo. In this monorepo,
|
|
26
|
+
the same implementation also lives at
|
|
27
|
+
`packages/github-agent/src/workflows/maestro-review-workflow.ts` and is
|
|
28
|
+
re-exported by `@evalops/github-agent`.
|
|
29
|
+
|
|
30
|
+
## Workflow
|
|
31
|
+
|
|
32
|
+
1. **Confirm the target.** Verify you are in a Git repository with a GitHub
|
|
33
|
+
remote, and that `.github/workflows/` is the right place (some repos vendor
|
|
34
|
+
workflows elsewhere). Confirm the default branch.
|
|
35
|
+
2. **Choose options.** Ask only what you cannot infer: the model provider
|
|
36
|
+
(default inferred from the provider secret/env name, otherwise `anthropic`),
|
|
37
|
+
provider API key secret name (default inferred from the provider runtime env
|
|
38
|
+
var), and, if the user wants a pinned model, the model id. Pass
|
|
39
|
+
`maestroPackage` from `MAESTRO_PACKAGE_NAME` when set, otherwise use the
|
|
40
|
+
default `maestro` package, and Node to 20. For custom providers, set the runtime
|
|
41
|
+
API-key environment variable explicitly if it is not the provider id
|
|
42
|
+
uppercased with `_API_KEY` appended.
|
|
43
|
+
3. **Write the workflow.** Generate `.github/workflows/maestro-review.yml` from
|
|
44
|
+
the published generator (do not hand-roll the YAML — use the generator so the
|
|
45
|
+
file is deterministic and reviews cleanly). The workflow triggers on
|
|
46
|
+
`pull_request` (opened, synchronize, reopened), runs `maestro exec` with the
|
|
47
|
+
`pr-review` skill, and posts the result with `gh pr comment`.
|
|
48
|
+
4. **Document the secret.** Tell the user exactly which repository secret to add
|
|
49
|
+
(the API key), which runtime env var the workflow maps it to, and that the
|
|
50
|
+
workflow uses the built-in `GITHUB_TOKEN` for the PR comment. Do not write any
|
|
51
|
+
secret value into the repo.
|
|
52
|
+
5. **Land it.** Create a branch, commit the workflow, and open a PR titled
|
|
53
|
+
"Install Maestro code review" — never commit the workflow directly to the
|
|
54
|
+
default branch. Summarize what was added and the one secret the user must
|
|
55
|
+
set for it to run.
|
|
56
|
+
|
|
57
|
+
## Output
|
|
58
|
+
|
|
59
|
+
Report the workflow path written, the required secret name, the trigger events,
|
|
60
|
+
and the PR you opened. If the repo already has a `maestro-review.yml`, show the
|
|
61
|
+
diff and ask before overwriting.
|
|
62
|
+
|
|
63
|
+
## Guardrails
|
|
64
|
+
|
|
65
|
+
- Request only the permissions the job needs: `contents: read` and
|
|
66
|
+
`pull-requests: write`.
|
|
67
|
+
- Never embed an API key in the workflow or commit a token.
|
|
68
|
+
- Keep the review step non-interactive (`maestro exec`); never assume a TTY in
|
|
69
|
+
CI.
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: security-review
|
|
3
|
+
description: Correctness-first, depth-first security audit of a single repository using STRIDE, OWASP Top 10, the OWASP LLM Top 10, and supply-chain analysis. Use when the user asks for a security review, a vulnerability audit, a threat model, or a pre-release security pass.
|
|
4
|
+
license: Complete terms in LICENSE.txt
|
|
5
|
+
compatibility: "Maestro skill packages with read/search/bash access to a single checked-out repository."
|
|
6
|
+
allowed-tools:
|
|
7
|
+
- read
|
|
8
|
+
- search
|
|
9
|
+
- bash
|
|
10
|
+
builtin-tools:
|
|
11
|
+
- read
|
|
12
|
+
- search
|
|
13
|
+
mode: review
|
|
14
|
+
isolatedContext: true
|
|
15
|
+
metadata:
|
|
16
|
+
version: "0.1.0"
|
|
17
|
+
category: evalops-operations
|
|
18
|
+
artifactSchema: evalops.maestro.skill.security_review.v1
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# Security Review
|
|
22
|
+
|
|
23
|
+
Produce a depth-first security audit of one repository. Depth beats breadth: a
|
|
24
|
+
small number of substantiated, exploitable findings is worth more than a long
|
|
25
|
+
list of pattern matches. Every finding must trace a concrete path from an
|
|
26
|
+
untrusted input to a dangerous sink, with `file:line` evidence. Do not report a
|
|
27
|
+
finding you cannot substantiate by reading the code.
|
|
28
|
+
|
|
29
|
+
## Workflow
|
|
30
|
+
|
|
31
|
+
1. **Scope.** Identify the languages, frameworks, entry points (HTTP routes,
|
|
32
|
+
CLI, queue consumers, webhooks), trust boundaries, and where untrusted input
|
|
33
|
+
enters. Note authentication and authorization surfaces.
|
|
34
|
+
2. **Threat model (STRIDE).** Enumerate threats per trust boundary using the
|
|
35
|
+
STRIDE categories in `reference/rubric.md`. This drives where you look; it is
|
|
36
|
+
not itself a finding list.
|
|
37
|
+
3. **Trace data flow.** For each candidate issue, follow the data from source
|
|
38
|
+
(untrusted input) to sink (query, exec, deserialization, file path, template,
|
|
39
|
+
model prompt, response). Confirm there is no effective sanitization on the
|
|
40
|
+
path before recording a finding.
|
|
41
|
+
4. **Apply the catalogs.** Check against OWASP Top 10, the OWASP LLM Top 10 (for
|
|
42
|
+
any LLM/agent surface), and supply-chain risks — all detailed in
|
|
43
|
+
`reference/rubric.md`. Load that file when you need the full checklists. If a
|
|
44
|
+
catalog check surfaces a new candidate, send it back through step 3 and report
|
|
45
|
+
it only after the source→sink trace is substantiated.
|
|
46
|
+
5. **Rate and write up.** Assign severity with the rubric. Each finding gets:
|
|
47
|
+
title, severity, location (`file:line`), the source→sink path, impact, and a
|
|
48
|
+
concrete, minimal fix.
|
|
49
|
+
6. **Report.** Lead with findings ordered by severity. If you find nothing
|
|
50
|
+
exploitable, say so plainly and name the residual risk you could not rule out
|
|
51
|
+
(e.g. dependencies you did not audit, code paths you could not reach).
|
|
52
|
+
|
|
53
|
+
## Findings Artifact
|
|
54
|
+
|
|
55
|
+
Emit findings as `evalops.maestro.skill.security_review.v1`: a list of findings,
|
|
56
|
+
each with `id`, `title`, `severity` (critical | high | medium | low | info),
|
|
57
|
+
`category` (stride/owasp/owasp-llm/supply-chain), `location`, `path`, `impact`,
|
|
58
|
+
and `fix`. Include a short `summary` with counts by severity and the scope you
|
|
59
|
+
actually covered.
|
|
60
|
+
|
|
61
|
+
## Discipline
|
|
62
|
+
|
|
63
|
+
- No speculative findings. If you cannot show the vulnerable path, it is not a
|
|
64
|
+
finding — at most a note in residual risk.
|
|
65
|
+
- Prefer reading the real code over running scanners; if you run a scanner (e.g.
|
|
66
|
+
`semgrep`, `npm audit`), treat its output as leads to verify, not findings.
|
|
67
|
+
- Never exfiltrate secrets you discover. Report the location and the exposure,
|
|
68
|
+
redact the value.
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# Security Review Rubric
|
|
2
|
+
|
|
3
|
+
Load this file when you need the full checklists and the severity rubric. It is
|
|
4
|
+
intentionally kept out of the main skill body so the agent only pays for it when
|
|
5
|
+
a review is actually underway.
|
|
6
|
+
|
|
7
|
+
## Severity
|
|
8
|
+
|
|
9
|
+
| Severity | Meaning |
|
|
10
|
+
| --- | --- |
|
|
11
|
+
| critical | Remotely exploitable with no auth, or trivial privilege escalation / RCE / full data exfiltration. Fix before release. |
|
|
12
|
+
| high | Exploitable with some precondition (auth, specific input, race). Real impact on confidentiality, integrity, or availability. |
|
|
13
|
+
| medium | Exploitable only with significant preconditions, or limited blast radius. Defense-in-depth gap. |
|
|
14
|
+
| low | Hardening issue, weak default, or risk that requires an unlikely chain. |
|
|
15
|
+
| info | Observation worth recording; not exploitable on its own. |
|
|
16
|
+
|
|
17
|
+
Rate by realistic impact and exploitability of the **traced path**, not by the
|
|
18
|
+
category. A SQL string concatenation behind three layers of validation is not a
|
|
19
|
+
critical.
|
|
20
|
+
|
|
21
|
+
## STRIDE (threat model)
|
|
22
|
+
|
|
23
|
+
Walk each trust boundary and ask what each category enables:
|
|
24
|
+
|
|
25
|
+
- **Spoofing** — can an actor claim another identity? (auth, session, tokens,
|
|
26
|
+
signature verification, TLS validation)
|
|
27
|
+
- **Tampering** — can data or code be modified in transit or at rest? (integrity
|
|
28
|
+
checks, signed artifacts, mass-assignment, mutable shared state)
|
|
29
|
+
- **Repudiation** — can an action be denied? (audit logging, tamper-evident
|
|
30
|
+
logs)
|
|
31
|
+
- **Information disclosure** — can secrets or data leak? (error messages, debug
|
|
32
|
+
endpoints, directory listing, verbose logs, IDOR)
|
|
33
|
+
- **Denial of service** — can an actor exhaust resources? (unbounded input,
|
|
34
|
+
regex catastrophic backtracking, zip bombs, missing rate limits)
|
|
35
|
+
- **Elevation of privilege** — can an actor gain capabilities? (authorization
|
|
36
|
+
gaps, path traversal, deserialization, command injection)
|
|
37
|
+
|
|
38
|
+
## OWASP Top 10 (2021)
|
|
39
|
+
|
|
40
|
+
1. Broken access control (IDOR, missing authz on object/function, path
|
|
41
|
+
traversal, forced browsing).
|
|
42
|
+
2. Cryptographic failures (plaintext secrets, weak/legacy algorithms, missing
|
|
43
|
+
TLS verification, predictable randomness).
|
|
44
|
+
3. Injection (SQL/NoSQL, OS command, LDAP, XPath, template injection, XSS).
|
|
45
|
+
4. Insecure design (missing threat model, unsafe-by-default flows).
|
|
46
|
+
5. Security misconfiguration (debug on, default creds, permissive CORS, open S3,
|
|
47
|
+
verbose errors).
|
|
48
|
+
6. Vulnerable and outdated components (see Supply Chain below).
|
|
49
|
+
7. Identification and authentication failures (weak session handling, credential
|
|
50
|
+
stuffing exposure, missing MFA on sensitive flows).
|
|
51
|
+
8. Software and data integrity failures (unsigned updates, insecure
|
|
52
|
+
deserialization, CI/CD trust).
|
|
53
|
+
9. Security logging and monitoring failures (no audit trail on sensitive
|
|
54
|
+
actions).
|
|
55
|
+
10. Server-side request forgery (unvalidated outbound URLs / fetchers).
|
|
56
|
+
|
|
57
|
+
## OWASP LLM Top 10
|
|
58
|
+
|
|
59
|
+
Apply to any prompt, agent, tool-calling, or RAG surface:
|
|
60
|
+
|
|
61
|
+
1. Prompt injection (direct and indirect, including via retrieved/tool content).
|
|
62
|
+
2. Sensitive information disclosure (secrets or PII leaking into prompts,
|
|
63
|
+
completions, or logs).
|
|
64
|
+
3. Supply chain (untrusted models, plugins, datasets).
|
|
65
|
+
4. Data and model poisoning.
|
|
66
|
+
5. Improper output handling (model output flowing unsanitized into a sink — SQL,
|
|
67
|
+
shell, HTML, downstream tool calls).
|
|
68
|
+
6. Excessive agency (tools with more authority than the task needs; missing
|
|
69
|
+
human approval on destructive actions).
|
|
70
|
+
7. System prompt leakage (secrets or trust-bearing instructions in the system
|
|
71
|
+
prompt).
|
|
72
|
+
8. Vector and embedding weaknesses (injection or poisoning via the retrieval
|
|
73
|
+
store).
|
|
74
|
+
9. Misinformation / overreliance (acting on unverified model claims).
|
|
75
|
+
10. Unbounded consumption (token/cost exhaustion, denial of wallet).
|
|
76
|
+
|
|
77
|
+
## Supply Chain
|
|
78
|
+
|
|
79
|
+
- Pinned, integrity-checked dependencies (lockfiles, hashes) vs. floating
|
|
80
|
+
ranges.
|
|
81
|
+
- Known-vulnerable versions (`npm audit`, `pip-audit`, `osv-scanner` as leads).
|
|
82
|
+
- Install/build scripts that execute on `install` (postinstall hooks).
|
|
83
|
+
- Typosquat / dependency-confusion risk on internal package names.
|
|
84
|
+
- CI/CD: secrets in workflow logs, unpinned actions, write tokens on PRs from
|
|
85
|
+
forks.
|