# Dirpack Examples
These examples are auto-generated by the [generate-examples](.github/workflows/generate-examples.yml) GitHub Action.
| `dirpack-1000tok.txt` | 1,000 tokens | pipe |
| `dirpack-2000tok.txt` | 2,000 tokens | pipe |
| `dirpack-5000tok.txt` | 5,000 tokens | pipe |
| `dirpack-2000tok.json` | 2,000 tokens | JSON |
These are dirpacks of the dirpack repo itself, demonstrating how content is prioritized at different budget levels.
To regenerate locally:
```bash
cargo build --release
./target/release/dirpack pack . -t 1000 -o examples/dirpack-1000tok.txt -e "examples/*" -e "target/*"
```