GPT reviewer now skips anything listed in a cumulative
"Rejected Recommendations" section at the bottom of plan files.
Claude appends rejections there during integration, building a
negative cache across iterations.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
BSD sed (macOS) and GNU sed (Linux) interpret `sed -i ''`
differently — GNU treats the empty string as the script
argument, not the backup suffix. Replace with portable
sed-to-tmpfile-and-mv pattern.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collapse the entire multi-file structure (bin/, lib/, prompts/) into
one executable bash script at the repo root. Everything is inlined:
frontmatter helpers, prompt strings, and the Claude stream-json
progress display (now a function calling node --input-type=module).
- plan-status is now `plan-refine status` subcommand
- Remove dead Puppeteer/Brave CDP code (chatgpt-send.mjs,
plan-refine-brave) — superseded by Codex CLI approach
- Remove npm artifacts (package.json, package-lock.json) — sole
dependency was puppeteer-core for the dead browser automation
- Simplify install.sh to just symlink + prereq checks
- Update .gitignore: node_modules/ -> *.feedback-*.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>