chore: add comments for tessl auto-generated content
Ignore AGENTS.md in git (auto-created by tessl install) and add explanatory comment in CLAUDE.md for the tessl-managed section.
This commit is contained in:
parent
3990378252
commit
22b6df9465
2 changed files with 7 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -259,3 +259,6 @@ WARP.MD
|
|||
.mcp.json
|
||||
.tessl/
|
||||
tessl.json
|
||||
|
||||
# Tessl auto-generates AGENTS.md on install; ignore to avoid cluttering git status
|
||||
AGENTS.md
|
||||
|
|
|
|||
|
|
@ -88,6 +88,10 @@ else:
|
|||
- Commit message body should be concise (1-2 sentences max)
|
||||
- PR titles should also use conventional format
|
||||
|
||||
<!-- Section below is auto-generated by `tessl install` - do not edit manually -->
|
||||
|
||||
# Agent Rules <!-- tessl-managed -->
|
||||
|
||||
@.tessl/RULES.md follow the [instructions](.tessl/RULES.md)
|
||||
|
||||
@AGENTS.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue