Commit Graph
5 Commits
Author SHA1 Message Date
Mayuresh Kadu 3edc765ddd fix: restore fast-path comment indentation, correct reproduce script claim
Address bot review findings:
- Indent the three 'Fast path' comment blocks to match surrounding code
- Reproduce script header no longer claims the fast path catches brew
  paths with a minimal PATH — the hardcoded fallbacks do that; the fast
  path only sees binaries already in the inherited PATH
2026-08-20 18:14:41 +01:00
Mayuresh Kadu d671119884 Merge upstream/main into reproduce/issue-1720
Resolve conflicts after 914 upstream commits:
- CHANGELOG.md: keep brew opencode fix entry in Unreleased
- .gitignore: keep superpowers docs exclusion, take upstream additions

Drop /usr/local/ TOOLCHAIN_SEGMENTS addition — /usr/local/bin is part
of the default macOS PATH, so treating it as user-configured would skip
the login-shell fallback that this fix relies on. Upstream tests
(pass 1602) confirm minimal system PATH must not look user-configured.
2026-08-20 18:04:40 +01:00
Mayuresh Kadu 2cbbf3ab15 review fixes: align reproduction script timeout, tighten comments 2026-06-20 09:35:11 +01:00
Mayuresh Kadu 390a7d0a66 scripts: update reproduction script with fix documentation 2026-06-20 09:35:11 +01:00
Issue Reproducer 1439f5e838 reproduce(issue-1720): add reproduction script for brew opencode detection on macOS 2026-06-18 15:00:44 +00:00