From 59109629ae79272b6a10dae94f7a4ac19c45085e Mon Sep 17 00:00:00 2001 From: Hanzo AI Date: Wed, 1 Apr 2026 14:11:56 -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 (Claude Code, 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