@sebastienrousseau/dotfiles 0.2.481 → 0.2.499

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 (317) hide show
  1. package/docs/ARCHITECTURE.md +29 -196
  2. package/docs/COMPLIANCE.md +10 -10
  3. package/docs/COPYRIGHT +3 -4
  4. package/docs/OPERATIONS.md +38 -65
  5. package/docs/PLAN.md +3 -3
  6. package/docs/PR_DESCRIPTION.md +85 -84
  7. package/docs/ROADMAP.md +11 -11
  8. package/docs/ROADMAP_legacy.md +556 -0
  9. package/docs/SECURITY_CHECKLIST.md +1 -1
  10. package/docs/TASK.md +4 -4
  11. package/docs/WALKTHROUGH.md +33 -152
  12. package/package.json +17 -5
  13. package/scripts/backup.sh +142 -0
  14. package/scripts/banner.sh +20 -0
  15. package/scripts/benchmark.sh +20 -0
  16. package/scripts/build.sh +41 -0
  17. package/scripts/clean.sh +31 -0
  18. package/scripts/compile.sh +54 -0
  19. package/scripts/copy.sh +108 -0
  20. package/scripts/{tools/detect-collisions.py → detect-collisions.py} +1 -1
  21. package/scripts/doctor.sh +79 -0
  22. package/scripts/dotfiles.sh +63 -0
  23. package/scripts/download.sh +35 -0
  24. package/scripts/help.sh +57 -0
  25. package/scripts/lock-configs.sh +57 -0
  26. package/scripts/package.sh +46 -0
  27. package/scripts/ssh.sh +55 -0
  28. package/scripts/teleport.sh +23 -0
  29. package/scripts/{tests/test-aliases.sh → test-aliases.sh} +3 -3
  30. package/scripts/test_smoke.sh +88 -0
  31. package/scripts/unpack.sh +28 -0
  32. package/scripts/{diagnostics/verify_state.sh → verify_state.sh} +21 -21
  33. package/templates/projects/go/README.md +0 -4
  34. package/templates/projects/node/README.md +0 -4
  35. package/templates/projects/python/README.md +0 -4
  36. package/templates/projects/python/pyproject.toml +0 -15
  37. package/CHANGELOG.md +0 -285
  38. package/LICENSE +0 -1283
  39. package/README.md +0 -315
  40. package/docs/ALIASES.md +0 -128
  41. package/docs/FEATURES.md +0 -166
  42. package/docs/FONTS.md +0 -147
  43. package/docs/INSTALL.md +0 -119
  44. package/docs/KEYS.md +0 -40
  45. package/docs/KEY_ROTATION.md +0 -219
  46. package/docs/LEGACY_ROADMAP.md +0 -142
  47. package/docs/NEOVIM_IDE_GUIDE.md +0 -52
  48. package/docs/README.md +0 -269
  49. package/docs/REPO_AUDIT.md +0 -23
  50. package/docs/SCREENSHOTS.md +0 -116
  51. package/docs/SECRETS.md +0 -76
  52. package/docs/SECURITY.md +0 -30
  53. package/docs/TESTING.md +0 -190
  54. package/docs/TOOLS.md +0 -146
  55. package/docs/TROUBLESHOOTING.md +0 -112
  56. package/docs/UTILS.md +0 -105
  57. package/docs/WSL2_NIX_TROUBLESHOOTING.md +0 -723
  58. package/docs/adr/ADR-001-ci-cd-pipeline.md +0 -101
  59. package/docs/adr/ADR-002-shell-performance.md +0 -121
  60. package/docs/adr/ADR-003-security-first.md +0 -140
  61. package/docs/adr/ADR-004-cli-architecture.md +0 -157
  62. package/docs/adr/ADR-005-chezmoi-choice.md +0 -89
  63. package/docs/adr/ADR-006-shell-selection.md +0 -115
  64. package/docs/adr/README.md +0 -33
  65. package/docs/themes/README.md +0 -20
  66. package/dot_config/aider/aider.conf.yml +0 -32
  67. package/dot_config/alacritty/alacritty.toml.tmpl +0 -483
  68. package/dot_config/ansible/ansible.cfg.tmpl +0 -11
  69. package/dot_config/atuin/config.toml +0 -23
  70. package/dot_config/bat/config +0 -8
  71. package/dot_config/brave-flags.conf.tmpl +0 -7
  72. package/dot_config/btop/btop.conf +0 -16
  73. package/dot_config/btop/themes/tokyonight.theme +0 -34
  74. package/dot_config/bun/bunfig.toml.tmpl +0 -33
  75. package/dot_config/claude/mcp_servers.json +0 -49
  76. package/dot_config/clippy.toml +0 -55
  77. package/dot_config/containers/containers.conf +0 -14
  78. package/dot_config/curl/dot_curlrc +0 -18
  79. package/dot_config/dlv/config.yml +0 -39
  80. package/dot_config/docker/config.json.tmpl +0 -15
  81. package/dot_config/dotfiles/boot/README.md +0 -11
  82. package/dot_config/dotfiles/grub/README.md +0 -11
  83. package/dot_config/dotfiles/lock/README.md +0 -11
  84. package/dot_config/dotfiles/versions.env.tmpl +0 -19
  85. package/dot_config/duf/duf.conf +0 -6
  86. package/dot_config/duti/defaults.duti +0 -5
  87. package/dot_config/emoji/emoji.txt +0 -34
  88. package/dot_config/fastfetch/config.jsonc +0 -28
  89. package/dot_config/firefox/user.js +0 -8
  90. package/dot_config/flatpak/flatpak.list +0 -4
  91. package/dot_config/fontconfig/fonts.conf.tmpl +0 -44
  92. package/dot_config/gem/gemrc +0 -9
  93. package/dot_config/gh/config.yml +0 -12
  94. package/dot_config/ghostty/config.tmpl +0 -661
  95. package/dot_config/git/attributes +0 -12
  96. package/dot_config/git/config.tmpl +0 -77
  97. package/dot_config/git/ignore +0 -27
  98. package/dot_config/gnupg/gpg-agent.conf.tmpl +0 -11
  99. package/dot_config/go/aliases.sh +0 -61
  100. package/dot_config/go/env.sh +0 -24
  101. package/dot_config/go/golangci.yml +0 -118
  102. package/dot_config/go/gopls.json +0 -30
  103. package/dot_config/goose/config.yaml +0 -29
  104. package/dot_config/gtk-3.0/gtk.css.tmpl +0 -305
  105. package/dot_config/gtk-3.0/settings.ini.tmpl +0 -66
  106. package/dot_config/gtk-4.0/gtk.css.tmpl +0 -309
  107. package/dot_config/gtk-4.0/settings.ini.tmpl +0 -21
  108. package/dot_config/htop/htoprc +0 -20
  109. package/dot_config/ice/README.md +0 -13
  110. package/dot_config/inputrc +0 -2
  111. package/dot_config/ipython/profile_default/ipython_config.py.tmpl +0 -5
  112. package/dot_config/just/justfile +0 -104
  113. package/dot_config/k9s/config.yaml.tmpl +0 -65
  114. package/dot_config/k9s/skins/catppuccin-mocha.yaml +0 -116
  115. package/dot_config/karabiner/karabiner.json +0 -14
  116. package/dot_config/kitty/kitty.conf.tmpl +0 -517
  117. package/dot_config/lazydocker/config.yml +0 -186
  118. package/dot_config/lazygit/config.yml +0 -23
  119. package/dot_config/lsd/config.yaml +0 -19
  120. package/dot_config/mas/masapps.txt +0 -5
  121. package/dot_config/minikube/config.json +0 -13
  122. package/dot_config/mise/config.toml +0 -41
  123. package/dot_config/mongosh/mongoshrc.js +0 -67
  124. package/dot_config/mycli/myclirc +0 -67
  125. package/dot_config/nano/nanorc +0 -28
  126. package/dot_config/ncdu/config +0 -12
  127. package/dot_config/nvim/init.lua +0 -4
  128. package/dot_config/nvim/lazy-lock.json +0 -27
  129. package/dot_config/nvim/lua/config/autocmds.lua +0 -63
  130. package/dot_config/nvim/lua/config/keymaps.lua +0 -87
  131. package/dot_config/nvim/lua/config/lazy.lua +0 -34
  132. package/dot_config/nvim/lua/config/options.lua +0 -48
  133. package/dot_config/nvim/lua/plugins/coding.lua +0 -234
  134. package/dot_config/nvim/lua/plugins/dap.lua +0 -201
  135. package/dot_config/nvim/lua/plugins/editor.lua +0 -59
  136. package/dot_config/nvim/lua/plugins/git.lua +0 -9
  137. package/dot_config/nvim/lua/plugins/lsp.lua +0 -221
  138. package/dot_config/nvim/lua/plugins/markdown.lua +0 -17
  139. package/dot_config/nvim/lua/plugins/rust.lua +0 -33
  140. package/dot_config/nvim/lua/plugins/sessions.lua +0 -32
  141. package/dot_config/nvim/lua/plugins/ui.lua +0 -537
  142. package/dot_config/nvim/snippets/all.lua +0 -9
  143. package/dot_config/nvim/snippets/python.lua +0 -16
  144. package/dot_config/pip/pip.conf.tmpl +0 -32
  145. package/dot_config/pypoetry/config.toml.tmpl +0 -6
  146. package/dot_config/pyrightconfig.json.tmpl +0 -5
  147. package/dot_config/raycast/README.md +0 -13
  148. package/dot_config/redis/redisclirc +0 -41
  149. package/dot_config/shell/00-container-detect.sh +0 -53
  150. package/dot_config/shell/00-core-paths.sh.tmpl +0 -95
  151. package/dot_config/shell/05-core-safety.sh.tmpl +0 -13
  152. package/dot_config/shell/40-ls-colors.sh.tmpl +0 -31
  153. package/dot_config/shell/50-logic-functions.sh.tmpl +0 -10
  154. package/dot_config/shell/90-theme-switch.sh +0 -70
  155. package/dot_config/shell/90-ux-aliases.sh.tmpl +0 -35
  156. package/dot_config/shell/91-ux-aliases-lazy.sh.tmpl +0 -23
  157. package/dot_config/shell/Brewfile +0 -207
  158. package/dot_config/shell/Brewfile.cask +0 -92
  159. package/dot_config/shell/Brewfile.cli +0 -119
  160. package/dot_config/shell/README.md +0 -267
  161. package/dot_config/shell/custom/context_suggest.zsh +0 -68
  162. package/dot_config/shell/custom/error_analysis.zsh +0 -45
  163. package/dot_config/sops/dot_sops.yaml +0 -23
  164. package/dot_config/starship.toml.tmpl +0 -124
  165. package/dot_config/task/Taskfile.yml +0 -86
  166. package/dot_config/tflint/tflint.hcl.tmpl +0 -9
  167. package/dot_config/tmux/tmux.conf.tmpl +0 -181
  168. package/dot_config/topgrade/topgrade.toml.tmpl +0 -42
  169. package/dot_config/vscode/extensions.txt +0 -11
  170. package/dot_config/vscode/settings.json.tmpl +0 -123
  171. package/dot_config/waybar/style.css +0 -8
  172. package/dot_config/wezterm/wezterm.lua.tmpl +0 -236
  173. package/dot_config/wget/wgetrc +0 -12
  174. package/dot_config/yarn/yarnrc.yml.tmpl +0 -36
  175. package/dot_config/yazi/yazi.toml +0 -40
  176. package/dot_config/zellij/config.kdl +0 -79
  177. package/dot_config/zsh/dot_zprofile +0 -13
  178. package/dot_config/zsh/dot_zshenv +0 -6
  179. package/dot_config/zsh/dot_zshrc.tmpl +0 -199
  180. package/dot_config/zsh/rc.d/05-ssh-agent.zsh +0 -5
  181. package/dot_config/zsh/rc.d/10-env.zsh.tmpl +0 -28
  182. package/dot_config/zsh/rc.d/20-zinit.zsh.tmpl +0 -22
  183. package/dot_config/zsh/rc.d/30-options.zsh.tmpl +0 -123
  184. package/dot_config/zsh/rc.d/40-bell.zsh.tmpl +0 -20
  185. package/dot_config/zsh/rc.d/50-login-fortune.zsh.tmpl +0 -9
  186. package/dot_local/bin/executable_ai_core +0 -130
  187. package/dot_local/bin/executable_b64 +0 -59
  188. package/dot_local/bin/executable_dot +0 -178
  189. package/dot_local/bin/executable_dot_completion +0 -55
  190. package/dot_local/bin/executable_epoch +0 -62
  191. package/dot_local/bin/executable_extract +0 -108
  192. package/dot_local/bin/executable_git-ai-commit +0 -160
  193. package/dot_local/bin/executable_git-ai-diff +0 -154
  194. package/dot_local/bin/executable_hash +0 -123
  195. package/dot_local/bin/executable_hex +0 -79
  196. package/dot_local/bin/executable_ip +0 -37
  197. package/dot_local/bin/executable_jsonv +0 -54
  198. package/dot_local/bin/executable_jwt +0 -78
  199. package/dot_local/bin/executable_kill-port +0 -59
  200. package/dot_local/bin/executable_lorem +0 -103
  201. package/dot_local/bin/executable_regex +0 -96
  202. package/dot_local/bin/executable_tmux-sessionizer +0 -187
  203. package/dot_local/bin/executable_tour +0 -137
  204. package/dot_local/bin/executable_update +0 -108
  205. package/dot_local/bin/executable_uuid +0 -57
  206. package/dot_local/bin/executable_yamlv +0 -39
  207. package/dot_local/bin/executable_zig-install +0 -89
  208. package/dot_local/bin/voice_ops +0 -7
  209. package/dot_local/share/bash-completion/completions/dot +0 -54
  210. package/dot_local/share/zsh/completions/.keep +0 -0
  211. package/install.sh +0 -255
  212. package/scripts/ci/validate-ci-config.sh +0 -222
  213. package/scripts/demo/record.sh +0 -41
  214. package/scripts/diagnostics/benchmark.sh +0 -201
  215. package/scripts/diagnostics/doctor.sh +0 -115
  216. package/scripts/diagnostics/drift-dashboard.sh +0 -26
  217. package/scripts/diagnostics/health.sh +0 -356
  218. package/scripts/diagnostics/history-analysis.sh +0 -77
  219. package/scripts/diagnostics/security-score.sh +0 -392
  220. package/scripts/dot/commands/appearance.sh +0 -63
  221. package/scripts/dot/commands/core.sh +0 -130
  222. package/scripts/dot/commands/diagnostics.sh +0 -100
  223. package/scripts/dot/commands/meta.sh +0 -117
  224. package/scripts/dot/commands/restore.sh +0 -209
  225. package/scripts/dot/commands/secrets.sh +0 -81
  226. package/scripts/dot/commands/security.sh +0 -73
  227. package/scripts/dot/commands/tools.sh +0 -228
  228. package/scripts/dot/lib/utils.sh +0 -72
  229. package/scripts/fonts/install-nerd-fonts.sh +0 -59
  230. package/scripts/fonts/patch-fonts.sh +0 -34
  231. package/scripts/ops/chezmoi-apply.sh +0 -42
  232. package/scripts/ops/chezmoi-diff.sh +0 -14
  233. package/scripts/ops/chezmoi-remove.sh +0 -43
  234. package/scripts/ops/chezmoi-update.sh +0 -16
  235. package/scripts/ops/heal.sh +0 -466
  236. package/scripts/ops/health-check.sh +0 -380
  237. package/scripts/ops/rollback.sh +0 -531
  238. package/scripts/ops/teleport.sh +0 -32
  239. package/scripts/secrets/age-init.sh +0 -69
  240. package/scripts/secrets/create-secrets-file.sh +0 -44
  241. package/scripts/secrets/encrypt-ssh-key.sh +0 -42
  242. package/scripts/security/backup.sh +0 -17
  243. package/scripts/security/dns-doh.sh +0 -29
  244. package/scripts/security/encryption-check.sh +0 -39
  245. package/scripts/security/enforce-policies.sh +0 -339
  246. package/scripts/security/firewall.sh +0 -34
  247. package/scripts/security/lock-configs.sh +0 -57
  248. package/scripts/security/lock-screen.sh +0 -33
  249. package/scripts/security/manage-secrets.sh +0 -415
  250. package/scripts/security/telemetry-kill.sh +0 -28
  251. package/scripts/security/usb-safety.sh +0 -29
  252. package/scripts/tests/README.md +0 -241
  253. package/scripts/tests/benchmark.sh +0 -91
  254. package/scripts/tests/framework/assertions.sh +0 -283
  255. package/scripts/tests/framework/mocks.sh +0 -201
  256. package/scripts/tests/framework/test_runner.sh +0 -189
  257. package/scripts/tests/integration/test_install.sh +0 -237
  258. package/scripts/tests/performance/benchmark_runner.sh +0 -156
  259. package/scripts/tests/performance/regression_check.sh +0 -73
  260. package/scripts/tests/performance/stress_test.sh +0 -65
  261. package/scripts/tests/test-docker.sh +0 -48
  262. package/scripts/tests/unit/test_ai_aliases.sh +0 -158
  263. package/scripts/tests/unit/test_ai_cli_checks.sh +0 -47
  264. package/scripts/tests/unit/test_backup.sh +0 -227
  265. package/scripts/tests/unit/test_case_functions.sh +0 -238
  266. package/scripts/tests/unit/test_cd_aliases.sh +0 -367
  267. package/scripts/tests/unit/test_dot_cli.sh +0 -217
  268. package/scripts/tests/unit/test_encode64.sh +0 -67
  269. package/scripts/tests/unit/test_environment.sh +0 -78
  270. package/scripts/tests/unit/test_extract.sh +0 -163
  271. package/scripts/tests/unit/test_framework_edge_cases.sh +0 -113
  272. package/scripts/tests/unit/test_genpass.sh +0 -298
  273. package/scripts/tests/unit/test_install_edge_cases.sh +0 -167
  274. package/scripts/tests/unit/test_installers.sh +0 -172
  275. package/scripts/tests/unit/test_keygen.sh +0 -68
  276. package/scripts/tests/unit/test_logging.sh +0 -96
  277. package/scripts/tests/unit/test_os_detection_comprehensive.sh +0 -388
  278. package/scripts/tests/unit/test_package_managers_comprehensive.sh +0 -321
  279. package/scripts/tests/unit/test_prependpath.sh +0 -66
  280. package/scripts/tests/unit/test_prependpath_refactored.sh +0 -89
  281. package/scripts/tests/unit/test_rd.sh +0 -230
  282. package/scripts/tests/unit/test_security_fixes.sh +0 -130
  283. package/scripts/tests/unit/test_security_scripts.sh +0 -87
  284. package/scripts/tests/unit/test_template_validation.sh +0 -238
  285. package/scripts/tests/unit/test_utility_functions.sh +0 -144
  286. package/scripts/tests/unit/test_wave1_alias_split.sh +0 -132
  287. package/scripts/tests/unit/test_wave1_ci_pinning.sh +0 -61
  288. package/scripts/tests/unit/test_wave1_gitleaks_config.sh +0 -52
  289. package/scripts/tests/unit/test_wave1_heal_fixes.sh +0 -97
  290. package/scripts/tests/unit/test_wave1_install_gpg.sh +0 -35
  291. package/scripts/tests/unit/test_wave1_zshenv_path.sh +0 -89
  292. package/scripts/tests/unit/test_wave1_zshrc_lazy_hook.sh +0 -115
  293. package/scripts/tests/unit/test_wave2_dot_new_guard.sh +0 -75
  294. package/scripts/tests/unit/test_zipf.sh +0 -76
  295. package/scripts/theme/apply-gnome-theme.sh +0 -297
  296. package/scripts/theme/install-boot-logo.sh +0 -61
  297. package/scripts/theme/install-catppuccin-themes.sh +0 -346
  298. package/scripts/theme/install-cursors.sh +0 -24
  299. package/scripts/theme/install-file-icons.sh +0 -25
  300. package/scripts/theme/install-grub-theme.sh +0 -51
  301. package/scripts/theme/install-lock-icon.sh +0 -29
  302. package/scripts/theme/switch.sh +0 -250
  303. package/scripts/theme/wallpaper-rotate.sh +0 -82
  304. package/scripts/theme/wallpaper-sync.sh +0 -42
  305. package/scripts/tools/cmatrix.sh +0 -20
  306. package/scripts/tools/emoji-picker.sh +0 -45
  307. package/scripts/tools/figlet-banner.sh +0 -17
  308. package/scripts/tools/log-rotate.sh +0 -29
  309. package/scripts/tools/lolcat-wrap.sh +0 -18
  310. package/scripts/tools/pipes.sh +0 -47
  311. package/scripts/tuning/linux.sh +0 -175
  312. package/scripts/tuning/macos.sh +0 -46
  313. package/templates/projects/molecule/README.md +0 -7
  314. package/templates/projects/molecule/converge.yml +0 -7
  315. package/templates/projects/molecule/molecule.yml +0 -16
  316. package/templates/projects/packer/README.md +0 -15
  317. package/templates/projects/packer/main.pkr.hcl +0 -15
