Skip to content

chore: drop claude.md/agents.md support, migrate to tomo.md#232

Merged
LeeCheneler merged 1 commit intomainfrom
chore/222-drop-claude-agents-md
Mar 29, 2026
Merged

chore: drop claude.md/agents.md support, migrate to tomo.md#232
LeeCheneler merged 1 commit intomainfrom
chore/222-drop-claude-agents-md

Conversation

@LeeCheneler
Copy link
Copy Markdown
Owner

Summary

Replace the multi-path instruction file search with two fixed paths: ~/tomo.md (global) and .tomo/tomo.md (local). This is a breaking change that removes support for claude.md, agents.md, .claude/ directory, and bare directory search.

GitHub Issue

Closes #222

What Changed

Simplified instructions.ts from a complex multi-directory, multi-filename search with case-insensitive matching and filename anchoring down to two fixed readContent() calls. Removed findFile, findInstructionFile, findAcrossDirs, findSpecificAcrossDirs, FILENAMES, and SEARCH_DIRS. Tests rewritten for the new paths — including a negative test that claude.md/agents.md are no longer loaded. ADR 0008 marked as superseded. README updated. Project's own .tomo/claude.md renamed to .tomo/tomo.md.

Replace multi-path instruction file search with two fixed paths:
~/tomo.md (global) and .tomo/tomo.md (local). Removes support for
claude.md, agents.md, .claude/ directory, and bare directory search.

Closes #222
@github-actions github-actions Bot added the chore Maintenance, refactoring, or non-user-facing work label Mar 29, 2026
@LeeCheneler LeeCheneler merged commit 201b439 into main Mar 29, 2026
4 checks passed
@LeeCheneler LeeCheneler deleted the chore/222-drop-claude-agents-md branch March 29, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance, refactoring, or non-user-facing work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: drop claude.md/agents.md support, migrate to tomo.md

1 participant