@drawbridge/drawbridge-agents 0.1.2 → 0.1.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.
package/.root-template/.mcp.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# Superpowers working docs live in drawbridge-docs
|
|
2
2
|
|
|
3
3
|
All superpowers **plans** and **specs** — the outputs of the brainstorming / writing-plans /
|
|
4
|
-
spec workflows — live in one canonical place:
|
|
4
|
+
spec workflows — live in one canonical place, at the **root** of drawbridge-docs:
|
|
5
5
|
|
|
6
6
|
```
|
|
7
|
-
drawbridge-docs/
|
|
8
|
-
drawbridge-docs/
|
|
7
|
+
drawbridge-docs/superpowers/plans/YYYY-MM-DD-<slug>.md
|
|
8
|
+
drawbridge-docs/superpowers/specs/YYYY-MM-DD-<slug>.md
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
This is the **only** allowed home for these working docs. Rules:
|
|
12
12
|
|
|
13
|
-
- Do **not** create or keep `docs/superpowers/`, `docs/plans
|
|
13
|
+
- Do **not** create or keep superpowers plans/specs (or `docs/superpowers/`, `docs/plans/`)
|
|
14
14
|
inside any other repo. When you finalize a plan or spec, write it under
|
|
15
|
-
`../drawbridge-docs/
|
|
15
|
+
`../drawbridge-docs/superpowers/{plans,specs}/`, not the repo you're working in.
|
|
16
16
|
- When plan mode or a superpowers skill produces a plan/spec, the finalized document goes into
|
|
17
17
|
drawbridge-docs — regardless of which repo the work targets. Note the target repo in the doc.
|
|
18
18
|
- `.superpowers/` (brainstorm scratch — server state, HTML mockups) is ephemeral. **Never commit
|
package/package.json
CHANGED