singularity-forge/packages/pi-coding-agent/src/modes
Lex Christopherson 98eb2ae802 fix: revert jsonl.ts to inline implementation — @gsd-build/rpc-client not available at source-level test time in CI
The re-export from @gsd-build/rpc-client fails in CI because tests run against
TypeScript source (--experimental-strip-types) before any build step. The npm
dependency resolves to node_modules/ which requires dist/ to exist. Reverting
to the original inline implementation eliminates the cross-package dependency
for source-level imports.
2026-03-26 23:20:53 -06:00
..
interactive Merge pull request #2748 from gsd-build/fix/2743-web-search-duplicate-rendering 2026-03-26 16:08:39 -06:00
rpc fix: revert jsonl.ts to inline implementation — @gsd-build/rpc-client not available at source-level test time in CI 2026-03-26 23:20:53 -06:00
shared refactor: deduplicate RPC mode shared patterns 2026-03-19 16:38:51 -03:00
index.ts feat: Added RPC protocol v2 types, init handshake with version detectio… 2026-03-26 11:01:58 -06:00
print-mode.ts fix(memory): fix memory and resource leaks across TUI, LSP, DB, and automation (#2314) 2026-03-24 07:23:36 -06:00