From 4ad0ca24a1d4d57e0b947b19a3c45e466916dab6 Mon Sep 17 00:00:00 2001 From: Brett Beutell Date: Sun, 31 May 2026 21:10:07 +0200 Subject: [PATCH] Document FP Desktop check command footgun --- .fp/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.fp/config.toml b/.fp/config.toml index 774656c..4edf612 100644 --- a/.fp/config.toml +++ b/.fp/config.toml @@ -6,4 +6,7 @@ prefix = "OTTER" # Extension config [extensions.check-before-done] # Default: "bun run check" — disabled until workspace packages exist +# Footgun: FP Desktop runs extensions from a GUI process, so shell-managed PATH entries +# like ~/.bun/bin may be missing. If checks are re-enabled, prefer an absolute Bun path +# or confirm Desktop can spawn the configured command before relying on done-transition checks. checks = ""