Files
pua/plugin.json
xsser b2c4f913f2 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)
2026-06-12 17:44:35 +08:00

45 lines
1.4 KiB
JSON

{
"name": "pua",
"version": "3.5.0",
"description": "Opt-in productivity coaching for Claude Code. Use for explicit PUA/try-harder requests, user frustration after repeated failures, requests to retry or change approach, passive/low-quality work complaints, completion checks, evidence requests, test/verification reminders, and Ding-style workplace process cues. Normal calm first-attempt requests are left alone.",
"author": {
"name": "探微安全实验室",
"url": "https://github.com/tanweai"
},
"homepage": "https://github.com/tanweai/pua",
"repository": "https://github.com/tanweai/pua",
"license": "MIT",
"commands": "./commands/",
"keywords": [
"pua",
"motivation",
"productivity",
"try-harder",
"retry",
"change-approach",
"frustration",
"quality-check",
"completion-checks",
"verify-before-done",
"evidence-first",
"delivery-quality",
"workplace-reminders",
"workplace-process",
"ding-style",
"structured-troubleshooting",
"corporate-culture",
"agent-team",
"p7-p8-p9-p10",
"methodology",
"offline",
"pi",
"trae",
"codex-aliases",
"diagnosis-first",
"heartbeat",
"cloudflare",
"feedback",
"jsonl"
]
}