@drawbridge/drawbridge-agents 0.1.4 → 0.1.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.
- package/.root-template/.nvmrc +1 -0
- package/README.md +3 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v22.23.1
|
package/README.md
CHANGED
|
@@ -24,9 +24,11 @@ claude/
|
|
|
24
24
|
skills/ ← shared skills (drawbridge-ship-feature, -asana-ship-handoff, ...)
|
|
25
25
|
hooks/ agents/ commands/
|
|
26
26
|
|
|
27
|
-
.root-template/ ← mirrored into each consumer repo's root
|
|
27
|
+
.root-template/ ← mirrored into each consumer repo's root (identical everywhere)
|
|
28
28
|
.mcp.json ← project-level MCP servers (Sentry, Asana)
|
|
29
29
|
.editorconfig ← family-wide editor defaults (tabs, lf, utf-8)
|
|
30
|
+
.npmrc ← save-exact=true (enforces the exact-pin convention)
|
|
31
|
+
.nvmrc ← family-standard node version (v22.23.1)
|
|
30
32
|
|
|
31
33
|
bin/
|
|
32
34
|
sync-claude.js ← drawbridge-agents-sync — mirrors templates + graphify preflight
|
package/package.json
CHANGED