mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
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:
parent
58c1bdf620
commit
3d7bb49b41
3 changed files with 0 additions and 24 deletions
|
|
@ -1,4 +0,0 @@
|
|||
[mcp_servers.tessl]
|
||||
type = "stdio"
|
||||
command = "tessl"
|
||||
args = [ "mcp", "start" ]
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"tessl": {
|
||||
"type": "stdio",
|
||||
"command": "tessl",
|
||||
"args": [
|
||||
"mcp",
|
||||
"start"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue