Graff's codedb list_dir is an in-process grok-build-style listing (BFS, .gitignore, 10k-char cap, collapsed subtree summaries) because codedb's existing ls/tree are index queries.
Port the same command into codedb itself so:
codedb list_dir [path] works from the CLI (no index required)
- MCP
codedb_list_dir lists the live filesystem, including unindexed trees
ls/tree stay index-based
Keep output aligned with graff (github.com/justrach/codegraff) so harness and codedb evolve together.
Graff's
codedb list_diris an in-process grok-build-style listing (BFS,.gitignore, 10k-char cap, collapsed subtree summaries) because codedb's existingls/treeare index queries.Port the same command into codedb itself so:
codedb list_dir [path]works from the CLI (no index required)codedb_list_dirlists the live filesystem, including unindexed treesls/treestay index-basedKeep output aligned with graff (github.com/justrach/codegraff) so harness and codedb evolve together.