draht-claude 2026.6.11 → 2026.7.7
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "draht-claude",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.7.7",
|
|
4
4
|
"description": "Draht GSD, multi-agent, TDD and DDD workflows as a Claude Code plugin. Install with `npx draht-claude install`.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"prepublishOnly": "node ../../scripts/sync-draht-tools.mjs"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@draht/tools": "2026.
|
|
28
|
+
"@draht/tools": "2026.7.7"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
31
|
"claude-code",
|