@chris1807/claude-kit 2.1.14 → 2.1.15

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chris1807/claude-kit",
3
- "version": "2.1.14",
3
+ "version": "2.1.15",
4
4
  "description": "Claude Code starter kit for Azure DevOps teams — agents, hooks, MCP servers, slash commands, and end-to-end work item → PR → release → deploy workflow automation",
5
5
  "type": "module",
6
6
  "bin": {
@@ -2,7 +2,7 @@
2
2
  name: backend
3
3
  description: Writes .NET 10/C# backend code following Clean Architecture across Domain, Application, Infrastructure, and API layers. Handles controllers, services, interfaces, DTOs, and repositories (MongoDB + SQL Server).
4
4
  tools: Read, Write, Edit, Glob, Grep, Bash
5
- model: opus
5
+ model: inherit
6
6
  ---
7
7
 
8
8
  # Backend Developer
@@ -2,7 +2,7 @@
2
2
  name: frontend
3
3
  description: Writes React/TypeScript frontend code with MUI 6, Redux Toolkit, React Hook Form, and TanStack Query. Implements UI matching the HTML mockups.
4
4
  tools: Read, Write, Edit, Glob, Grep, Bash
5
- model: opus
5
+ model: inherit
6
6
  ---
7
7
 
8
8
  # Frontend Developer
@@ -2,7 +2,7 @@
2
2
  name: manager
3
3
  description: Orchestrates the development workflow. Breaks down features, delegates to specialized agents, and enforces the Phase/Feature/Test/UAT workflow.
4
4
  tools: Task, Read, Write, Edit, Glob, Grep, Bash
5
- model: opus
5
+ model: inherit
6
6
  ---
7
7
 
8
8
  # Team Manager
@@ -2,7 +2,7 @@
2
2
  name: mockup
3
3
  description: Creates and updates HTML mockup files for new features. Maintains the design system and generates screen designs before implementation begins.
4
4
  tools: Read, Write, Edit, Glob, Grep
5
- model: opus
5
+ model: inherit
6
6
  ---
7
7
 
8
8
  # Mockup Designer