go/pkg
Claude af98accc03
feat(coredeno): Tier 2 bidirectional bridge — Go↔Deno module lifecycle
Wire the CoreDeno sidecar into a fully bidirectional bridge:

- Deno→Go (gRPC): Deno connects as CoreService client via polyfilled
  @grpc/grpc-js over Unix socket. Polyfill patches Deno 2.x http2 gaps
  (getDefaultSettings, pre-connected socket handling, remoteSettings).
- Go→Deno (JSON-RPC): Go connects to Deno's newline-delimited JSON-RPC
  server for module lifecycle (LoadModule, UnloadModule, ModuleStatus).
  gRPC server direction avoided due to Deno http2.createServer limitations.
- ProcessStart/ProcessStop: gRPC handlers delegate to process.Service
  with manifest permission gating (run permissions).
- Deno runtime: main.ts boots DenoService server, connects CoreService
  client with retry + health-check round-trip, handles SIGTERM shutdown.

40 unit tests + 2 integration tests (Tier 1 boot + Tier 2 bidirectional).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 22:43:12 +00:00
..
agentci refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
agentic refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
ai refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
ansible refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
auth refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
build refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
cache refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
cli refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
collect refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
config refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
container refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
coredeno feat(coredeno): Tier 2 bidirectional bridge — Go↔Deno module lifecycle 2026-02-17 22:43:12 +00:00
crypt refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
deploy refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
devkit feat/ml-integration (#2) 2026-02-16 06:19:09 +00:00
devops refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
forge refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
framework refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
git refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
gitea refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
help feat(help): Implement full-text search (#294) 2026-02-05 10:26:16 +00:00
i18n refactor: add i18n-validate tool, remove bugseti plan docs 2026-02-16 14:57:04 +00:00
infra fix(core-ide): use path-based routing for multi-window SPA, clean up formatting 2026-02-09 01:50:57 +00:00
io refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
jobrunner refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
lab refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
log refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
manifest feat(manifest): auto-discovery loader with signature verification 2026-02-17 21:02:37 +00:00
marketplace feat(marketplace): Git-based module index parser and search 2026-02-17 21:02:37 +00:00
mcp refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
ml refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
mlx refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
plugin refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
process refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
rag refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
ratelimit fix(security): move Gemini API key from URL query params to header (#47) 2026-02-16 05:53:52 +00:00
release refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
repos refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
sdk refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
session feat: add crypto, session, sigil, and node packages 2026-02-08 20:52:28 +00:00
store feat(store): group-namespaced key-value store with template rendering 2026-02-17 21:02:37 +00:00
trust feat(agentic): add agent trust model with tiered access control 2026-02-16 05:53:52 +00:00
unifi refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
webview feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00
workspace refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
ws feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00