Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.02 KB

File metadata and controls

49 lines (39 loc) · 2.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2025-01-01

Added

  • 7 Specialized Agents

    • orchestrator - Coordinate complex multi-step tasks
    • code-reviewer - Review code quality and best practices
    • debugger - Systematic bug investigation and fixing
    • docs-writer - Create technical documentation
    • security-auditor - Security vulnerability detection
    • refactorer - Code structure improvements
    • test-architect - Design comprehensive test strategies
  • 6 Knowledge Skills

    • project-analysis - Understand any codebase structure and patterns
    • testing-strategy - Design test approaches (unit, integration, E2E)
    • architecture-patterns - System design guidance
    • performance-optimization - Speed up applications, identify bottlenecks
    • git-workflow - Version control best practices
    • api-design - REST/GraphQL API patterns
  • 4 Output Styles

    • /project-starter:architect - System design mode
    • /project-starter:rapid - Fast development mode
    • /project-starter:mentor - Learning/teaching mode
    • /project-starter:review - Code review mode
  • 8 Automation Hooks

    • Security scan (blocks commits with potential secrets)
    • File protection (blocks edits to lock files, .env, .git)
    • Auto-format (runs prettier/black/gofmt based on file type)
    • Command logging (logs to .claude/command-history.log)
    • Environment check (validates Node.js, Python, Git)
    • Prompt analysis (suggests appropriate agents)
    • Input notification (desktop notification when input needed)
    • Complete notification (desktop notification when task finishes)
  • Cross-platform notification support (macOS, Linux, Windows)

  • Comprehensive documentation (README, PERMISSIONS, MCP servers guide)

  • MIT License