Skip to content

Releases: DyanGalih/architecture-guard

v2.3.6

Choose a tag to compare

@DyanGalih DyanGalih released this 16 Aug 00:09

What changed

  • Aligned SDD orchestration and legacy skills across Spec Kit, OpenSpec, and generic workflows.
  • Fixed adapter path resolution in legacy commands so framework-specific resources resolve consistently.
  • Improved installer failure reporting with clearer actionable errors and regression coverage.
  • Updated package, extension, badge, and release-note version references to 2.3.6.

Verification

  • 21 automated tests passing.

v2.3.5

Choose a tag to compare

@DyanGalih DyanGalih released this 15 Aug 03:24
  • Hardened archive framework routing: preserve SpecKit feature history in specs/<feature>/ and incrementally update specs/system_context.md.
  • Enhanced governed delivery active feature resolution via .specify/feature.json.

v2.3.4

Choose a tag to compare

@DyanGalih DyanGalih released this 11 Aug 05:42

2.3.4

  • Evolved ag-apply into an orchestrator that resolves findings across all artifact types (proposal.md, spec.md, design.md, tasks.md).
  • Added pre-classification Target: fields to ag-review-artifacts and ag-verify output.
  • Delegated upstream artifact fixes (proposal.md, spec.md) to SDD native update capabilities after user confirmation.

v2.3.3

Choose a tag to compare

@DyanGalih DyanGalih released this 09 Aug 15:44
19330a1

What’s changed

  • Removed generated dist/ artifacts from version control and added dist/ to .gitignore.
  • Preserved build-time generation and npm packaging of compiled CLI output.
  • Preserved the sync-config error cause for lint compliance.
  • Bumped the package and documentation references to 2.3.3.

Validation

  • pnpm run lint
  • pnpm run build
  • npm pack --dry-run

v2.3.2

Choose a tag to compare

@DyanGalih DyanGalih released this 09 Aug 15:30

What’s changed

  • Fixed the sync-config validator build by declaring yaml and zod runtime dependencies.
  • Included the compiled dist/cli/validate-sync-config.js artifact.
  • Synchronized version references and release documentation to 2.3.2.

Validation

  • pnpm --dir src run build

v2.3.1

Choose a tag to compare

@DyanGalih DyanGalih released this 09 Aug 15:17
cecab45

2.3.1

  • Added AI agent auto-detection during installation to seamlessly select installed agents based on directory presence.
  • Added an explicit archive command to fully clean up empty source directories during feature archival.

v2.2.2

Choose a tag to compare

@DyanGalih DyanGalih released this 07 Aug 11:20
a07f838

What's Changed\n\n- Added framework-agnostic governed delivery orchestration for SpecKit, OpenSpec, and generic SDD workflows.\n- Added team delivery with stakeholder-approved User Story gating.\n- Improved adapter token resolution, resumable plan-to-task delivery, and optional Flash-Mem/Security Review handling.\n- Synchronized command descriptions across orchestration prompts, legacy commands, extension metadata, README, and reference documentation.\n- Hardened installer command registration and generated skill permission defaults.\n- Corrected prompt step numbering, project-relative example paths, and legacy command handoffs.\n\n## Verification\n\n- npm test: 11/11 passing\n- npm run lint: passing

v2.2.1

Choose a tag to compare

@DyanGalih DyanGalih released this 06 Aug 06:17

What's Changed

  • Fix extension manifest naming and dynamic CLI version.
  • Resolves #3 and #4.

v2.1.2

Choose a tag to compare

@DyanGalih DyanGalih released this 06 Aug 00:51

2.1.2

  • Fixed ag-review ambiguity by removing auto-detection for pre-implementation reviews. It now requires an explicit --artifacts-only flag to ignore codebase implementations.

v2.1.1

Choose a tag to compare

@DyanGalih DyanGalih released this 06 Aug 00:25

2.1.1

  • Added Branch Management safety check to ag-governed-delivery to prevent accidental generation on protected branches (matching ag-governed-spec behavior).