LICENSE
README.md
pyproject.toml
src/agent_clifs/__init__.py
src/agent_clifs/cli.py
src/agent_clifs/exceptions.py
src/agent_clifs/formatters.py
src/agent_clifs/vfs.py
src/agent_clifs.egg-info/PKG-INFO
src/agent_clifs.egg-info/SOURCES.txt
src/agent_clifs.egg-info/dependency_links.txt
src/agent_clifs.egg-info/requires.txt
src/agent_clifs.egg-info/top_level.txt
src/agent_clifs/commands/__init__.py
src/agent_clifs/commands/file_ops.py
src/agent_clifs/commands/navigation.py
src/agent_clifs/commands/read.py
src/agent_clifs/commands/search.py
tests/test_append.py
tests/test_cat.py
tests/test_cd.py
tests/test_cli.py
tests/test_cp.py
tests/test_find.py
tests/test_grep.py
tests/test_head.py
tests/test_ls.py
tests/test_mkdir.py
tests/test_mv.py
tests/test_pipes.py
tests/test_pwd.py
tests/test_redirection.py
tests/test_rm.py
tests/test_security.py
tests/test_tail.py
tests/test_touch.py
tests/test_tree.py
tests/test_vfs.py
tests/test_view.py
tests/test_wc.py
tests/test_write.py