From 746dce3239201a488b066d78e5e46bd8cc524915 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Tue, 7 Apr 2026 17:27:52 +0200 Subject: [PATCH] docs(ms-ai-architect): backfill CHANGELOG from 0.4.0 to 1.7.0 Adds complete version history (1.0.0-1.6.0) sourced from README version history table. Adds 1.7.0 entry documenting the open-source release changes. Co-Authored-By: Claude Opus 4.6 --- plugins/ms-ai-architect/CHANGELOG.md | 108 +++++++++++++++++++++++---- 1 file changed, 94 insertions(+), 14 deletions(-) diff --git a/plugins/ms-ai-architect/CHANGELOG.md b/plugins/ms-ai-architect/CHANGELOG.md index c357936..ac702fc 100644 --- a/plugins/ms-ai-architect/CHANGELOG.md +++ b/plugins/ms-ai-architect/CHANGELOG.md @@ -5,25 +5,105 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.0] - 2026-04-07 + +### Changed +- Open-source release in ktg-plugin-marketplace +- Moved skill-gen tooling from `orchestrator/` to `scripts/skill-gen/` +- Fixed broken DPIA knowledge base reference path (norwegian-public-sector-governance/ → responsible-ai/) +- Removed orphaned `pre-edit-secrets` hook (secrets scanning consolidated to llm-security plugin) +- Updated all badge counts (version 1.7.0, 387 ref docs, 12 agents) +- Fixed agent model column in CLAUDE.md (sonnet → opus, matching actual frontmatter) +- Added missing `ai-act-assessor` agent to README agent table +- Added Bash scope guardrail to `commands/export.md` +- Added supply chain warning for remote install scripts in knowledge base + +### Removed +- Internal orchestrator tooling (Linear integration, hardcoded issue IDs) +- Client-specific utredning examples (`docs/utredning/`) +- Generated test report artifacts (`e2e-test-report.md`, `.pdf`) + +--- + +## [1.6.0] - 2026-02-19 + +### Added +- ROS analysis command and agent (`/architect:ros`) +- 7-dimension risk assessment with NS 5814/ISO 31000 methodology +- AI threat library (49 threats across 7 categories) +- Sector-specific checklists (health, transport, finance, justice, education) +- MAESTRO multi-agent security model integration +- 7 new KB reference documents (3,131 lines) +- E2E test suite for ROS (24 checks) +- `summary-agent` integration for ROS output + +--- + +## [1.5.0] - 2026-02-13 + +### Added +- E2E regression tests (43 checks across 3 suites: security, cost, summary) +- Auto onboarding detection at session start +- Systematic KB update process with staleness policy +- `kb-staleness-check.sh` with `--json` output mode + +--- + +## [1.4.0] - 2026-02-13 + +### Added +- Onboarding agent (`/architect:onboard`) — 5-phase structured interview +- README rewrite to English + +--- + +## [1.3.0] - 2026-02-13 + +### Changed +- 5-skill migration: 1 monolithic skill → 5 domain-specific skills (ms-ai-advisor, ms-ai-engineering, ms-ai-governance, ms-ai-security, ms-ai-infrastructure) with 364 reference documents +- Fixed 13 broken KB references +- Fixed UTF-8 encoding issues across reference files + +--- + +## [1.2.0] - 2026-02-13 + +### Added +- Runtime hooks: secrets detection (`pre-edit-secrets.mjs`), session context, stop reminders +- Test infrastructure: hook tests, KB integrity tests, plugin discovery tests +- `/architect:export` command for PDF export + +--- + +## [1.1.0] - 2026-02-13 + +### Added +- `summary-agent`: executive summary and decision memo synthesis +- `dpia-agent`: DPIA/PVK for AI systems +- Utredning orchestrator v2 +- Production readiness (21 bug fixes) + +--- + +## [1.0.0] - 2026-02-12 + +### Added +- Initial release: 20 knowledge bases, 8 agents, `architecture-review-agent` +- Cosmo Skyberg architect persona with 7-phase advisory methodology +- MCP integration with Microsoft Learn for live documentation verification +- Core commands: `/architect`, `/architect:research`, `/architect:security`, `/architect:cost`, `/architect:adr`, `/architect:diagram`, `/architect:review`, `/architect:compare` + +--- + ## [0.4.0] - 2026-02-07 ### Note -First formal version. This plugin was previously unversioned. It has significant functionality but no tests, no formal onboarding, and has only been used by one person. +First formal version. Previously unversioned. -### What exists today -- 145+ reference documents across 14 categories for RAG-based architecture guidance +### What existed +- 145+ reference documents across 14 categories - 6 specialized agents: research, security assessment, cost estimation, ADR writer, license mapper, diagram generation - 13 commands: research, compare, cost, license, security, poc, adr, migrate, utredning, generate-skills, diagram, setup, help - Cosmo Skyberg architect persona -- MCP integration with Microsoft Learn for fact verification -- Covers: Copilot family, Power Platform AI, Azure AI Foundry, Azure AI Services, Semantic Kernel, Microsoft Agent Framework +- MCP integration with Microsoft Learn - Session logging with ADR reminders -- Architecture Decision Record (ADR) generation in MADR v3.0 format - -### Known gaps (blocking 1.0) -- No automated tests for any command or agent -- No onboarding guide for new users -- Windows: hooks are bash-only, no PowerShell equivalents -- Cosmo Skyberg persona assumes KTG-specific context -- Reference documents may be outdated (no refresh mechanism) -- External verification: nobody else has installed or used this