Skip to content

Rollback c547cdd - #1

Merged
CommanderTurtle merged 33 commits into
mainfrom
rollback-c547cdd
Jul 26, 2026
Merged

Rollback c547cdd#1
CommanderTurtle merged 33 commits into
mainfrom
rollback-c547cdd

Conversation

@CommanderTurtle

Copy link
Copy Markdown
Owner

What / Why / How

Affected platforms

  • Claude Code
  • Cursor
  • VS Code Copilot (GitHub Copilot)
  • JetBrains Copilot
  • Gemini CLI
  • Qwen Code
  • OpenCode
  • KiloCode
  • Codex CLI
  • OpenClaw (Pi Agent)
  • Pi
  • Kiro
  • Antigravity
  • Zed
  • All platforms

Test plan

Checklist

  • Tests added/updated (TDD: red → green)
  • npm test passes
  • npm run typecheck passes
  • Docs updated if needed (README, platform-support.md)
  • No Windows path regressions (forward slashes only)
  • Targets next branch (unless hotfix)
Cross-platform notes

Our CI runs on Ubuntu, macOS, and Windows.

  • If touching file paths, verify forward-slash normalization on Windows
  • If touching hook paths, verify no backslash separators
  • Use path.join() / path.resolve(), never hardcode / separators
  • Use event-based stdin reading — readFileSync(0) breaks on Windows
  • Use os.tmpdir(), never hardcode /tmp

@CommanderTurtle
CommanderTurtle merged commit 6e38157 into main Jul 26, 2026
@CommanderTurtle
CommanderTurtle deleted the rollback-c547cdd branch July 26, 2026 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant