From 7744f4f569fcae7fd3a2943e2c1c9fdd67310ad0 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Fri, 12 Jun 2026 03:24:46 +0000 Subject: [PATCH] chore(docs): regenerate man page, HTML docs, and wiki --- docs/fish-config.1 | 8 +++++++- docs/html/10-6-dependency-catalog.html | 7 ++++++- docs/html/9-5-functions-reference.html | 3 ++- docs/wiki/5-functions-reference.md | 3 ++- docs/wiki/6-dependency-catalog.md | 5 +++++ 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/docs/fish-config.1 b/docs/fish-config.1 index e137916..b7817e8 100644 --- a/docs/fish-config.1 +++ b/docs/fish-config.1 @@ -1096,7 +1096,8 @@ Dependencies are grouped into three tiers: direnv, paru/yay Integrations wakatime, tailscale Recommended eza, lsd, bat, btop, dust, duf, prettyping, ov, - ripgrep, lazygit, lazydocker, trash, kitty, wezterm + ripgrep, lazygit, lazydocker, trash, kitty, wezterm, + python3 fish-deps fish-deps install @@ -1772,6 +1773,11 @@ lazydocker Terminal docker UI trash Safe delete (trash-cli) kitty GPU-accelerated terminal (primary) wezterm GPU-accelerated terminal (alternative) +python3 Standalone interpreter \[em] used by the AI session helpers + (save_claude_session / save_antigravity_session) and the + paru/yay log cleaner. Note: uv does not provide python3 on + PATH, and Arch\[aq]s base does not include it, so it is listed + separately. All consumers degrade gracefully without it. \f[R] .fi .SS Install Methods diff --git a/docs/html/10-6-dependency-catalog.html b/docs/html/10-6-dependency-catalog.html index 3180d7d..f49a736 100644 --- a/docs/html/10-6-dependency-catalog.html +++ b/docs/html/10-6-dependency-catalog.html @@ -520,7 +520,12 @@ lazygit Terminal git UI lazydocker Terminal docker UI trash Safe delete (trash-cli) kitty GPU-accelerated terminal (primary) -wezterm GPU-accelerated terminal (alternative) +wezterm GPU-accelerated terminal (alternative) +python3 Standalone interpreter — used by the AI session helpers + (save_claude_session / save_antigravity_session) and the + paru/yay log cleaner. Note: uv does not provide python3 on + PATH, and Arch's base does not include it, so it is listed + separately. All consumers degrade gracefully without it.

Install Methods

The install priority for each tool:

cargo     Rust tools (eza, lsd, bat, dust, ov, ripgrep, trashy, zoxide,
diff --git a/docs/html/9-5-functions-reference.html b/docs/html/9-5-functions-reference.html
index b22bde2..14cc6e1 100644
--- a/docs/html/9-5-functions-reference.html
+++ b/docs/html/9-5-functions-reference.html
@@ -773,7 +773,8 @@ Dependencies are grouped into three tiers:
                 direnv, paru/yay
   Integrations  wakatime, tailscale
   Recommended   eza, lsd, bat, btop, dust, duf, prettyping, ov,
-                ripgrep, lazygit, lazydocker, trash, kitty, wezterm
+                ripgrep, lazygit, lazydocker, trash, kitty, wezterm,
+                python3
 
 fish-deps
 fish-deps install
diff --git a/docs/wiki/5-functions-reference.md b/docs/wiki/5-functions-reference.md
index d2918ed..6feb222 100644
--- a/docs/wiki/5-functions-reference.md
+++ b/docs/wiki/5-functions-reference.md
@@ -368,7 +368,8 @@
                     direnv, paru/yay
       Integrations  wakatime, tailscale
       Recommended   eza, lsd, bat, btop, dust, duf, prettyping, ov,
-                    ripgrep, lazygit, lazydocker, trash, kitty, wezterm
+                    ripgrep, lazygit, lazydocker, trash, kitty, wezterm,
+                    python3
 
     fish-deps
     fish-deps install
diff --git a/docs/wiki/6-dependency-catalog.md b/docs/wiki/6-dependency-catalog.md
index 8626695..5cd581f 100644
--- a/docs/wiki/6-dependency-catalog.md
+++ b/docs/wiki/6-dependency-catalog.md
@@ -41,6 +41,11 @@ fish-deps manages these tools. Run `fish-deps` to check status, or
     trash       Safe delete (trash-cli)
     kitty       GPU-accelerated terminal (primary)
     wezterm     GPU-accelerated terminal (alternative)
+    python3     Standalone interpreter — used by the AI session helpers
+                (save_claude_session / save_antigravity_session) and the
+                paru/yay log cleaner. Note: uv does not provide python3 on
+                PATH, and Arch's base does not include it, so it is listed
+                separately. All consumers degrade gracefully without it.
 
 ## Install Methods