Skip to content

Latest commit

 

History

History
93 lines (60 loc) · 8.6 KB

File metadata and controls

93 lines (60 loc) · 8.6 KB

Changelog

2.0.0 (2026-06-19)

⚠ BREAKING CHANGES

  • framework: auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs.

Features

  • framework: remove evals system end-to-end (#261) (9a3c1b8)

Miscellaneous

  • framework: rename repository URLs aidd-framework to framework (#266) (7cfc0a3)
  • framework: stop shipping .mcp.json, recommend MCP servers in README (#263) (e602fa0)

1.0.2 (2026-06-03)

Bug Fixes

  • framework: make all 31 skill names spec-compliant (kebab, folder-matched, no colons) (#172) (a47505f)

1.0.1 (2026-05-29)

Refactoring

  • aidd-context: unify 03-context-generate on Model Y tool-resolution (#155) (09e3c56)

1.0.0 (2026-05-19)

Features

  • aidd-pm: scaffold RC skills with actions (22fc883)
  • framework: refactor to marketplace plugin architecture and skills (27128a9)
  • framework: relocate templates and conventions into skill assets (6920182)
  • framework: scaffold 4-plugin marketplace catalog (7be5466)
  • framework: split MCP and SessionStart hook into plugins (527f9b8)
  • framework: update build script for plugin layout and regenerate catalogs (ea18188)

Bug Fixes

  • framework: correct slash command naming in docs (adad60a)
  • framework: namespace frontmatter for relocated skills (ea220a1)
  • framework: wire SDLC contracts — namespace, plan paths, commit modes, validator semantics (f5f14e0)

Miscellaneous

  • ci: SHA-pin every external action and add CodeQL workflow (66d5fcf)
  • framework: adopt release-please monorepo with per-plugin versioning (9706606)
  • framework: bulk alignment — evals everywhere, em-dash purge, audit template, stale refs fixed (0dfd79d)
  • framework: bump aidd-pm to 1.0.0 and apply audit fixes (97573bc)
  • framework: disable proposed MCP servers by default (785293b)
  • framework: merge feat/plugin-content-tool-agnostic (11cce19)
  • framework: merge origin/feat/plugin-architecture (0082b4c)
  • framework: regenerate plugin catalogs after audit sweep (448b111)
  • framework: release as 4.0.0 (5b0fc9d)
  • framework: self-host summarize-markdown.mjs for per-plugin CATALOG (ee62862)
  • framework: trigger ci recheck after history rewrite (391760e)
  • framework: wave 1 audit fixes (schemas, gitignore, dependabot, links) (4bcb670)

Documentation

  • aidd-pm: sync CATALOG.md with current skill state (44a398e)
  • framework: add per-plugin CATALOG.md (auto-generated) (d613282)
  • framework: rewrite for plugin marketplace model (9529d4c)
  • framework: sync READMEs and CATALOGs with current skills (16c9372)
  • phase 1 critical audit fixes (skill invocations, catalog, templates) (5b5342b)
  • phase 2 high-severity audit fixes (security, lefthook, accuracy) (95f29c3)
  • phase 3 medium/low audit fixes (OSS scaffolding, UX, accuracy) (5e43650)
  • propagate per-skill README pattern across all plugins (4427e3e)
  • scrub cross-plugin references from skill READMEs (9c23973)

Refactoring

  • aidd-context: restructure project init (da90ed8)
  • aidd-dev: rewrite SDLC as pure orchestrator with role-based agents (dbc6edd)
  • aidd-pm: restructure spec into build and refine actions, sync plugin docs (107241e)
  • framework: align sdlc orchestrator and sub-skills around alex baseline (92535cd)
  • framework: canonical action shape, model-A rules, plugin audit sweep (29ef579)
  • framework: canonical template for aidd-pm skills + tighter SKILL.md descriptions (0ea9b80)
  • framework: make content tool-agnostic and self-contained (84165a9)
  • framework: remove embedded skill content for distribution-mode migration (ee43a32)
  • framework: rename skill folders from [X.X] to NN-name format (c8968bc)