This script generates a comprehensive project context dump, including your project's structure, file contents, and optionally Git history, enabling detailed analysis by AI chatbot models (e.g., ChatGPT, Bard, Bing Chat, Claude, etc.). The generated context file (DUMP_FROM_AICD_<datetime>.txt
) is timestamped to ensure uniqueness.
NOTE: Compatible with Mac and Unix-style command-line environments. Requires standard Unix utilities and potentially jq
and git
. Windows PowerShell support is not currently available.
- Directory Tree: Outputs your project's directory structure using
tree
if available (attempts to respectAICD_ignore
by name), falling back tofind
. - File Contents: Dumps contents of text-based files (source code, config files, etc.).