Skip to content

v0.6.0 — Extension adoption automation and repository licensing

Choose a tag to compare

@smota smota released this 11 Jul 04:43
cb904c4

v0.6.0 — Extension adoption automation and repository licensing

Highlights

  • Adds deterministic extension adoption automation for projects that use multi-agent-sdlc.
  • Adds first-class multi-agent-sdlc extensions helper commands to list, inspect, enable, disable, and validate extension packs.
  • Makes initial setup, doctor, and update automation extension-aware while preserving the rule that discovery is automatic and activation is explicit.
  • Supports repo-local extension packs added after initial setup under extensions/ or contrib/, including duplicate-id detection and missing/invalid enabled-pack reporting.
  • Documents the extension adoption lifecycle across onboarding, assisted update, deterministic update planning, and extension-pack reference docs.
  • Adds an Apache-2.0 project license and package metadata so adopters and contributors have explicit reuse terms.

Included integrated work

  • #84, #85, #86, #87, #88 — deterministic extension adoption automation workstream.
  • #89 — Apache-2.0 project license.

Validation

  • pnpm format:check
  • pnpm test
  • pnpm test:workflow
  • pnpm validate:extensions
  • node scripts/validate-release-versioning.mjs --current 0.5.0 --next 0.6.0 --bump minor --notes docs/releases/v0.6.0.md

Follow-up work

  • None.