dino-spec 11.5.1 → 11.5.2

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,6 +53,11 @@
53
53
  - **Real-Time HUD** - Statusline integration showing budget, phase, tests, focus, git status (v9.1.0)
54
54
  - **Session Handoff** - Context continuity system for seamless session transitions (v9.1.0)
55
55
  - **Workflow Skills** - Phases from discovery to completion (`/dino.*`)
56
+ - **Smart Test Scoping** (v11.5.0) - `/dino.release` intelligently analyzes change impact to optimize test runs
57
+ - **Change Impact Analysis** - Detects dependency/structural/config changes requiring full test suite
58
+ - **Targeted Testing** - Isolated changes run focused tests via `--testPathPattern`
59
+ - **Skip When Verified** - Avoids redundant tests when already passed < 10 min ago
60
+ - **Import Analysis** - Greps for widespread dependencies to recommend full vs targeted scope
56
61
  - **Task Delegation** - Specialized agents with context handoffs
57
62
  - **Recursive Agents** - Self-spawning agents with complexity-based depth control (v8.0.0)
58
63
  - **Recursive Retrieval** (v10.4.0) - Enhanced RLM-style query decomposition with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dino-spec",
3
- "version": "11.5.1",
3
+ "version": "11.5.2",
4
4
  "description": "Automatic context engineering for Claude Code",
5
5
  "type": "module",
6
6
  "exports": {