@@ -0,0 +1,556 @@
1
+ # Dotfiles Enhancement Roadmap
2
+
3
+ ## 1. Universal Configuration (Chezmoi) [COMPLETED]
4
+ - [x] **Core Setup**: Initialize `chezmoi` and migrate `.zshrc`.
5
+ - [x] **Templates**: Create template logic for macOS/Linux/Windows.
6
+ - [x] **Modularization**: Break down monolithic config into `.chezmoitemplates`.
7
+
8
+ ## 2. Shell Environment [COMPLETED]
9
+ - [x] **Oh-My-Zsh**: Replace with lightweight, custom modules.
10
+ - [x] **Prompt**: Implement `starship` for cross-shell consistency.
11
+ - [x] **Plugins**: Set up `zsh-syntax-highlighting` and `zsh-autosuggestions`.
12
+
13
+ ## 3. Tool Modernization [COMPLETED]
14
+ - [x] **Replacements**:
15
+ - `ls` -> `eza`
16
+ - `cat` -> `bat`
17
+ - `grep` -> `ripgrep`
18
+ - `cd` -> `zoxide`
19
+ - [x] **Aliases**: Create comprehensive alias sets for these new tools.
20
+
21
+ ## 4. Performance Optimization [COMPLETED]
22
+ - [x] **Startup Speed**: Implement `zcompile` and lazy-loading.
23
+ - [x] **Benchmarks**: Verify startup time is <20ms (Target achieved: <10ms).
24
+
25
+ ## 5. Security & Validation [COMPLETED]
26
+ - [x] **CI/CD**: Add GitHub Actions for cross-platform testing.
27
+ - [x] **Linting**: Ensure all scripts pass `shellcheck` and Codacy checks.
28
+
29
+ ## 6. Package Management [COMPLETED]
30
+ - [x] **Manifests**: Create `run_onchange` scripts for `Brewfile` (Mac) and `apt` (Linux).
31
+ - [x] **Automation**: Ensure packages are installed automatically on `chezmoi apply`.
32
+
33
+ ## 7. Cleanup & Optimization [COMPLETED]
34
+ - [x] **Home Directory**: Archive legacy files (`.bashrc`, `Makefile`, etc.).
35
+ - [x] **Vim Migration**: Move `.vimrc` to `chezmoi`.
36
+ - [x] **Vim Performance**: Optimize plugin loading logic.
37
+
38
+ ## 8. Documentation [COMPLETED]
39
+ - [x] **Audit**: Review README for accuracy.
40
+ - [x] **Updates**: Add installation, update, and migration guides.
41
+
42
+ ## 9. Future Adaptations (from PR #60 Analysis)
43
+ - [x] **Security Policy**: Adapt security concepts from PR #60 (e.g., `SECURITY.md`) to the new system.
44
+ - *Note*: Use standard `chezmoi` features (GPG) instead of custom scripts.
45
+ - [x] **Performance Benchmarking**: Port the "startup metrics" idea from PR #60.
46
+ - *Plan*: Use `hyperfine` to benchmark shell startup and document results.
47
+ - [x] **Operational Docs**: Review `OPERATIONS.md` from PR #60 and simplify for `chezmoi` workflows.
48
+
49
+ ## 10. Future Adaptations (from PR #59 Analysis)
50
+ - [x] **Audit Logging**: PR #59 implemented custom file-based auditing.
51
+ - *Adaptation*: Evaluate `chezmoi`'s native logging or git history as a replacement. Consider a lightweight wrapper if strict compliance logging is required.
52
+ - [x] **Input Validation**: PR #59 added strict validation for config variables.
53
+ - *Adaptation*: Use `chezmoi` template assertions (`{{ if not .email }}{{ fail "email required" }}{{ end }}`) to validate configuration at apply-time.
54
+ - [x] **Robust Error Handling**: PR #59 focused on strict error traps.
55
+ - *Adaptation*: Ensure all `run_onchange` scripts use `set -e` and provide clear, actionable error messages on failure.
56
+
57
+ ## 11. Structural Optimizations (v0.2.471) [COMPLETED]
58
+ - [x] **Semantic Organization**: Rename `dot_config/dotfiles` to `dot_config/shell` to better reflect its contents.
59
+ - [x] **Script Installation**: Move `bin/` to `dot_local/bin/` for automatic PATH integration.
60
+ - [x] **Cleanup**: Remove legacy `Makefile` and `package.json`.
61
+ - [x] **Segregation**: Split `run_onchange_install_packages.sh.tmpl` into OS-specific files.
62
+
63
+
64
+ ## 13. Phase 19: Toolchain Expansion (Recommended)
65
+ - [x] **Kubernetes**: Add `kubectl`, `helm`, `k9s` aliases and autocomplete.
66
+ - [x] **Infrastructure as Code**: Add `terraform`/`opentofu` and `ansible` aliases.
67
+ - [x] **Languages**: Add `go` (Go), `yarn` (JS), and `uv` (Python) support.
68
+ - [x] **Diagnostics**: Add `nc` (netcat), `ss` (socket stats), and `jq`/`yq` (JSON/YAML) helpers.
69
+
70
+ ## 14. Phase 20: Intelligent Assistance
71
+ - [x] **AI Integration**: Add CLI wrappers for LLMs (e.g., `fabric` or `gh copilot`).
72
+ - [x] **Smart Help**: Create a `dothelp` command that indexes and searches all custom aliases/functions.
73
+
74
+ ## 15. Phase 21: Hardened Security [COMPLETED]
75
+ - [x] **Secrets**: (Removed) 1Password integration removed in favor of native tooling.
76
+ - [x] **Signing**: Automated SSH signing configuration for Git (Native).
77
+ - [x] **YubiKey**: Zero-conf SSH Agent forwarding enabled.
78
+
79
+ ## 16. Phase 22: Automated Testing [COMPLETED]
80
+ - [x] **Container CI**: Run the full dotfiles installation in a Docker container (Ubuntu/Fedora/Arch) on every PR.
81
+ - [x] **Integration Tests**: Verify alias functionality in a live shell environment.
82
+
83
+
84
+ ## 17. Phase 23: Enterprise Core & Security (The Trust Layer) [COMPLETED]
85
+ - [x] **SLSA Compliance**: Achieve SLSA Level 2/3 compliance for the build/release process.
86
+ - [x] **SBOM Generation**: Automatically generate Software Bill of Materials (SPDX/CycloneDX) for every release.
87
+ - [x] **Signed Releases**: Implement GPG/Sigstore signing for all commits, tags, and release artifacts.
88
+ - [x] **Immutable Infrastructure**: Ensure critical configuration files are immutable in production environments.
89
+
90
+ ## 18. Phase 24: The Universal Installer (Zero-Dependency) [COMPLETED]
91
+ - [x] **TUI Installer**: Create a rich Terminal User Interface installer (Bubbletea/Go) for interactive setup.
92
+ - [x] **Zero-Dep Bootstrap**: Ensure the installer runs on a raw system with *only* `curl` and `sh` (no Python/Git required initially).
93
+ - [x] **Teleportation**: Capability to "teleport" the entire config to a remote session (SSH) ephemerally.
94
+
95
+ ## 19. Phase 25: The "Gold Standard" Documentation [COMPLETED]
96
+ - [x] **DocSite**: Update `dotfiles.github.io` (v0.2.471) with dependency cleanup and UI refresh.
97
+ - [ ] **Man Pages**: proper `man dotfiles` integration for every custom function and alias.
98
+ - [x] **Interactive Tour**: `dot learn` to launch an interactive guided tour of the shell environment.
99
+ - [ ] **Localization**: i18n support structure for error messages and help text.
100
+
101
+ ## 20. Phase 26: OS Bundling & Compliance [COMPLETED]
102
+ - [x] **XDG Compliance**: Strict adherence to XDG Base Directory specification for *all* config files.
103
+ - [x] **Vendor Hooks**: Directory structure for OS vendors to drop in 'site-local' overrides (`/etc/dotfiles/defaults.d`).
104
+ - [x] **POSIX Compliance**: Hardened shell scripts compatible with strict POSIX `sh` where performance counts.
105
+ - [x] **Package Formats**: Generate `.deb`, `.rpm`, and `.pkg` (macOS) installers for system-wide provision.
106
+
107
+ ## 21. Phase 27: Self-Healing & Diagnostics [COMPLETED]
108
+ - [x] **Health Checks**: `dot doctor` command to verify environment integrity (PATH, deps, permissions).
109
+ - [x] **Auto-Repair**: Intelligent suggestions and auto-fixes for common divergence issues.
110
+ - [x] **Drift Detection**: Alert user if local config has drifted from the managed state.
111
+
112
+ ## 22. Phase 28: Cloud-Native Bootstrapping
113
+ - [ ] **Cloud-Init**: Generate `user-data` scripts for AWS/GCP/Azure instance bootstrapping.
114
+ - [ ] **Container Native**: Provide a base Docker image (`sebastienrousseau/dotfiles:latest`) for devcontainers.
115
+ - [ ] **Terraform Provider**: A custom Terraform provider to provision dotfiles state.
116
+ - [ ] **Ephemeral Environments**: Hooks for GitHub Codespaces and GitPod.
117
+
118
+ ## 23. Phase 29: The "Secret Zero" Architecture
119
+ - [ ] **Vault Integration**: Native HashiCorp Vault support for dynamic secret fetching.
120
+ - [ ] **Secret Scanning**: Pre-commit hooks with TruffleHog/Gitleaks for high-entropy detection.
121
+ - [ ] **Hardware Enclaves**: Support for Secure Enclave (macOS) and TPM (Linux/Windows) for key storage.
122
+ - [ ] **OIDC Auth**: Keyless authentication for cloud services via GitHub OIDC.
123
+
124
+ ## 24. Phase 30: Enterprise Fleet Management
125
+ - [ ] **MDM Profiles**: Generate `.mobileconfig` (macOS) and ADMX (Windows) for managed devices.
126
+ - [ ] **Policy as Code**: Integrate OPA (Open Policy Agent) to enforce config constraints (e.g., "Must have MFA enabled").
127
+ - [ ] **Remote Telemetry**: Optional, privacy-preserving telemetry to a central dashboard (Grafana/Prometheus).
128
+ - [ ] **Role-Based Configs**: Distinct profiles for `SRE`, `Backend`, `Frontend`, `DataSci` via standard capability sets.
129
+
130
+ ## 25. Phase 31: Advanced Networking Plane
131
+ - [ ] **VPN Automator**: Scripts to auto-manage WireGuard/Tailscale meshes.
132
+ - [ ] **DNS Shield**: Local DNS-over-HTTPS (DoH) proxy setup (dnscrypt-proxy).
133
+ - [ ] **Firewall Manager**: Abstraction layer for `ufw`, `pf`, and `nftables`.
134
+ - [ ] **Proxy Aware**: Intelligent proxy switching based on network location.
135
+
136
+ ## 26. Phase 32: The "Predictive Shell" (AI v2) [COMPLETED]
137
+ - [x] **Context Autosuggest**: Autosuggestions driven by project context (e.g., suggest `npm start` in JS repos).
138
+ - [x] **Local LLM**: Integrate `llamafile` for offline, private "Ask my Shell" capabilities.
139
+ - [x] **VoiceOps**: Experimental voice command integration via Whisper.
140
+ - [x] **Error Analysis**: When a command fails, auto-query LLM for root cause and fix.
141
+
142
+ ## 27. Phase 33: The "Memory Layer" (History v2) [COMPLETED]
143
+ - [x] **Atuin**: Replace Zsh history with SQLite-backed, syncable shell history.
144
+ - *Benefit*: End-to-end encrypted sync, search by exit code/duration.
145
+ - [ ] **McFly**: Neural network-powered history search (alternative to fzf).
146
+
147
+ ## 28. Phase 34: The "Visual Layer" (TUI v2) [COMPLETED]
148
+ - [x] **Yazi**: Rust-based terminal file manager (replaces Ranger).
149
+ - *Benefit*: Instant startup, image previews (Sixel/Kitty), async I/O.
150
+ - [x] **Zellij**: Modern terminal multiplexer (replaces Tmux for new users).
151
+ - *Benefit*: Layout engine, floating panes, intuitive keybindings.
152
+ - [x] **Ghostty**: Configuration for the new GPU-accelerated terminal.
153
+
154
+ ## 29. Phase 35: Immutable Workstations
155
+
156
+ ## 28. Phase 34: Cross-Compiler Toolchain
157
+ - [ ] **Multi-Arch**: Auto-setup `qemu-user-static` for ARM64/AMD64 cross-compilation.
158
+ - [ ] **Wasm Target**: Standardize WebAssembly toolchain (Rust/Go to Wasm) setup.
159
+ - [ ] **Embedded Dev**: Presets for Arduino/ESP32/STM32 development.
160
+ - [ ] **Android/iOS**: Mobile development environment presets (Flutter/React Native).
161
+
162
+ ## 29. Phase 35: The Plugin Ecosystem
163
+ - [ ] **Module Registry**: A public registry/index of community-contributed dotfiles modules.
164
+ - [ ] **Dependency Solving**: Semantic versioning and resolution for modules.
165
+ - [ ] **Theme Exchange**: Marketplace for shell themes (Starship prompts, terminal colors).
166
+ - [ ] **Verified Publishers**: Cryptographic signing for "Official" modules.
167
+
168
+ ## 30. Phase 36: Accessibility & Localization (A11y)
169
+ - [ ] **Screen Reader**: Optimize TUI and shell outputs for screen readers.
170
+ - [ ] **High Contrast**: Dedicated accessible themes.
171
+ - [ ] **i18n**: Translations for all installer and help messages (ES, FR, DE, JP, CN).
172
+ - [ ] **Dyslexie Font**: One-click setup for dyslexia-friendly fonts.
173
+
174
+ ## 31. Phase 37: Performance Engineering Deep-Dive
175
+ - [ ] **Kernel Tuning**: Sysctl optimization profiles for high-throughput networks.
176
+ - [ ] **Storage Tuning**: Filesystem mount option optimizations for SSD/NVMe.
177
+ - [ ] **Compile Cache**: Global setup for `ccache` and `sccache`.
178
+ - [ ] **Ramdisk**: Scripts to mount build directories to RAM for speed.
179
+
180
+ ## 32. Phase 38: Data Science & Engineering
181
+ - [ ] **Conda/Mamba**: Optimized Python environment management.
182
+ - [ ] **GPU Config**: CUDA/ROCm setup and verification scripts.
183
+ - [ ] **Notebooks**: Jupyter/Zeppelin configuration presets.
184
+ - [ ] **Big Data**: Local Spark/Hadoop/Kafka dev clusters via Docker Compose.
185
+
186
+ ## 33. Phase 39: The "Global Dashboard"
187
+ - [ ] **Web UI**: A local web server (`localhost:8080`) to manage config visually.
188
+ - [ ] **System Status**: Real-time resource usage, battery, and network stats.
189
+ - [ ] **Git Overview**: Dashboard of status across all local git repositories.
190
+ - [ ] **Update Manager**: Visual interface for tool updates and migration.
191
+
192
+ ## 34. Phase 40: Identity & Access
193
+ - [ ] **SSH Certs**: Move from SSH keys to short-lived SSH Certificates.
194
+ - [ ] **YubiKey Bio**: Biometric enforcement for `sudo`.
195
+ - [ ] **PAM Modules**: Custom Pluggable Authentication Modules for strict auth.
196
+ - [ ] **Auditd Rules**: Pre-configured audit rules for security compliance.
197
+
198
+ ## 35. Phase 41: Chaos Engineering (Resilience)
199
+ - [ ] **Config Chaos**: Tool to randomly delete/corrupt config files to test recovery.
200
+ - [ ] **Network Simulation**: Simulate high latency/packet loss for integration testing.
201
+ - [ ] **Permission Fuzzing**: Verify system behaves correctly under strict umask/permissions.
202
+ - [ ] **Dependency Breakage**: Simulate missing dependencies to verify error handling.
203
+
204
+ ## 36. Phase 42: Legacy Modernization
205
+ - [ ] **Mainframe/Unix**: Support for AIX/Solaris/HP-UX (Legacy Unix).
206
+ - [ ] **PowerShell Core**: First-class support for PowerShell scripts on Linux/Mac.
207
+ - [ ] **DosBox/Wine**: Configs for running legacy Windows apps.
208
+ - [ ] **Terminal Emulators**: Config generation for Alacritty, Kitty, WezTerm, iTerm2.
209
+
210
+ ## 37. Phase 43: Documentation Hub (Enterprise)
211
+ - [ ] **Video Guides**: Auto-generated Asciinema casts for every command.
212
+ - [ ] **Knowledge Graph**: Interactive graph visualization of alias dependencies.
213
+ - [ ] **Glossary**: Searchable term dictionary.
214
+ - [ ] **Architecture Records**: ADRs for every major decision.
215
+
216
+ ## 38. Phase 44: Hardware Specifics
217
+ - [ ] **Keyboard Firmware**: QMK/ZMK config and flashing tools.
218
+ - [ ] **Monitor Control**: `ddcutil` scripts for brightness/input switching.
219
+ - [ ] **RGB Sync**: OpenRGB profiles for setup matching.
220
+ - [ ] **Fan Control**: Fan curve optimization scripts.
221
+
222
+ ## 39. Phase 45: Collaboration Tools
223
+ - [ ] **Pair Programming**: Setup for `tmate` or `ssh` pairing sessions.
224
+ - [ ] **Team Sync**: Synchronize non-secret aliases across a team via git.
225
+ - [ ] **GPG Web of Trust**: Tools to manage key signing parties.
226
+ - [ ] **ChatOps**: Integrations for Slack/Discord notifications on completion of long tasks.
227
+
228
+ ## 40. Phase 46: Database DevOps
229
+ - [ ] **DB Clients**: Pre-config for `psql`, `mycli`, `sqlite3`.
230
+ - [ ] **Local DBs**: One-command ephemereal DBs (Redis, Postgres, Mongo) via Docker.
231
+ - [ ] **Migration Tools**: Flyway/Liquibase alias integration.
232
+ - [ ] **Data Anonymization**: Tools to sanitize prod data for local dev.
233
+
234
+ ## 41. Phase 47: Serverless Workflows
235
+ - [ ] **Lambda/Functions**: Local dev environments for AWS Lambda/Azure Functions.
236
+ - [ ] **Edge Workers**: User agents/configs for Cloudflare Workers.
237
+ - [ ] **Wasm Edge**: Setup for running Wasm on the edge.
238
+ - [ ] **SAM/Serverless**: Framework aliases.
239
+
240
+ ## 42. Phase 48: Blockchain & Web3
241
+ - [ ] **Node Operation**: Configs for running Eth/BTC light nodes.
242
+ - [ ] **Smart Contracts**: Hardhat/Foundry toolchain setup.
243
+ - [ ] **Check Wallets**: CLI tools for checking balances (read-only).
244
+ - [ ] **IPFS**: Local IPFS node configuration.
245
+
246
+ ## 43. Phase 49: Media & Creative
247
+ - [ ] **FFmpeg**: The "Swiss Army Knife" alias set for video.
248
+ - [ ] **ImageMagick**: Batch processing scripts for images.
249
+ - [ ] **Streaming**: OBS Studio configuration and plugins.
250
+ - [ ] **Audio**: JACK/PipeWire low-latency audio config.
251
+
252
+ ## 44. Phase 50: The "Meta" Phase (Self-Optimization)
253
+ - [ ] **Analytics**: Analyze shell history to suggest new aliases for frequent commands.
254
+ - [ ] **Cleanup**: Auto-archive unused dotfiles/repos.
255
+ - [ ] **Speedrun**: Gamification of Setup Time (Leaderboards).
256
+ - [ ] **Feedback Loop**: Auto-file GitHub issues on crash.
257
+
258
+ ## 45. Phase 51: Regulatory Compliance [COMPLETED]
259
+ - [x] **SOC2 Mappings**: Document how configs satisfy SOC2 controls (Access/Change Mgmt).
260
+ - [x] **HIPAA/GDPR**: Privacy mode enforcing strict data hygiene.
261
+ - [x] **FedRAMP**: Templates for FedRAMP-compliant workstation baselines.
262
+ - [x] **ISO 27001**: Audit trails to satisfy ISO requirements.
263
+
264
+ ## 46. Phase 52: Virtualization Mastery
265
+ - [ ] **KVM/QEMU**: Optimized VM templates and launch scripts.
266
+ - [ ] **Vagrant**: Standard Vagrantfiles for reproducing dev envs.
267
+ - [ ] **Proxmox**: CLI tools for managing Proxmox clusters.
268
+ - [ ] **MicroVMs**: Firecracker/Kata containers integration.
269
+
270
+ ## 47. Phase 53: Windows Deep Integration (WSL2+)
271
+ - [ ] **PowerShell Profile**: Mirror Zsh functionality in pwsh.
272
+ - [ ] **WinGet**: Declarative package management for Windows apps.
273
+ - [ ] **Registry Hacks**: Scripts for performance/privacy registry tweaks.
274
+ - [ ] **WSL Bridge**: Seamless interop (pbcopy/open) between Linux/Windows.
275
+
276
+ ## 48. Phase 54: macOS Deep Integration [COMPLETED]
277
+ - [x] **Defaults Write**: Exhaustive macOS `defaults` configuration (Dock, Finder, Inputs).
278
+ - [x] **LaunchAgents**: Management of user background services.
279
+ - [x] **Homebrew Bundle**: Strict `Brewfile.lock` enforcement.
280
+ - [x] **TouchBar**: Custom TouchBar widgets (if applicable).
281
+
282
+ ## 49. Phase 55: Linux Deep Integration
283
+ - [ ] **Systemd User Units**: Management of user services via systemd.
284
+ - [ ] **Desktop Envs**: Configs for GNOME, KDE, Sway, Hyprland.
285
+ - [ ] **Udev Rules**: Custom hardware rules (FIDO keys, programmers).
286
+ - [ ] **Kernel Modules**: Auto-loading of required modules (v4l2loopback, etc).
287
+
288
+ ## 50. Phase 56: Network Topologies
289
+ - [ ] **Mesh Networks**: Yggdrasil/IPFS setup.
290
+ - [ ] **Onion Routing**: Tor proxy integration aliases.
291
+ - [ ] **Private Cloud**: Scripts to bootstrap a personal VPN server.
292
+ - [ ] **AdBlocking**: Host file / DNS blackholing updates.
293
+
294
+ ## 51. Phase 57: Build Systems
295
+ - [ ] **Bazel**: User-level Bazel cache and rc setup.
296
+ - [ ] **Maven/Gradle**: Global init scripts and properties.
297
+ - [ ] **CMake/Meson**: Toolchain files for cross-compilation.
298
+ - [ ] **Make**: A library of reusable Makefile includes.
299
+
300
+ ## 52. Phase 58: Editor Unification (The Grand Vim)
301
+ - [ ] **NeoVim Lua**: Full migration to a Lua-based NeoVim config.
302
+ - [ ] **Emacs Doom**: Support for Doom Emacs profile (Evil mode).
303
+ - [ ] **Helix/Kakoune**: Configs for modal editor alternatives.
304
+ - [ ] **LSP Universal**: Global LSP server management (Mason/null-ls).
305
+
306
+ ## 53. Phase 59: Font Typography [COMPLETED]
307
+ - [x] **Nerd Fonts**: Auto-patcher and installer for Nerd Fonts.
308
+ - [x] **Fontconfig**: Precision font rendering configuration (Next-gen).
309
+ - [x] **Ligatures**: Code-specific ligature settings.
310
+ - [x] **Emoji**: Custom emoji pickers and fonts.
311
+
312
+ ## 54. Phase 60: Terminal Emulators
313
+ - [ ] **Alacritty**: GPU-accelerated config.
314
+ - [ ] **Kitty**: Advanced kitten plugins and graphics protocol.
315
+ - [ ] **WezTerm**: Lua-based configuration.
316
+ - [ ] **Tmuxp/Zellij**: Layout managers for terminal workspaces.
317
+
318
+ ## 55. Phase 61: Browser Automation
319
+ - [ ] **Playwright/Selenium**: Dev tools for browser automation.
320
+ - [ ] **UserScripts**: Repository of Tampermonkey/Greasemonkey scripts.
321
+ - [ ] **Chrome/Firefox Policies**: Managed browser policies (bookmarks, extensions).
322
+ - [ ] **Harden**: Privacy-hardening user.js profiles.
323
+
324
+ ## 56. Phase 62: Email & Communication
325
+ - [ ] **Mutt/NeoMutt**: CLI email client configuration.
326
+ - [ ] **IRC/Matrix**: WeeChat/Irissi setup for chat protocols.
327
+ - [ ] **Contacts**: VCard management tools (`khard`).
328
+ - [ ] **Calendars**: CLI calendar tools (`khal`).
329
+
330
+ ## 57. Phase 63: Financial Operations (FinOps)
331
+ - [ ] **Cost CLI**: Tools to check AWS/Cloud costs (`infracost`).
332
+ - [ ] **Ledger**: Plain text accounting (`ledger-cli`/`hledger`) config.
333
+ - [ ] **Stock Ticker**: Terminal stock tickers (`mop`).
334
+ - [ ] **Crypto**: CLI tools for portfolio tracking.
335
+
336
+ ## 58. Phase 64: Game Development
337
+ - [ ] **Unity/Unreal**: CLI tools for engine management.
338
+ - [ ] **Godot**: GDScript and export templates.
339
+ - [ ] **Asset Pipeline**: Texture compression/audio conversion scripts.
340
+ - [ ] **Blender**: Headless rendering scripts.
341
+
342
+ ## 59. Phase 65: Mobile Device Management (Personal)
343
+ - [ ] **Adb/Fastboot**: Android debugging presets.
344
+ - [ ] **Scrcpy**: Screen mirroring optimization.
345
+ - [ ] **iOS Deploy**: Tools for side-loading apps.
346
+ - [ ] **Backup**: Signal/WhatsApp backup scripts.
347
+
348
+ ## 60. Phase 66: Home Automation
349
+ - [ ] **Home Assistant**: CLI tools (`hass-cli`) for smart home control.
350
+ - [ ] **MQTT**: Mosquitto pub/sub aliases.
351
+ - [ ] **ESPHome**: Flashing and logs management.
352
+ - [ ] **Zigbee2MQTT**: Network management tools.
353
+
354
+ ## 61. Phase 67: 3D Printing & CNC
355
+ - [ ] **G-Code**: G-code viewers and manipulators in terminal.
356
+ - [ ] **OctoPrint**: CLI control for 3D printers.
357
+ - [ ] **Firmware**: Marlin/Klipper build environments.
358
+ - [ ] **Slicing**: CLI slicing automation.
359
+
360
+ ## 62. Phase 68: Scientific Computing
361
+ - [ ] **Latex**: Tectonic/TexLive configuration.
362
+ - [ ] **R / Julie**: Statistical computing environments.
363
+ - [ ] **Pandoc**: Universal document converter templates.
364
+ - [ ] **Gnuplot**: Graphing scripts and styles.
365
+
366
+ ## 63. Phase 69: Quantum Computing (Future Proof)
367
+ - [ ] **Qiskit/Cirq**: Quantum SDK setup.
368
+ - [ ] **Simulators**: CLI quantum circuit simulators.
369
+ - [ ] **Algorithms**: Library of basic quantum algorithms.
370
+ - [ ] **Docs**: Quantum primer documentation.
371
+
372
+ ## 64. Phase 70: Bio-Informatics
373
+ - [ ] **Genomics**: Tools for SAM/BAM file processing (`samtools`).
374
+ - [ ] **PDB**: Protein structure viewer (CLI).
375
+ - [ ] **FASTA**: Sequence manipulation scripts.
376
+ - [ ] **Pipelines**: Nextflow/Snakemake configs.
377
+
378
+ ## 65. Phase 71: Geographic Information (GIS)
379
+ - [ ] **GDAL/OGR**: Geospatial data conversion tools.
380
+ - [ ] **PostGIS**: Database extensions setup.
381
+ - [ ] **Mapnik**: CLI map rendering.
382
+ - [ ] **OpenStreetMap**: Editors and data fetchers.
383
+
384
+ ## 66. Phase 72: Retro Computing
385
+ - [ ] **Emulation**: MAME/RetroArch configs.
386
+ - [ ] **Floppy**: Tools for writing IMG files to media.
387
+ - [ ] **Serial**: RS-232 communication scripts (`minicom`).
388
+ - [ ] **Cross-Asm**: 6502/Z80 assemblers.
389
+
390
+ ## 67. Phase 73: Radio & SDR
391
+ - [ ] **RTL-SDR**: Drivers and frequency scanning scripts.
392
+ - [ ] **Ham Radio**: Logbook and propagation tools.
393
+ - [ ] **Decode**: POCSAG/APRS decoding pipelines.
394
+ - [ ] **GnuRadio**: Headless flowgraph execution.
395
+
396
+ ## 68. Phase 74: Photography & Video
397
+ - [ ] **Exif**: Batch metadata editing (`exiftool`).
398
+ - [ ] **RAW**: Darktable/RawTherapee CLI export sidecars.
399
+ - [ ] **Timelapse**: Assembly scripts using `ffmpeg`.
400
+ - [ ] **YouTube-DL**: Archival scripts (`yt-dlp`).
401
+
402
+ ## 69. Phase 75: Music Production
403
+ - [ ] **MIDI**: CLI MIDI routing and monitoring.
404
+ - [ ] **Csound/SuperCollider**: Live coding environments.
405
+ - [ ] **Sheet Music**: LilyPond engraving templates.
406
+ - [ ] **Tagging**: MusicBrainz Picard CLI integration.
407
+
408
+ ## 70. Phase 76: Education & Learning
409
+ - [ ] **Flashcards**: CLI spaced repetition system (`anki-cli`).
410
+ - [ ] **Typing**: Typing tutors (`typespeed`).
411
+ - [ ] **Coding Katas**: Exercism/LeetCode CLI integration.
412
+ - [ ] **Man Pages**: Enhanced manuals (`tldr`, `cheat`).
413
+
414
+ ## 71. Phase 77: Weather & Environment
415
+ - [ ] **Weather**: Terminal weather reports (`wttr.in`).
416
+ - [ ] **Tides/Moon**: Astronomy data.
417
+ - [ ] **Sensors**: Local hardware sensor logging (temps, fans).
418
+ - [ ] **Sun**: Blue light filter scheduling (`redshift`).
419
+
420
+ ## 72. Phase 78: Productivity & Time
421
+ - [ ] **Pomodoro**: CLI timer and status bar integration.
422
+ - [ ] **Time Tracking**: `timewarrior` configuration.
423
+ - [ ] **Tasks**: `taskwarrior` ecosystem setup.
424
+ - [ ] **Journal**: CLI journaling workflow.
425
+
426
+ ## 73. Phase 79: System Forensics
427
+ - [ ] **Recovery**: Disk recovery tools (`testdisk`, `ddrescue`).
428
+ - [ ] **Analysis**: Log analysis pipelines.
429
+ - [ ] **Metadata**: Scrubbing tools (`mat2`) for privacy.
430
+ - [ ] **Integrity**: Tripwire-like file integrity monitoring.
431
+
432
+ ## 74. Phase 80: High-Performance Computing (HPC)
433
+ - [ ] **MPI**: Message Passing Interface setup.
434
+ - [ ] **Slurm**: Job scheduler submission templates.
435
+ - [ ] **Singularity**: HPC container runtime config.
436
+ - [ ] **Profiling**: Perf/eBPF profiling scripts.
437
+
438
+ ## 75. Phase 81: Kernel Development
439
+ - [ ] **Kbuild**: Kernel build optimization aliases.
440
+ - [ ] **QEMU Kernel**: Quick-boot kernels for testing.
441
+ - [ ] **Bisect**: Automated git bisect scripts for kernel bugs.
442
+ - [ ] **Coccinelle**: Semantic patch scripts.
443
+
444
+ ## 76. Phase 82: Embedded Linux (Yocto/Buildroot)
445
+ - [ ] **BitBake**: Optimization and convenience aliases.
446
+ - [ ] **Repo**: Google `repo` tool management.
447
+ - [ ] **TFTP/NFS**: Boot server setup for embedded boards.
448
+ - [ ] **DeviceTree**: Compilers and decompilers (`dtc`).
449
+
450
+ ## 77. Phase 83: Robotics (ROS)
451
+ - [ ] **ROS1/ROS2**: Environment sourcing and switching.
452
+ - [ ] **Gazebo**: Simulation launch shortcuts.
453
+ - [ ] **Colcon**: Build tool aliases.
454
+ - [ ] **Visualization**: Rviz config templates.
455
+
456
+ ## 78. Phase 84: Machine Learning Ops (MLOps)
457
+ - [ ] **DVC**: Data Version Control setup.
458
+ - [ ] **MLflow**: Local tracking server.
459
+ - [ ] **TensorBoard**: Dashboard launch aliases.
460
+ - [ ] **Model Serving**: TorchServe/TFServing local checks.
461
+
462
+ ## 79. Phase 85: Distributed Systems
463
+ - [ ] **Consul/Etcd**: Local cluster for kv storage testing.
464
+ - [ ] **Nomad**: Orchestration job templates.
465
+ - [ ] **Chaos Mesh**: Kubernetes chaos experiments.
466
+ - [ ] **Raft**: Consensus algorithm visualizers.
467
+
468
+ ## 80. Phase 86: Graph Theory
469
+ - [ ] **Graphviz**: DOT language visualization styles.
470
+ - [ ] **NetworkX**: Python analysis snippets.
471
+ - [ ] **Neo4j**: Cypher query CLI tools.
472
+ - [ ] **Gephi**: Data preparation scripts.
473
+
474
+ ## 81. Phase 87: Compilers & Interpreters
475
+ - [ ] **LLVM**: Clang-format and clang-tidy global styles.
476
+ - [ ] **GCC**: Warning level presets.
477
+ - [ ] **Bison/Flex**: Parser generator templates.
478
+ - [ ] **JIT**: Explorer tools for V8/HotSpot optimizations.
479
+
480
+ ## 82. Phase 88: Virtual Reality (VR/AR)
481
+ - [ ] **OpenXR**: SDK setup and verification.
482
+ - [ ] **WebXR**: Server configs for local testing.
483
+ - [ ] **Unity XR**: Project templates.
484
+ - [ ] **A-Frame**: Boilerplate generation.
485
+
486
+ ## 83. Phase 89: Pen-Testing (Red Team)
487
+ - [ ] **Metasploit**: Database init and config.
488
+ - [ ] **Nmap**: Scanning profile aliases.
489
+ - [ ] **Burp Suite**: Proxy config scripts.
490
+ - [ ] **Wordlists**: Management of dictionary files (`Seclists`).
491
+
492
+ ## 84. Phase 90: Blue Team (Defense)
493
+ - [ ] **Snort/Suricata**: IDS rule management.
494
+ - [ ] **Wazuh**: Agent configuration.
495
+ - [ ] **Honeypots**: Local decoys for detection.
496
+ - [ ] **SIEM**: Log forwarding to ELK/Splunk.
497
+
498
+ ## 85. Phase 91: Accessibility Testing
499
+ - [ ] **Pa11y**: Automated WCAG testing.
500
+ - [ ] **Lighthouse**: CI performance/a11y audits.
501
+ - [ ] **Screen Reader**: Simulation tools.
502
+ - [ ] **Contrast**: Color blindness simulators.
503
+
504
+ ## 86. Phase 92: Legal & Licensing [COMPLETED]
505
+ - [x] **FOSSology**: License scanning containers.
506
+ - [x] **Headers**: Auto-insertion of copyright headers.
507
+ - [x] **CLA**: Contributor License Agreement checks.
508
+ - [x] **Notice**: Attribution generation tools.
509
+
510
+ ## 87. Phase 93: Procurement & Vendor
511
+ - [ ] **RFP**: Request for Proposal templates (markdown).
512
+ - [ ] **Vendor**: Management of vendor contacts/keys.
513
+ - [ ] **Inventory**: Asset tracking CSV tools.
514
+ - [ ] **Invoicing**: CLI generation of PDF invoices.
515
+
516
+ ## 88. Phase 94: Recruiting & HR
517
+ - [ ] **Resume**: Markdown-to-PDF resume generator.
518
+ - [ ] **Interview**: Coding interview problem sets.
519
+ - [ ] **Onboarding**: Scripts to setup new hire machines.
520
+ - [ ] **Reviews**: Performance review templates.
521
+
522
+ ## 89. Phase 95: Event Management
523
+ - [ ] **Schedule**: Conference schedule CLI viewers.
524
+ - [ ] **Slides**: Reveal.js / Marp slide generators.
525
+ - [ ] **Badges**: Badge printing scripts.
526
+ - [ ] **Wifi**: Guest network generation QR codes.
527
+
528
+ ## 90. Phase 96: Travel & Logistics
529
+ - [ ] **Timezones**: Multi-timezone clocks.
530
+ - [ ] **Currency**: Terminal conversion tools.
531
+ - [ ] **Maps**: ASCII map viewers.
532
+ - [ ] **Packing**: Checklist generators.
533
+
534
+ ## 91. Phase 97: Health & Fitness
535
+ - [ ] **Workouts**: Logging scripts (plain text).
536
+ - [ ] **Diet**: Calorie tracking CLI.
537
+ - [ ] **Quantified Self**: Data aggregation scripts.
538
+ - [ ] **Ergonomics**: Break timers (`workrave`).
539
+
540
+ ## 92. Phase 98: Spirituality & Mindfulness
541
+ - [ ] **Meditation**: Timer and gong sounds.
542
+ - [ ] **Quotes**: Daily stoic/philosophical quotes.
543
+ - [ ] **Journal**: Gratitude journaling prompts.
544
+ - [ ] **Focus**: Distraction blocking hosts files.
545
+
546
+ ## 93. Phase 99: The Legacy (Succession)
547
+ - [ ] **Digital Heirloom**: Archival grade storage (M-DISC compatibility).
548
+ - [ ] **Instruction**: "Break Glass" access documentation.
549
+ - [ ] **Legacy**: Clean handover scripts.
550
+ - [ ] **Memorial**: Contribution history visualization.
551
+
552
+ ## 94. Phase 100: The Singularity (Auto-Generation)
553
+ - [ ] **Self-Coding**: The dotfiles can rewrite themselves based on Intent.
554
+ - [ ] **Universal Adaptor**: Works on any OS, past, present, or future (via WASM/Virtualization).
555
+ - [ ] **Neural Interface**: CLI commands via thought (BCI integration).
556
+ - [ ] **Complete**: The project is finished.
@@ -4,7 +4,7 @@ Use this checklist before cutting any new release (e.g., `v0.x.x`) to ensure sup
4
4
 
