v2026.2.15
Previous release
AIWG v2026.2.15 — "Doc Site" Release
Released: 2026-02-28
This service release introduces automated CI/CD for docs.aiwg.io and fixes broken links across the documentation site. No framework or CLI changes.
Highlights
| What changed | Why you care |
|---|---|
| docs.aiwg.io CI/CD pipeline | Doc site builds and deploys automatically on every release tag via Gitea Actions |
| Doc site build validation | PRs and pushes that touch `docs/` trigger build checks to catch broken links early |
| Broken link remediation | 25 doc files fixed — relative links replaced with absolute URLs that resolve on the published site |
| Welcome page refresh | Landing page now showcases all 5 frameworks, 5 addons, and 8 platform targets |
CI/CD Workflows
Two new Gitea Actions workflows, fully independent from existing CI/npm-publish/release pipelines:
`docsite-build.yml` — Build Validation
Triggers on push/PR to `main`/`develop` when `docs/**` changes. Clones dbbuilder, builds the doc site with `strictLinks: true`, and fails the check if any links are broken.
`docsite-deploy.yml` — Release Deploy
Triggers on `v*` tag push. Builds the doc site, verifies output, and deploys to docs.aiwg.io via SSH/rsync. All connection details are stored as Gitea secrets — no hardcoded IPs or paths in the workflow.
Welcome Page Updates
The landing page now reflects the full AIWG ecosystem:
- 5 frameworks: SDLC Complete, Forensics Complete, Research Complete, Media/Marketing Kit, Media Curator
- 5 addons: RLM, Voice Framework, Testing Quality, Writing Quality, UAT-MCP Toolkit
- Reliability patterns: Agent Loop, Ensemble Validation, @-Mention Traceability
- CLI Reference added to quick links
Link Fixes
25 documentation files updated to replace broken relative links (`../../agentic/`, `../../tools/`, `../../CHANGELOG.md`) with absolute GitHub URLs and `aiwg.io/changelog` links that resolve correctly on the published doc site.
Install / Update
npm install -g [email protected]
# Or update existing installation
aiwg update
Full Changelog
See Changelog for complete details.