@sebastienrousseau/dotfiles 0.2.504 → 0.2.507

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 (139) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/README.md +11 -11
  3. package/docs/AI.md +128 -58
  4. package/docs/COPYRIGHT +1 -1
  5. package/docs/STRUCTURE.md +1 -1
  6. package/docs/adr/ADR-012-ai-fleet-local-proxy.md +79 -0
  7. package/docs/adr/README.md +1 -0
  8. package/docs/index.md +2 -2
  9. package/docs/interop/A2A.md +2 -2
  10. package/docs/manual/00-introduction.md +1 -1
  11. package/docs/manual/01-concepts/02-trust-model.md +1 -1
  12. package/docs/manual/02-tutorials/01-first-install.md +1 -1
  13. package/docs/manual/03-reference/01-dot-cli.md +18 -3
  14. package/docs/manual/command-index.md +2 -2
  15. package/docs/operations/RELEASE_PIPELINE.md +3 -3
  16. package/docs/operations/TRUSTED_AGENT_WORKSTATION.md +6 -6
  17. package/docs/reference/TOOLS.md +1 -1
  18. package/docs/reference/UTILS.md +16 -12
  19. package/docs/security/AUTOMATION_SECRETS.md +1 -1
  20. package/docs/security/MCP_POLICY.md +4 -4
  21. package/docs/security/SECURITY_CHECKLIST.md +1 -1
  22. package/docs/security/SOUP_REGISTER.md +4 -4
  23. package/install.sh +7 -6
  24. package/package.json +1 -1
  25. package/scripts/ci/check-copyright-headers.sh +2 -1
  26. package/scripts/ci/check-shell-preamble.sh +2 -1
  27. package/scripts/ci/guard-gitleaks-checkout.sh +2 -1
  28. package/scripts/demo/record.sh +2 -1
  29. package/scripts/diagnostics/a2a-conformance.sh +2 -1
  30. package/scripts/diagnostics/alias-governance.sh +2 -1
  31. package/scripts/diagnostics/aliases-cheatsheet.sh +2 -1
  32. package/scripts/diagnostics/aliases-manifest.sh +2 -1
  33. package/scripts/diagnostics/benchmark.sh +2 -1
  34. package/scripts/diagnostics/conflicts.sh +2 -1
  35. package/scripts/diagnostics/doctor-unified.sh +2 -1
  36. package/scripts/diagnostics/doctor.sh +4 -3
  37. package/scripts/diagnostics/drift-dashboard.sh +2 -1
  38. package/scripts/diagnostics/health.sh +2 -1
  39. package/scripts/diagnostics/history-analysis.sh +2 -1
  40. package/scripts/diagnostics/mcp-doctor.sh +2 -1
  41. package/scripts/diagnostics/perf.sh +2 -1
  42. package/scripts/diagnostics/scorecard.sh +2 -1
  43. package/scripts/diagnostics/secret-governance.sh +2 -1
  44. package/scripts/diagnostics/security-score.sh +2 -1
  45. package/scripts/diagnostics/smoke-test.sh +2 -1
  46. package/scripts/diagnostics/snapshot.sh +2 -1
  47. package/scripts/diagnostics/verify.sh +2 -1
  48. package/scripts/diagnostics/verify_state.sh +2 -1
  49. package/scripts/diagnostics/version-locks.sh +2 -1
  50. package/scripts/diagnostics/workstation-attestation.sh +2 -1
  51. package/scripts/dot/commands/agent.sh +2 -1
  52. package/scripts/dot/commands/agents.sh +7 -6
  53. package/scripts/dot/commands/ai.sh +168 -193
  54. package/scripts/dot/commands/aliases.sh +2 -1
  55. package/scripts/dot/commands/appearance.sh +2 -1
  56. package/scripts/dot/commands/core.sh +2 -1
  57. package/scripts/dot/commands/diagnostics.sh +2 -1
  58. package/scripts/dot/commands/env-emit.sh +2 -1
  59. package/scripts/dot/commands/fleet.sh +2 -1
  60. package/scripts/dot/commands/init.sh +2 -1
  61. package/scripts/dot/commands/lint.sh +2 -1
  62. package/scripts/dot/commands/manual.sh +2 -1
  63. package/scripts/dot/commands/meta.sh +2 -1
  64. package/scripts/dot/commands/patterns.sh +2 -1
  65. package/scripts/dot/commands/registry.sh +2 -1
  66. package/scripts/dot/commands/restore.sh +2 -1
  67. package/scripts/dot/commands/secrets.sh +2 -1
  68. package/scripts/dot/commands/security.sh +2 -1
  69. package/scripts/dot/commands/tools.sh +2 -1
  70. package/scripts/fonts/install-nerd-fonts.sh +2 -1
  71. package/scripts/fonts/patch-fonts.sh +2 -1
  72. package/scripts/git-hooks/install.sh +2 -1
  73. package/scripts/git-hooks/pre-commit-audit.sh +3 -2
  74. package/scripts/lib/secrets_provider.sh +2 -1
  75. package/scripts/ops/ai-setup.sh +25 -16
  76. package/scripts/ops/bundle.sh +2 -1
  77. package/scripts/ops/chaos.sh +2 -1
  78. package/scripts/ops/chezmoi-apply.sh +22 -4
  79. package/scripts/ops/chezmoi-diff.sh +2 -1
  80. package/scripts/ops/chezmoi-remove.sh +2 -1
  81. package/scripts/ops/chezmoi-update.sh +2 -1
  82. package/scripts/ops/heal-chezmoi.sh +2 -1
  83. package/scripts/ops/heal-system.sh +2 -1
  84. package/scripts/ops/heal-tools.sh +2 -1
  85. package/scripts/ops/heal.sh +2 -1
  86. package/scripts/ops/post-apply-repair.sh +2 -1
  87. package/scripts/ops/prewarm.sh +2 -1
  88. package/scripts/ops/release.sh +2 -1
  89. package/scripts/ops/rollback.sh +3 -2
  90. package/scripts/ops/setup.sh +2 -1
  91. package/scripts/ops/teleport.sh +2 -1
  92. package/scripts/qa/check-version-consistency.sh +2 -1
  93. package/scripts/qa/coverage-baseline.sh +2 -1
  94. package/scripts/qa/docs-coverage.sh +3 -2
  95. package/scripts/qa/reliability-audit.sh +2 -1
  96. package/scripts/qa/scorecard-snapshot.sh +2 -1
  97. package/scripts/qa/traceability-coverage.sh +2 -1
  98. package/scripts/qa/validate-examples.sh +2 -1
  99. package/scripts/qa/wsl-contract.sh +2 -1
  100. package/scripts/secrets/age-init.sh +2 -1
  101. package/scripts/secrets/create-secrets-file.sh +2 -1
  102. package/scripts/secrets/encrypt-ssh-key.sh +2 -1
  103. package/scripts/security/backup.sh +2 -1
  104. package/scripts/security/check-disclosure-key-expiry.sh +2 -1
  105. package/scripts/security/dns-doh.sh +2 -1
  106. package/scripts/security/encryption-check.sh +2 -1
  107. package/scripts/security/enforce-policies.sh +2 -1
  108. package/scripts/security/firewall.sh +2 -1
  109. package/scripts/security/lock-configs.sh +2 -1
  110. package/scripts/security/lock-screen.sh +2 -1
  111. package/scripts/security/manage-secrets.sh +2 -1
  112. package/scripts/security/ssh-cert.sh +2 -1
  113. package/scripts/security/telemetry-kill.sh +2 -1
  114. package/scripts/security/usb-safety.sh +2 -1
  115. package/scripts/theme/apply-gnome-theme.sh +2 -1
  116. package/scripts/theme/extract-heic-frames.sh +2 -1
  117. package/scripts/theme/extract-theme.py +2 -1
  118. package/scripts/theme/install-boot-logo.sh +2 -1
  119. package/scripts/theme/install-catppuccin-themes.sh +2 -1
  120. package/scripts/theme/install-cursors.sh +2 -1
  121. package/scripts/theme/install-file-icons.sh +2 -1
  122. package/scripts/theme/install-grub-theme.sh +2 -1
  123. package/scripts/theme/install-lock-icon.sh +2 -1
  124. package/scripts/theme/merge-wallpaper.sh +2 -1
  125. package/scripts/theme/rebuild-themes.sh +2 -1
  126. package/scripts/theme/switch.sh +2 -1
  127. package/scripts/theme/wallpaper-rotate.sh +2 -1
  128. package/scripts/theme/wallpaper-sync.sh +5 -4
  129. package/scripts/tools/cmatrix.sh +2 -1
  130. package/scripts/tools/detect-collisions.py +2 -1
  131. package/scripts/tools/emoji-picker.sh +2 -1
  132. package/scripts/tools/figlet-banner.sh +2 -1
  133. package/scripts/tools/log-rotate.sh +2 -1
  134. package/scripts/tools/lolcat-wrap.sh +2 -1
  135. package/scripts/tools/pipes.sh +2 -1
  136. package/scripts/tuning/linux.sh +2 -1
  137. package/scripts/tuning/macos.sh +2 -1
  138. package/scripts/uninstall.sh +2 -1
  139. package/scripts/version-sync.sh +2 -1
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  set -euo pipefail
4
5
 
