US-X.2implemented Reproducible pipeline output
As a user who wants to verify my bookkeeping I want running the full pipeline on the same inputs to always produce the exact same journal output so that I can audit and diff my financial records.
Acceptance Criteria
- The working directory is cleared at the start of each run.
- Transaction hashes are deterministic.
- Journal file content is identical across runs with the same input.
No DAG diagram: Cross-cutting constraint — reproducibility property that applies to every pipeline run; verified by running US-4.1 twice and diffing output.
Demo video coming soon