Skip to content

v2026.7.13

Choose a tag to compare

@jmagly jmagly released this 15 Jul 07:08
· 559 commits to main since this release
3687509

AIWG 2026.7.13 - "Complete provider context and release routing"

Released: 2026-07-15
Channel: stable (npm install -g aiwg)

AIWG 2026.7.13 closes two subtle provider-deployment gaps: aggregated
on-demand rule indexes now cover the complete installed corpus after every
framework, addon, and extension pass, and OpenHuman once again receives its
project-root AGENTS.md bridge. The release also completes generic vault
routing for CI and release signing and synchronizes the onboarding docs with
the deployed behavior.

Highlights

  • Complete on-demand indexes (#1784) — provider deployment resolves the
    installed AIWG root before enumerating MEDIUM/LOW rules, so later addon or
    extension passes cannot truncate the index.
  • OpenHuman project context restored (#1785) — full deployment renders the
    provider template into AGENTS.md, including commands and the complete
    on-demand rule section. Native TOML harness agents remain opt-in.
  • Generic vault release path — the tag wrapper and migration verifier now
    use the same VAULT_CI_* bootstrap and routed-secret contract as CI.
  • Onboarding wire-in — existing projects are consistently directed through
    aiwg regenerate; provider quickstarts explain when regeneration is required.
  • Documentation fixes — Pagenary entity-safe inline markdown, a compact
    Fortemi control popover, corrected OpenHuman deployment paths, and repaired
    slugged research citations (#1787).

Upgrade

npm install -g aiwg@latest
cd your-project
aiwg regenerate

Re-run aiwg use all (or your selected framework/addon deploy commands) if you
want provider payloads refreshed before regeneration. No breaking changes.