Oracle browser automation has macOS Keychain issues that prevent
cookie-based auth. Replaced with a two-command clipboard workflow:
plan-refine <file> # copies ChatGPT prompt to clipboard
plan-refine <file> --integrate # Claude CLI integrates feedback
Step 1 uses Oracle --render --copy (no browser needed) to bundle
the evaluation prompt with plan content. Step 2 uses claude -p
for headless integration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Scripts now resolve symlinks before computing SCRIPT_DIR, so
they work correctly when invoked via ~/.local/bin/ symlinks.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
After Oracle captures ChatGPT feedback, automatically invokes
claude -p to integrate the feedback back into the plan file.
Full iteration (ChatGPT + Claude) now runs with one command.
Use --no-integrate to skip the Claude step and get clipboard
fallback for manual integration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Semi-automated plan refinement pipeline using Oracle for ChatGPT
browser automation. Includes frontmatter-based tracking and a
dashboard scanner for plan status across projects.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>