Skip to content

Commit b38f391

Browse files
barbatos2011Barbatos
authored andcommitted
gitignore CLAUDE.md; redirect editing-agent guidance to AGENTS.md
CLAUDE.md was a Claude-Code-only convenience file that mostly duplicated AGENTS.md plus a project-structure tree already covered by README's architecture section and per-package godoc. Drop it from version control and update AGENTS.md so its preamble no longer points at a file that's not in the repo: editing-trond agents now start at AGENTS.md itself, then read internal/* package docs for architecture.
1 parent 43b3fcb commit b38f391

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ Thumbs.db
3434

3535
# Local Claude Code workspace state
3636
.claude/
37+
CLAUDE.md

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# AGENTS.md — for AI agents that call `trond`
22

33
This file is **for agents that USE trond as a tool** (Claude, ChatGPT,
4-
Cursor, Cline, autonomous workflows, CI bots, etc.). If you are an
5-
agent EDITING this repository, read `CLAUDE.md` instead — that one
6-
covers code style and architecture rules for changes to trond itself.
4+
Cursor, Cline, autonomous workflows, CI bots, etc.). Agents editing
5+
this repository should also start here, then read the package-level
6+
doc comments under `internal/` for architecture detail.
77

88
The contract here is meant to be self-contained: an agent that reads
99
this file once should be able to deploy, diagnose, and recover TRON

0 commit comments

Comments
 (0)