Adds a --seed CLI flag to 'generate' that derives a deterministic UUID from the seed value by hashing it 1,000,000,000 times with SHA-256. This makes manifest generation fully reproducible when the same seed and input files are provided. - Builder.SetSeed(seed) method for programmatic use - deriveSeedUUID() extracted for testability - MFER_SEED env var also supported - Test with reduced iteration count for speed |
||
|---|---|---|
| .. | ||
| check.go | ||
| entry_test.go | ||
| entry.go | ||
| fetch_test.go | ||
| fetch.go | ||
| freshen_test.go | ||
| freshen.go | ||
| gen.go | ||
| list.go | ||
| mfer.go | ||