@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.
@@ -3,6 +3,10 @@
3
3
  "sentry": {
4
4
  "type": "http",
5
5
  "url": "https://mcp.sentry.dev/mcp"
6
+ },
7
+ "asana": {
8
+ "type": "sse",
9
+ "url": "https://mcp.asana.com/sse"
6
10
  }
7
11
  }
8
12
  }
@@ -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/docs/superpowers/plans/YYYY-MM-DD-<slug>.md
8
- drawbridge-docs/docs/superpowers/specs/YYYY-MM-DD-<slug>.md
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/`, or any plan/spec working docs
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/docs/superpowers/{plans,specs}/`, not the repo you're working in.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drawbridge/drawbridge-agents",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Shared agent-instruction content (rules, code style, conventions) for the drawbridge-* monorepo.",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {