This module adds the gacli compillm
command to your GACLI CLI.
It compiles all files in the target directory into a llm_ressources/
folder for easy use with large language models (LLMs).
- Outputs a
structure.md
and acodebase.txt
- Generates a clean, structured
.txt
version of your codebase - Merges and ignores files based on
.gitignore
- Cross-platform (
macOS
&Linux
)
gacli add-mod https://github.com/guillaumeast/gacli_compillm
This command will:
- Clone the
repo
into~/.gacli/modules/user_modules/
- Register the
module
in yourGACLI
registry - Make the
command
gacli compillm
available
This project is licensed under the MIT License. See the LICENSE file for details.