@agentic15.com/agentic15-claude-zen 2.0.5 → 2.0.6

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,13 @@ AI-Assisted Development Framework with Automated Workflows
10
10
  ## Quick Start
11
11
 
12
12
  ```bash
13
+ # Bash/Mac/Linux
13
14
  npx @agentic15.com/agentic15-claude-zen my-project
15
+
16
+ # PowerShell (Windows)
17
+ npx "@agentic15.com/agentic15-claude-zen" my-project
18
+
19
+ # Then
14
20
  cd my-project
15
21
  npx agentic15 auth
16
22
  npx agentic15 plan "Build a todo app"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentic15.com/agentic15-claude-zen",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Structured AI-assisted development framework for Claude Code with enforced quality standards",
5
5
  "main": "dist/index.js",
6
6
  "bin": {