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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -10,6 +10,10 @@ tmp-remediation/
|
|||||||
.claude/identity.json
|
.claude/identity.json
|
||||||
.claude/current-mode
|
.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
|
# Temporary files
|
||||||
*.tmp
|
*.tmp
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
Reference in New Issue
Block a user