@the-bearded-bear/claude-craft 7.17.0 → 7.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,11 +6,9 @@
6
6
 
7
7
  A comprehensive framework for AI-assisted development with [Claude Code](https://claude.ai/code). Install standardized rules, agents, and commands for your projects across multiple technology stacks.
8
8
 
9
- ## What's New in v7.16
9
+ ## What's New in v7.17
10
10
 
11
- - **Claude Code 2.1.46-2.1.47 compatibility** MCP connectors, VS Code Plan Preview auto-updates, multi-line input, `last_assistant_message` hook inputs, statusline `added_dirs`
12
- - **Performance focus** — ~500ms faster startup, `@` file mention pre-warming, O(n²) memory fix for long sessions, resume picker now shows 50 sessions
13
- - **45+ bug fixes** — Unicode curly quotes, parallel write resilience, large sessions in /resume, plan mode after compaction, background agents, git worktrees support
11
+ - **LSP plugin documentation** — documented Claude Code LSP plugins for all 10 technology stacks: PHP/Symfony/Laravel (Intelephense), Python (Pyright), React/Angular/Vue/RN (vtsls), Flutter (Dart analyzer), C#/.NET (csharp-ls). Gives Claude structural code intelligence — automatic diagnostics, go-to-definition, find references, and type info on hover
14
12
  - See [CHANGELOG](CHANGELOG.md) for full details
15
13
 
16
14
  > See [CHANGELOG.md](CHANGELOG.md) for previous versions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-bearded-bear/claude-craft",
3
- "version": "7.17.0",
3
+ "version": "7.17.1",
4
4
  "description": "A comprehensive framework for AI-assisted development with Claude Code. Install standardized rules, agents, and commands for your projects.",
5
5
  "type": "module",
6
6
  "main": "cli/index.js",