Add tech debt baseline snapshot generator and baseline docs (#1743)

* Add cruft baseline snapshot

* pr feedback

* rename cruft to tech deb

* improve baseline
This commit is contained in:
Justin Hernandez
2026-02-12 19:29:56 -08:00
committed by GitHub
parent c158869725
commit a632727fee
4 changed files with 1423 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
]
},
"scripts": {
"audit:tech-debt": "node scripts/audit/tech-debt-baseline.mjs",
"build": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts --exclude @selfxyz/circuits --exclude mobile-sdk-demo -i --all run build",
"build:demo": "yarn workspace mobile-sdk-demo build",
"build:mobile-sdk": "yarn workspace @selfxyz/mobile-sdk-alpha build",