Read the specified files and add their contents to the conversation context.
Arguments: $ARGUMENTS
For each argument:
- •If the path is a file, read it in full.
- •If the path is a directory, list its contents and read any README or documentation files inside it.
- •If the path contains a glob pattern (e.g.
~/.config/**/*.toml), expand it and read matching files. - •Expand
~to the user's home directory.
After reading, provide a brief summary of what was loaded (file names, line counts) so the user knows what's now in context. Do not editorialize on the file contents unless asked.