|
4 | 4 | # In --mode real this launches real Codex sessions through Codex Blackbox's |
5 | 5 | # ChatGPT/Codex subscription proxy path. It uses the existing local Codex |
6 | 6 | # ChatGPT login, can contact chatgpt.com, and must not edit ~/.codex/config.toml. |
7 | | -# Run the fake Phase 9A gate first: |
| 7 | +# Run the fake regression gate first: |
8 | 8 | # |
9 | 9 | # ./test/e2e-openai-responses-full.sh |
10 | 10 | # |
@@ -40,7 +40,7 @@ usage() { |
40 | 40 | Usage: ./test/dogfood-codex-sessions.sh [options] |
41 | 41 |
|
42 | 42 | Options: |
43 | | - --mode real|fixture real launches Codex; fixture delegates to Phase 9A fake e2e |
| 43 | + --mode real|fixture real launches Codex; fixture delegates to the fake regression |
44 | 44 | --sessions N number of sessions to launch in real mode, 1-4 (default: 4) |
45 | 45 | --repos same|mixed run only the current repo or include another repo (default: mixed) |
46 | 46 | --include-mcp include an MCP-oriented prompt when MCP config exists |
@@ -716,9 +716,9 @@ for cmd in docker curl python3 "$CODEX_BIN"; do |
716 | 716 | done |
717 | 717 |
|
718 | 718 | if [ "$MODE" = "fixture" ]; then |
719 | | - record skipped "real_codex_sessions" "--mode fixture delegates to Phase 9A fake e2e" |
720 | | - CODEX_BLACKBOX_FULL_E2E_REPORT_DIR="$REPORT_DIR/phase9a" ./test/e2e-openai-responses-full.sh |
721 | | - record passed "phase9a_fake_e2e" "see $REPORT_DIR/phase9a" |
| 719 | + record skipped "real_codex_sessions" "--mode fixture delegates to fake regression" |
| 720 | + CODEX_BLACKBOX_FULL_E2E_REPORT_DIR="$REPORT_DIR/fake-regression" ./test/e2e-openai-responses-full.sh |
| 721 | + record passed "fake_responses_regression" "see $REPORT_DIR/fake-regression" |
722 | 722 | finish_and_exit 0 |
723 | 723 | fi |
724 | 724 |
|
@@ -758,7 +758,7 @@ if [ "$STACK_ALREADY_READY" = "0" ]; then |
758 | 758 | record passed "stack_preclean" "removed stale Codex Blackbox Compose services before real smoke" |
759 | 759 | fi |
760 | 760 |
|
761 | | -SMOKE_PROMPT="$PROMPT_MARKER preflight: Read AGENTS.md and docs/remaining-phases.md, then summarize the current next phase in 3 bullets. Do not edit files." |
| 761 | +SMOKE_PROMPT="$PROMPT_MARKER preflight: Read AGENTS.md and docs/reference/developing.md, then summarize the current validation rules in 3 bullets. Do not edit files." |
762 | 762 | preflight_cmd=( |
763 | 763 | env -u COMPOSE_FILE CODEX_BLACKBOX_COMPOSE_FILE="$COMPOSE_PATH" |
764 | 764 | "$CODEX_BLACKBOX_BIN" preflight codex-subscription -- |
@@ -806,7 +806,7 @@ add_case \ |
806 | 806 | "same-read-a" \ |
807 | 807 | "same" \ |
808 | 808 | "$SAME_REPO" \ |
809 | | - "$PROMPT_MARKER same-read-a: Read AGENTS.md and docs/remaining-phases.md. Answer with exactly three bullets about the current phase gate. Do not edit files." |
| 809 | + "$PROMPT_MARKER same-read-a: Read AGENTS.md and docs/reference/developing.md. Answer with exactly three bullets about the validation boundary. Do not edit files." |
810 | 810 |
|
811 | 811 | add_case \ |
812 | 812 | "same-tool-b" \ |
|
825 | 825 | "same-read-c" \ |
826 | 826 | "same" \ |
827 | 827 | "$SAME_REPO" \ |
828 | | - "$PROMPT_MARKER same-read-c: Read docs/codex-traffic-contract.md and summarize two current unknowns. Do not edit files." |
| 828 | + "$PROMPT_MARKER same-read-c: Read README.md and summarize two things this project observes directly. Do not edit files." |
829 | 829 | fi |
830 | 830 |
|
831 | 831 | if [ "$INCLUDE_MCP" = "1" ] && [ "$MCP_CONFIGURED" = "1" ]; then |
|
839 | 839 | "same-context-d" \ |
840 | 840 | "same" \ |
841 | 841 | "$SAME_REPO" \ |
842 | | - "$PROMPT_MARKER same-context-d: Read docs/automated-feedback-testing.md and report the smallest real dogfood gap still called out there. Do not edit files." |
| 842 | + "$PROMPT_MARKER same-context-d: Read docs/reference/developing.md and report the difference between fake and live evidence in one paragraph. Do not edit files." |
843 | 843 | fi |
844 | 844 |
|
845 | 845 | : >"$WATCH_SSE" |
|
0 commit comments