# Changelog

All notable changes to NgAutoPilot will be documented in this file.

## 0.5.2 - 2026-07-17

Release focused on skill supply-chain controls, automated repository security analysis, and public discovery.

### Added

- Added deterministic skill-content security scanning for repository scripts while retaining GitHub-managed CodeQL Default Setup.
- Added Dependabot coverage for npm and GitHub Actions dependencies.
- Added verified Pi and skills.sh discovery badges.
- Added 26 focused Angular packs for foundations, state, UI, runtime, testing, modernization, migration, and every documented major upgrade hop.

### Changed

- Updated the package, catalog, 413 source skills, packs, plugin bundles, and marketplace metadata to version `0.5.2`.
- Hardened release versioning so the bump script preserves prior changelog entries.
- Made pack dependencies resolve during planning and made pack switches remove prior unchanged managed files.

## 0.5.1 - 2026-07-16

Release focused on a single active distribution contract, release integrity, and agent-agnostic portability.

### Added

- Added Pi package metadata for the canonical `skills/` and NgAutoPilot prompt resources.
- Added the `pi-package` keyword so Pi Gallery can discover the npm package.
- Added 20 stable design-excellence skills: 18 frontend contracts and 2 Angular component-library contracts.
- Added the Design Excellence Guide with routing and evidence references.
- Added active-pack and adapter contract validation, including selected agent and prompt assets.

### Changed

- Made every source skill and pack stable; validators now reject non-stable skill statuses.
- Made adapter instruction-template discovery independent from installed instruction-file names.
- Made pack-declared subagent and prompt assets part of installation plans.
- Aligned release workflows with version validation and the complete test suite.
- Corrected CLI quick-start commands, explicit pack naming, and platform-neutral backup documentation.

### Removed

- Removed obsolete lifecycle-engine/config contract and its stale tests; the active CLI uses `packs/`, adapter manifests, and shared installer modules.
- Removed unpublished transcript and local-machine audit/handoff documentation from distributable docs.

## 0.4.0 - 2026-05-10

Release focused on closing the catalog for final publication.

### Added

- Added generated plugin bundle synchronization from the source `skills/` catalog.
- Added complete plugin coverage validation so every source skill is included in at least one distributable bundle.
- Added the `ngautopilot-javascript` plugin bundle.
- Added Angular Signals responsibility-boundary guidance for `signal`, `computed`, `linkedSignal`, `resource`, templates, `effect`, and `afterRenderEffect`.

### Changed

- Rebuilt plugin bundles by usage area: core, Angular, Angular micro-frontends, CSS, JavaScript, quality, lint, dead-code/SonarQube, and TypeScript.
- Completed scaffolded Angular skills that still had placeholder bodies.
- Hardened release validation to catch draft skills, scaffold placeholders, missing plugin coverage, and generated artifact drift.
- Included plugin bundles, marketplace manifests, and scripts in the npm package.

## 0.3.1 - 2026-05-03

Release focused on public DX, naming consistency, and cleaner release communication.

### Changed

- Renamed the public CLI command from `ng-autopilot` to `ngautopilot`.
- Renamed the generated local workspace from `.ng-autopilot/` to `.ngautopilot/`.
- Renamed the packaged CLI entry file from `bin/ng-autopilot.mjs` to `bin/ngautopilot.mjs`.
- Reworked the root README into a shorter public landing page with quick start, naming guidance, and high-signal badges.
- Split public usage and maintainer guidance into dedicated docs pages.
- Expanded npm keywords for better package discoverability.

### Breaking Changes

- `ng-autopilot` no longer exists as the supported CLI command. Use `ngautopilot`.
- Existing examples, shell aliases, or scripts that target `.ng-autopilot/` must be updated to `.ngautopilot/`.

## 0.2.4 - 2026-05-03

Release built from the accumulated changes after the unpublished 0.2.3 snapshot.

### Added

- CSS skill bundle and plugin packaging:
  - `css.host-custom-properties`
  - `css.content-aware-layouts`
- Repository release hygiene:
  - pre-commit git hook
  - release bundle archiving

### Changed

- Normalized Angular skill structure to keep catalog and bundle paths aligned.
- Hardened CI release and marketplace validation workflows.
- Added consistency validation to keep the repo, catalog, and bundles in sync.
- Documented CSS plugin installation in the root README.

## 0.2.3 - 2026-05-02

### Added

- Angular enterprise training and primitives:
  - `angular.architecture.angular-enterprise-training-blueprint`
  - `angular.architecture.angular-enterprise-training-assessment`
  - `angular.architecture.angular-enterprise-onboarding-plan`
  - `angular.architecture.angular-version-aware-training-matrix`
  - `angular.architecture.angular-enterprise-primitives`
