@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
@@ -20,12 +20,12 @@ It defines a signed, local-first workstation baseline for agentic development on
20
20
 
21
21
  The source of truth lives in tracked JSON artifacts:
22
22
 
23
- - [policy-bundles.json](/home/seb/.dotfiles/dot_config/dotfiles/policy-bundles.json)
24
- - [agent-profiles.json](/home/seb/.dotfiles/dot_config/dotfiles/agent-profiles.json)
25
- - [mcp-policy.json](/home/seb/.dotfiles/dot_config/dotfiles/mcp-policy.json)
26
- - [mcp-registry.json](/home/seb/.dotfiles/dot_config/dotfiles/mcp-registry.json)
27
- - [model-registry.json](/home/seb/.dotfiles/dot_config/dotfiles/model-registry.json)
28
- - [prompt-registry.json](/home/seb/.dotfiles/dot_config/dotfiles/prompt-registry.json)
23
+ - [policy-bundles.json](../../defaults/dot_config/dotfiles/policy-bundles.json)
24
+ - [agent-profiles.json](../../defaults/dot_config/dotfiles/agent-profiles.json)
25
+ - [mcp-policy.json](../../defaults/dot_config/dotfiles/mcp-policy.json)
26
+ - [mcp-registry.json](../../defaults/dot_config/dotfiles/mcp-registry.json)
27
+ - [model-registry.json](../../defaults/dot_config/dotfiles/model-registry.json)
28
+ - [prompt-registry.json](../../defaults/dot_config/dotfiles/prompt-registry.json)
29
29
 
30
30
  ## Enterprise path
31
31
 
@@ -99,7 +99,7 @@ Detailed guide: [AI.md](../AI.md).
99
99
  | **Claude CLI** | Anthropic's terminal assistant |
100
100
  | **Copilot CLI** | GitHub Copilot in the terminal |
101
101
  | **Kiro CLI** | Agentic AI terminal assistant |
102
- | **Gemini CLI** | Google's multi-modal CLI tool |
102
+ | **Antigravity CLI** | Google's Antigravity CLI (`agy`) |
103
103
  | **Mods/Fabric** | Pipeline-friendly AI processing |
104
104
  | **sgpt** | Shell-GPT for terminal AI queries |
105
105
  | **Ollama** | Run large language models locally |
@@ -56,9 +56,9 @@ The `dot` command is the main interface for managing dotfiles. Run `dot version`
56
56
  | `dot history` | Analyse shell history |
57
57
  | `dot security-score` | Score workstation security (`--verbose/-v`,`--quiet/-q`,`--json/-j`) |
58
58
  | `dot snapshot` | Capture workstation state (`--baseline/-b`,`--force/-f`) |
59
- | `dot ai` | Show categorized AI CLI status and launch an installed provider |
60
- | `dot ai-setup` | Bootstrap supported AI CLIs interactively |
61
- | `dot ai-query` | Run context-aware AI queries over the repo |
59
+ | `dot ai` | Open the AI fleet cockpit; run prompts, serve a local Claude gateway, install, cost |
60
+ | `dot ai-setup` | Bootstrap AI CLIs interactively (deprecated alias for `dot ai login`) |
61
+ | `dot ai-query` | Context-aware RAG query over the repo (deprecated alias for `dot ai ask`) |
62
62
  | `dot mode` | Show or switch the active agent profile |
63
63
  | `dot agent` | Inspect agent metadata, logs, checkpoints, and conformance |
64
64
  | `dot agent checkpoint` | Save, list, show, and replay bounded agent checkpoints |
@@ -110,18 +110,22 @@ POSIX scripts in `~/.local/bin/` that work across macOS, Linux, and WSL.
110
110
 
111
111
  Themes are auto-generated from wallpapers — `themes.toml` is not hand-edited. See [Theming Guide](../guides/THEMING.md) for the K-Means CIELAB extraction model and Apple-compatible dynamic HEIC support.
112
112
 
113
- ## AI Bridges
113
+ ## AI Bridges (deprecated aliases)
114
+
115
+ These run a tool with dotfiles context injection. They still work but are
116
+ **deprecated** in favour of `dot ai <tool>` (e.g. `dot ai claude "…"`); each
117
+ prints a one-line hint. See [AI.md](../AI.md) for the full surface.
114
118
 