5
5
  ## 1. Supply Chain & Installer
6
6
  - [ ] **Pinned Version**: Update `install.sh` `VERSION` variable to match the release tag.
7
- - [ ] **Docs Sync**: Ensure `README.md` and `.github/PULL_REQUEST_TEMPLATE.md` installer URLs point to the new tag (not `main`).
7
+ - [ ] **Docs Sync**: Ensure `README.md` and `PR_DESCRIPTION.md` installer URLs point to the new tag (not `main`).
8
8
  - [ ] **Clean Build**: Verify `install.sh` does not curl random scripts from third parties without pinning.
9
9
 
10
10
  ## 2. Secrets & Leak Prevention
package/docs/TASK.md CHANGED
@@ -42,7 +42,7 @@
42
42
  - [x] **CLA**: Add CLA check aliases (`check-cla`) <!-- id: 113 -->
43
43
  - [x] **Notice**: Add attribution generation (`gen-notice`) <!-- id: 114 -->
44
44
 
45
- # Pull Request (v0.2.480)
45
+ # Pull Request (v0.2.471)
46
46
  - [x] Commit and push changes <!-- id: 17 -->
47
47
  - [x] Update Pull Request (Completed via gh CLI) <!-- id: 18 -->
48
48
  - [x] **Verify PR Content**: Confirmed title and description on GitHub <!-- id: 67 -->
