Skip to content

Commit c8804f5

Browse files
authored
docs: consolidate CLAUDE.md and copilot-instructions.md into AGENTS.md (#2791)
Both `CLAUDE.md` and `.github/copilot-instructions.md` were stubs that simply redirected to [rust/otap-dataflow/AGENTS.md](rust/otap-dataflow/AGENTS.md). Modern AI coding agents (Claude Code, GitHub Copilot, Cursor, etc.) all support a single top-level `AGENTS.md` file, so this consolidates the two stubs into one.
1 parent 0884c8c commit c8804f5

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/copilot-instructions.md

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

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Agent Instructions
2+
3+
If working on Rust code (i.e., the `rust/` directory), read and follow all
4+
instructions in [rust/otap-dataflow/AGENTS.md](rust/otap-dataflow/AGENTS.md).

CLAUDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# CLAUDE.md
22

3-
If working on Rust code (i.e., the `rust/` directory), read and follow all
4-
instructions in [rust/otap-dataflow/AGENTS.md](rust/otap-dataflow/AGENTS.md).
3+
See [AGENTS.md](AGENTS.md).

0 commit comments

Comments
 (0)