trustgraph/ts/packages/workbench
elpresidank 0746d7ffd5 feat(ts): add real quality gates — Biome lint + effect-law ratchet + class inventory
- biome.json (2.4.16, linter-only) wired as "lint" in all six packages
- scripts/check-effect-laws.ts: Effect-native law enforcement encoding the
  adapted beep-effect effect-first/schema-first laws (no native JSON/switch/
  sort/fetch/timers, no process.env, no throw new, no Effect.run* outside
  boundaries, no Schema-suffixed constants, no node:fs/path, AST-based
  pure-data interface detection per law 38/39)
- ratcheting baseline allowlist (95 entries / 290 findings) that must shrink
  to documented exemptions only; stale counts fail the gate
- root lint chains turbo lint + law check + native-class inventory
- fix all 163 initial Biome findings: import-type style, templates, two `any`s,
  ten non-null assertions (librarian getService gate, A.matchRight in atoms,
  ensureNode returning nodes, main.tsx mount guard)

Gates: lint, check:tsgo, build, test (force, 11 tasks) all green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 06:40:01 -05:00
..
public feat: fix RAG pipelines, Beep Graph branding, PWA, and ambient glow UI 2026-04-12 10:19:10 -05:00
src feat(ts): add real quality gates — Biome lint + effect-law ratchet + class inventory 2026-06-11 06:40:01 -05:00
tests/workbench-qa Canonicalize workbench theme storage 2026-06-02 08:03:43 -05:00
Containerfile saving 2026-05-30 09:56:23 -05:00
index.html Canonicalize workbench theme storage 2026-06-02 08:03:43 -05:00
nginx.conf Advance TS port Effect workbench 2026-06-01 16:22:25 -05:00
package.json feat(ts): add real quality gates — Biome lint + effect-law ratchet + class inventory 2026-06-11 06:40:01 -05:00
playwright.config.ts refactor(ts): make port effect native 2026-06-06 10:33:10 -05:00
tsconfig.json saving 2026-05-12 08:06:58 -05:00
vite-env.d.ts init 2026-04-05 22:44:45 -05:00
vite.config.ts refactor(ts): complete legacy host removal — drop fastify/commander/zod, delete MCP SDK server, remove ManagedRuntime facades 2026-06-11 06:29:29 -05:00