Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 5.66 KB

File metadata and controls

49 lines (43 loc) · 5.66 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.1.0 (2025-12-27)

Features

  • add additional Bash commands for GitHub pull request management in settings.json (b264c2e)
  • add Claude Code GitHub Action for PR interactions (daea187)
  • add Claude Code web support and skills-maintenance plugin (3cd5f04)
  • add command-help skill for slash command discovery (0e71ec5)
  • add comprehensive ci/cd workflows and github actions (797e0b7)
  • add conversation-history-search agent (83f0ab7)
  • add correct-behavior command plugin (65ecf60)
  • add GitHub Actions CI/CD workflows and custom actions (14646ce)
  • add guidelines for Claude Code configuration and project mantras (152b895)
  • add linear-mcp-sync plugin with hash validation hooks (71432db)
  • add markdownlint configuration (e9ff9b3)
  • add memory-manager plugin for intelligent CLAUDE.md management (7dc5cb6)
  • add mise development environment configuration (1897667)
  • add mise tool management and simplify session hook (f050ebe)
  • add new plugins and update existing plugins (4538c13)
  • add permission gates for git force push operations (7e013b8)
  • add prettier config file (d4f9b59)
  • add reusable Claude authentication GitHub action (5a371ff)
  • add reusable claude-debug GitHub action (77fed09)
  • add rule to capture user messages mid-task (bef7d6b)
  • add todo management rule requiring todos before any tool use (26326ec)
  • add user behavior rules in .ai/rules/ (4874187)
  • configure PATH in settings.json for mise tools (379f41b)
  • expand scope options for correct-behavior command (ef48184)
  • initialize Claude Code plugin marketplace with commit automation plugins (74ed3db)
  • use Claude CLI validator for plugin validation (6795c82)

Bug Fixes

  • add file lookup behavior rule - search before giving up (ebd2ee6)
  • ci: add fallback for GITHUB_PAT_TOKEN_NSHEAPS (6dfe6b4)
  • ci: replace non-existent delete-comment action with gh api (429125e)
  • make mise installation fail gracefully when network restricted (181ef78)
  • remove curl from mise.toml (not a mise tool) (bded44f)
  • remove incorrect shift in pbe function (4211978)
  • remove PATH override from settings.json (ec92eab)
  • resolve all linting errors in workflows and actions (6df1be4)
  • update file permissions to include remote URL retrieval and mkdir command (86c7da6)
  • update lint action output condition and CI workflow step for better error handling (6e782e9)
  • use marketplace actions for git operations, add memory-manager README (2eb3ad4)
  • use NEWPATH instead of PATH in settings.json (0169c57)