@hustle-together/api-dev-tools 3.12.2 → 3.12.3

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.
@@ -4,8 +4,8 @@
4
4
  "endpoint": null,
5
5
  "library": null,
6
6
  "session_id": null,
7
- "turn_count": 0,
8
- "last_turn_timestamp": null,
7
+ "turn_count": 2,
8
+ "last_turn_timestamp": "2025-12-27T23:20:53.482174",
9
9
  "research_queries": [],
10
10
  "prompt_detections": [
11
11
  {
@@ -355,11 +355,52 @@
355
355
  "confidence": "critical"
356
356
  },
357
357
  "injected": true
358
+ },
359
+ {
360
+ "timestamp": "2025-12-27T23:18:53.668391",
361
+ "prompt_preview": "What? Did you change the commands to be API create instead of hustle?",
362
+ "detection": {
363
+ "detected": true,
364
+ "terms": [
365
+ "create instead of hustle?",
366
+ "change the commands to be api create instead of hu",
367
+ "api"
368
+ ],
369
+ "patterns_matched": [
370
+ "question_pattern",
371
+ "technical_term",
372
+ "always_research"
373
+ ],
374
+ "confidence": "critical"
375
+ },
376
+ "injected": true
377
+ },
378
+ {
379
+ "timestamp": "2025-12-27T23:19:32.990175",
380
+ "prompt_preview": "what the fuck are you talking about we had four main commands the API create we had the API what the...",
381
+ "detection": {
382
+ "detected": true,
383
+ "terms": [
384
+ "create we had the api what the fuck are you talkin",
385
+ "api"
386
+ ],
387
+ "patterns_matched": [
388
+ "question_pattern",
389
+ "technical_term",
390
+ "always_research"
391
+ ],
392
+ "confidence": "critical"
393
+ },
394
+ "injected": true
358
395
  }
359
396
  ],
360
397
  "phases": {
361
398
  "disambiguation": {
362
- "status": "not_started"
399
+ "status": "not_started",
400
+ "user_question_asked": true,
401
+ "last_user_response": "{}",
402
+ "last_question_timestamp": "2025-12-27T23:20:53.482188",
403
+ "last_question_type": "unknown"
363
404
  },
364
405
  "scope": {
365
406
  "status": "not_started"
@@ -368,7 +409,24 @@
368
409
  "status": "not_started"
369
410
  },
370
411
  "interview": {
371
- "status": "not_started"
412
+ "status": "in_progress",
413
+ "questions": [
414
+ {
415
+ "question": "",
416
+ "timestamp": "2025-12-27T23:20:53.482182",
417
+ "tool_used": true,
418
+ "has_options": false,
419
+ "options_count": 0,
420
+ "options": [],
421
+ "user_response": "{}",
422
+ "selected_value": null
423
+ }
424
+ ],
425
+ "user_question_count": 1,
426
+ "decisions": {},
427
+ "started_at": "2025-12-27T23:20:53.482185",
428
+ "last_activity": "2025-12-27T23:20:53.482186",
429
+ "user_question_asked": true
372
430
  },
373
431
  "research_deep": {
374
432
  "status": "not_started"
package/bin/cli.js CHANGED
@@ -254,7 +254,7 @@ async function main() {
254
254
  logStep(++currentStep, totalSteps, "Installing slash commands");
255
255
 
256
256
  const commandsDir = path.join(claudeDir, "commands");
257
- const sourceCommandsDir = path.join(packageDir, ".claude", "commands");
257
+ const sourceCommandsDir = path.join(packageDir, "commands");
258
258
 
259
259
  if (!fs.existsSync(commandsDir)) {
260
260
  fs.mkdirSync(commandsDir, { recursive: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hustle-together/api-dev-tools",
3
- "version": "3.12.2",
3
+ "version": "3.12.3",
4
4
  "description": "Interview-driven, research-first API development toolkit with 14-phase TDD workflow, enforcement hooks, and 23 Agent Skills for cross-platform AI agents",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {