feat(list): fold tilth_files into tilth_list with directory-tree rendering#177
Open
paulnsorensen wants to merge 1 commit into
Open
feat(list): fold tilth_files into tilth_list with directory-tree rendering#177paulnsorensen wants to merge 1 commit into
paulnsorensen wants to merge 1 commit into
Conversation
…ee rendering Fold the tilth_files glob tool into tilth_list, which now renders matched files as a single directory tree with per-node token-cost rollups instead of flat glob blocks. Ports render_tree (tree.rs) and tool_list (list.rs) from the fork, adapted to upstream's resolve_scope(root) discipline and shared base_walk_builder junk-dir policy. Updates the tool schema, dispatch, prompt surface, and regenerated AGENTS.md; other upstream tools (savings/session) stay intact. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Folds the
tilth_filestool intotilth_list:patternsbecomes required, adds adepthparameter, and adds token-rollup directory-tree rendering (mcp/tree.rs). Prompts, AGENTS.md, and the byte-lock tests are updated in lockstep.Part of the fork-divergence port (G3). Reviewed via fresh-context taste-test;
cargo test(622), clippy-D warnings, and fmt all green.🤖 Generated with Claude Code