MANIFEST.in
README.md
requirements.txt
setup.py
tests/test_cache_control_plugin.py
tests/test_cli.py
tests/test_content_generation.py
tests/test_context.py
tests/test_default_generator.py
tests/test_directory_operations.py
tests/test_executive_plugin.py
tests/test_file_operations.py
tests/test_filesystem_generation.py
tests/test_filesystem_overlay.py
tests/test_generate_command.py
tests/test_generator_caching.py
tests/test_helpers.py
tests/test_image_plugin.py
tests/test_log_rotation.py
tests/test_model_plugin.py
tests/test_mount_basic.py
tests/test_mounted_template.py
tests/test_overlay_files.py
tests/test_plugin_monitoring.py
tests/test_proc_plugin.py
tests/test_prompt_plugin.py
tests/test_readme.py
tests/test_readme_plugin.py
tests/test_symlink_operations.py
tests/test_touch_command.py
tests/test_touch_operations.py
tests/test_touched_files.py
tests/test_touchfs_filtering.py
tests/test_tree_plugin.py
touchfs/__init__.py
touchfs/__main__.py
touchfs.egg-info/PKG-INFO
touchfs.egg-info/SOURCES.txt
touchfs.egg-info/dependency_links.txt
touchfs.egg-info/entry_points.txt
touchfs.egg-info/requires.txt
touchfs.egg-info/top_level.txt
touchfs/cli/__init__.py
touchfs/cli/context_command.py
touchfs/cli/generate_command.py
touchfs/cli/interactive.py
touchfs/cli/mount_command.py
touchfs/cli/touch_command.py
touchfs/cli/touchfs_cli.py
touchfs/cli/umount_command.py
touchfs/cli/touch/__init__.py
touchfs/cli/touch/cli.py
touchfs/cli/touch/path_utils.py
touchfs/cli/touch/ui.py
touchfs/config/__init__.py
touchfs/config/context.py
touchfs/config/features.py
touchfs/config/filesystem.py
touchfs/config/logger.py
touchfs/config/model.py
touchfs/config/prompts.py
touchfs/config/settings.py
touchfs/config/templates.py
touchfs/config/xattrs.py
touchfs/content/__init__.py
touchfs/content/generator.py
touchfs/content/plugins/__init__.py
touchfs/content/plugins/base.py
touchfs/content/plugins/cache_control.py
touchfs/content/plugins/default.py
touchfs/content/plugins/log_symlink.py
touchfs/content/plugins/model.py
touchfs/content/plugins/multiproc.py
touchfs/content/plugins/proc.py
touchfs/content/plugins/prompt.py
touchfs/content/plugins/readme.py
touchfs/content/plugins/registry.py
touchfs/content/plugins/touch_detector.py
touchfs/content/plugins/tree.py
touchfs/content/plugins/image/__init__.py
touchfs/content/plugins/image/cache.py
touchfs/content/plugins/image/constants.py
touchfs/content/plugins/image/generator.py
touchfs/content/plugins/image/prompt.py
touchfs/content/plugins/image/types.py
touchfs/core/__init__.py
touchfs/core/cache.py
touchfs/core/cache_stats.py
touchfs/core/jsonfs.py
touchfs/core/context/__init__.py
touchfs/core/context/context.py
touchfs/core/memory/__init__.py
touchfs/core/memory/base.py
touchfs/core/memory/dir_ops.py
touchfs/core/memory/file_ops.py
touchfs/core/memory/link_ops.py
touchfs/core/memory/memory.py
touchfs/core/memory/meta_ops.py
touchfs/core/memory/touch_ops.py
touchfs/core/memory/xattr_ops.py
touchfs/models/__init__.py
touchfs/models/cache_keys.py
touchfs/models/filename_suggestions.py
touchfs/models/filesystem.py
touchfs/templates/prompts/content_generation.system_prompt
touchfs/templates/prompts/filename_suggestions.system_prompt
touchfs/templates/prompts/filesystem_generation.system_prompt
touchfs/templates/prompts/image_generation.system_prompt