merge: resolve version/changelog conflicts with main (v0.12.12.0)

Main added v0.12.12.0 (Security Audit Compliance). This branch has
v0.13.0.0 (design tools). Keep both entries with v0.13.0.0 on top.
VERSION stays at 0.13.0.0 (higher).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-27 19:07:24 -07:00
37 changed files with 765 additions and 2201 deletions

View File

@@ -32,7 +32,8 @@
"eval:summary": "bun run scripts/eval-summary.ts",
"eval:watch": "bun run scripts/eval-watch.ts",
"eval:select": "bun run scripts/eval-select.ts",
"analytics": "bun run scripts/analytics.ts"
"analytics": "bun run scripts/analytics.ts",
"test:audit": "bun test test/audit-compliance.test.ts"
},
"dependencies": {
"diff": "^7.0.0",