From 3d7bb49b413491c0d0c2de08e4c5614c73c3012b Mon Sep 17 00:00:00 2001 From: Kevin Turcios Date: Thu, 23 Apr 2026 06:14:02 -0500 Subject: [PATCH] chore: remove tessl-managed agent config Remove .codex/ and .gemini/ directories and the auto-generated tessl section from CLAUDE.md. --- .codex/config.toml | 4 ---- .gemini/settings.json | 12 ------------ CLAUDE.md | 8 -------- 3 files changed, 24 deletions(-) delete mode 100644 .codex/config.toml delete mode 100644 .gemini/settings.json diff --git a/.codex/config.toml b/.codex/config.toml deleted file mode 100644 index 433432493..000000000 --- a/.codex/config.toml +++ /dev/null @@ -1,4 +0,0 @@ -[mcp_servers.tessl] -type = "stdio" -command = "tessl" -args = [ "mcp", "start" ] diff --git a/.gemini/settings.json b/.gemini/settings.json deleted file mode 100644 index ebfccaac7..000000000 --- a/.gemini/settings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "mcpServers": { - "tessl": { - "type": "stdio", - "command": "tessl", - "args": [ - "mcp", - "start" - ] - } - } -} diff --git a/CLAUDE.md b/CLAUDE.md index 253a1d6d5..7dc6045f7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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. - - - -# Agent Rules - -@.tessl/RULES.md follow the [instructions](.tessl/RULES.md) - -@AGENTS.md