fix: resolve all build errors, app now builds successfully

- Replace @blackroad/sdk import with local useTasks hook
- Fix unescaped quotes in agent greeting strings
- Fix escaped backticks in template literals
- Remove duplicate API routes in (app) group
- Fix Edge Runtime incompatible process.uptime call
- Fix invalid focusRingColor CSS property
- Add missing setUser to auth store
- Add missing workspaceId in onboarding
- Fix INFRA_STATS_STATIC → INFRA_STATS variable name

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

RoadChain-SHA2048: fa3ed59024831586
RoadChain-Identity: alexa@sovereign
RoadChain-Full: fa3ed590248315869d2bfb1586b96573d50a426a01252f73e745196f61ec52470568cf3e36f5cb4c18dba965a5f26c489c94cd7eb91c5a7867d43d6540fa4eb953c550f41418510642ee8d9e192f01e65f0a232f80af163484aa98c174b46f551ac69c55851d12f2382b6757e430ecddbe389aa8c8176247a0bc91a9f1074d294888d3da7ff1277f310b6fd8b307c3cd203ec9592f4864dbd4bc8629f7b976c2a7b256f82a01e6ef189f3b220eec680e029f7faf2840adc414eca02d1aaae074c2121ed2ed0a1dcdd14009f6939a81648a9fa42b6048ccb8eb54b057b7e5a95b4b155bb6f58f7e56a3d95f2b88c34a6eab0df0911ea91e6c8eafae039e7a0c15
This commit is contained in:
2026-03-10 22:25:35 -05:00
parent e348ddb5f7
commit a741e777ca
11 changed files with 51 additions and 192 deletions

View File

@@ -8,7 +8,7 @@ export async function GET() {
service: 'blackroad-os-web',
version: process.env.npm_package_version || '0.1.0',
timestamp: new Date().toISOString(),
uptime: process.uptime ? process.uptime() : null,
uptime: null,
environment: process.env.NODE_ENV || 'development',
};