115
119
  | Command | Description |
116
120
  |---------|-------------|
117
- | `dot cl` | Invoke Claude Code with dotfiles context injection |
118
- | `dot copilot` | Invoke GitHub Copilot CLI with dotfiles context injection |
119
- | `dot gemini` | Invoke Gemini CLI with dotfiles context injection |
120
- | `dot kiro` | Invoke Kiro CLI with dotfiles context injection |
121
- | `dot sgpt` | Invoke Shell-GPT with dotfiles context injection |
122
- | `dot ollama` | Invoke Ollama with dotfiles context injection |
123
- | `dot opencode` | Invoke OpenCode with dotfiles context injection |
124
- | `dot aider` | Invoke Aider with dotfiles context injection |
121
+ | `dot cl` | Claude Code with context injection — use `dot ai claude` |
122
+ | `dot copilot` | GitHub Copilot CLI use `dot ai copilot` |
123
+ | `dot agy` | Antigravity CLI use `dot ai agy` |
124
+ | `dot kiro` | Kiro CLI use `dot ai kiro` |
125
+ | `dot sgpt` | Shell-GPT use `dot ai sgpt` |
126
+ | `dot ollama` | Ollama use `dot ai ollama` |
127
+ | `dot opencode` | OpenCode use `dot ai opencode` |
128
+ | `dot aider` | Aider use `dot ai aider` |
125
129
 
126
130
  ## Secrets
127
131
 
@@ -21,6 +21,6 @@ render_with_liquid: false
21
21
  ## Provisioning notes
22
22
 
23
23
  1. Store the SSH signing private key in GitHub Actions as `ACTIONS_BOT_SIGNING_KEY`.
24
- 2. Store the matching public key in [allowed_signers](/home/seb/.dotfiles/dot_config/git/allowed_signers).
24
+ 2. Store the matching public key in [allowed_signers](../../defaults/dot_config/git/allowed_signers.tmpl).
25
25
  3. Rotate the key on personnel or workstation change.
26
26
  4. Fail closed when secrets are absent.
@@ -21,9 +21,9 @@ Properties:
21
21
 
22
22
  ## Policy artifact
23
23
 
24
- The source of truth lives in [mcp-policy.json](/home/seb/.dotfiles/dot_config/dotfiles/mcp-policy.json).
25
- Approved package pins live in [mcp-lock.json](/home/seb/.dotfiles/dot_config/dotfiles/mcp-lock.json).
26
- Tracked server registry entries live in [mcp-registry.json](/home/seb/.dotfiles/dot_config/dotfiles/mcp-registry.json).
24
+ The source of truth lives in [mcp-policy.json](../../defaults/dot_config/dotfiles/mcp-policy.json).
25
+ Approved package pins live in [mcp-lock.json](../../defaults/dot_config/dotfiles/mcp-lock.json).
26
+ Tracked server registry entries live in [mcp-registry.json](../../defaults/dot_config/dotfiles/mcp-registry.json).
27
27
 
28
28
  Current defaults:
29
29
 
@@ -75,4 +75,4 @@ Current approved refs:
75
75
  - active servers match the tracked registry entries
76
76
  - remote HTTP transports are HTTPS and OAuth-backed
77
77
 
78
- Policy bundle baselines live in [policy-bundles.json](/home/seb/.dotfiles/dot_config/dotfiles/policy-bundles.json).
78
+ Policy bundle baselines live in [policy-bundles.json](../../defaults/dot_config/dotfiles/policy-bundles.json).
@@ -11,7 +11,7 @@ Use this checklist before cutting any new release (e.g., `v0.x.x`) to ensure sup
11
11
  - [ ] **Pinned Version**: Update `install.sh` `VERSION` variable to match the release tag.
12
12
  - [ ] **Docs Sync**: Ensure `README.md` and `.github/PULL_REQUEST_TEMPLATE.md` installer URLs point to the new tag (not `main`).
13
13
  - [ ] **Clean Build**: Verify `install.sh` does not curl random scripts from third parties without pinning.
