sdd-full 5.2.2 → 5.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/.claude/commands/mu.md +43 -12
  2. package/.claude/settings.json +84 -0
  3. package/.claude/skills/multi-expert-discussion/SKILL.md +87 -3
  4. package/.claude/skills/multi-expert-discussion/references/action-prioritization.md +359 -0
  5. package/.claude/skills/multi-expert-discussion/references/attribution-analysis.md +568 -0
  6. package/.claude/skills/multi-expert-discussion/references/cross-examination.md +252 -0
  7. package/.claude/skills/multi-expert-discussion/references/entropy-framework.md +167 -0
  8. package/.claude/skills/multi-expert-discussion/references/mechanisms.md +84 -0
  9. package/.claude/skills/multi-expert-discussion/references/problem-routing.md +41 -1
  10. package/.claude/skills/multi-expert-discussion/references/red-team.md +279 -0
  11. package/.claude/skills/multi-expert-discussion/references/roles.md +78 -0
  12. package/.claude/skills/multi-expert-discussion/references/scoring.md +49 -0
  13. package/.claude/skills/multi-expert-discussion/references/second-order-effects.md +343 -0
  14. package/.claude/skills/multi-expert-discussion/templates/reports.md +156 -0
  15. package/.claude/skills/multi-expert-discussion//344/270/207/350/203/275/346/236/266/346/236/204/345/233/276/346/217/220/347/244/272/350/257/215/346/250/241/346/235/277.md +203 -0
  16. package/.claude/skills/multi-expert-discussion//345/256/214/346/225/264/346/236/266/346/236/204/345/233/276.md +615 -0
  17. package/.claude/system-backup/.gitconfig +9 -0
  18. package/.claude/system-backup/.ssh/config +0 -0
  19. package/.claude/system-backup/.ssh/known_hosts +1 -0
  20. package/.claude/system-backup/.zshrc +73 -0
  21. package/.claude/system-backup/README.md +49 -0
  22. package/.claude/system-backup/brew-casks.txt +11 -0
  23. package/.claude/system-backup/brew-packages.txt +107 -0
  24. package/.claude/system-backup/npm-global-packages.txt +33 -0
  25. package/bin.js +1 -1
  26. package/package.json +1 -1