- Angular micro-frontends architecture family:
  - `angular.architecture.micro-frontends-architecture`
  - `angular.architecture.micro-frontends-shell-container-contract`
  - `angular.architecture.module-federation-runtime-contract`
  - `angular.architecture.micro-frontends-communication-patterns`
  - `angular.architecture.design-system-for-micro-frontends`
  - `angular.testing.micro-frontends-e2e-validation`
  - `angular.architecture.micro-frontends-release-governance`
  - `angular.architecture.micro-frontends-fallback-and-rollback`
  - `angular.architecture.micro-frontends-ownership-and-rbac-contract`
  - `angular.architecture.micro-frontends-version-compatibility-gate`
  - `angular.architecture.micro-frontends-observability-contract`
  - `angular.architecture.micro-frontends-dependency-sharing-policy`
- JavaScript fundamentals and runtime variants:
  - `javascript.fundamentals`
  - `javascript.async-error-handling`
  - `javascript.async-error-handling.nodejs-async-error-handling-v18`
  - `javascript.async-error-handling.browser-async-error-handling-v18`
  - `javascript.async-error-handling.nodejs-async-error-handling-v20`
  - `javascript.async-error-handling.browser-async-error-handling-v20`
  - `javascript.modules`
  - `javascript.pure-functions`
- TypeScript fundamentals and strictness:
  - `typescript.fundamentals`
  - `typescript.strict-types`
  - `typescript.strict-types.typescript-strict-types-strict-mode`
  - `typescript.dto-mappers.browser-dto-mappers-v14`
  - `typescript.dto-mappers.node-dto-mappers-v18`
- Quality governance and cleanup:
  - `quality.fundamentals`
  - `quality.fundamentals.quality-decision-matrix`
  - `quality.eslint.eslint-baseline-hardening`
  - `quality.eslint.eslint-disable-governance`
  - `quality.eslint.eslint-autofix-safe-cleanup`
  - `quality.eslint.eslint-autofix-safe-cleanup-browser-v18`
  - `quality.eslint.eslint-autofix-safe-cleanup-node-v20`
  - `quality.eslint.eslint-baseline-hardening-monorepo`
  - `quality.no-dead-code.unused-exports-cleanup`
  - `quality.no-dead-code.orphan-files-cleanup`
  - `quality.no-dead-code.orphan-files-cleanup-monorepo`
  - `quality.no-dead-code.dead-branches-cleanup`
  - `quality.sonarqube.sonarqube-quality-gate-triage`
  - `quality.sonarqube.sonarqube-quality-gate-triage-monorepo`
  - `quality.sonarqube.sonarqube-cognitive-complexity-reduction`
  - `quality.sonarqube.sonarqube-duplication-coverage-hardening`
  - `quality.technical-debt.debt-ledger-cleanup-hop`
- Angular template diagnostics:
  - `angular.templates.extended-diagnostics-governance`
  - `angular.templates.extended-diagnostics-remediation`
  - `angular.templates.strict-templates-adoption`
  - `angular.templates.template-diagnostics-matrix`
  - `angular.upgrades.templates.angular-extended-diagnostics-upgrade-gate`
- Catalog cleanup:
  - removed placeholder `skills/git/` source folders
  - removed placeholder `.gitkeep` files from populated skill folders

## 0.2.2 - 2026-05-01

### Added

- Expanded the Angular skill catalog into a full major-hop roadmap from Angular 2 through Angular 21.
- Added Angular compatibility gates, a master versioning index, and hop routing hooks.
- Added AngularJS migration, workspace, RxJS, HttpClient, Ivy, localize, router, SSR, service worker, testing, forms, Material, zone, zoneless, resources, templates, DI, and hybrid satellite skills.
- Added Angular modernization satellites for control flow, `@defer`, standalone-first, and zoneless readiness.
- Updated the root README and changelog to explain the new versioning structure.

## 0.2.0 - 2026-05-01

### Added

- Expanded the Angular skill catalog into a full major-hop roadmap from Angular 2 through Angular 21.
- Added Angular compatibility gates, a master versioning index, and hop routing hooks.
- Added AngularJS migration, workspace, RxJS, HttpClient, Ivy, localize, router, SSR, service worker, testing, forms, Material, zone, zoneless, resources, templates, DI, and hybrid satellite skills.
- Added Angular modernization satellites for control flow, `@defer`, standalone-first, and zoneless readiness.
- Updated the root README and changelog to explain the new versioning structure.

## 0.1.0 - 2026-04-30

### Added

- Initial public repository structure.
- Official skill template.
- Initial skill metadata schema.
- Initial catalog with Angular and TypeScript micro-skills.
- Adapter templates for generic agents, Copilot, Claude, Codex, Cursor, and Gemini.
- Basic scripts for creating skills, validating skills, generating the catalog, and exporting adapters.
- Initial skills:
  - `angular.performance.onpush-change-detection`
  - `angular.performance.trackby-for-lists`
  - `angular.performance.avoid-template-functions`
  - `angular.rxjs.avoid-nested-subscriptions`
  - `typescript.strict-types.avoid-any`