14
- - [ ] **SOUP Register**: Review [SOUP_REGISTER.md](/home/seb/.dotfiles/docs/security/SOUP_REGISTER.md) and confirm all active external components have an owner and validation path.
14
+ - [ ] **SOUP Register**: Review [SOUP_REGISTER.md](SOUP_REGISTER.md) and confirm all active external components have an owner and validation path.
15
15
 
16
16
  ## 2. Secrets & Leak Prevention
17
17
 
@@ -12,13 +12,13 @@ Controlled inventory for software of unknown pedigree used by the dotfiles platf
12
12
 
13
13
  | Component | Source | Version control | Verification path | Owner | Status |
14
14
  | :--- | :--- | :--- | :--- | :--- | :--- |
15
- | Homebrew installer | `raw.githubusercontent.com/Homebrew/install` | Moving upstream script, gated by `HOMEBREW_INSTALLER_SHA256` | SHA-256 in [package_managers.sh](/home/seb/.dotfiles/install/lib/package_managers.sh) | Repo maintainer | Conditional |
15
+ | Homebrew installer | `raw.githubusercontent.com/Homebrew/install` | Moving upstream script, gated by `HOMEBREW_INSTALLER_SHA256` | SHA-256 in [package_managers.sh](../../install/lib/package_managers.sh) | Repo maintainer | Conditional |
16
16
  | Chezmoi installer | `get.chezmoi.io` | Pinned by `CHEZMOI_INSTALLER_SHA256` when used | SHA-256 in `install/lib/chezmoi.sh` | Repo maintainer | Controlled |
17
17
  | GitHub Actions marketplace actions | GitHub Marketplace | Full commit SHA pinning | Workflow `uses:` pins | Repo maintainer | Controlled |
18
- | Grype container | `anchore/grype` | Pinned tag in workflow | Container tag in [security-enhanced.yml](/home/seb/.dotfiles/.github/workflows/security-enhanced.yml) | Repo maintainer | Controlled |
19
- | Trivy container | `aquasec/trivy` | Pinned tag in workflow | Container tag in [security-enhanced.yml](/home/seb/.dotfiles/.github/workflows/security-enhanced.yml) | Repo maintainer | Controlled |
18
+ | Grype container | `anchore/grype` | Pinned tag in workflow | Container tag in [security-enhanced.yml](../../.github/workflows/security-enhanced.yml) | Repo maintainer | Controlled |
19
+ | Trivy container | `aquasec/trivy` | Pinned tag in workflow | Container tag in [security-enhanced.yml](../../.github/workflows/security-enhanced.yml) | Repo maintainer | Controlled |
20
20
  | Checkov action | GitHub Marketplace | Full commit SHA pinning | Workflow `uses:` pin | Repo maintainer | Controlled |
21
- | Nix inputs | GitHub flakes | Locked in [flake.lock](/home/seb/.dotfiles/flake.lock) | `narHash` and revision lock | Repo maintainer | Controlled |
21
+ | Nix inputs | GitHub flakes | Locked in [flake.lock](../../flake.lock) | `narHash` and revision lock | Repo maintainer | Controlled |
22
22
  | GitHub release metadata queries | GitHub API | Discovery only, not release validation | `update-deps.yml` query path | Repo maintainer | Monitored |
23
23
 
24
24
  ## Validation record
package/install.sh CHANGED
@@ -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
  # Universal Dotfiles Installer (Zero-Dependency)
4
5
  # Usage: bash -c "$(curl -fsSL https://raw.githubusercontent.com/sebastienrousseau/dotfiles/master/install.sh)"
5
6
  # (or ./install.sh locally)
@@ -59,7 +60,7 @@ show_help() {
59
60
  Usage: install.sh [version] [options]
60
61
 
61
62
  Arguments:
62
- version The version (tag or branch) to install (default: v0.2.504)
63
+ version The version (tag or branch) to install (default: v0.2.507)
63
64
 
64
65
  Options:
65
66
  --help Show this help message
@@ -75,7 +76,7 @@ EOF
75
76
  }
76
77
 
