chore(ms-ai-architect): bump version to v1.8.0
Sitemap-based KB change detection system: weekly polling of Microsoft Learn sitemaps, prioritized change reports, new page discovery. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b52a62318d
commit
1395c0bb74
5 changed files with 26 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ms-ai-architect",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"description": "Microsoft AI Solution Architect - structured architecture guidance for the full Microsoft AI stack",
|
||||
"author": {
|
||||
"name": "Kjell Tore Guttormsen"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,28 @@ 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.8.0] - 2026-04-09
|
||||
|
||||
### Added
|
||||
- Sitemap-based KB change detection system (`scripts/kb-update/`)
|
||||
- `build-registry.mjs` — extracts 1342 unique URLs from 387 reference files
|
||||
- `poll-sitemaps.mjs` — streams 18 Microsoft Learn sitemaps for `<lastmod>` changes
|
||||
- `report-changes.mjs` — prioritized change report (critical/high/medium/low)
|
||||
- `discover-new-urls.mjs` — finds relevant new MS Learn pages not yet covered
|
||||
- `run-weekly-update.mjs` — weekly orchestrator with `--force`, `--discover`, `--dry-run`
|
||||
- Shared libraries: `url-normalize.mjs`, `sitemap-stream.mjs`, `registry-io.mjs` (zero npm deps)
|
||||
- Background poll trigger in session-start hook (auto-runs if >7 days since last check)
|
||||
|
||||
### Changed
|
||||
- Session-start hook reads sitemap-based change report instead of broken mtime staleness check
|
||||
- `generate-skills --update` reads `change-report.json` for targeted MCP updates with `changed_urls`
|
||||
- KB maintenance section in README updated with automated freshness and auto-update info
|
||||
|
||||
### Deprecated
|
||||
- `scripts/kb-staleness-check.sh` (mtime-based, unreliable after git clone — kept for backwards compat)
|
||||
|
||||
---
|
||||
|
||||
## [1.7.0] - 2026-04-07
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Your virtual Microsoft AI solution architect — meet **Cosmo Skyberg**.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue