Skip to content

Latest commit

 

History

History
74 lines (39 loc) · 4.37 KB

File metadata and controls

74 lines (39 loc) · 4.37 KB

Changelog

1.1.4 (2025-08-15)

Bug Fixes

  • use full path to claude command for MCP server configuration (ae1552f)

1.1.3 (2025-08-15)

Bug Fixes

  • allow full Bash access in commit slash command (8a85bc7)
  • prevent Release Please PRs from blocking due to skipped required checks (b7e37f4)
  • use proper claude mcp add command for Context7 server (ddc0f04)

1.1.2 (2025-08-15)

Bug Fixes

  • prevent early exit in setup-python-environment.ps1 (c9cd621)

1.1.1 (2025-08-15)

Bug Fixes

  • make setup-python-environment.ps1 compatible with iex execution (f8bae80)

1.1.0 (2025-08-15)

Features

  • add comprehensive system prompts framework for Claude Code (f68dabd)
  • add global claude-python command registration to setup scripts (d9cd0dd)
  • add implementation-guide agent for comprehensive library documentation (85bc4af)
  • add output styles feature with templates and examples (10a67b5)
  • add Python environment setup scripts for all platforms (045a396)
  • enhance agent template with tool bundling rules and invocation triggers (e3bd2b8)
  • enhance slash commands with comprehensive workflows and frontmatter support (3f27b2d)

Bug Fixes

  • add missing Edit tool to agents that use Write (a62b7b5)
  • correct critical documentation errors about system prompt usage (6d48041)
  • remove non-existent subagents from system prompts README (2a8c6ed)
  • resolve PowerShell script parse errors in setup-python-environment.ps1 (df3445f)
  • resolve PSScriptAnalyzer warnings in setup-python-environment.ps1 (fd00b9e)

1.0.2 (2025-08-14)

Bug Fixes

  • replace security contact placeholder with GitHub advisories link (f8842e5)

1.0.1 (2025-08-13)

Bug Fixes

  • remove redundant empty INFO message from Windows installer (fbb996e)

1.0.0 (2025-08-13)

Features