refactor(config): migrate C4 integrations call sites to self-identifying guard

This commit is contained in:
2026-08-17 21:49:45 -04:00
parent a981fa7f0a
commit 516b2ba26c
8 changed files with 42 additions and 7 deletions
+14
View File
@@ -16,12 +16,15 @@ set -g __fish_config_op_registry_keys \
bash_expands: \
cat: \
claude: \
done: \
du: \
edit: \
fish_right_prompt: \
help: \
hist: \
key_bindings: \
less: \
logs: \
ls: \
mkdir: \
mv: \
@@ -29,10 +32,14 @@ set -g __fish_config_op_registry_keys \
puffer: \
rg: \
rm: \
split: \
spwin: \
ssh: \
starship: \
tab: \
theme: \
top: \
upgrade: \
yt-dlp: \
zoxide:
@@ -46,12 +53,15 @@ set -g __fish_config_op_registry_values \
"overrides/key-bindings" \
"aliases/filesystem" \
"aliases/dev-tools" \
"integrations/notifications" \
"aliases/filesystem" \
"aliases/dev-tools" \
"overrides/prompt" \
"aliases/shell-tools" \
"integrations/history-logs" \
"overrides/key-bindings" \
"aliases/shell-tools" \
"integrations/history-logs" \
"aliases/filesystem" \
"aliases/filesystem" \
"aliases/filesystem" \
@@ -59,10 +69,14 @@ set -g __fish_config_op_registry_values \
"overrides/key-bindings" \
"aliases/search" \
"aliases/filesystem" \
"integrations/window-mgmt" \
"integrations/window-mgmt" \
"aliases/network" \
"overrides/prompt" \
"integrations/window-mgmt" \
"overrides/prompt" \
"aliases/monitor" \
"integrations/pkg-upgrade" \
"aliases/network" \
"aliases/filesystem"
+4 -1
View File
@@ -19,6 +19,9 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# COMPONENT
# integrations/notifications
if not status is-interactive
exit
@@ -26,7 +29,7 @@ end
# Local modification: opinionated guard (AGENTS.md Task #3). Desktop
# notifications assume a graphical session, classified as C4 integrations.
__fish_config_op_enabled __fish_config_op_integrations; or exit
__fish_config_op_enabled (status basename); or exit
set -g __done_version 1.19.1