Commit graph

13 commits

Author SHA1 Message Date
elpresidank
a7bdbb9257 refactor(ts): make client gateway effect native 2026-06-11 08:06:31 -05:00
elpresidank
174d636178 refactor(ts): remove non-client effect run boundaries 2026-06-11 07:47:44 -05:00
elpresidank
be2370ee7b feat(ts): complete schema-first phase 2 2026-06-11 07:37:59 -05:00
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
elpresidank
cf12defcd8 refactor(ts): complete legacy host removal — drop fastify/commander/zod, delete MCP SDK server, remove ManagedRuntime facades
Finishes the remaining EFFECT_NATIVE_REWRITE_PLAN stages in one verified slice:
- fastify, @fastify/websocket, commander, zod removed from all package manifests
- legacy @modelcontextprotocol/sdk stdio server deleted; effect/unstable/ai McpServer is canonical
- no ManagedRuntime or Effect.runPromise program facades remain in production source
- gateway server/rpc-contract and client rpc/socket moved onto Effect v4 native http/rpc/socket layers

Gates (force-run, no cache): check:tsgo, build, test (96 tests / 11 tasks) all green.
Native-class inventory: zero blocking production classes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 06:29:29 -05:00
elpresidank
b6759e75df refactor(ts): make port effect native 2026-06-06 10:33:10 -05:00
elpresidank
976e7ecfc5 Use Predicate and FileSystem in final Effect cleanup 2026-06-04 08:33:31 -05:00
elpresidank
fba0f97723 Use MutableHashMap for workbench explain triples 2026-06-04 07:49:58 -05:00
elpresidank
069d901737 Use Effect fn for workbench random ids 2026-06-04 07:39:08 -05:00
elpresidank
e46fc64275 Use Match for workbench dispatch 2026-06-04 06:07:20 -05:00
elpresidank
c5e7708911 Canonicalize workbench theme storage 2026-06-02 08:03:43 -05:00
elpresidank
f6878d4dd7 Enforce strict Effect tsgo migrations 2026-06-01 23:19:54 -05:00
elpresidank
3515106670 Advance TS port Effect workbench 2026-06-01 16:22:25 -05:00