cloudaxe-opencode/packages/opencode/src/server
Dax Raad 705f792e87 core: move Global module to @opencode-ai/core for centralized path management
Move the Global module from packages/opencode/src/global to packages/core/src/global
to provide a unified location for managing XDG directories and application paths.
This eliminates duplicate path definitions across packages and ensures consistent
access to data, config, cache, state, log, and bin directories throughout the codebase.
2026-04-25 13:52:32 -04:00
..
routes core: move Global module to @opencode-ai/core for centralized path management 2026-04-25 13:52:32 -04:00
adapter.bun.ts refactor(server): simplify router middleware with next() (#21720) 2026-04-11 16:55:17 -04:00
adapter.node.ts refactor(server): simplify router middleware with next() (#21720) 2026-04-11 16:55:17 -04:00
adapter.ts refactor(server): simplify router middleware with next() (#21720) 2026-04-11 16:55:17 -04:00
error.ts feat: unwrap storage namespaces to flat exports + barrel (#22747) 2026-04-15 23:30:49 -04:00
event.ts refactor(bus): migrate BusEvent to Effect Schema (#24040) 2026-04-23 15:37:44 -04:00
fence.ts feat: unwrap storage namespaces to flat exports + barrel (#22747) 2026-04-15 23:30:49 -04:00
mdns.ts refactor: unwrap MDNS namespace + self-reexport (#22968) 2026-04-16 23:50:11 +00:00
middleware.ts core: consolidate shared infrastructure into core package 2026-04-25 13:30:37 -04:00
projectors.ts refactor(sync): make session events schema-first (#24019) 2026-04-23 12:43:08 -04:00
proxy.ts fix(core): add historical sync on workspace connect (#23121) 2026-04-17 13:30:09 -04:00
server.ts core: consolidate shared infrastructure into core package 2026-04-25 13:30:37 -04:00
workspace.ts core: consolidate shared infrastructure into core package 2026-04-25 13:30:37 -04:00