5
6
  WALLPAPER_DIR="${DOTFILES_WALLPAPER_DIR:-$HOME/Pictures/Wallpapers}"
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  set -euo pipefail
4
5
 
5
6
  SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
@@ -195,12 +196,12 @@ system_wallpaper_for_theme() {
195
196
  local sys_wp=""
196
197
  case "$family" in
197
198
  "macos - sonoma") sys_wp="$SYS_MAC/Sonoma.heic" ;;
198
- "macos - blue") sys_wp="$SYS_MAC/Mac Blue.heic" ;;
199
- "macos - pink") sys_wp="$SYS_MAC/Mac Pink.heic" ;;
199
+ "macos - blue") sys_wp="$SYS_MAC/Mac Blue.heic" ;;
200
+ "macos - pink") sys_wp="$SYS_MAC/Mac Pink.heic" ;;
200
201
  "macos - purple") sys_wp="$SYS_MAC/Mac Purple.heic" ;;
201
202
  "macos - yellow") sys_wp="$SYS_MAC/Mac Yellow.heic" ;;
202
203
  "macos - orange") sys_wp="$SYS_MAC/iMac Orange.heic" ;;
203
- "macos - green") sys_wp="$SYS_MAC/iMac Green.heic" ;;
204
+ "macos - green") sys_wp="$SYS_MAC/iMac Green.heic" ;;
204
205
  "macos - silver") sys_wp="$SYS_MAC/iMac Silver.heic" ;;
