@drawbridge/drawbridge-agents 0.1.49 → 0.1.50

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/claude/CLAUDE.md CHANGED
@@ -14,6 +14,7 @@
14
14
  @../conventions/app-web-forms.md
15
15
  @../conventions/app-web-gates.md
16
16
  @../conventions/docs-linkage.md
17
+ @../conventions/humanized-copy.md
17
18
  @../conventions/superpowers-docs.md
18
19
  @../conventions/git-branching.md
19
20
  @../conventions/graphify.md
@@ -0,0 +1,25 @@
1
+ # Humanize every word a person will read
2
+
3
+ Any prose you write that a human will read as *product or communication* goes through the
4
+ `humanizer` skill before it ships or posts. No exceptions for length — a two-line Asana
5
+ comment counts.
6
+
7
+ Covers, at minimum:
8
+
9
+ - App/UI copy: labels, buttons, empty states, error and notice messages, tooltips, onboarding.
10
+ - Asana comments and task descriptions, ship handoffs, retest instructions.
11
+ - Docs and user stories, README prose, release notes.
12
+ - Emails, SMS bodies, notification text, outreach drafts (growth), article/content drafts.
13
+ - Anything else a customer, teammate, or prospect reads as writing.
14
+
15
+ Does NOT cover: code, commit messages, code comments, test names, log lines, schema
16
+ descriptions — engineer-facing text follows the code conventions instead.
17
+
18
+ Rules when running it:
19
+
20
+ - Run humanizer BEFORE posting/committing the copy, not after someone flags it.
21
+ - It must not change facts, numbers, steps, or expected results — if a pass makes concrete
22
+ instructions vaguer, keep the original wording for those parts.
23
+ - Leave markup intact (Asana mention tags, links, placeholders like `{name}`).
24
+ - If the humanizer skill is not available in your session, say so and flag the copy as
25
+ un-humanized — do not silently skip the pass.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drawbridge/drawbridge-agents",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "description": "Shared agent-instruction content (rules, code style, conventions) for the drawbridge-* monorepo.",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {