Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 808 Bytes

File metadata and controls

31 lines (23 loc) · 808 Bytes

Changelog

All notable changes to SaneProcess are documented here.


[2.4] - January 2026

Added

  • 17 Golden Rules for AI-assisted development
  • Consolidated enforcement hooks (saneprompt, sanetools, sanetrack, sanestop)
  • Circuit breaker pattern (trips at 3 consecutive failures)
  • Cross-session memory for bug patterns
  • SaneMaster CLI tool with 19 subcommands
  • 259 hook tests
  • Skills system for domain-specific knowledge
  • Cross-project sync capability

Technical

  • Ruby 3.0+ required
  • Integration with Claude Code MCP servers
  • File-based state management with signatures

Version Numbering

SaneProcess follows Semantic Versioning:

  • MAJOR: Breaking changes to rules or hooks
  • MINOR: New rules, hooks, or features
  • PATCH: Bug fixes and documentation