Skip to content

v3.0.7 — Skills-First Architecture

Choose a tag to compare

@codexstar69 codexstar69 released this 12 Mar 06:17
· 37 commits to main since this release

What's New

Skills-First Architecture

All pipeline agents are now first-class skills under skills/:

  • skills/hunter/ — deep behavioral code analysis
  • skills/skeptic/ — adversarial false positive elimination
  • skills/referee/ — independent verdicts with CVSS + PoC
  • skills/fixer/ — surgical code repair respecting fix strategy
  • skills/recon/ — codebase reconnaissance and risk mapping
  • skills/doc-lookup/ — unified docs (Context Hub + Context7)

Plus 4 security skills: commit-security-scan, security-review, threat-model-generation, vulnerability-validation

Publish Safety

  • prepublish-guard blocks npm publish when git is dirty or unpushed
  • Prevents the "published to npm but forgot to push" problem

CI Fixes

  • Portable shell detection (SHELL env var instead of hardcoded /bin/zsh)
  • Explicit -b main for git init in tests
  • All 60 tests passing on Node 18 + 20

Full Changelog

See CHANGELOG.md