Skip to content

Commit be3cae8

Browse files
committed
chore: use agents.md instead of claude.md
1 parent b99c8e8 commit be3cae8

2 files changed

Lines changed: 26 additions & 138 deletions

File tree

AGENTS.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# AGENTS.md
2+
3+
## Product
4+
5+
This is a Next.js-based data visualization platform that allows users to create
6+
interactive charts from RDF/SPARQL data sources.
7+
8+
## Approach
9+
10+
- Think before acting. Read existing files before writing code.
11+
- Be concise in output but thorough in reasoning.
12+
- Prefer editing over rewriting whole files.
13+
- Do not re-read files you have already read unless the file may have changed.
14+
- Test your code before declaring done.
15+
- No sycophantic openers or closing fluff.
16+
- Keep solutions simple and direct. No over-engineering.
17+
- If unsure: say so. Never guess or invent file paths.
18+
- User instructions always override this file.
19+
20+
## Efficiency
21+
22+
- Read before writing. Understand the problem before coding.
23+
- No redundant file reads. Read each file once.
24+
- One focused coding pass. Avoid write-delete-rewrite cycles.
25+
- Test once, fix if needed, verify once. No unnecessary iterations.
26+
- Budget: 50 tool calls maximum. Work efficiently.

CLAUDE.md

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

0 commit comments

Comments
 (0)