@@ -0,0 +1,49 @@
1
+ # 系统配置备份说明
2
+
3
+ ## 备份位置
4
+ `/Users/xutao/Documents/trae_projects/sdd-full-npm/.claude/system-backup/`
5
+
6
+ ## 备份内容
7
+
8
+ | 文件/目录 | 说明 |
9
+ |-----------|------|
10
+ | `.ssh/` | SSH 密钥和配置 |
11
+ | `.gitconfig` | Git 配置 |
12
+ | `.zshrc` | Zsh 配置文件 |
13
+ | `brew-packages.txt` | Homebrew 公式包列表 |
14
+ | `brew-casks.txt` | Homebrew Cask 应用列表 |
15
+ | `npm-global-packages.txt` | npm 全局安装包列表 |
16
+
17
+ ---
18
+
19
+ ## 恢复步骤
20
+
21
+ ### 1. 恢复 SSH 密钥
22
+ ```bash
23
+ cp -r /Users/xutao/Documents/trae_projects/sdd-full-npm/.claude/system-backup/.ssh ~/
24
+ chmod 700 ~/.ssh
25
+ chmod 600 ~/.ssh/*
26
+ ```
27
+
28
+ ### 2. 恢复配置文件
29
+ ```bash
30
+ cp /Users/xutao/Documents/trae_projects/sdd-full-npm/.claude/system-backup/.gitconfig ~/
31
+ cp /Users/xutao/Documents/trae_projects/sdd-full-npm/.claude/system-backup/.zshrc ~/
32
+ ```
33
+
34
+ ### 3. 恢复 Homebrew 包
35
+ ```bash
36
+ # 首先安装 Homebrew
37
+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
38
+
39
+ # 恢复公式包
40
+ xargs brew install < /Users/xutao/Documents/trae_projects/sdd-full-npm/.claude/system-backup/brew-packages.txt
41
+
42
+ # 恢复 Cask 应用
43
+ xargs brew install --cask < /Users/xutao/Documents/trae_projects/sdd-full-npm/.claude/system-backup/brew-casks.txt
44
+ ```
45
+
46
+ ---
47
+
48
+ ## 备份时间
49
+ 2026-05-14
@@ -0,0 +1,11 @@
1
+ anythingllm
2
+ cc-switch
3
+ claude-code
4
+ codex
5
+ flutter
6
+ ghostty
7
+ lunar
8
+ opencode-desktop
9
+ solvespace
10
+ stats
11
+ ui-tars
@@ -0,0 +1,107 @@
1
+ aom
2
+ brotli
3
+ ca-certificates
4
+ cairo
5
+ chafa
6
+ chezmoi
7
+ cmake
8
+ cocoapods
9
+ dav1d
10
+ fd
11
+ ffmpeg
12
+ fish
13
+ fontconfig
14
+ freetype
15
+ fribidi
16
+ fzf
17
+ gdk-pixbuf
18
+ gettext
19
+ giflib
20
+ glib
21
+ graphite2
22
+ harfbuzz
23
+ hidapi
24
+ highway
25
+ icu4c@78
26
+ imagemagick
27
+ imath
28
+ jpeg-turbo
29
+ jpeg-xl
30
+ jq
31
+ lame
32
+ libavif
33
+ libdatrie
34
+ libde265
35
+ libdeflate
36
+ libheif
37
+ libpng
38
+ librsvg
39
+ libthai
40
+ libtiff
41
+ libtool
42
+ libunistring
43
+ libvmaf
44
+ libvpx
45
+ libx11
46
+ libxau
47
+ libxcb
48
+ libxdmcp
49
+ libxext
50
+ libxrender
51
+ libyaml
52
+ little-cms2
53
+ lsd
54
+ lz4
55
+ lzo
56
+ m4
57
+ mackup
58
+ make
59
+ minicom
60
+ mpdecimal
61
+ nginx
62
+ ninja
63
+ oniguruma
64
+ openexr
65
+ openjph
66
+ openssl@3
67
+ opus
68
+ pango
69
+ pcre2
70
+ pixman
71
+ python@3.14
72
+ readline
73
+ ripgrep
74
+ ruby
75
+ screen
76
+ sdl2
77
+ shared-mime-info
78
+ sqlite
79
+ starship
80
+ stow
81
+ svt-av1
82
+ terminal-notifier
83
+ unar
84
+ uv
85
+ webp
86
+ x264
87
+ x265
88
+ xcodegen
89
+ xorgproto
90
+ xz
91
+ yazi
92
+ z
93
+ zellij
94
+ zoxide
95
+ zsh-completions
96
+ zstd
97
+ anythingllm
98
+ cc-switch
99
+ claude-code
100
+ codex
101
+ flutter
102
+ ghostty
103
+ lunar
104
+ opencode-desktop
105
+ solvespace
106
+ stats
107
+ ui-tars
@@ -0,0 +1,33 @@
1
+ /Users/xutao/.nvm/versions/node/v22.22.0/lib
2
+ ├── @agent-tars/cli@0.3.0
3
+ ├── @anthropic-ai/claude-code@2.1.126
4
+ ├── @mohammednagy/graphify-ts@0.10.9
5
+ ├── @openai/codex@0.117.0
6
+ ├── @openclaw/lobster@2026.3.13
7
+ ├── @playwright/test@1.58.2
8
+ ├── amd-unpack@0.2.0
9
+ ├── corepack@0.34.0
10
+ ├── deobfuscator@2.4.5
11
+ ├── dojo-build@0.0.1
12
+ ├── escodegen@2.1.0
13
+ ├── esprima@4.0.1
14
+ ├── figma-context-mcp@1.5.0
15
+ ├── figma-image-skill@1.0.0 -> ./../../../../../Documents/trae_projects/figma-image
16
+ ├── javascript-deobfuscator@1.0.3
17
+ ├── js-beautify@1.15.4
18
+ ├── mempalace@2.0.0
19
+ ├── npm@10.9.4
20
+ ├── obfuscator-io-deobfuscator@1.0.6
21
+ ├── openclaw@2026.3.28
22
+ ├── opencode-ai@1.4.6
23
+ ├── pnpm@10.33.0
24
+ ├── requirejs@2.3.8
25
+ ├── sdd-full-flow@
26
+ ├── sdd-full@
27
+ ├── test-skills-generator@
28
+ ├── uipro-cli@2.2.3
29
+ ├── webcrack@2.15.1
30
+ ├── webpack-bundle-analyzer@5.3.0
31
+ ├── webpack-unpack@2.0.0
32
+ └── xpm@0.21.4
33
+
package/bin.js CHANGED
@@ -6,7 +6,7 @@ const fs = require('fs');
6
6
  const path = require('path');
7
7
 
8
8
  const SDD = {
9
- version: '5.2.2',
9
+ version: '5.2.4',
10
10
  name: 'sdd-full',
11
11
  description: '完整的软件设计开发技能包'
12
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdd-full",
3
- "version": "5.2.2",
3
+ "version": "5.2.4",
4
4
  "description": "SDD Full - 完整的软件设计开发技能包",
5
5
  "main": "index.js",
6
6
  "bin": "./bin.js",