Skip to content

Tags: tanweai/pua

Tags

v3.5.0

Toggle v3.5.0's commit message
feat(ding): v3.5.0 — 钉味 skill 全面升级 blockquote + 来源标注

- 所有钉味输出从 ▎ Unicode 前缀改为 markdown blockquote(> )语法
  Claude Code 渲染器仅对 > 语法触发 dim ▎ + italic 灰色块样式
- 每条 blockquote 开头标注来源:《置身钉内》或《置身钉外》
- 新增独立 skills/ding/ skill 目录(SKILL.md + references/)
- 新增 commands/ding.md、evidence.md、again.md、done-check.md
- 新增 evals/test-trigger-regex.sh(38 条触发正则测试)
- hooks/session-restore.sh、flavor-helper.sh 同步更新格式
- 版本号 3.4.6 → 3.5.0(plugin.json + 两个 marketplace manifest)

v3.2.1

Toggle v3.2.1's commit message
v3.2.1: hotfix flavor-helper.sh unbound variable for first-run users (#…

…144)

v2.9.0

Toggle v2.9.0's commit message
chore: update WeChat group QR code

v1.2.0

Toggle v1.2.0's commit message
v1.2.0: English PIP Edition + version bump

v1.1.3

Toggle v1.1.3's commit message
feat: add verification PUA rhetoric — push agents to self-verify with…

… tools

- Add "delivery verification" row to proactivity table (all 3 languages)
- Add 2 new push rhetoric items: "证据呢?" and "你自己用了一遍吗?"
- Enhance checklist with evidence-based verification requirements
- Add 🟠 Alibaba Verification Type sub-flavor
- Add verification paragraphs to ByteDance, Huawei, Tencent, Meituan flavors
- Add 2 new anti-rationalization table rows for empty-mouth completion

v1.1.2

Toggle v1.1.2's commit message
fix: rename /pua command — remove 'debugging' branding, fix skill ref…

…erence

- Command description: remove 'debugging' limitation, applies to all tasks
- Fix skill reference: ali-pua:pua → pua:pua
- Plugin/marketplace descriptions: 'PUA Debugging Motivator' → 'PUA Motivator'
- Remove debugging-specific keywords
- Bump version to 1.1.1

v1.1.1

Toggle v1.1.1's commit message
fix: trim SKILL.md description to fit 1024-char limit

pua was 1025 chars (over by 1), pua-ja was 1068 chars (over by 44).
Claude Code skill loader rejects descriptions exceeding 1024 characters.
Condensed trigger descriptions while preserving all semantic triggers.

v1.1.0

Toggle v1.1.0's commit message
feat: add Agent Team integration support

- Add Agent Team section to SKILL.md (zh/en/ja) with role definitions,
  Leader/Teammate behavior rules, and PUA-REPORT protocol
- Add condensed Agent Team summary to codex/pua/SKILL.md
- Create PUA Enforcer agent definitions (zh/en/ja) in agents/
- Add Agent Team Usage Guide to all 3 READMEs
- Add TEAM_FEATURES data + Agent Team exhibit section to landing page

v1.0.0

Toggle v1.0.0's commit message
ci: add auto-release workflow on tag push