2 Commits

Author SHA1 Message Date
xxnbyy 1f3b24bff8 fix: sync skill content across all platforms and fix landing page accuracy
**Skill content sync (cursor/kiro/vscode/codex/codebuddy):**
- Add Owner意识四问 (4-question owner mindset checklist)
- Add 3 new failure modes: 被动等待/差不多就行/空口完成
- Add 阿里味·关怀型 (caring variant) to 大厂PUA扩展包
- Add 自动选择机制 with output format and examples
- Add 3 new 抗合理化 entries for the new failure modes
- Fix broken 断链: add 百度味/拼多多味 definitions to cursor rules
- codex/codebuddy: add 任务生命周期行为框架 (task lifecycle framework)
- Add pua-loop skill; remove obsolete loop skill

**README fixes:**
- ja: add missing VSCode (GitHub Copilot) from supported platforms list
- zh-CN + ja: add /pua:p9 and /pua:pro to Works Well With section

**Landing page accuracy:**
- Unify flavor count: 10/14 → 13 across index.html, guide.html, i18n.ts, App.tsx
- Add Google Antigravity to hero platform badges (dist/index.html)
- Complete platform list in App.tsx: 4 → 9 platforms
- Fix CC install command: show both marketplace add + plugin install steps

**New commands:** flavor, kpi, off, on, survey
**Add CLAUDE.md** project instructions for Claude Code
2026-03-23 19:12:32 +08:00
xxnbyy 1a665ad47a feat: add VSCode (GitHub Copilot) support with 3 languages × 3 file types
Closes #79

## Added files (vscode/)
- copilot-instructions{,-en,-ja}.md — global workspace instructions (auto-active)
- instructions/pua{,-en,-ja}.instructions.md — path-level instructions with applyTo: "**"
- prompts/pua{,-en,-ja}.prompt.md — /pua slash command for Copilot Chat

## Fixes in prompt frontmatter
- Replace deprecated `mode: agent` with `agent: 'agent'`

## README updates (all 3 languages)
- Add VSCode installation section with 3 methods
- Fix English README to reference -en variant files (was incorrectly using Chinese files)
- Correct required settings per method:
  - Method 1: github.copilot.chat.codeGeneration.useInstructionFiles
  - Method 2: chat.includeApplyingInstructions
  - Method 3: no settings needed
2026-03-17 19:56:30 +08:00