From 1fe442207d9e6f6f2a952037c8630e34dec99bd3 Mon Sep 17 00:00:00 2001 From: Hanzo AI Date: Wed, 1 Apr 2026 14:08:39 -0700 Subject: [PATCH] chore: symlink AGENTS.md and CLAUDE.md to LLM.md Canonical project context lives in LLM.md. Symlinks ensure agentic coding tools (agent, Cursor, etc.) find context automatically regardless of which filename they look for. --- AGENTS.md | 1 + CLAUDE.md | 1 + 2 files changed, 2 insertions(+) create mode 120000 AGENTS.md create mode 120000 CLAUDE.md diff --git a/AGENTS.md b/AGENTS.md new file mode 120000 index 0000000..580a631 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1 @@ +LLM.md \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md new file mode 120000 index 0000000..580a631 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +LLM.md \ No newline at end of file