Skip to content

Commit 514268a

Browse files
mae616claude
andcommitted
fix: INCLUDESからAGENTS.mdを削除
テンプレートにAGENTS.mdは不要なため、反映対象から除外。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 56118a8 commit 514268a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/apply_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ need rsync
6868
need date
6969

7070
# 反映対象(AIテンプレとして必要最小)
71-
INCLUDES=("AGENTS.md" ".mise.toml" "doc/index.md" "doc/input/" "doc/generated/")
71+
INCLUDES=(".mise.toml" "doc/index.md" "doc/input/" "doc/generated/")
7272
[ "$NO_SKILLS" = "false" ] && INCLUDES+=("CLAUDE.md" ".claude/")
7373

7474
# バックアップ

0 commit comments

Comments
 (0)