- Added @bytelyst/feature-flag-client and @bytelyst/kill-switch-client deps - Created web/src/lib/feature-flags.ts — poll-based flag client (fail-open) - Created web/src/lib/kill-switch.ts — kill-switch check client (fail-open) - Telemetry, diagnostics, extraction were already wired Verification: web typecheck + 6 tests pass. |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||