Update state metadata

This commit is contained in:
2026-01-25 02:26:16 +00:00
parent 979b6bc1a5
commit 727f3f86d4

View File

@@ -27,6 +27,9 @@
"global_installer_wrapper": "dotfiles/install/install-global-ps1.sh", "global_installer_wrapper": "dotfiles/install/install-global-ps1.sh",
"readme": "README.md", "readme": "README.md",
"library": "library.md", "library": "library.md",
"cron_note": ".cron",
"github_workflow": ".github/workflows/shellcheck.yml",
"gitea_workflow": ".gitea/workflows/shellcheck.yml",
"palette_image": "images/bash-pallete.png", "palette_image": "images/bash-pallete.png",
"theme_images_dir": "images/themes", "theme_images_dir": "images/themes",
"theme_images": { "theme_images": {
@@ -537,6 +540,10 @@
"Git capsule prefers __git_ps1 and falls back to git symbolic-ref/short hash when git-prompt is unavailable or returns empty.", "Git capsule prefers __git_ps1 and falls back to git symbolic-ref/short hash when git-prompt is unavailable or returns empty.",
"Hawolex git capsule enables when PS1_GIT resolves to a truthy value (1/yes/true/on).", "Hawolex git capsule enables when PS1_GIT resolves to a truthy value (1/yes/true/on).",
"Custom pack adds bold styles (radar, synthwave, noir, topo, glitch, arcticfire, acidlime).", "Custom pack adds bold styles (radar, synthwave, noir, topo, glitch, arcticfire, acidlime).",
"Library includes emoji usage blocks per theme (sets, fixed times, time slots, rotation)." "Library includes emoji usage blocks per theme (sets, fixed times, time slots, rotation).",
"Gitea Actions enabled in app.ini with [actions] ENABLED=true.",
"ShellCheck workflows exist for both GitHub and Gitea (.github/workflows and .gitea/workflows).",
"Self-hosted runner uses label ubuntu-latest and runs in Docker.",
"Host has daily Docker prune cron at 04:00 with 24h retention (see .cron)."
] ]
} }