Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .ai/runtime-proof.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ShiftLog and Gate multi-tenancy organizationId isolation verified",
"Prisma transactions and soft-delete filters validated across live shift endpoints"
],
"capturedAt": "2026-08-29T16:02:21.123Z",
"capturedAt": "2026-09-04T08:30:30.844Z",
"commit": "HEAD"
},
{
Expand All @@ -23,7 +23,7 @@
"Compliance export, retention cron, and allow-list enforcement verified with 44 passing route and supporting-logic tests",
"Tenant-scoped enforceTenantAccess wired into qrcodes/validate, scans/bulk, and qr/bulk-create"
],
"capturedAt": "2026-09-02T05:15:56Z",
"capturedAt": "2026-09-04T08:30:30.844Z",
"commit": "HEAD"
},
{
Expand All @@ -36,7 +36,7 @@
"Root dependency graph resolved cleanly with pnpm-lock.yaml after jest + ts-jest addition to design-system",
"1652 packages checked via npm bulk advisory; 0 unacknowledged high+ vulnerabilities"
],
"capturedAt": "2026-09-02T05:15:56Z",
"capturedAt": "2026-09-04T08:30:30.844Z",
"commit": "HEAD"
},
{
Expand All @@ -49,7 +49,7 @@
"Scanner duty session guard and secure PIN storage verified",
"Offline scan queue and shift log lifecycle verified"
],
"capturedAt": "2026-08-29T16:02:21.127Z",
"capturedAt": "2026-09-04T08:30:30.844Z",
"commit": "HEAD"
},
{
Expand All @@ -62,7 +62,7 @@
"Admin observability panels, WCAG contrast playground, and motion physics inspector verified with 47 passing tests",
"Client dashboard security routes and compliance UI components validated with typecheck and lint green"
],
"capturedAt": "2026-09-02T05:15:56Z",
"capturedAt": "2026-09-04T08:30:30.844Z",
"commit": "HEAD"
},
{
Expand All @@ -75,7 +75,7 @@
"Shared UI tokens and Framer Motion 13.1.1 animation components verified",
"Responsive compositions and Atlassian Design System tokens validated"
],
"capturedAt": "2026-08-29T16:02:21.127Z",
"capturedAt": "2026-09-04T08:30:30.844Z",
"commit": "HEAD"
},
{
Expand All @@ -88,7 +88,7 @@
"Per-tenant/IP allow-list enforcer verifies grant (allow) and denial (403/429) outcomes for validate and bulk routes",
"QR cryptographic payload integrity and HMAC signing verified in 30 validate-route tests"
],
"capturedAt": "2026-09-02T05:15:56Z",
"capturedAt": "2026-09-04T08:30:30.844Z",
"commit": "HEAD"
}
]
Expand Down
2 changes: 1 addition & 1 deletion apps/admin-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"recharts": "^3.10.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"zod": "4.4.3"
"zod": "4.5.1"
},
"devDependencies": {
"@gate-access/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/client-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "4.4.3"
"zod": "4.5.1"
},
"devDependencies": {
"@gate-access/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"resend": "^6.18.0",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "4.4.3"
"zod": "4.5.1"
},
"devDependencies": {
"@gate-access/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/resident-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-native-reanimated": "^4.2.3",
"react-native-safe-area-context": "~5.9.1",
"react-native-svg": "15.15.4",
"zod": "4.4.3"
"zod": "4.5.1"
},
"devDependencies": {
"@types/react": "~19.2.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nanoid": "^6.0.1",
"pg": "^8.20.0",
"server-only": "^0.0.1",
"zod": "4.4.3"
"zod": "4.5.1"
},
"devDependencies": {
"@gate-access/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"ai": "5.0.52",
"xss": "^1.0.15",
"zod": "4.4.3"
"zod": "4.5.1"
},
"devDependencies": {
"@gate-access/config": "workspace:*",
Expand Down
Loading
Loading