@josstei/maestro 1.6.4-nightly.20260430
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/.agents/plugins/marketplace.json +20 -0
- package/CHANGELOG.md +486 -0
- package/EXAMPLES.md +255 -0
- package/GEMINI.md +251 -0
- package/LICENSE +201 -0
- package/QWEN.md +274 -0
- package/README.md +220 -0
- package/agents/accessibility_specialist.md +20 -0
- package/agents/analytics_engineer.md +22 -0
- package/agents/api_designer.md +19 -0
- package/agents/architect.md +19 -0
- package/agents/cloud_architect.md +19 -0
- package/agents/cobol_engineer.md +22 -0
- package/agents/code_reviewer.md +17 -0
- package/agents/coder.md +22 -0
- package/agents/compliance_reviewer.md +19 -0
- package/agents/content_strategist.md +19 -0
- package/agents/copywriter.md +19 -0
- package/agents/data_engineer.md +22 -0
- package/agents/database_administrator.md +21 -0
- package/agents/db2_dba.md +21 -0
- package/agents/debugger.md +19 -0
- package/agents/design_system_engineer.md +22 -0
- package/agents/devops_engineer.md +23 -0
- package/agents/hlasm_assembler_specialist.md +22 -0
- package/agents/i18n_specialist.md +21 -0
- package/agents/ibm_i_specialist.md +22 -0
- package/agents/integration_engineer.md +23 -0
- package/agents/ml_engineer.md +23 -0
- package/agents/mlops_engineer.md +23 -0
- package/agents/mobile_engineer.md +23 -0
- package/agents/observability_engineer.md +23 -0
- package/agents/performance_engineer.md +21 -0
- package/agents/platform_engineer.md +24 -0
- package/agents/product_manager.md +20 -0
- package/agents/prompt_engineer.md +22 -0
- package/agents/refactor.md +22 -0
- package/agents/release_manager.md +22 -0
- package/agents/security_engineer.md +21 -0
- package/agents/seo_specialist.md +21 -0
- package/agents/site_reliability_engineer.md +21 -0
- package/agents/solutions_architect.md +19 -0
- package/agents/technical_writer.md +21 -0
- package/agents/tester.md +23 -0
- package/agents/ux_designer.md +20 -0
- package/agents/zos_sysprog.md +21 -0
- package/bin/maestro-mcp-server.js +10 -0
- package/claude/.claude-plugin/plugin.json +21 -0
- package/claude/.mcp.json +11 -0
- package/claude/README.md +191 -0
- package/claude/agents/accessibility-specialist.md +36 -0
- package/claude/agents/analytics-engineer.md +38 -0
- package/claude/agents/api-designer.md +33 -0
- package/claude/agents/architect.md +33 -0
- package/claude/agents/cloud-architect.md +33 -0
- package/claude/agents/cobol-engineer.md +38 -0
- package/claude/agents/code-reviewer.md +31 -0
- package/claude/agents/coder.md +38 -0
- package/claude/agents/compliance-reviewer.md +33 -0
- package/claude/agents/content-strategist.md +33 -0
- package/claude/agents/copywriter.md +33 -0
- package/claude/agents/data-engineer.md +37 -0
- package/claude/agents/database-administrator.md +37 -0
- package/claude/agents/db2-dba.md +37 -0
- package/claude/agents/debugger.md +32 -0
- package/claude/agents/design-system-engineer.md +38 -0
- package/claude/agents/devops-engineer.md +39 -0
- package/claude/agents/hlasm-assembler-specialist.md +38 -0
- package/claude/agents/i18n-specialist.md +37 -0
- package/claude/agents/ibm-i-specialist.md +38 -0
- package/claude/agents/integration-engineer.md +39 -0
- package/claude/agents/ml-engineer.md +39 -0
- package/claude/agents/mlops-engineer.md +39 -0
- package/claude/agents/mobile-engineer.md +39 -0
- package/claude/agents/observability-engineer.md +39 -0
- package/claude/agents/performance-engineer.md +34 -0
- package/claude/agents/platform-engineer.md +40 -0
- package/claude/agents/product-manager.md +34 -0
- package/claude/agents/prompt-engineer.md +38 -0
- package/claude/agents/refactor.md +38 -0
- package/claude/agents/release-manager.md +38 -0
- package/claude/agents/security-engineer.md +37 -0
- package/claude/agents/seo-specialist.md +37 -0
- package/claude/agents/site-reliability-engineer.md +37 -0
- package/claude/agents/solutions-architect.md +33 -0
- package/claude/agents/technical-writer.md +37 -0
- package/claude/agents/tester.md +39 -0
- package/claude/agents/ux-designer.md +34 -0
- package/claude/agents/zos-sysprog.md +37 -0
- package/claude/hooks/claude-hooks.json +48 -0
- package/claude/mcp/maestro-server.js +9 -0
- package/claude/mcp-config.example.json +9 -0
- package/claude/scripts/adapters/claude-adapter.js +7 -0
- package/claude/scripts/hook-runner.js +8 -0
- package/claude/scripts/policy-enforcer.js +294 -0
- package/claude/skills/a11y-audit/SKILL.md +26 -0
- package/claude/skills/archive/SKILL.md +24 -0
- package/claude/skills/code-review/SKILL.md +7 -0
- package/claude/skills/compliance-check/SKILL.md +26 -0
- package/claude/skills/debug-workflow/SKILL.md +27 -0
- package/claude/skills/delegation/SKILL.md +7 -0
- package/claude/skills/design-dialogue/SKILL.md +7 -0
- package/claude/skills/execute/SKILL.md +38 -0
- package/claude/skills/execution/SKILL.md +7 -0
- package/claude/skills/implementation-planning/SKILL.md +7 -0
- package/claude/skills/orchestrate/SKILL.md +38 -0
- package/claude/skills/perf-check/SKILL.md +26 -0
- package/claude/skills/resume-session/SKILL.md +38 -0
- package/claude/skills/review-code/SKILL.md +27 -0
- package/claude/skills/security-audit/SKILL.md +28 -0
- package/claude/skills/seo-audit/SKILL.md +26 -0
- package/claude/skills/session-management/SKILL.md +7 -0
- package/claude/skills/status/SKILL.md +22 -0
- package/claude/skills/validation/SKILL.md +7 -0
- package/claude/src/agents/accessibility-specialist.md +163 -0
- package/claude/src/agents/analytics-engineer.md +182 -0
- package/claude/src/agents/api-designer.md +124 -0
- package/claude/src/agents/architect.md +120 -0
- package/claude/src/agents/cloud-architect.md +134 -0
- package/claude/src/agents/cobol-engineer.md +127 -0
- package/claude/src/agents/code-reviewer.md +123 -0
- package/claude/src/agents/coder.md +132 -0
- package/claude/src/agents/compliance-reviewer.md +219 -0
- package/claude/src/agents/content-strategist.md +111 -0
- package/claude/src/agents/copywriter.md +113 -0
- package/claude/src/agents/data-engineer.md +130 -0
- package/claude/src/agents/database-administrator.md +126 -0
- package/claude/src/agents/db2-dba.md +124 -0
- package/claude/src/agents/debugger.md +133 -0
- package/claude/src/agents/design-system-engineer.md +258 -0
- package/claude/src/agents/devops-engineer.md +138 -0
- package/claude/src/agents/hlasm-assembler-specialist.md +134 -0
- package/claude/src/agents/i18n-specialist.md +241 -0
- package/claude/src/agents/ibm-i-specialist.md +132 -0
- package/claude/src/agents/integration-engineer.md +133 -0
- package/claude/src/agents/ml-engineer.md +115 -0
- package/claude/src/agents/mlops-engineer.md +116 -0
- package/claude/src/agents/mobile-engineer.md +115 -0
- package/claude/src/agents/observability-engineer.md +133 -0
- package/claude/src/agents/performance-engineer.md +139 -0
- package/claude/src/agents/platform-engineer.md +129 -0
- package/claude/src/agents/product-manager.md +170 -0
- package/claude/src/agents/prompt-engineer.md +129 -0
- package/claude/src/agents/refactor.md +138 -0
- package/claude/src/agents/release-manager.md +132 -0
- package/claude/src/agents/security-engineer.md +143 -0
- package/claude/src/agents/seo-specialist.md +129 -0
- package/claude/src/agents/site-reliability-engineer.md +131 -0
- package/claude/src/agents/solutions-architect.md +137 -0
- package/claude/src/agents/technical-writer.md +129 -0
- package/claude/src/agents/tester.md +135 -0
- package/claude/src/agents/ux-designer.md +168 -0
- package/claude/src/agents/zos-sysprog.md +134 -0
- package/claude/src/config/setting-resolver.js +32 -0
- package/claude/src/core/agent-registry.js +67 -0
- package/claude/src/core/canonical-source.js +39 -0
- package/claude/src/core/env-file-parser.js +82 -0
- package/claude/src/core/feature-blocks.js +34 -0
- package/claude/src/core/logger.js +12 -0
- package/claude/src/core/markdown-state.js +36 -0
- package/claude/src/core/policy-rules.js +32 -0
- package/claude/src/core/project-root-resolver.js +184 -0
- package/claude/src/core/stdin-reader.js +77 -0
- package/claude/src/core/version.js +50 -0
- package/claude/src/entry-points/core-command-registry.js +37 -0
- package/claude/src/entry-points/preamble-builders.js +54 -0
- package/claude/src/entry-points/registry.js +199 -0
- package/claude/src/entry-points/templates/claude-core-command.md.tmpl +38 -0
- package/claude/src/entry-points/templates/claude-skill.md.tmpl +18 -0
- package/claude/src/entry-points/templates/codex-core-command.md.tmpl +16 -0
- package/claude/src/entry-points/templates/codex-skill.md.tmpl +11 -0
- package/claude/src/entry-points/templates/gemini-command.toml.tmpl +17 -0
- package/claude/src/entry-points/templates/gemini-core-command.toml.tmpl +30 -0
- package/claude/src/generated/agent-registry.json +630 -0
- package/claude/src/generated/hook-registry.json +18 -0
- package/claude/src/generated/resource-registry.json +16 -0
- package/claude/src/hooks/logic/after-agent-logic.js +54 -0
- package/claude/src/hooks/logic/before-agent-logic.js +57 -0
- package/claude/src/hooks/logic/hook-state.js +127 -0
- package/claude/src/hooks/logic/session-end-logic.js +17 -0
- package/claude/src/hooks/logic/session-start-logic.js +25 -0
- package/claude/src/lib/discovery/index.js +172 -0
- package/claude/src/lib/errors/index.js +104 -0
- package/claude/src/lib/framework-detection.js +50 -0
- package/claude/src/lib/frontmatter/index.js +262 -0
- package/claude/src/lib/io/index.js +96 -0
- package/claude/src/lib/naming/index.js +94 -0
- package/claude/src/lib/validation/index.js +124 -0
- package/claude/src/lib/yaml-emit.js +38 -0
- package/claude/src/mcp/content/provider.js +68 -0
- package/claude/src/mcp/content/runtime-content.js +188 -0
- package/claude/src/mcp/contracts/cache-path-rejector.js +39 -0
- package/claude/src/mcp/contracts/downstream-context.js +106 -0
- package/claude/src/mcp/contracts/plan-schema.js +148 -0
- package/claude/src/mcp/contracts/workspace-marker.js +61 -0
- package/claude/src/mcp/core/create-server.js +76 -0
- package/claude/src/mcp/core/line-reader.js +35 -0
- package/claude/src/mcp/core/project-root-cache.js +120 -0
- package/claude/src/mcp/core/protocol-dispatcher.js +274 -0
- package/claude/src/mcp/core/recovery-hints.js +43 -0
- package/claude/src/mcp/core/tool-outcome.js +77 -0
- package/claude/src/mcp/core/tool-registry.js +82 -0
- package/claude/src/mcp/handlers/assess-task-complexity.js +108 -0
- package/claude/src/mcp/handlers/blocker-parser.js +34 -0
- package/claude/src/mcp/handlers/design-gate.js +393 -0
- package/claude/src/mcp/handlers/get-agent.js +54 -0
- package/claude/src/mcp/handlers/get-runtime-context.js +49 -0
- package/claude/src/mcp/handlers/get-skill-content.js +51 -0
- package/claude/src/mcp/handlers/initialize-workspace.js +45 -0
- package/claude/src/mcp/handlers/reconciliation.js +224 -0
- package/claude/src/mcp/handlers/resolve-settings.js +39 -0
- package/claude/src/mcp/handlers/session-state-core.js +108 -0
- package/claude/src/mcp/handlers/session-state-tools.js +562 -0
- package/claude/src/mcp/handlers/validate-plan.js +76 -0
- package/claude/src/mcp/maestro-server.js +122 -0
- package/claude/src/mcp/runtime/runtime-config-map.js +70 -0
- package/claude/src/mcp/tool-packs/content/index.js +80 -0
- package/claude/src/mcp/tool-packs/contracts.js +30 -0
- package/claude/src/mcp/tool-packs/index.js +15 -0
- package/claude/src/mcp/tool-packs/session/index.js +243 -0
- package/claude/src/mcp/tool-packs/workspace/index.js +98 -0
- package/claude/src/mcp/utils/extension-root.js +31 -0
- package/claude/src/mcp/validation/agent-checker.js +81 -0
- package/claude/src/mcp/validation/dag-checker.js +214 -0
- package/claude/src/mcp/validation/file-overlap-checker.js +63 -0
- package/claude/src/mcp/validation/schema-checker.js +108 -0
- package/claude/src/platforms/claude/runtime-config.js +60 -0
- package/claude/src/platforms/shared/adapters/claude-adapter.js +36 -0
- package/claude/src/platforms/shared/adapters/conventions.js +29 -0
- package/claude/src/platforms/shared/adapters/exit-codes.js +6 -0
- package/claude/src/platforms/shared/adapters/factory.js +40 -0
- package/claude/src/platforms/shared/agent-names.js +15 -0
- package/claude/src/platforms/shared/hook-runner.js +52 -0
- package/claude/src/references/architecture.md +139 -0
- package/claude/src/references/orchestration-steps.md +193 -0
- package/claude/src/skills/shared/code-review/SKILL.md +145 -0
- package/claude/src/skills/shared/delegation/SKILL.md +387 -0
- package/claude/src/skills/shared/delegation/protocols/agent-base-protocol.md +145 -0
- package/claude/src/skills/shared/delegation/protocols/filesystem-safety-protocol.md +31 -0
- package/claude/src/skills/shared/design-dialogue/SKILL.md +284 -0
- package/claude/src/skills/shared/execution/SKILL.md +258 -0
- package/claude/src/skills/shared/implementation-planning/SKILL.md +307 -0
- package/claude/src/skills/shared/session-management/SKILL.md +314 -0
- package/claude/src/skills/shared/validation/SKILL.md +204 -0
- package/claude/src/state/session-state.js +113 -0
- package/claude/src/templates/design-document.md +95 -0
- package/claude/src/templates/implementation-plan.md +86 -0
- package/claude/src/templates/session-state.md +68 -0
- package/claude/src/version.json +3 -0
- package/commands/maestro/a11y-audit.toml +22 -0
- package/commands/maestro/archive.toml +23 -0
- package/commands/maestro/compliance-check.toml +22 -0
- package/commands/maestro/debug.toml +23 -0
- package/commands/maestro/execute.toml +30 -0
- package/commands/maestro/orchestrate.toml +30 -0
- package/commands/maestro/perf-check.toml +22 -0
- package/commands/maestro/resume.toml +38 -0
- package/commands/maestro/review.toml +23 -0
- package/commands/maestro/security-audit.toml +24 -0
- package/commands/maestro/seo-audit.toml +22 -0
- package/commands/maestro/status.toml +21 -0
- package/docs/architecture.md +323 -0
- package/docs/cicd.md +658 -0
- package/docs/flow.md +266 -0
- package/docs/maestro-cheatsheet.md +207 -0
- package/docs/overview.md +141 -0
- package/docs/runtime-claude.md +190 -0
- package/docs/runtime-codex.md +197 -0
- package/docs/runtime-gemini.md +173 -0
- package/docs/runtime-qwen.md +150 -0
- package/docs/usage.md +315 -0
- package/gemini-extension.json +56 -0
- package/hooks/adapters/gemini-adapter.js +2 -0
- package/hooks/adapters/qwen-adapter.js +2 -0
- package/hooks/hook-runner.js +3 -0
- package/hooks/hooks.json +56 -0
- package/mcp/maestro-server.js +4 -0
- package/package.json +93 -0
- package/plugins/maestro/.app.json +3 -0
- package/plugins/maestro/.codex-plugin/plugin.json +41 -0
- package/plugins/maestro/.mcp.json +16 -0
- package/plugins/maestro/README.md +57 -0
- package/plugins/maestro/references/runtime-guide.md +125 -0
- package/plugins/maestro/skills/a11y-audit/SKILL.md +16 -0
- package/plugins/maestro/skills/archive/SKILL.md +16 -0
- package/plugins/maestro/skills/code-review/SKILL.md +6 -0
- package/plugins/maestro/skills/compliance-check/SKILL.md +16 -0
- package/plugins/maestro/skills/debug-workflow/SKILL.md +16 -0
- package/plugins/maestro/skills/delegation/SKILL.md +6 -0
- package/plugins/maestro/skills/design-dialogue/SKILL.md +6 -0
- package/plugins/maestro/skills/execute/SKILL.md +16 -0
- package/plugins/maestro/skills/execution/SKILL.md +6 -0
- package/plugins/maestro/skills/implementation-planning/SKILL.md +6 -0
- package/plugins/maestro/skills/orchestrate/SKILL.md +16 -0
- package/plugins/maestro/skills/perf-check/SKILL.md +16 -0
- package/plugins/maestro/skills/resume-session/SKILL.md +16 -0
- package/plugins/maestro/skills/review-code/SKILL.md +16 -0
- package/plugins/maestro/skills/security-audit/SKILL.md +16 -0
- package/plugins/maestro/skills/seo-audit/SKILL.md +16 -0
- package/plugins/maestro/skills/session-management/SKILL.md +6 -0
- package/plugins/maestro/skills/status/SKILL.md +14 -0
- package/plugins/maestro/skills/validation/SKILL.md +6 -0
- package/plugins/maestro/src/agents/accessibility-specialist.md +163 -0
- package/plugins/maestro/src/agents/analytics-engineer.md +182 -0
- package/plugins/maestro/src/agents/api-designer.md +124 -0
- package/plugins/maestro/src/agents/architect.md +120 -0
- package/plugins/maestro/src/agents/cloud-architect.md +134 -0
- package/plugins/maestro/src/agents/cobol-engineer.md +127 -0
- package/plugins/maestro/src/agents/code-reviewer.md +123 -0
- package/plugins/maestro/src/agents/coder.md +132 -0
- package/plugins/maestro/src/agents/compliance-reviewer.md +219 -0
- package/plugins/maestro/src/agents/content-strategist.md +111 -0
- package/plugins/maestro/src/agents/copywriter.md +113 -0
- package/plugins/maestro/src/agents/data-engineer.md +130 -0
- package/plugins/maestro/src/agents/database-administrator.md +126 -0
- package/plugins/maestro/src/agents/db2-dba.md +124 -0
- package/plugins/maestro/src/agents/debugger.md +133 -0
- package/plugins/maestro/src/agents/design-system-engineer.md +258 -0
- package/plugins/maestro/src/agents/devops-engineer.md +138 -0
- package/plugins/maestro/src/agents/hlasm-assembler-specialist.md +134 -0
- package/plugins/maestro/src/agents/i18n-specialist.md +241 -0
- package/plugins/maestro/src/agents/ibm-i-specialist.md +132 -0
- package/plugins/maestro/src/agents/integration-engineer.md +133 -0
- package/plugins/maestro/src/agents/ml-engineer.md +115 -0
- package/plugins/maestro/src/agents/mlops-engineer.md +116 -0
- package/plugins/maestro/src/agents/mobile-engineer.md +115 -0
- package/plugins/maestro/src/agents/observability-engineer.md +133 -0
- package/plugins/maestro/src/agents/performance-engineer.md +139 -0
- package/plugins/maestro/src/agents/platform-engineer.md +129 -0
- package/plugins/maestro/src/agents/product-manager.md +170 -0
- package/plugins/maestro/src/agents/prompt-engineer.md +129 -0
- package/plugins/maestro/src/agents/refactor.md +138 -0
- package/plugins/maestro/src/agents/release-manager.md +132 -0
- package/plugins/maestro/src/agents/security-engineer.md +143 -0
- package/plugins/maestro/src/agents/seo-specialist.md +129 -0
- package/plugins/maestro/src/agents/site-reliability-engineer.md +131 -0
- package/plugins/maestro/src/agents/solutions-architect.md +137 -0
- package/plugins/maestro/src/agents/technical-writer.md +129 -0
- package/plugins/maestro/src/agents/tester.md +135 -0
- package/plugins/maestro/src/agents/ux-designer.md +168 -0
- package/plugins/maestro/src/agents/zos-sysprog.md +134 -0
- package/plugins/maestro/src/config/setting-resolver.js +32 -0
- package/plugins/maestro/src/core/agent-registry.js +67 -0
- package/plugins/maestro/src/core/canonical-source.js +39 -0
- package/plugins/maestro/src/core/env-file-parser.js +82 -0
- package/plugins/maestro/src/core/feature-blocks.js +34 -0
- package/plugins/maestro/src/core/logger.js +12 -0
- package/plugins/maestro/src/core/markdown-state.js +36 -0
- package/plugins/maestro/src/core/policy-rules.js +32 -0
- package/plugins/maestro/src/core/project-root-resolver.js +184 -0
- package/plugins/maestro/src/core/stdin-reader.js +77 -0
- package/plugins/maestro/src/core/version.js +50 -0
- package/plugins/maestro/src/entry-points/core-command-registry.js +37 -0
- package/plugins/maestro/src/entry-points/preamble-builders.js +54 -0
- package/plugins/maestro/src/entry-points/registry.js +199 -0
- package/plugins/maestro/src/entry-points/templates/claude-core-command.md.tmpl +38 -0
- package/plugins/maestro/src/entry-points/templates/claude-skill.md.tmpl +18 -0
- package/plugins/maestro/src/entry-points/templates/codex-core-command.md.tmpl +16 -0
- package/plugins/maestro/src/entry-points/templates/codex-skill.md.tmpl +11 -0
- package/plugins/maestro/src/entry-points/templates/gemini-command.toml.tmpl +17 -0
- package/plugins/maestro/src/entry-points/templates/gemini-core-command.toml.tmpl +30 -0
- package/plugins/maestro/src/generated/agent-registry.json +630 -0
- package/plugins/maestro/src/generated/hook-registry.json +18 -0
- package/plugins/maestro/src/generated/resource-registry.json +16 -0
- package/plugins/maestro/src/hooks/logic/after-agent-logic.js +54 -0
- package/plugins/maestro/src/hooks/logic/before-agent-logic.js +57 -0
- package/plugins/maestro/src/hooks/logic/hook-state.js +127 -0
- package/plugins/maestro/src/hooks/logic/session-end-logic.js +17 -0
- package/plugins/maestro/src/hooks/logic/session-start-logic.js +25 -0
- package/plugins/maestro/src/lib/discovery/index.js +172 -0
- package/plugins/maestro/src/lib/errors/index.js +104 -0
- package/plugins/maestro/src/lib/framework-detection.js +50 -0
- package/plugins/maestro/src/lib/frontmatter/index.js +262 -0
- package/plugins/maestro/src/lib/io/index.js +96 -0
- package/plugins/maestro/src/lib/naming/index.js +94 -0
- package/plugins/maestro/src/lib/validation/index.js +124 -0
- package/plugins/maestro/src/lib/yaml-emit.js +38 -0
- package/plugins/maestro/src/mcp/content/provider.js +68 -0
- package/plugins/maestro/src/mcp/content/runtime-content.js +188 -0
- package/plugins/maestro/src/mcp/contracts/cache-path-rejector.js +39 -0
- package/plugins/maestro/src/mcp/contracts/downstream-context.js +106 -0
- package/plugins/maestro/src/mcp/contracts/plan-schema.js +148 -0
- package/plugins/maestro/src/mcp/contracts/workspace-marker.js +61 -0
- package/plugins/maestro/src/mcp/core/create-server.js +76 -0
- package/plugins/maestro/src/mcp/core/line-reader.js +35 -0
- package/plugins/maestro/src/mcp/core/project-root-cache.js +120 -0
- package/plugins/maestro/src/mcp/core/protocol-dispatcher.js +274 -0
- package/plugins/maestro/src/mcp/core/recovery-hints.js +43 -0
- package/plugins/maestro/src/mcp/core/tool-outcome.js +77 -0
- package/plugins/maestro/src/mcp/core/tool-registry.js +82 -0
- package/plugins/maestro/src/mcp/handlers/assess-task-complexity.js +108 -0
- package/plugins/maestro/src/mcp/handlers/blocker-parser.js +34 -0
- package/plugins/maestro/src/mcp/handlers/design-gate.js +393 -0
- package/plugins/maestro/src/mcp/handlers/get-agent.js +54 -0
- package/plugins/maestro/src/mcp/handlers/get-runtime-context.js +49 -0
- package/plugins/maestro/src/mcp/handlers/get-skill-content.js +51 -0
- package/plugins/maestro/src/mcp/handlers/initialize-workspace.js +45 -0
- package/plugins/maestro/src/mcp/handlers/reconciliation.js +224 -0
- package/plugins/maestro/src/mcp/handlers/resolve-settings.js +39 -0
- package/plugins/maestro/src/mcp/handlers/session-state-core.js +108 -0
- package/plugins/maestro/src/mcp/handlers/session-state-tools.js +562 -0
- package/plugins/maestro/src/mcp/handlers/validate-plan.js +76 -0
- package/plugins/maestro/src/mcp/maestro-server.js +122 -0
- package/plugins/maestro/src/mcp/runtime/runtime-config-map.js +70 -0
- package/plugins/maestro/src/mcp/tool-packs/content/index.js +80 -0
- package/plugins/maestro/src/mcp/tool-packs/contracts.js +30 -0
- package/plugins/maestro/src/mcp/tool-packs/index.js +15 -0
- package/plugins/maestro/src/mcp/tool-packs/session/index.js +243 -0
- package/plugins/maestro/src/mcp/tool-packs/workspace/index.js +98 -0
- package/plugins/maestro/src/mcp/utils/extension-root.js +31 -0
- package/plugins/maestro/src/mcp/validation/agent-checker.js +81 -0
- package/plugins/maestro/src/mcp/validation/dag-checker.js +214 -0
- package/plugins/maestro/src/mcp/validation/file-overlap-checker.js +63 -0
- package/plugins/maestro/src/mcp/validation/schema-checker.js +108 -0
- package/plugins/maestro/src/platforms/codex/runtime-config.js +58 -0
- package/plugins/maestro/src/platforms/shared/adapters/conventions.js +29 -0
- package/plugins/maestro/src/platforms/shared/adapters/exit-codes.js +6 -0
- package/plugins/maestro/src/platforms/shared/adapters/factory.js +40 -0
- package/plugins/maestro/src/platforms/shared/agent-names.js +15 -0
- package/plugins/maestro/src/platforms/shared/hook-runner.js +52 -0
- package/plugins/maestro/src/references/architecture.md +139 -0
- package/plugins/maestro/src/references/orchestration-steps.md +193 -0
- package/plugins/maestro/src/skills/shared/code-review/SKILL.md +145 -0
- package/plugins/maestro/src/skills/shared/delegation/SKILL.md +387 -0
- package/plugins/maestro/src/skills/shared/delegation/protocols/agent-base-protocol.md +145 -0
- package/plugins/maestro/src/skills/shared/delegation/protocols/filesystem-safety-protocol.md +31 -0
- package/plugins/maestro/src/skills/shared/design-dialogue/SKILL.md +284 -0
- package/plugins/maestro/src/skills/shared/execution/SKILL.md +258 -0
- package/plugins/maestro/src/skills/shared/implementation-planning/SKILL.md +307 -0
- package/plugins/maestro/src/skills/shared/session-management/SKILL.md +314 -0
- package/plugins/maestro/src/skills/shared/validation/SKILL.md +204 -0
- package/plugins/maestro/src/state/session-state.js +113 -0
- package/plugins/maestro/src/templates/design-document.md +95 -0
- package/plugins/maestro/src/templates/implementation-plan.md +86 -0
- package/plugins/maestro/src/templates/session-state.md +68 -0
- package/plugins/maestro/src/version.json +3 -0
- package/policies/maestro.toml +44 -0
- package/qwen/agents/accessibility_specialist.md +18 -0
- package/qwen/agents/analytics_engineer.md +20 -0
- package/qwen/agents/api_designer.md +17 -0
- package/qwen/agents/architect.md +17 -0
- package/qwen/agents/cloud_architect.md +17 -0
- package/qwen/agents/cobol_engineer.md +20 -0
- package/qwen/agents/code_reviewer.md +15 -0
- package/qwen/agents/coder.md +20 -0
- package/qwen/agents/compliance_reviewer.md +17 -0
- package/qwen/agents/content_strategist.md +17 -0
- package/qwen/agents/copywriter.md +17 -0
- package/qwen/agents/data_engineer.md +20 -0
- package/qwen/agents/database_administrator.md +19 -0
- package/qwen/agents/db2_dba.md +19 -0
- package/qwen/agents/debugger.md +17 -0
- package/qwen/agents/design_system_engineer.md +20 -0
- package/qwen/agents/devops_engineer.md +21 -0
- package/qwen/agents/hlasm_assembler_specialist.md +20 -0
- package/qwen/agents/i18n_specialist.md +19 -0
- package/qwen/agents/ibm_i_specialist.md +20 -0
- package/qwen/agents/integration_engineer.md +21 -0
- package/qwen/agents/ml_engineer.md +21 -0
- package/qwen/agents/mlops_engineer.md +21 -0
- package/qwen/agents/mobile_engineer.md +21 -0
- package/qwen/agents/observability_engineer.md +21 -0
- package/qwen/agents/performance_engineer.md +19 -0
- package/qwen/agents/platform_engineer.md +22 -0
- package/qwen/agents/product_manager.md +18 -0
- package/qwen/agents/prompt_engineer.md +20 -0
- package/qwen/agents/refactor.md +20 -0
- package/qwen/agents/release_manager.md +20 -0
- package/qwen/agents/security_engineer.md +19 -0
- package/qwen/agents/seo_specialist.md +19 -0
- package/qwen/agents/site_reliability_engineer.md +19 -0
- package/qwen/agents/solutions_architect.md +17 -0
- package/qwen/agents/technical_writer.md +19 -0
- package/qwen/agents/tester.md +21 -0
- package/qwen/agents/ux_designer.md +18 -0
- package/qwen/agents/zos_sysprog.md +19 -0
- package/qwen/hooks.json +56 -0
- package/qwen-extension.json +56 -0
- package/scripts/check-layer-boundaries.js +74 -0
- package/scripts/generate.js +155 -0
- package/scripts/install-codex-plugin.js +167 -0
- package/scripts/install-git-hooks.js +43 -0
- package/scripts/npm-publish-idempotent.js +338 -0
- package/scripts/package-release-artifacts.js +156 -0
- package/scripts/release-artifact-manifest.js +378 -0
- package/scripts/release-version-metadata.js +129 -0
- package/scripts/update-versions.js +33 -0
- package/scripts/verify-npm-pack.js +85 -0
- package/scripts/verify-release-artifacts.js +95 -0
- package/src/agents/accessibility-specialist.md +163 -0
- package/src/agents/analytics-engineer.md +182 -0
- package/src/agents/api-designer.md +124 -0
- package/src/agents/architect.md +120 -0
- package/src/agents/cloud-architect.md +134 -0
- package/src/agents/cobol-engineer.md +127 -0
- package/src/agents/code-reviewer.md +123 -0
- package/src/agents/coder.md +132 -0
- package/src/agents/compliance-reviewer.md +219 -0
- package/src/agents/content-strategist.md +111 -0
- package/src/agents/copywriter.md +113 -0
- package/src/agents/data-engineer.md +130 -0
- package/src/agents/database-administrator.md +126 -0
- package/src/agents/db2-dba.md +124 -0
- package/src/agents/debugger.md +133 -0
- package/src/agents/design-system-engineer.md +258 -0
- package/src/agents/devops-engineer.md +138 -0
- package/src/agents/hlasm-assembler-specialist.md +134 -0
- package/src/agents/i18n-specialist.md +241 -0
- package/src/agents/ibm-i-specialist.md +132 -0
- package/src/agents/integration-engineer.md +133 -0
- package/src/agents/ml-engineer.md +115 -0
- package/src/agents/mlops-engineer.md +116 -0
- package/src/agents/mobile-engineer.md +115 -0
- package/src/agents/observability-engineer.md +133 -0
- package/src/agents/performance-engineer.md +139 -0
- package/src/agents/platform-engineer.md +129 -0
- package/src/agents/product-manager.md +170 -0
- package/src/agents/prompt-engineer.md +129 -0
- package/src/agents/refactor.md +138 -0
- package/src/agents/release-manager.md +132 -0
- package/src/agents/security-engineer.md +143 -0
- package/src/agents/seo-specialist.md +129 -0
- package/src/agents/site-reliability-engineer.md +131 -0
- package/src/agents/solutions-architect.md +137 -0
- package/src/agents/technical-writer.md +129 -0
- package/src/agents/tester.md +135 -0
- package/src/agents/ux-designer.md +168 -0
- package/src/agents/zos-sysprog.md +134 -0
- package/src/config/setting-resolver.js +32 -0
- package/src/core/agent-registry.js +67 -0
- package/src/core/canonical-source.js +39 -0
- package/src/core/env-file-parser.js +82 -0
- package/src/core/feature-blocks.js +34 -0
- package/src/core/logger.js +12 -0
- package/src/core/markdown-state.js +36 -0
- package/src/core/policy-rules.js +32 -0
- package/src/core/project-root-resolver.js +184 -0
- package/src/core/stdin-reader.js +77 -0
- package/src/core/version.js +50 -0
- package/src/entry-points/core-command-registry.js +37 -0
- package/src/entry-points/preamble-builders.js +54 -0
- package/src/entry-points/registry.js +199 -0
- package/src/entry-points/templates/claude-core-command.md.tmpl +38 -0
- package/src/entry-points/templates/claude-skill.md.tmpl +18 -0
- package/src/entry-points/templates/codex-core-command.md.tmpl +16 -0
- package/src/entry-points/templates/codex-skill.md.tmpl +11 -0
- package/src/entry-points/templates/gemini-command.toml.tmpl +17 -0
- package/src/entry-points/templates/gemini-core-command.toml.tmpl +30 -0
- package/src/generated/agent-registry.json +630 -0
- package/src/generated/hook-registry.json +18 -0
- package/src/generated/resource-registry.json +16 -0
- package/src/generator/entry-point-expander.js +182 -0
- package/src/generator/file-writer.js +167 -0
- package/src/generator/generation-session.js +62 -0
- package/src/generator/manifest-curator.js +31 -0
- package/src/generator/manifest-expander.js +256 -0
- package/src/generator/payload-builder.js +217 -0
- package/src/generator/registry-scanner.js +130 -0
- package/src/generator/stale-pruner.js +101 -0
- package/src/hooks/logic/after-agent-logic.js +54 -0
- package/src/hooks/logic/before-agent-logic.js +57 -0
- package/src/hooks/logic/hook-state.js +127 -0
- package/src/hooks/logic/session-end-logic.js +17 -0
- package/src/hooks/logic/session-start-logic.js +25 -0
- package/src/lib/discovery/index.js +172 -0
- package/src/lib/errors/index.js +104 -0
- package/src/lib/framework-detection.js +50 -0
- package/src/lib/frontmatter/index.js +262 -0
- package/src/lib/io/index.js +96 -0
- package/src/lib/naming/index.js +94 -0
- package/src/lib/validation/index.js +124 -0
- package/src/lib/yaml-emit.js +38 -0
- package/src/manifest.js +11 -0
- package/src/mcp/content/provider.js +68 -0
- package/src/mcp/content/runtime-content.js +188 -0
- package/src/mcp/contracts/cache-path-rejector.js +39 -0
- package/src/mcp/contracts/downstream-context.js +106 -0
- package/src/mcp/contracts/plan-schema.js +148 -0
- package/src/mcp/contracts/workspace-marker.js +61 -0
- package/src/mcp/core/create-server.js +76 -0
- package/src/mcp/core/line-reader.js +35 -0
- package/src/mcp/core/project-root-cache.js +120 -0
- package/src/mcp/core/protocol-dispatcher.js +274 -0
- package/src/mcp/core/recovery-hints.js +43 -0
- package/src/mcp/core/tool-outcome.js +77 -0
- package/src/mcp/core/tool-registry.js +82 -0
- package/src/mcp/handlers/assess-task-complexity.js +108 -0
- package/src/mcp/handlers/blocker-parser.js +34 -0
- package/src/mcp/handlers/design-gate.js +393 -0
- package/src/mcp/handlers/get-agent.js +54 -0
- package/src/mcp/handlers/get-runtime-context.js +49 -0
- package/src/mcp/handlers/get-skill-content.js +51 -0
- package/src/mcp/handlers/initialize-workspace.js +45 -0
- package/src/mcp/handlers/reconciliation.js +224 -0
- package/src/mcp/handlers/resolve-settings.js +39 -0
- package/src/mcp/handlers/session-state-core.js +108 -0
- package/src/mcp/handlers/session-state-tools.js +562 -0
- package/src/mcp/handlers/validate-plan.js +76 -0
- package/src/mcp/maestro-server.js +122 -0
- package/src/mcp/runtime/runtime-config-map.js +70 -0
- package/src/mcp/tool-packs/content/index.js +80 -0
- package/src/mcp/tool-packs/contracts.js +30 -0
- package/src/mcp/tool-packs/index.js +15 -0
- package/src/mcp/tool-packs/session/index.js +243 -0
- package/src/mcp/tool-packs/workspace/index.js +98 -0
- package/src/mcp/utils/extension-root.js +31 -0
- package/src/mcp/validation/agent-checker.js +81 -0
- package/src/mcp/validation/dag-checker.js +214 -0
- package/src/mcp/validation/file-overlap-checker.js +63 -0
- package/src/mcp/validation/schema-checker.js +108 -0
- package/src/platforms/claude/metadata.js +96 -0
- package/src/platforms/claude/runtime-config.js +60 -0
- package/src/platforms/codex/metadata.js +107 -0
- package/src/platforms/codex/runtime-config.js +58 -0
- package/src/platforms/gemini/metadata.js +27 -0
- package/src/platforms/gemini/runtime-config.js +62 -0
- package/src/platforms/metadata-shared.js +133 -0
- package/src/platforms/metadata.js +29 -0
- package/src/platforms/qwen/metadata.js +27 -0
- package/src/platforms/qwen/runtime-config.js +62 -0
- package/src/platforms/shared/adapters/claude-adapter.js +36 -0
- package/src/platforms/shared/adapters/conventions.js +29 -0
- package/src/platforms/shared/adapters/exit-codes.js +6 -0
- package/src/platforms/shared/adapters/factory.js +40 -0
- package/src/platforms/shared/adapters/gemini-adapter.js +34 -0
- package/src/platforms/shared/adapters/qwen-adapter.js +93 -0
- package/src/platforms/shared/agent-names.js +15 -0
- package/src/platforms/shared/hook-runner.js +52 -0
- package/src/references/architecture.md +139 -0
- package/src/references/orchestration-steps.md +193 -0
- package/src/scripts/ensure-workspace.js +14 -0
- package/src/scripts/read-active-session.js +26 -0
- package/src/scripts/read-setting.js +18 -0
- package/src/scripts/read-state.js +17 -0
- package/src/scripts/write-state.js +22 -0
- package/src/skills/shared/code-review/SKILL.md +145 -0
- package/src/skills/shared/delegation/SKILL.md +387 -0
- package/src/skills/shared/delegation/protocols/agent-base-protocol.md +145 -0
- package/src/skills/shared/delegation/protocols/filesystem-safety-protocol.md +31 -0
- package/src/skills/shared/design-dialogue/SKILL.md +284 -0
- package/src/skills/shared/execution/SKILL.md +258 -0
- package/src/skills/shared/implementation-planning/SKILL.md +307 -0
- package/src/skills/shared/session-management/SKILL.md +314 -0
- package/src/skills/shared/validation/SKILL.md +204 -0
- package/src/state/session-state.js +113 -0
- package/src/templates/design-document.md +95 -0
- package/src/templates/implementation-plan.md +86 -0
- package/src/templates/session-state.md +68 -0
- package/src/transforms/agent-stub.js +29 -0
- package/src/transforms/extract-examples.js +63 -0
- package/src/transforms/index.js +35 -0
- package/src/transforms/parse-frontmatter.js +23 -0
- package/src/transforms/rebuild-frontmatter.js +147 -0
- package/src/transforms/skill-discovery-stub.js +27 -0
- package/src/transforms/skill-metadata.js +14 -0
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const fs = require('node:fs');
|
|
4
|
+
const path = require('node:path');
|
|
5
|
+
|
|
6
|
+
const RELEASE_ARTIFACT_PATHS = [
|
|
7
|
+
'.agents/plugins/marketplace.json',
|
|
8
|
+
'.claude-plugin/marketplace.json',
|
|
9
|
+
'CHANGELOG.md',
|
|
10
|
+
'EXAMPLES.md',
|
|
11
|
+
'GEMINI.md',
|
|
12
|
+
'LICENSE',
|
|
13
|
+
'QWEN.md',
|
|
14
|
+
'README.md',
|
|
15
|
+
'agents',
|
|
16
|
+
'bin',
|
|
17
|
+
'claude',
|
|
18
|
+
'commands',
|
|
19
|
+
'docs/runtime-gemini.md',
|
|
20
|
+
'docs/runtime-claude.md',
|
|
21
|
+
'docs/runtime-codex.md',
|
|
22
|
+
'docs/runtime-qwen.md',
|
|
23
|
+
'docs/usage.md',
|
|
24
|
+
'gemini-extension.json',
|
|
25
|
+
'hooks',
|
|
26
|
+
'mcp',
|
|
27
|
+
'package-lock.json',
|
|
28
|
+
'package.json',
|
|
29
|
+
'plugins/maestro',
|
|
30
|
+
'policies',
|
|
31
|
+
'qwen',
|
|
32
|
+
'qwen-extension.json',
|
|
33
|
+
'src',
|
|
34
|
+
];
|
|
35
|
+
|
|
36
|
+
const DENIED_ARTIFACT_PATHS = [
|
|
37
|
+
'.git',
|
|
38
|
+
'.github',
|
|
39
|
+
'.gemini',
|
|
40
|
+
'.gemini_security',
|
|
41
|
+
'.claude',
|
|
42
|
+
'.worktrees',
|
|
43
|
+
'.serena',
|
|
44
|
+
'.superpowers',
|
|
45
|
+
'coverage',
|
|
46
|
+
'dist',
|
|
47
|
+
'docs/maestro',
|
|
48
|
+
'docs/superpowers',
|
|
49
|
+
'node_modules',
|
|
50
|
+
'tests',
|
|
51
|
+
'tmp',
|
|
52
|
+
'temp',
|
|
53
|
+
'hooks/permissions.json',
|
|
54
|
+
];
|
|
55
|
+
|
|
56
|
+
const DENIED_ARTIFACT_PATTERNS = [
|
|
57
|
+
/(^|\/)__tests__(\/|$)/,
|
|
58
|
+
/\.spec\.[cm]?js$/,
|
|
59
|
+
/\.test\.[cm]?js$/,
|
|
60
|
+
];
|
|
61
|
+
|
|
62
|
+
const REQUIRED_PACKAGE_FILES = [
|
|
63
|
+
'bin/maestro-mcp-server.js',
|
|
64
|
+
'claude/.claude-plugin/plugin.json',
|
|
65
|
+
'gemini-extension.json',
|
|
66
|
+
'plugins/maestro/.codex-plugin/plugin.json',
|
|
67
|
+
'qwen-extension.json',
|
|
68
|
+
'src/mcp/maestro-server.js',
|
|
69
|
+
];
|
|
70
|
+
|
|
71
|
+
function toPosixPath(filePath) {
|
|
72
|
+
return filePath.split(path.sep).join('/');
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
function normalizeArtifactPath(relativePath) {
|
|
76
|
+
const normalized = toPosixPath(relativePath).replace(/\/+$/, '');
|
|
77
|
+
return normalized === '.' ? '' : normalized.replace(/^\.\//, '');
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
function isDeniedPath(relativePath) {
|
|
81
|
+
const normalized = normalizeArtifactPath(relativePath);
|
|
82
|
+
const deniedByPath = DENIED_ARTIFACT_PATHS.some((denied) => {
|
|
83
|
+
return normalized === denied || normalized.startsWith(`${denied}/`);
|
|
84
|
+
});
|
|
85
|
+
|
|
86
|
+
return deniedByPath || DENIED_ARTIFACT_PATTERNS.some((pattern) => pattern.test(normalized));
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
function isReleaseArtifactPathAllowed(relativePath) {
|
|
90
|
+
const normalized = normalizeArtifactPath(relativePath);
|
|
91
|
+
|
|
92
|
+
if (!normalized) {
|
|
93
|
+
return true;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
return RELEASE_ARTIFACT_PATHS.some((allowed) => {
|
|
97
|
+
return (
|
|
98
|
+
normalized === allowed ||
|
|
99
|
+
normalized.startsWith(`${allowed}/`) ||
|
|
100
|
+
allowed.startsWith(`${normalized}/`)
|
|
101
|
+
);
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
function ensureInsideRoot(root, targetPath) {
|
|
106
|
+
const resolvedRoot = path.resolve(root);
|
|
107
|
+
const resolvedTarget = path.resolve(targetPath);
|
|
108
|
+
const relative = path.relative(resolvedRoot, resolvedTarget);
|
|
109
|
+
|
|
110
|
+
if (relative.startsWith('..') || path.isAbsolute(relative)) {
|
|
111
|
+
throw new Error(`Path escapes repository root: ${targetPath}`);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
function assertRequiredArtifactPaths(root) {
|
|
116
|
+
const missing = [];
|
|
117
|
+
|
|
118
|
+
for (const relativePath of RELEASE_ARTIFACT_PATHS) {
|
|
119
|
+
if (isDeniedPath(relativePath)) {
|
|
120
|
+
throw new Error(`Release artifact allowlist contains denied path: ${relativePath}`);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
const sourcePath = path.join(root, relativePath);
|
|
124
|
+
ensureInsideRoot(root, sourcePath);
|
|
125
|
+
|
|
126
|
+
if (!fs.existsSync(sourcePath)) {
|
|
127
|
+
missing.push(relativePath);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
if (missing.length > 0) {
|
|
132
|
+
throw new Error(`Required release artifact paths are missing: ${missing.join(', ')}`);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
function walkArtifactFiles(root) {
|
|
137
|
+
const files = [];
|
|
138
|
+
const queue = ['.'];
|
|
139
|
+
|
|
140
|
+
while (queue.length > 0) {
|
|
141
|
+
const relativeDir = queue.pop();
|
|
142
|
+
const absoluteDir = path.join(root, relativeDir);
|
|
143
|
+
|
|
144
|
+
for (const entry of fs.readdirSync(absoluteDir, { withFileTypes: true })) {
|
|
145
|
+
const relativePath = normalizeArtifactPath(path.posix.join(relativeDir, entry.name));
|
|
146
|
+
files.push(relativePath);
|
|
147
|
+
|
|
148
|
+
if (entry.isDirectory()) {
|
|
149
|
+
queue.push(relativePath);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
return files.sort();
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
function assertReleaseArtifactContents(root) {
|
|
158
|
+
const denied = [];
|
|
159
|
+
const unexpected = [];
|
|
160
|
+
|
|
161
|
+
for (const relativePath of walkArtifactFiles(root)) {
|
|
162
|
+
if (isDeniedPath(relativePath)) {
|
|
163
|
+
denied.push(relativePath);
|
|
164
|
+
continue;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
if (!isReleaseArtifactPathAllowed(relativePath)) {
|
|
168
|
+
unexpected.push(relativePath);
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
if (denied.length > 0) {
|
|
173
|
+
throw new Error(`Release artifact contains denied paths: ${denied.join(', ')}`);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
if (unexpected.length > 0) {
|
|
177
|
+
throw new Error(`Release artifact contains unallowlisted paths: ${unexpected.join(', ')}`);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
function readJson(root, relativePath) {
|
|
182
|
+
const filePath = path.join(root, relativePath);
|
|
183
|
+
let parsed;
|
|
184
|
+
|
|
185
|
+
try {
|
|
186
|
+
parsed = JSON.parse(fs.readFileSync(filePath, 'utf8'));
|
|
187
|
+
} catch (error) {
|
|
188
|
+
throw new Error(`Invalid JSON in ${relativePath}: ${error.message}`);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
return parsed;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
function requireVersion(value, label) {
|
|
195
|
+
if (typeof value !== 'string' || value.length === 0) {
|
|
196
|
+
throw new Error(`Missing version value for ${label}`);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
return value;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
function requireString(value, label) {
|
|
203
|
+
if (typeof value !== 'string' || value.length === 0) {
|
|
204
|
+
throw new Error(`Missing string value for ${label}`);
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
return value;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
function findNamedPlugin(marketplace, name, relativePath) {
|
|
211
|
+
if (!Array.isArray(marketplace.plugins)) {
|
|
212
|
+
throw new Error(`${relativePath} must contain a plugins array`);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
const plugin = marketplace.plugins.find((entry) => entry && entry.name === name);
|
|
216
|
+
if (!plugin) {
|
|
217
|
+
throw new Error(`${relativePath} missing plugin entry "${name}"`);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
return plugin;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
function getVersionEntries(root) {
|
|
224
|
+
const pkg = readJson(root, 'package.json');
|
|
225
|
+
const gemini = readJson(root, 'gemini-extension.json');
|
|
226
|
+
const qwen = readJson(root, 'qwen-extension.json');
|
|
227
|
+
const claudePlugin = readJson(root, 'claude/.claude-plugin/plugin.json');
|
|
228
|
+
const codexPlugin = readJson(root, 'plugins/maestro/.codex-plugin/plugin.json');
|
|
229
|
+
const claudeMarketplace = readJson(root, '.claude-plugin/marketplace.json');
|
|
230
|
+
const claudeSrcVersion = readJson(root, 'claude/src/version.json');
|
|
231
|
+
const codexSrcVersion = readJson(root, 'plugins/maestro/src/version.json');
|
|
232
|
+
const claudeMarketplacePlugin = findNamedPlugin(
|
|
233
|
+
claudeMarketplace,
|
|
234
|
+
'maestro',
|
|
235
|
+
'.claude-plugin/marketplace.json'
|
|
236
|
+
);
|
|
237
|
+
|
|
238
|
+
return [
|
|
239
|
+
['package.json', requireVersion(pkg.version, 'package.json')],
|
|
240
|
+
['gemini-extension.json', requireVersion(gemini.version, 'gemini-extension.json')],
|
|
241
|
+
['qwen-extension.json', requireVersion(qwen.version, 'qwen-extension.json')],
|
|
242
|
+
['claude/.claude-plugin/plugin.json', requireVersion(claudePlugin.version, 'claude plugin')],
|
|
243
|
+
['plugins/maestro/.codex-plugin/plugin.json', requireVersion(codexPlugin.version, 'Codex plugin')],
|
|
244
|
+
['.claude-plugin/marketplace.json metadata.version', requireVersion(claudeMarketplace.metadata && claudeMarketplace.metadata.version, 'Claude marketplace metadata')],
|
|
245
|
+
['.claude-plugin/marketplace.json plugins.maestro.version', requireVersion(claudeMarketplacePlugin.version, 'Claude marketplace plugin')],
|
|
246
|
+
['claude/src/version.json', requireVersion(claudeSrcVersion.version, 'Claude detached payload')],
|
|
247
|
+
['plugins/maestro/src/version.json', requireVersion(codexSrcVersion.version, 'Codex detached payload')],
|
|
248
|
+
];
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
function assertVersionConsistency(root, expectedVersion = null) {
|
|
252
|
+
const entries = getVersionEntries(root);
|
|
253
|
+
const baseline = expectedVersion || entries[0][1];
|
|
254
|
+
const mismatches = entries.filter(([, version]) => version !== baseline);
|
|
255
|
+
|
|
256
|
+
if (mismatches.length > 0) {
|
|
257
|
+
const details = mismatches.map(([label, version]) => `${label}=${version}`).join(', ');
|
|
258
|
+
throw new Error(`Release manifest version mismatch; expected ${baseline}: ${details}`);
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
return baseline;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
function assertRuntimeManifestShape(root, expectedVersion = null) {
|
|
265
|
+
const version = assertVersionConsistency(root, expectedVersion);
|
|
266
|
+
const pkg = readJson(root, 'package.json');
|
|
267
|
+
const gemini = readJson(root, 'gemini-extension.json');
|
|
268
|
+
const qwen = readJson(root, 'qwen-extension.json');
|
|
269
|
+
const claudeMarketplace = readJson(root, '.claude-plugin/marketplace.json');
|
|
270
|
+
const codexMarketplace = readJson(root, '.agents/plugins/marketplace.json');
|
|
271
|
+
const claudePlugin = readJson(root, 'claude/.claude-plugin/plugin.json');
|
|
272
|
+
const codexPlugin = readJson(root, 'plugins/maestro/.codex-plugin/plugin.json');
|
|
273
|
+
const claudeMcp = readJson(root, 'claude/.mcp.json');
|
|
274
|
+
const codexMcp = readJson(root, 'plugins/maestro/.mcp.json');
|
|
275
|
+
|
|
276
|
+
const packageName = requireString(pkg.name, 'package.json name');
|
|
277
|
+
|
|
278
|
+
const claudeMarketplacePlugin = findNamedPlugin(
|
|
279
|
+
claudeMarketplace,
|
|
280
|
+
'maestro',
|
|
281
|
+
'.claude-plugin/marketplace.json'
|
|
282
|
+
);
|
|
283
|
+
if (claudeMarketplacePlugin.source !== './claude') {
|
|
284
|
+
throw new Error('.claude-plugin/marketplace.json maestro source must be ./claude');
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
const codexMarketplacePlugin = findNamedPlugin(
|
|
288
|
+
codexMarketplace,
|
|
289
|
+
'maestro',
|
|
290
|
+
'.agents/plugins/marketplace.json'
|
|
291
|
+
);
|
|
292
|
+
if (
|
|
293
|
+
!codexMarketplacePlugin.source ||
|
|
294
|
+
codexMarketplacePlugin.source.source !== 'local' ||
|
|
295
|
+
codexMarketplacePlugin.source.path !== './plugins/maestro'
|
|
296
|
+
) {
|
|
297
|
+
throw new Error('.agents/plugins/marketplace.json maestro source must be local ./plugins/maestro');
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
if (gemini.contextFileName !== 'GEMINI.md' || !gemini.mcpServers || !gemini.mcpServers.maestro) {
|
|
301
|
+
throw new Error('gemini-extension.json must define GEMINI.md and maestro MCP server');
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
if (qwen.contextFileName !== 'QWEN.md' || !qwen.mcpServers || !qwen.mcpServers.maestro) {
|
|
305
|
+
throw new Error('qwen-extension.json must define QWEN.md and maestro MCP server');
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
if (claudePlugin.hooks !== './hooks/claude-hooks.json') {
|
|
309
|
+
throw new Error('claude plugin manifest must reference ./hooks/claude-hooks.json');
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
if (
|
|
313
|
+
codexPlugin.skills !== './skills/' ||
|
|
314
|
+
codexPlugin.mcpServers !== './.mcp.json' ||
|
|
315
|
+
codexPlugin.apps !== './.app.json'
|
|
316
|
+
) {
|
|
317
|
+
throw new Error('Codex plugin manifest must reference skills, MCP, and app config files');
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
const claudeServer = claudeMcp.mcpServers && claudeMcp.mcpServers.maestro;
|
|
321
|
+
if (
|
|
322
|
+
!claudeServer ||
|
|
323
|
+
claudeServer.command !== 'node' ||
|
|
324
|
+
!Array.isArray(claudeServer.args) ||
|
|
325
|
+
!claudeServer.args.includes('${CLAUDE_PLUGIN_ROOT}/mcp/maestro-server.js')
|
|
326
|
+
) {
|
|
327
|
+
throw new Error('claude/.mcp.json must launch the bundled Maestro MCP server');
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
const codexServer = codexMcp.mcpServers && codexMcp.mcpServers.maestro;
|
|
331
|
+
const expectedPackageSpec = `${packageName}@${version}`;
|
|
332
|
+
if (
|
|
333
|
+
!codexServer ||
|
|
334
|
+
codexServer.command !== 'npx' ||
|
|
335
|
+
!Array.isArray(codexServer.args) ||
|
|
336
|
+
!codexServer.args.includes('-p') ||
|
|
337
|
+
!codexServer.args.includes(expectedPackageSpec) ||
|
|
338
|
+
!codexServer.args.includes('maestro-mcp-server')
|
|
339
|
+
) {
|
|
340
|
+
throw new Error(`plugins/maestro/.mcp.json must launch ${expectedPackageSpec}`);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
const requiredRuntimeFiles = [
|
|
344
|
+
'bin/maestro-mcp-server.js',
|
|
345
|
+
'claude/src/mcp/maestro-server.js',
|
|
346
|
+
'plugins/maestro/src/mcp/maestro-server.js',
|
|
347
|
+
];
|
|
348
|
+
|
|
349
|
+
for (const relativePath of requiredRuntimeFiles) {
|
|
350
|
+
if (!fs.existsSync(path.join(root, relativePath))) {
|
|
351
|
+
throw new Error(`Required runtime file missing: ${relativePath}`);
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
const binMode = fs.statSync(path.join(root, 'bin/maestro-mcp-server.js')).mode;
|
|
356
|
+
if ((binMode & 0o111) === 0) {
|
|
357
|
+
throw new Error('bin/maestro-mcp-server.js must be executable');
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
return version;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
module.exports = {
|
|
364
|
+
DENIED_ARTIFACT_PATHS,
|
|
365
|
+
DENIED_ARTIFACT_PATTERNS,
|
|
366
|
+
RELEASE_ARTIFACT_PATHS,
|
|
367
|
+
REQUIRED_PACKAGE_FILES,
|
|
368
|
+
assertReleaseArtifactContents,
|
|
369
|
+
assertRequiredArtifactPaths,
|
|
370
|
+
assertRuntimeManifestShape,
|
|
371
|
+
assertVersionConsistency,
|
|
372
|
+
getVersionEntries,
|
|
373
|
+
isDeniedPath,
|
|
374
|
+
isReleaseArtifactPathAllowed,
|
|
375
|
+
requireString,
|
|
376
|
+
readJson,
|
|
377
|
+
toPosixPath,
|
|
378
|
+
};
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const fs = require('node:fs');
|
|
4
|
+
const path = require('node:path');
|
|
5
|
+
|
|
6
|
+
const STABLE_SEMVER_RE = /^\d+\.\d+\.\d+$/;
|
|
7
|
+
const PACKAGE_JSON_PATH = 'package.json';
|
|
8
|
+
const BADGE_FILES = [
|
|
9
|
+
'README.md',
|
|
10
|
+
'claude/README.md',
|
|
11
|
+
];
|
|
12
|
+
const CHANGELOG_PATH = 'CHANGELOG.md';
|
|
13
|
+
|
|
14
|
+
function readJson(filePath) {
|
|
15
|
+
return JSON.parse(fs.readFileSync(filePath, 'utf8'));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
function writeJson(filePath, value) {
|
|
19
|
+
fs.writeFileSync(filePath, `${JSON.stringify(value, null, 2)}\n`, 'utf8');
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
function requireFile(root, relativePath) {
|
|
23
|
+
const filePath = path.join(root, relativePath);
|
|
24
|
+
if (!fs.existsSync(filePath)) {
|
|
25
|
+
throw new Error(`Required file not found: ${relativePath}`);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return filePath;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function updatePackageVersion(filePath, version) {
|
|
32
|
+
const content = readJson(filePath);
|
|
33
|
+
content.version = version;
|
|
34
|
+
writeJson(filePath, content);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
function updateBadge(filePath, version) {
|
|
38
|
+
const content = fs.readFileSync(filePath, 'utf8');
|
|
39
|
+
const updated = content.replace(
|
|
40
|
+
/version-[0-9A-Za-z.-]+-blue/g,
|
|
41
|
+
`version-${version}-blue`
|
|
42
|
+
);
|
|
43
|
+
|
|
44
|
+
fs.writeFileSync(filePath, updated, 'utf8');
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
function trimBlankEdges(lines) {
|
|
48
|
+
let start = 0;
|
|
49
|
+
let end = lines.length;
|
|
50
|
+
|
|
51
|
+
while (start < end && lines[start].trim() === '') {
|
|
52
|
+
start += 1;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
while (end > start && lines[end - 1].trim() === '') {
|
|
56
|
+
end -= 1;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
return lines.slice(start, end);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
function updateChangelog(filePath, version, dateString = new Date().toISOString().slice(0, 10)) {
|
|
63
|
+
const lines = fs.readFileSync(filePath, 'utf8').split('\n');
|
|
64
|
+
const unreleasedIndex = lines.findIndex((line) => line.trim() === '## [Unreleased]');
|
|
65
|
+
|
|
66
|
+
if (unreleasedIndex === -1) {
|
|
67
|
+
throw new Error('CHANGELOG.md missing ## [Unreleased] section');
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
let nextSectionIndex = lines.length;
|
|
71
|
+
for (let index = unreleasedIndex + 1; index < lines.length; index += 1) {
|
|
72
|
+
if (lines[index].startsWith('## [')) {
|
|
73
|
+
nextSectionIndex = index;
|
|
74
|
+
break;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
const unreleasedLines = trimBlankEdges(lines.slice(unreleasedIndex + 1, nextSectionIndex));
|
|
79
|
+
if (unreleasedLines.length === 0) {
|
|
80
|
+
throw new Error('CHANGELOG [Unreleased] section has no content');
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
const nextVersionSection = [
|
|
84
|
+
`## [${version}] - ${dateString}`,
|
|
85
|
+
'',
|
|
86
|
+
...unreleasedLines,
|
|
87
|
+
];
|
|
88
|
+
|
|
89
|
+
const updatedLines = [
|
|
90
|
+
...lines.slice(0, unreleasedIndex),
|
|
91
|
+
'## [Unreleased]',
|
|
92
|
+
'',
|
|
93
|
+
...nextVersionSection,
|
|
94
|
+
'',
|
|
95
|
+
...lines.slice(nextSectionIndex),
|
|
96
|
+
];
|
|
97
|
+
|
|
98
|
+
fs.writeFileSync(filePath, `${updatedLines.join('\n').replace(/\n+$/, '')}\n`, 'utf8');
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
function updateReleaseInputs(version, options = {}) {
|
|
102
|
+
const root = options.root || path.resolve(__dirname, '..');
|
|
103
|
+
|
|
104
|
+
if (!STABLE_SEMVER_RE.test(version)) {
|
|
105
|
+
throw new Error(`Invalid semver version: "${version}"`);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
updatePackageVersion(requireFile(root, PACKAGE_JSON_PATH), version);
|
|
109
|
+
|
|
110
|
+
for (const relativePath of BADGE_FILES) {
|
|
111
|
+
updateBadge(requireFile(root, relativePath), version);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
updateChangelog(requireFile(root, CHANGELOG_PATH), version, options.dateString);
|
|
115
|
+
|
|
116
|
+
return { version };
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
module.exports = {
|
|
120
|
+
BADGE_FILES,
|
|
121
|
+
CHANGELOG_PATH,
|
|
122
|
+
PACKAGE_JSON_PATH,
|
|
123
|
+
STABLE_SEMVER_RE,
|
|
124
|
+
trimBlankEdges,
|
|
125
|
+
updateBadge,
|
|
126
|
+
updateChangelog,
|
|
127
|
+
updatePackageVersion,
|
|
128
|
+
updateReleaseInputs,
|
|
129
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
const {
|
|
5
|
+
updateChangelog,
|
|
6
|
+
updateReleaseInputs,
|
|
7
|
+
} = require('./release-version-metadata');
|
|
8
|
+
|
|
9
|
+
function updateVersions(version, options = {}) {
|
|
10
|
+
return updateReleaseInputs(version, options);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
if (require.main === module) {
|
|
14
|
+
const version = process.argv[2];
|
|
15
|
+
|
|
16
|
+
if (!version) {
|
|
17
|
+
console.error('Usage: node scripts/update-versions.js <version>');
|
|
18
|
+
process.exit(1);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
try {
|
|
22
|
+
updateVersions(version);
|
|
23
|
+
console.log(`Updated canonical release inputs to ${version}`);
|
|
24
|
+
} catch (error) {
|
|
25
|
+
console.error(`version update failed: ${error.message}`);
|
|
26
|
+
process.exit(1);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
module.exports = {
|
|
31
|
+
updateChangelog,
|
|
32
|
+
updateVersions,
|
|
33
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
const fs = require('node:fs');
|
|
5
|
+
const os = require('node:os');
|
|
6
|
+
const path = require('node:path');
|
|
7
|
+
const { execFileSync } = require('node:child_process');
|
|
8
|
+
const {
|
|
9
|
+
REQUIRED_PACKAGE_FILES,
|
|
10
|
+
isDeniedPath,
|
|
11
|
+
} = require('./release-artifact-manifest');
|
|
12
|
+
|
|
13
|
+
const ROOT = path.resolve(__dirname, '..');
|
|
14
|
+
|
|
15
|
+
function parsePackJson(stdout) {
|
|
16
|
+
const start = stdout.indexOf('[');
|
|
17
|
+
const end = stdout.lastIndexOf(']');
|
|
18
|
+
|
|
19
|
+
if (start === -1 || end === -1 || end < start) {
|
|
20
|
+
throw new Error(`npm pack did not emit JSON output:\n${stdout}`);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
return JSON.parse(stdout.slice(start, end + 1));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
function runNpmPackDryRun(root = ROOT) {
|
|
27
|
+
const cacheDir = fs.mkdtempSync(path.join(os.tmpdir(), 'maestro-npm-pack-cache-'));
|
|
28
|
+
|
|
29
|
+
try {
|
|
30
|
+
const stdout = execFileSync('npm', ['pack', '--dry-run', '--json', '--cache', cacheDir], {
|
|
31
|
+
cwd: root,
|
|
32
|
+
encoding: 'utf8',
|
|
33
|
+
stdio: ['ignore', 'pipe', 'pipe'],
|
|
34
|
+
});
|
|
35
|
+
return parsePackJson(stdout);
|
|
36
|
+
} finally {
|
|
37
|
+
fs.rmSync(cacheDir, { recursive: true, force: true });
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
function verifyPackageEntries(packages) {
|
|
42
|
+
if (!Array.isArray(packages) || packages.length !== 1) {
|
|
43
|
+
throw new Error('Expected npm pack to report exactly one package');
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
const entries = packages[0].files.map((file) => file.path);
|
|
47
|
+
|
|
48
|
+
for (const requiredPath of REQUIRED_PACKAGE_FILES) {
|
|
49
|
+
if (!entries.includes(requiredPath)) {
|
|
50
|
+
throw new Error(`npm package missing required file: ${requiredPath}`);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
for (const entry of entries) {
|
|
55
|
+
if (isDeniedPath(entry)) {
|
|
56
|
+
throw new Error(`npm package contains forbidden path: ${entry}`);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
return {
|
|
61
|
+
entryCount: entries.length,
|
|
62
|
+
filename: packages[0].filename,
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function verifyNpmPack(root = ROOT) {
|
|
67
|
+
return verifyPackageEntries(runNpmPackDryRun(root));
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
if (require.main === module) {
|
|
71
|
+
try {
|
|
72
|
+
const result = verifyNpmPack();
|
|
73
|
+
console.log(`Verified npm pack contents: ${result.filename} (${result.entryCount} files)`);
|
|
74
|
+
} catch (error) {
|
|
75
|
+
console.error(`npm pack verification failed: ${error.message}`);
|
|
76
|
+
process.exit(1);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
module.exports = {
|
|
81
|
+
parsePackJson,
|
|
82
|
+
runNpmPackDryRun,
|
|
83
|
+
verifyNpmPack,
|
|
84
|
+
verifyPackageEntries,
|
|
85
|
+
};
|