mirror of
https://github.com/tanweai/pua.git
synced 2026-09-01 15:39:55 +08:00
b2c4f913f2
- 所有钉味输出从 ▎ 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)
18 lines
627 B
JSON
18 lines
627 B
JSON
{
|
|
"name": "pua-skills",
|
|
"description": "PUA Motivator for CodeBuddy — opt-in try-harder coaching, completion checks, and Ding-style workplace reminders.",
|
|
"version": "3.5.0",
|
|
"owner": {
|
|
"name": "探微安全实验室",
|
|
"url": "https://github.com/tanweai"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "pua",
|
|
"description": "PUA productivity coaching for CodeBuddy: retry/change-approach reminders, structured troubleshooting, evidence-first completion habits, and workplace-flavored reminders.",
|
|
"version": "3.5.0",
|
|
"source": "./"
|
|
}
|
|
]
|
|
}
|