77
78
  main() {
78
- local version="v0.2.504"
79
+ local version="v0.2.507"
79
80
  local version_set=0
80
81
  local minimal=0
81
82
  local provision="${DOTFILES_PROVISION:-0}"
@@ -105,7 +106,7 @@ main() {
105
106
  # like `foobar` doesn't trigger a 30s+ network download attempt.
106
107
  # Caught by the install.sh fuzz harness (#881).
107
108
  if [[ ! "$arg" =~ ^v?[0-9]+\.[0-9]+\.[0-9]+([-+][a-zA-Z0-9.-]+)?$ ]]; then
108
- error "Unrecognized positional argument '$arg' — expected a semver version (e.g. v0.2.504)."
109
+ error "Unrecognized positional argument '$arg' — expected a semver version (e.g. v0.2.507)."
109
110
  fi
110
111
  version="$arg"
111
112
  version_set=1
@@ -350,7 +351,7 @@ main() {
350
351
  # 6. Initialize & Apply
351
352
  step "Applying Configuration..."
352
353
 
353
- # ── Auto-migration for v0.2.504 reorg ─────────────────────────────────
354
+ # ── Auto-migration for v0.2.507 reorg ─────────────────────────────────
354
355
  # If the user is upgrading from a pre-0.2.503 install, run the
355
356
  # migration script BEFORE `chezmoi apply` so the reorg's source-
356
357
  # path moves don't cause chezmoi to delete deployed files.
@@ -359,7 +360,7 @@ main() {
359
360
  for migrate_src in "$SOURCE_DIR" "$LEGACY_SOURCE_DIR"; do
360
361
  migrate_script="$migrate_src/install/migrate/migrate-v0_2-to-v0_2_503.sh"
361
362
  if [[ -x "$migrate_script" ]]; then
362
- echo " Running v0.2.504 migration (idempotent; safe on fresh installs)..."
363
+ echo " Running v0.2.507 migration (idempotent; safe on fresh installs)..."
363
364
  "$migrate_script" || echo " migration exited non-zero — continuing apply"
364
365
  break
365
366
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sebastienrousseau/dotfiles",
3
- "version": "0.2.504",
3
+ "version": "0.2.507",
4
4
  "description": "The Trusted Shell Platform — Universal dotfiles managed by Chezmoi. Features Bash & Zsh for macOS, Linux & WSL. Rust modern tooling & enterprise-grade security.",
5
5
  "main": "install.sh",
6
6
  "bin": {
@@ -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
  # Compat shim: the canonical script moved to tools/ci/ during the repo reorg.
4
5
  # Pinned reusable workflows on master still reference the old path;
5
6
  # this delegates so they keep working until the next pin bump.
@@ -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
  # Compat shim: the canonical script moved to tools/ci/ during the repo reorg.
4
5
  # Pinned reusable workflows on master still reference the old path;
5
6
  # this delegates so they keep working until the next pin bump.
@@ -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
  # Compat shim: the canonical script moved to tools/ci/ during the repo reorg.
4
5
  # Pinned reusable workflows on master still reference the old path;
5
6
  # this delegates so they keep working until the next pin bump.
@@ -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
  OUT="${1:-$HOME/.dotfiles/docs/demo/demo.gif}"
@@ -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
  ## A2A v0.3 and agent card conformance validation.
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
  # Alias governance checks:
4
5
  # - duplicate alias names
5
6
  # - risky overrides must be gated
@@ -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)"
@@ -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
  # Emit alias manifest as TSV:
4
5
  # name<TAB>value<TAB>file<TAB>line
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
  ## Shell Performance Benchmark.
4
5
  ##
5
6
  ## Measures shell startup time with per-component profiling. Uses hyperfine
@@ -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
  # Alias/Command Conflicts Report
4
5
  # Usage: dot conflicts
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
  # Unified doctor orchestrator — parses flags and dispatches to existing scripts.
4
5
  set -euo pipefail
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
  ## Dotfiles Doctor.
4
5
  ##
5
6
  ## Diagnoses dotfiles environment health by checking dependencies, paths,
@@ -168,7 +169,7 @@ fi
168
169
 
169
170
  # --- AI CLIs ---
170
171
  _section "AI CLIs"
171
- for cmd in claude copilot gemini sgpt ollama opencode aider kiro-cli; do
172
+ for cmd in claude copilot agy sgpt ollama opencode aider kiro-cli; do
172
173
  if check_cmd "$cmd"; then
173
174
  _ok "$cmd" "$(pretty_path "$(get_cmd_path "$cmd")")"
174
175
  else
@@ -732,7 +733,7 @@ else
732
733
  $doctor_report
733
734
  ---
734
735
  Suggest specific shell commands to fix these issues according to our architectural standards."
735
- dot cl --pattern hardener "$ai_prompt"
736
+ dot ai claude --style hardener "$ai_prompt"
736
737
  fi
737
738
  exit 1
738
739
  fi
@@ -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
  # =============================================================================
4
5
  # drift-dashboard.sh — Consolidated drift report.
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
  # Dotfiles Health Check Dashboard
4
5
  # Usage: dot health [--verbose|-v] [--json|-j] [--fix|-f] [--force|-F]
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
  set -euo pipefail
4
5
 
5
6
  SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
@@ -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
  ## MCP configuration diagnostics and hardening checks.
4
5
  ##
5
6
  ## Validates MCP (Model Context Protocol) server configurations for security
@@ -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
  # Shell Performance Profiling
4
5
  # Usage: dot perf [--json|-j] [--profile|-p] [--runs|-r N] [--target|-t MS]
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
  # Dotfiles Scorecard
4
5
  # Usage: dot scorecard [--json|-j]
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
  set -euo pipefail
4
5
 
5
6
  SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
@@ -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
  ## Security Score Assessment.
4
5
  ##
5
6
  ## Evaluates system security posture across encryption, SSH, Git, system
@@ -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
  # Smoke tests to quickly verify toolchain health after installation/updates.
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
  # Snapshot current system/tooling state
4
5
  # Usage: dot snapshot [--baseline|-b] [--force|-f]
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
  # Dotfiles post-merge verification checks
4
5
  # Runs doctor + status + diff checks and exits non-zero on issues.
5
6
 
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
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
  # Script: verify_state.sh
@@ -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 Locks Summary
4
5
  # Usage: dot locks
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
  ## Workstation attestation export.
4
5
  ##
5
6
  ## Produces a machine-readable evidence record for the current 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
  # Dotfiles CLI - Agent Mode Commands (extracted from meta.sh)
4
5
  # mode list|current|show|set|run|doctor|card|log|checkpoint|conformance
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
  # shellcheck shell=bash
4
5
  #
5
6
  # scripts/dot/commands/agents.sh
@@ -87,7 +88,7 @@ cline $root/.clinerules
87
88
  aider $root/.aider.conf.yml
88
89
  continue $root/.continuerc.json
89
90
  jules $root/.jules/system.md
90
- gemini $root/.gemini/GEMINI.md
91
+ agy $root/.agy/AGY.md
91
92
  EOF
92
93
  }
93
94
 
@@ -270,9 +271,9 @@ These rules govern Cascade and the Windsurf agent inside this repository."
270
271
  _agents_render_markdown_with_header "$root/.jules/system.md" \
271
272
  "Jules" "# Jules system prompt"
272
273
 
273
- # 8. Gemini — looks for `.gemini/GEMINI.md`.
274
- _agents_render_markdown_with_header "$root/.gemini/GEMINI.md" \
275
- "Gemini" "# Gemini agent rules"
274
+ # 8. Antigravity — looks for `.agy/AGY.md`.
275
+ _agents_render_markdown_with_header "$root/.agy/AGY.md" \
276
+ "Antigravity" "# Antigravity agent rules"
276
277
 
277
278
  # 9. Zed — config pointer (TOML).
278
279
  local zed_dir="$root/.zed"
@@ -323,7 +324,7 @@ standard read by Codex, Copilot, Cursor, Windsurf, Amp, and Devin.
323
324
 
324
325
  Harnesses covered by 'render':
325
326
  agents-md, cursor, codex, windsurf, zed, roo, cline,
326
- aider, continue, jules, gemini.
327
+ aider, continue, jules, agy.
327
328
  EOF
328
329
  ;;
329
330
  *)