claude-code-templates 1.28.3 → 1.28.5

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.
@@ -60,6 +60,7 @@ program
60
60
  .option('--chats-mobile', 'launch mobile-first chats interface (AI-optimized for mobile devices)')
61
61
  .option('--plugins', 'launch Plugin Dashboard to view marketplaces, installed plugins, and permissions')
62
62
  .option('--skills-manager', 'launch Skills Dashboard to view and explore installed Claude Code Skills')
63
+ .option('--2025', 'launch 2025 Year in Review dashboard (showcase your Claude Code usage statistics)')
63
64
  .option('--tunnel', 'enable Cloudflare Tunnel for remote access (use with --analytics or --chats)')
64
65
  .option('--verbose', 'enable verbose logging for debugging and development')
65
66
  .option('--health-check, --health, --check, --verify', 'run comprehensive health check to verify Claude Code setup')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-templates",
3
- "version": "1.28.3",
3
+ "version": "1.28.5",
4
4
  "description": "CLI tool to setup Claude Code configurations with framework-specific commands, automation hooks and MCP Servers for your projects",
5
5
  "main": "src/index.js",
6
6
  "bin": {