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) <noreply@anthropic.com>
This commit is contained in:
2026-05-27 10:42:13 -07:00
parent bb9b962269
commit b22de6c978

4
.gitignore vendored
View File

@@ -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