Skip to content

v1.1.0 - Auto-Update System

Latest

Choose a tag to compare

@optimaquantum optimaquantum released this 08 Jan 20:38

πŸ”„ Auto-Update System Released!

πŸŽ‰ New Features

3 New MCP Tools:

  • βœ… check_for_updates - Check if new version available on GitHub
  • βœ… update_rules - Download and install latest rules automatically
  • βœ… get_version_info - View current and remote version information

New Resource:

  • πŸ“ critical-rules://changelog - View complete update history

Auto-Update Features:

  • πŸ”’ SHA256 Integrity Verification - Ensures downloaded files are authentic
  • πŸ’Ύ Automatic Backups - Previous version saved before updating
  • 🌐 Remote Version Checking - Real-time status from GitHub
  • πŸ“Š Version Tracking - Local version.json with metadata

πŸ”§ Enhanced Existing Tools

  • verify_compliance - Now shows current version and date
  • get_rules_summary - Includes version info and update instructions

πŸ“¦ Installation

npx @optima-quantum/claude-critical-rules-mcp-new

πŸš€ Usage

// Check for updates
check_for_updates()

// View version info
get_version_info({ check_remote: true })

// Install latest version
update_rules()

// Read changelog
// Resource: critical-rules://changelog

πŸ“Š Statistics

  • Version: 1.1.0
  • Rules Count: 96 documented failures
  • Patterns: 20 recurring issues
  • Tools: 5 total (3 new)
  • Resources: 2 total (1 new)

πŸ”— Links

πŸ™ Credits

Based on 6+ months of real-world analysis of Claude AI failures.


Full Changelog: https://github.com/optimaquantum/claude-critical-rules-mcp/blob/main/CHANGELOG.md