@hustle-together/api-dev-tools 3.6.4 → 3.6.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # API Development Tools for Claude Code v3.6.4
1
+ # API Development Tools for Claude Code v3.6.5
2
2
 
3
3
  **Interview-driven, research-first API development with 100% phase enforcement**
4
4
 
@@ -7,7 +7,7 @@
7
7
  │ ❯ npx @hustle-together/api-dev-tools │
8
8
  │ --scope=project │
9
9
  │ │
10
- │ 🚀 Installing v3.6.4... │
10
+ │ 🚀 Installing v3.6.5... │
11
11
  │ │
12
12
  │ ✅ Python 3.12.0 │
13
13
  │ 📦 24 slash commands │
@@ -1582,7 +1582,7 @@ Research shows context dilution accelerates after 7-10 messages. Re-grounding ev
1582
1582
  ## File Structure
1583
1583
 
1584
1584
  ```
1585
- @hustle-together/api-dev-tools v3.6.4
1585
+ @hustle-together/api-dev-tools v3.6.5
1586
1586
 
1587
1587
  ├── bin/
1588
1588
  │ └── cli.js # NPX installer
@@ -1804,7 +1804,7 @@ npx @hustle-together/api-dev-tools --scope=project
1804
1804
 
1805
1805
  ---
1806
1806
 
1807
- ## What's New in v3.6.4
1807
+ ## What's New in v3.6.5
1808
1808
 
1809
1809
  ### 1-Indexed Phase Numbering
1810
1810
  - Changed from 0-indexed (Phase 0-12) to 1-indexed (Phase 1-13)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hustle-together/api-dev-tools",
3
- "version": "3.6.4",
3
+ "version": "3.6.5",
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": {