From ab1a3198b5025793e9be53aa87acb49d781261d8 Mon Sep 17 00:00:00 2001 From: openhands Date: Mon, 12 Jan 2026 14:41:23 +0000 Subject: [PATCH 1/3] Consolidate repo guidance into AGENTS.md - Move content from .openhands/microagents/repo.md to AGENTS.md - Create symlink .openhands/skills/repo.md -> ../../AGENTS.md - Create symlink CONTRIBUTING.md -> AGENTS.md (if not existing) This establishes AGENTS.md as the single source of truth for repository guidance. Co-authored-by: openhands --- .openhands/skills/repo.md | 1 + .openhands/microagents/repo.md => AGENTS.md | 0 CONTRIBUTING.md | 1 + 3 files changed, 2 insertions(+) create mode 120000 .openhands/skills/repo.md rename .openhands/microagents/repo.md => AGENTS.md (100%) create mode 120000 CONTRIBUTING.md diff --git a/.openhands/skills/repo.md b/.openhands/skills/repo.md new file mode 120000 index 0000000..b7e6491 --- /dev/null +++ b/.openhands/skills/repo.md @@ -0,0 +1 @@ +../../AGENTS.md \ No newline at end of file diff --git a/.openhands/microagents/repo.md b/AGENTS.md similarity index 100% rename from .openhands/microagents/repo.md rename to AGENTS.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 120000 index 0000000..47dc3e3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file From 984d227e05afd2251ae0cfd43fee10de31fc9b74 Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 13 Jan 2026 15:36:04 +0000 Subject: [PATCH 2/3] Remove legacy AGENTS.md symlinks Symlinks to AGENTS.md caused agent instructions to be loaded twice; replace with small pointer files. Co-authored-by: openhands --- .openhands/skills/repo.md | 7 ++++++- CONTRIBUTING.md | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) mode change 120000 => 100644 .openhands/skills/repo.md mode change 120000 => 100644 CONTRIBUTING.md diff --git a/.openhands/skills/repo.md b/.openhands/skills/repo.md deleted file mode 120000 index b7e6491..0000000 --- a/.openhands/skills/repo.md +++ /dev/null @@ -1 +0,0 @@ -../../AGENTS.md \ No newline at end of file diff --git a/.openhands/skills/repo.md b/.openhands/skills/repo.md new file mode 100644 index 0000000..8806416 --- /dev/null +++ b/.openhands/skills/repo.md @@ -0,0 +1,6 @@ +# Repository guidance + +This repository's agent instructions have moved to [`/AGENTS.md`](/AGENTS.md). + +This file exists only for backwards compatibility with older tooling that expects +`.openhands/skills/repo.md`. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 120000 index 47dc3e3..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -AGENTS.md \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ed7c760 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +Contribution guidance has been consolidated into [`AGENTS.md`](AGENTS.md). From 19a2dad4e1a5a874b0338c0df1fca6288242de0b Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 13 Jan 2026 15:45:07 +0000 Subject: [PATCH 3/3] Remove legacy guidance files Remove legacy-path guidance files to avoid duplicated instructions; AGENTS.md is the single source of truth. Co-authored-by: openhands --- .openhands/skills/repo.md | 6 ------ CONTRIBUTING.md | 3 --- 2 files changed, 9 deletions(-) delete mode 100644 .openhands/skills/repo.md delete mode 100644 CONTRIBUTING.md diff --git a/.openhands/skills/repo.md b/.openhands/skills/repo.md deleted file mode 100644 index 8806416..0000000 --- a/.openhands/skills/repo.md +++ /dev/null @@ -1,6 +0,0 @@ -# Repository guidance - -This repository's agent instructions have moved to [`/AGENTS.md`](/AGENTS.md). - -This file exists only for backwards compatibility with older tooling that expects -`.openhands/skills/repo.md`. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index ed7c760..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,3 +0,0 @@ -# Contributing - -Contribution guidance has been consolidated into [`AGENTS.md`](AGENTS.md).