kevinobee/ai-digest action
Runs ai-digest CLI as a GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input_path | The input directory to aggregate content from (default: current directory) | no | . |
| output_file | Specify output file (default: codebase.md) | no | codebase.md |
| digest_log | Specify digest log file (default: ingest.md) | no | ingest.md |
| ai_digest_flags | Flags passed to ai-digest, defaults to removing whitespace and displaying the output files in the digest log | no | --whitespace-removal --show-output-files |
Outputs
| name | description |
|---|---|
| total_files | Total number of files parsed from the `input_path` folder |
| included_files | Total number of files included in the output file |
| ignored_files | Total number of files ignored |
| binary_files | Total number of binary files in the output file |
| estimated_tokens | Estimated number of tokens in the output file |