yggdrasil-cli 0.2.5

Yggdrasil is a project flattener and diff engine that turns any subset of your codebase into a single AI-ready codex (index + contents), or compares snapshots with annotated diffs.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# My BLACK.md™ Blacklist
## dont show these files on `ygg show` (usage: ygg --show --black BLACK.md)

.git
target

# ignore the Cargo files
Cargo.lock
Cargo.toml 

*.zip

# manifest / whitelist
WHITE.md

# contents output
SHOW.md