Skip to content

Commit a2c66e5

Browse files
authored
fix: remove AUTO-GENERATED comment and redundant instruction from template (#6)
Remove misleading 'do not edit directly' comment (plugins DO edit). Remove 'Be concise' from rule 8 (redundant per agnix).
1 parent 090f0c2 commit a2c66e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/CLAUDE.md.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!-- AUTO-GENERATED by agent-core sync. Do not edit directly. -->
21
# {{pluginName}}
32

43
> {{description}}
@@ -30,7 +29,7 @@
3029
5. **Always run git hooks** - Never bypass pre-commit or pre-push hooks.
3130
6. **Use single dash for em-dashes** - In prose, use ` - ` (single dash with spaces), never ` -- `.
3231
7. **Report script failures before manual fallback** - Never silently bypass broken tooling.
33-
8. **Token efficiency** - Be concise. Save tokens over decorations.
32+
8. **Token efficiency** - Save tokens over decorations.
3433

3534
## Model Selection
3635

0 commit comments

Comments
 (0)