@hustle-together/api-dev-tools 3.5.0 → 3.6.0

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 +19 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,25 +3,25 @@
3
3
  **Interview-driven, research-first API development with 100% phase enforcement**
4
4
 
5
5
  ```
6
- ┌──────────────────────────────────────────────────────────────────────────────┐
7
- ❯ npx @hustle-together/api-dev-tools --scope=project
8
-
9
- 🚀 Installing API Development Tools v3.6.0...
10
-
11
- ✅ Found Python 3.12.0
12
- 📦 Installing commands: 24 slash commands
13
- 🔒 Installing hooks: 18 enforcement hooks
14
- ⚙️ Configuring settings.json
15
- 📊 Creating api-dev-state.json
16
- 📚 Setting up research cache
17
- 🔌 Configuring MCP servers: context7, github
18
-
19
- ════════════════════════════════════════════════════════════════════════
20
- 🎉 API Development Tools installed successfully!
21
- ════════════════════════════════════════════════════════════════════════
22
-
23
- Quick Start: /api-create my-endpoint
24
- └──────────────────────────────────────────────────────────────────────────────┘
6
+ ┌────────────────────────────────────────────────────────────────┐
7
+ ❯ npx @hustle-together/api-dev-tools --scope=project
8
+
9
+ 🚀 Installing API Development Tools v3.6.0...
10
+
11
+ ✅ Found Python 3.12.0
12
+ 📦 Installing commands: 24 slash commands
13
+ 🔒 Installing hooks: 18 enforcement hooks
14
+ ⚙️ Configuring settings.json
15
+ 📊 Creating api-dev-state.json
16
+ 📚 Setting up research cache
17
+ 🔌 Configuring MCP servers: context7, github
18
+
19
+ ═══════════════════════════════════════════════════════════
20
+ 🎉 API Development Tools installed successfully!
21
+ ═══════════════════════════════════════════════════════════
22
+
23
+ Quick Start: /api-create my-endpoint
24
+ └────────────────────────────────────────────────────────────────┘
25
25
  ```
26
26
 
27
27
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hustle-together/api-dev-tools",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "Interview-driven, research-first API development workflow with continuous verification loops for Claude Code",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {