Skip to content

Sinapsis v4.4 — GStack Integration (SUPERSEDED)

Choose a tag to compare

@Luispitik Luispitik released this 10 Apr 07:53

⚠️ SUPERSEDED by v4.3.2 and v4.3.3

This release bundled engineering tools (/review-army, /cso-audit, /investigate-pro, /retro-semanal, _timeline-log.sh) that were removed in v4.3.2 to realign Sinapsis on a single responsibility: the autonomous learning pipeline.

Upgrade to v4.3.3install.sh cleans up legacy gstack files automatically. The archived components live at ~/.claude/skills/_archived/sinapsis-gstack/ with a RECOVERY.md guide.

What was kept from v4.4: confidence decay and cross-project search (both are learning infrastructure).


Original v4.4 notes — What's New

Sinapsis v4.4 integrates concepts from garrytan/gstack (23 YC engineering skills) into the learning pipeline.

3 New Skills (removed in v4.3.2)

  • /review-army — 5 parallel specialist code review (security, Next.js, Supabase, performance, testing). Fix-First workflow with PR Quality Score 0-10.
  • /cso-audit — OWASP Top 10 + STRIDE + supply chain + LLM security audit. Daily mode (zero-noise) and comprehensive mode (deep scan).
  • /investigate-pro — 4-phase systematic debugging. Iron Law: no fix without confirmed root cause.

Infrastructure

  • Confidence decay (kept in v4.3.2+): confirmed instincts demote to draft after 60 days inactive, drafts archive after 90 days
  • Session timeline (removed in v4.3.2): JSONL event log for skill tracking and context recovery
  • /retro-semanal (removed in v4.3.2): weekly metrics across all projects
  • Cross-project instinct search (kept in v4.3.2+): /instinct-status --cross-project

Release Engineering (v4.4.1)

  • SECURITY.md: vulnerability reporting policy, scope, current protections, 52+ test coverage map, audit history
  • Version badges: version, tests, license badges in README
  • Installer sync: both install.sh and install.bat now report v4.4
  • Git tags: retroactive annotated tags for v4.1 through v4.4

Security

  • 52+ automated tests across 5 test suites
  • Fersora audit (v4.3.1): 22 bugs + 6 vulnerabilities resolved
  • See SECURITY.md for full details