chore: remove tessl-managed agent config

Remove .codex/ and .gemini/ directories and the auto-generated tessl
section from CLAUDE.md.
This commit is contained in:
Kevin Turcios 2026-04-23 06:14:02 -05:00
parent 58c1bdf620
commit 3d7bb49b41
3 changed files with 0 additions and 24 deletions

View file

@ -1,4 +0,0 @@
[mcp_servers.tessl]
type = "stdio"
command = "tessl"
args = [ "mcp", "start" ]

View file

@ -1,12 +0,0 @@
{
"mcpServers": {
"tessl": {
"type": "stdio",
"command": "tessl",
"args": [
"mcp",
"start"
]
}
}
}

View file

@ -30,11 +30,3 @@ Follow these steps in order, do not skip ahead:
5. Never jump straight to writing a fix yourself — always go through steps 1-4
Everything that can be tested should have tests.
<!-- 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