Skip to content

Commit 7e7cbee

Browse files
authored
Merge pull request #2111 from codeflash-ai/chore/remove-tessl-agent-config
chore: remove tessl-managed agent config
2 parents 2054796 + e125aeb commit 7e7cbee

5 files changed

Lines changed: 3 additions & 110 deletions

File tree

.codex/config.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.gemini/settings.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
exit 0
4545
fi
4646
47-
# Skip for org members
48-
if [[ "$AUTHOR_ASSOCIATION" == "MEMBER" ]]; then
49-
echo "Org member ($PR_AUTHOR) — skipping linked issue check."
47+
# Skip for org members and collaborators
48+
if [[ "$AUTHOR_ASSOCIATION" == "MEMBER" || "$AUTHOR_ASSOCIATION" == "COLLABORATOR" || "$AUTHOR_ASSOCIATION" == "OWNER" ]]; then
49+
echo "Org member ($PR_AUTHOR, $AUTHOR_ASSOCIATION) — skipping linked issue check."
5050
exit 0
5151
fi
5252

CLAUDE.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,3 @@ Follow these steps in order, do not skip ahead:
3030
5. Never jump straight to writing a fix yourself — always go through steps 1-4
3131

3232
Everything that can be tested should have tests.
33-
34-
<!-- Section below is auto-generated by `tessl install` - do not edit manually -->
35-
36-
# Agent Rules <!-- tessl-managed -->
37-
38-
@.tessl/RULES.md follow the [instructions](.tessl/RULES.md)
39-
40-
@AGENTS.md

tessl.json

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)