mfer/internal
clawbot b8506ad043 feat: add --seed flag for deterministic manifest UUID
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
2026-02-08 17:10:04 -08:00
..
bork next (#5) 2022-12-09 00:02:33 +00:00
cli feat: add --seed flag for deterministic manifest UUID 2026-02-08 17:10:04 -08:00
log Show only filename (not full path) in debug log caller info 2025-12-17 16:21:06 -08:00