chore: drop claude.md/agents.md support, migrate to tomo.md#232
Merged
LeeCheneler merged 1 commit intomainfrom Mar 29, 2026
Merged
chore: drop claude.md/agents.md support, migrate to tomo.md#232LeeCheneler merged 1 commit intomainfrom
LeeCheneler merged 1 commit intomainfrom
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 forclaude.md,agents.md,.claude/directory, and bare directory search.GitHub Issue
Closes #222
What Changed
Simplified
instructions.tsfrom a complex multi-directory, multi-filename search with case-insensitive matching and filename anchoring down to two fixedreadContent()calls. RemovedfindFile,findInstructionFile,findAcrossDirs,findSpecificAcrossDirs,FILENAMES, andSEARCH_DIRS. Tests rewritten for the new paths — including a negative test thatclaude.md/agents.mdare no longer loaded. ADR 0008 marked as superseded. README updated. Project's own.tomo/claude.mdrenamed to.tomo/tomo.md.