singularity-forge/packages/pi-coding-agent
frizynn 806cb76e72 fix: resolve race conditions in blob-store, discovery-cache, and agent-loop
- blob-store: Replace non-atomic check-then-act (existsSync + writeFileSync)
  with writeFileSync using 'wx' flag for atomic exclusive creation
- discovery-cache: Re-read from disk before mutations to avoid stale overwrites,
  and use temp file + rename for atomic saves
- agent-loop: Deep copy messages array in agentLoopContinue to prevent shared
  reference mutations from affecting the original context
2026-03-22 22:30:44 -03:00
..
scripts fix: handle Windows non-ASCII paths in cpSync with copyFileSync fallback (#1181) 2026-03-18 10:13:37 -06:00
src fix: resolve race conditions in blob-store, discovery-cache, and agent-loop 2026-03-22 22:30:44 -03:00
package.json release: v2.34.0 2026-03-19 21:08:44 +00:00
pnpm-lock.yaml fix: type errors in claude-import.ts and marketplace-discovery.ts 2026-03-16 14:46:31 -04:00
tsconfig.json feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00