From b22de6c9782f1958687940b18afecef0cd0088e8 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Wed, 27 May 2026 10:42:13 -0700 Subject: [PATCH] chore(gitignore): keep /autotask command local/undistributed Syncro is the default PSA; Autotask is opt-in. Ignoring .claude/commands/autotask.md so /save and /sync (git add -A) don't push it to the fleet. Remove the line to distribute. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9eb76dc..bfa7dac 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,10 @@ tmp-remediation/ .claude/identity.json .claude/current-mode +# /autotask command — kept local/undistributed (Syncro is the default PSA; Autotask is opt-in). +# Remove this line to distribute /autotask to the fleet. See .claude/memory/feedback_psa_default_syncro.md +.claude/commands/autotask.md + # Temporary files *.tmp *.log