We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3990378 + 22b6df9 commit 1dae2b0Copy full SHA for 1dae2b0
2 files changed
.gitignore
@@ -259,3 +259,6 @@ WARP.MD
259
.mcp.json
260
.tessl/
261
tessl.json
262
+
263
+# Tessl auto-generates AGENTS.md on install; ignore to avoid cluttering git status
264
+AGENTS.md
CLAUDE.md
@@ -88,6 +88,10 @@ else:
88
- Commit message body should be concise (1-2 sentences max)
89
- PR titles should also use conventional format
90
91
+<!-- Section below is auto-generated by `tessl install` - do not edit manually -->
92
93
# Agent Rules <!-- tessl-managed -->
94
95
@.tessl/RULES.md follow the [instructions](.tessl/RULES.md)
96
97
+@AGENTS.md
0 commit comments