trustgraph/ts
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
..
.idea saving 2026-05-11 19:44:40 -05:00
.playwright-cli saving 2026-05-11 19:44:40 -05:00
data fix: comprehensive a11y and contrast QA pass across workbench 2026-04-11 23:26:28 -05:00
deploy saving 2026-05-12 08:06:58 -05:00
entrypoints saving 2026-05-12 08:06:58 -05:00
packages feat(ts): add real quality gates — Biome lint + effect-law ratchet + class inventory 2026-06-11 06:40:01 -05:00
scripts feat(ts): add real quality gates — Biome lint + effect-law ratchet + class inventory 2026-06-11 06:40:01 -05:00
.dockerignore fix: comprehensive QA — resolve 13 bugs, add UX improvements across all services 2026-04-07 05:20:10 -05:00
.gitignore Advance TS port Effect workbench 2026-06-01 16:22:25 -05:00
biome.json feat(ts): add real quality gates — Biome lint + effect-law ratchet + class inventory 2026-06-11 06:40:01 -05:00
bun.lock feat(ts): add real quality gates — Biome lint + effect-law ratchet + class inventory 2026-06-11 06:40:01 -05:00
CLASS_EFFECT_GOAL.md Remove native classes from TS runtime 2026-06-01 20:26:47 -05:00
Containerfile saving 2026-05-12 08:06:58 -05:00
EFFECT_ATOM_REFERENCES.md Advance TS port Effect workbench 2026-06-01 16:22:25 -05:00
EFFECT_NATIVE_REWRITE_AUDIT.md Use Predicate and FileSystem in final Effect cleanup 2026-06-04 08:33:31 -05:00
EFFECT_NATIVE_REWRITE_PLAN.md refactor(ts): make port effect native 2026-06-06 10:33:10 -05:00
EFFECT_NATIVE_REWRITE_PLAYBOOK.md Add Effect stdio MCP entrypoint 2026-06-02 08:59:53 -05:00
GOAL.md refactor(ts): make port effect native 2026-06-06 10:33:10 -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
pnpm-lock.yaml feat: MCP tool client infrastructure for agent extensibility 2026-04-10 05:45:46 -05:00
pnpm-workspace.yaml saving 2026-04-05 21:09:33 -05:00
tsconfig.base.json Enforce strict Effect tsgo migrations 2026-06-01 23:19:54 -05:00
tsconfig.json saving 2026-05-12 08:06:58 -05:00
turbo.json saving 2026-04-05 21:09:33 -05:00