Skip to content

feat(cli): add Codex-backed tactic search export path#13

Merged
markm39 merged 2 commits into
masterfrom
feat/codex-expert-play-export
Mar 30, 2026
Merged

feat(cli): add Codex-backed tactic search export path#13
markm39 merged 2 commits into
masterfrom
feat/codex-expert-play-export

Conversation

@markm39
Copy link
Copy Markdown
Collaborator

@markm39 markm39 commented Mar 30, 2026

Summary

  • add a Codex-backed tactic proposer for tactic search using OpenProof's existing ChatGPT auth transport
  • export solved Pantograph trajectories to append-only JSONL under ~/.openproof/expert-data/ in prompt/completion format
  • add openproof tactic-search --resume <session_id> for direct expert-play/data-generation runs on an existing session workspace
  • fall back to the active node statement or accepted target when line-level goal extraction is empty

Validation

  • cargo check -p openproof-cli
  • target/debug/openproof ask "Return exactly OK."
  • OPENPROOF_TACTIC_PROPOSER=standard target/debug/openproof tactic-search --resume export_smoke_1774880498
  • OPENPROOF_TACTIC_PROPOSER=codex OPENPROOF_TACTIC_MODEL=gpt-5.4 target/debug/openproof tactic-search --resume export_smoke_1774880498
  • confirmed ~/.openproof/expert-data/positives.jsonl and ~/.openproof/expert-data/trajectories.jsonl were written with a verified record:
    {"prompt":"True:::","completion":"exact True.intro", ... "backend":"codex","model":"gpt-5.4"}

@markm39 markm39 changed the title Add Codex-backed tactic search export path feat(cli): add Codex-backed tactic search export path Mar 30, 2026
@markm39 markm39 merged commit ab49d37 into master Mar 30, 2026
1 of 2 checks passed
@markm39 markm39 deleted the feat/codex-expert-play-export branch March 30, 2026 14:29
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