docs: add ura operational readiness and production gates

This commit is contained in:
defiQUG
2026-04-25 11:37:05 -07:00
parent 5688f474c3
commit a894b1dd50
15 changed files with 349 additions and 5 deletions

View File

@@ -20,7 +20,8 @@ const schemaPath = path.join(
'config/universal-resource-activation/integration/omnl-ledger-mapping.v1.schema.json'
);
const file = path.resolve(projectRoot, process.argv[2] || defaultPath);
const fileArg = process.argv.slice(2).filter((a) => a !== '--')[0];
const file = path.resolve(projectRoot, fileArg || defaultPath);
if (!existsSync(file)) {
console.error(`[validate-ledger-mapping] Missing ${file}`);