diff --git a/.context.json b/.context.json index 55be33a..b34394a 100644 --- a/.context.json +++ b/.context.json @@ -27,6 +27,9 @@ "global_installer_wrapper": "dotfiles/install/install-global-ps1.sh", "readme": "README.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", "theme_images_dir": "images/themes", "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.", "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).", - "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)." ] }