singularity-forge/src/resources/extensions/subagent
TÂCHES e5ae9fd249 fix: normalize Windows backslash paths in bash command strings (#1436) (#1863)
On Windows, paths embedded in bash command strings have backslashes
stripped by the shell (e.g. C:\Users\user becomes C:Useruser), causing
cd and other commands to fail silently. This left ~1.4 GB orphaned
worktree directories after milestone completion.

- Normalize all paths to forward slashes before embedding in the
  subagent cmux bash script (cd, tee, process args)
- Add post-teardown orphan detection: warn and attempt rmSync fallback
  if the worktree directory persists after removeWorktree
- Add regression tests for Windows path normalization

Closes #1436

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 14:57:58 -06:00
..
agents.ts feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
extension-manifest.json feat: add extension manifest + registry for user-managed enable/disable (#1238) 2026-03-18 14:12:19 -06:00
index.ts fix: normalize Windows backslash paths in bash command strings (#1436) (#1863) 2026-03-21 14:57:58 -06:00
isolation.ts feat: add GSD_HOME env var to override global ~/.gsd directory (#1566) 2026-03-20 08:29:01 -06:00
worker-registry.ts feat: add dashboard parallel workers view, 80% budget alert, and E2E tests 2026-03-16 20:32:10 -06:00