@@ -53,7 +53,7 @@
53
53
  - [x] **Immutability**: Create script to lock/unlock critical files (`lock-configs`) <!-- id: 118 -->
54
54
 
55
55
  # Phase 27: Self-Healing & Diagnostics
56
- - [x] **Health Checks**: Create `dot doctor` script (`scripts/diagnostics/doctor.sh`) <!-- id: 121 -->
56
+ - [x] **Health Checks**: Create `dot doctor` script (`scripts/doctor.sh`) <!-- id: 121 -->
57
57
  - [x] **Drift Detection**: Add `dot drift` alias for `chezmoi verify` <!-- id: 122 -->
58
58
  - [x] **Auto-Repair**: Add `dot heal` alias for interactive repair <!-- id: 123 -->
59
59
 
@@ -74,11 +74,11 @@
74
74
  # Phase 26: OS Bundling & Compliance
75
75
  - [x] **XDG**: Audit and enforce XDG Base Directory variables <!-- id: 132 -->
76
76
  - [x] **Vendor Hooks**: Implement `/etc/dotfiles/defaults.d` sourcing in shell init <!-- id: 133 -->
77
- - [x] **Bundling**: Create `scripts/core/package.sh` to generate release artifacts (.tar.gz, .deb structure) <!-- id: 134 -->
77
+ - [x] **Bundling**: Create `scripts/package.sh` to generate release artifacts (.tar.gz, .deb structure) <!-- id: 134 -->
78
78
 
79
79
  # Phase 24: The Universal Installer (Zero-Dependency)
80
80
  - [x] **Installer**: Create `install.sh` (Zero-dep, TUI-like bootstrap) <!-- id: 135 -->
81
- - [x] **Teleport**: Create `scripts/ops/teleport.sh` to push config to remote hosts <!-- id: 136 -->
81
+ - [x] **Teleport**: Create `scripts/teleport.sh` to push config to remote hosts <!-- id: 136 -->
82
82
  - [x] **Aliases**: Add `dot install` and `dot teleport` aliases <!-- id: 137 -->
83
83
 
84
84
  # Post-Release Hotfixes