{ "name": "merkle-forest", "version": "1.0.0", "defaults": { "LABEL": "snapshot", "NODE_NAME": "node-a", "EXCLUDES": ".git,node_modules,target,dist,outputs", "OUTPUT_DIR": "outputs", "DRY_RUN": "1", "REQUIRE_CONFIRM": "1", "CONFIRM_PHRASE": "I UNDERSTAND THIS WILL HASH FILES AND EMIT A ROOT" }, "phases": { "preflight": [ "00_preflight.sh" ], "merkle": { "plan": [ "10_plan.sh" ], "apply": [ "11_apply.sh" ], "rollback": [ "rollback/undo_last_run.sh" ] }, "verify": [ "90_verify.sh" ], "report": [ "99_report.sh" ] }, "eu_compliance": { "data_residency": "EU", "jurisdiction": "Ireland", "gdpr_applicable": true } }