phase 16 implementation

This commit is contained in:
root
2026-06-25 20:08:39 -04:00
parent 5d017f533a
commit c43620a005
248 changed files with 18458 additions and 90 deletions
+3
View File
@@ -6,6 +6,9 @@ const commands = [
['pnpm', ['lint']],
['pnpm', ['typecheck']],
['pnpm', ['test:unit']],
['pnpm', ['test:integration']],
['pnpm', ['test:security']],
['pnpm', ['test:privacy']],
['pnpm', ['build'], { SITE_ORIGIN: 'http://127.0.0.1:3000', PUBLIC_RELEASE_APPROVED: 'false' }],
['pnpm', ['audit']],
];