Provides a summary of files in the project, with varying levels of detail. Useful for understanding project structure and for providing context to AI assistants about your codebase.
Usage
cassidy_file_summary(
path = ".",
level = c("minimal", "standard", "comprehensive")
)Arguments
- path
Root directory to search (default: current directory)
- level
Detail level: "minimal", "standard", or "comprehensive"
"minimal": File counts by type and key directories"standard": Adds file listing with sizes"comprehensive": Adds function extraction from R files with descriptions and export status