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 changedWhy you care
docs.aiwg.io CI/CD pipelineDoc site builds and deploys automatically on every release tag via Gitea Actions
Doc site build validationPRs and pushes that touch `docs/` trigger build checks to catch broken links early
Broken link remediation25 doc files fixed — relative links replaced with absolute URLs that resolve on the published site
Welcome page refreshLanding 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

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.