Skip to content

Commit 5628edb

Browse files
committed
fix(makefile): update count-tokens target to include SKILL.md instructions
1 parent 8eabd43 commit 5628edb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ count-tokens: # Count LLM tokens for key instruction packs; optional: args=[file
5151
.github/instructions/shell.instructions.md \
5252
.github/instructions/docker.instructions.md \
5353
.github/instructions/python.instructions.md \
54-
.github/instructions/typescript.instructions.md \
55-
.github/instructions/terraform.instructions.md \
5654
.github/instructions/includes \
55+
.github/skills/repository-template/SKILL.md \
5756
)
5857

5958
clean:: # Remove project-specific generated files (main) @Operations

0 commit comments

Comments
 (0)