205
206
  esac
206
207
  if [[ -n "$sys_wp" && -f "$sys_wp" ]]; then
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  set -euo pipefail
4
5
 
5
6
  if ! command -v cmatrix >/dev/null; then
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env python3
2
2
  # MIT License
3
- # Copyright (c) 2026
3
+ # SPDX-License-Identifier: MIT
4
+ # Copyright (c) 2015-2026 Sebastien Rousseau
4
5
  # See LICENSE file for details.
5
6
 
6
7
  import os
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  set -euo pipefail
4
5
 
5
6
  EMOJI_FILE="${EMOJI_FILE:-$HOME/.config/emoji/emoji.txt}"
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  set -euo pipefail
4
5
 
5
6
  text="${*:-${USER:-dotfiles}}"
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  set -euo pipefail
4
5
 
5
6
  LOG_DIR="${HOME}/.local/share"
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  set -euo pipefail
4
5
 
5
6
  if command -v lolcat >/dev/null; then
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  set -euo pipefail
4
5
 
5
6
  # Simple terminal pipes screensaver
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  # Linux System Tuning (opt-in)
4
5
  # Managed by chezmoi - https://github.com/sebastienrousseau/dotfiles
5
6
  #
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  # macOS tuning (opt-in)
4
5
 
5
6
  set -euo pipefail
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  # Uninstall dotfiles and clean up all artifacts.
4
5
 
5
6
  set -euo pipefail
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
- # Copyright (c) 2015-2026 Dotfiles. All rights reserved.
2
+ # SPDX-License-Identifier: MIT
3
+ # Copyright (c) 2015-2026 Sebastien Rousseau
3
4
  # Version Synchronization Script
4
5
  # Synchronizes version numbers across all markdown files with package.json
5
6
  # Used by CI/CD and available for local testing