octoturge 0fa4bfaf45 Simplify ts-core auth.ts; fix bun-types resolution in monorepo workspace
auth.ts: dropped the legacy HS256-shared-secret verification path, keeping
only the JWKS path Supabase recommends now — one code path instead of two.

Also fixes a real bug: @types/bun's ambient types didn't resolve inside a
bun workspace (its internal 'bun-types' reference can't hoist into a nested
package's node_modules the same way it does in a flat install). Depending on
bun-types directly instead of @types/bun fixes it — verified with a clean
'bun run typecheck'.
2026-08-28 18:28:06 +00:00

continuum-common

Shared, dependency-light building blocks used across the Continuum cloud and edge services.

Packages

  • packages/ts-core — TypeScript package consumed by continuum-backend (and other Bun/Node services). Provides a structured logger, a Supabase JWT verification helper, and ElysiaJS-compatible HTTP error transformers.
  • packages/rust-core — Rust crate consumed by continuum-proxy and continuum-ai-worker. Provides a shared thiserror-based error type, tracing initialization, and G-code checksum/header parsing helpers.

Each package is versioned and published independently; see their own READMEs (inline doc comments) for usage.

S
Description
Continuum platform: continuum-common
Readme 43 KiB
Languages
TypeScript 56.2%
Rust 43.8%