spawn/.claude
A 53c7ead179
Some checks are pending
Lint / ShellCheck (push) Waiting to run
Lint / Biome Lint (push) Waiting to run
Lint / macOS Compatibility (push) Waiting to run
fix(growth): emphasise brevity in tweet prompt (no numbers, no limits) (#3390)
* fix(growth): enforce brevity in tweet prompt (target ≤140, hard cap 180)

Recent posted tweets were running 170-200 chars and reading as long-form
marketing copy. Tighten the tweet drafting prompt:

- Add a dedicated "BREVITY IS THE #1 RULE" section at the top
- Target 80-140 chars, hard cap 180 chars (down from the 280 platform limit)
- Good/bad length examples drawn from actual prior drafts
- Require a trim pass before output
- Update output format and rules to reflect the new caps

* fix(growth): drop numeric char targets, lean on taste

Numeric targets (target 140, cap 180) just become the new goal. The model
will pad to hit them instead of writing a punchy 40-char banger. Remove
all char-count anchors from the brevity guidance and let the good/bad
examples carry the signal.

- Rename section from 'BREVITY IS THE #1 RULE' to 'Keep it short'
- Drop 80-140 target, 180 cap, char-count example annotations
- Drop Chars line from output format and charCount from JSON
- Keep only the qualitative rules: don't pad, don't explain twice,
  prefer one sentence, cut what isn't pulling weight
- Platform 280 cap mentioned once as a ceiling, not a goal

* fix(growth): strip all length references from tweet prompt

Even mentioning '280 char limit' or 'platform limit' anchors the model
to the wrong end of the range. Remove both remaining length references
so the prompt is purely about taste: say less, don't pad, cut what
isn't pulling weight. The platform enforces its own limit.

- Drop the 'platform 280 char limit is a ceiling' paragraph
- Drop 'Must fit in a tweet (under the platform limit)' from rules

---------

Co-authored-by: Claude <claude@anthropic.com>
2026-05-04 12:19:48 -07:00
..
rules feat(discovery): add skills scout to discovery team (#3252) 2026-04-10 07:38:43 +00:00
scripts feat(oss): add collaborator gate to all agent team bots (#3333) 2026-04-22 00:32:07 -07:00
skills fix(growth): emphasise brevity in tweet prompt (no numbers, no limits) (#3390) 2026-05-04 12:19:48 -07:00
settings.json fix: allow nested worktree paths in pre-merge hook regex (#2401) (#2411) 2026-03-09 23:02:30 -04:00