ekinstitute/Context Packer
Build LLM context artifacts (repo-map, imports-graph, symbols, entrypoints, tests). Optionally publish to a bot branch or as an artifact.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| out_dir | Output directory for artifacts | — | .llm |
| parse_size_cap | Max file size (bytes) to parse | — | 524288 |
| include | Additional include globs (comma-separated) | no | — |
| publish | Publish mode: branch|artifact|none | — | branch |
| branch_name | Target branch for artifacts when publish=branch | — | bot/context |
| artifact_name | Artifact name when publish=artifact | — | llm-context |
| commit_message | Commit message when publishing to branch | — | context: update from ${{ github.sha }} |
Outputs
no outputs