Skip to content

v2026.2.14 — Forensics & Manageability

Choose a tag to compare

@jmagly jmagly released this 28 Feb 19:10
· 2073 commits to main since this release
v2026.2.14
0091b26

Highlights

What changed Why you care
Forensics-complete DFIR framework Full digital forensics lifecycle — 13 agents, 9 commands, 10 skills, Sigma hunting, evidence chain-of-custody
Codebase manageability tooling Rules and tools to keep agent-generated code within context window limits
17 specialist agents + 7 team configs Cloud platform experts (AWS/Azure/GCP), framework specialists, pre-built team compositions
UAT-MCP toolkit addon MCP-powered user acceptance testing with coverage tracking
8 model & prompting guides Optimization guides for Claude, GPT, local models, and prompting techniques

Codebase Manageability (#402-#407)

New rules, commands, and skills that prevent agent-generated codebases from growing past context window limits:

  • agent-friendly-code rule — 300 LOC warning, 500 error thresholds per file
  • agent-generation-guardrails rule — runtime checks before writing files
  • /codebase-health command — agent-readiness score with recommendations
  • /complexity-gate command — CI pass/fail with baseline mode
  • /decompose-file skill — guided file splitting with import rewiring
  • /code-chunker skill — navigable structural maps of large files

Installation

npm install -g aiwg@2026.2.14
aiwg use sdlc        # Re-deploy to get new rules, agents, commands, skills
aiwg use forensics   # Deploy forensics framework

Full Changelog

See v2026.2.14 announcement for complete details.