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.
- package/README.md +5 -0
- 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:
|