3 Commits

Author SHA1 Message Date
Imbad0202 6f7e127b91 chore: sync ARS Codex to v3.13 mainline 2026-06-20 21:56:17 +08:00
Edward Cheng-I Wu 9cf19a5bfe scrub private session traces
De-identify private HEEACT/Springer session references and remove a local absolute path from the current tree.
2026-05-12 20:43:39 +08:00
Edward Cheng-I Wu 7f777f00ec examples: add Codex-platform full pipeline run evidence (#10)
* examples: add Codex-platform full pipeline run evidence

Satisfies upstream CONTRIBUTING.md § Platform ports L55: "at least one
full academic-pipeline run on the target platform, committed under an
examples/ path in the sibling repo, so regressions are detectable."

The traversal exercises 8 stage transitions (1 → 2 → 2.5 → 3 → 4 → 4.5
→ 5 → 6) via 6 codex exec calls on Codex CLI 0.130.0, smoke-level
deliverables, both MANDATORY integrity gates engaged (Stage 2.5 caught
2 HOLD; Stage 4.5 PASSed with 2 watchpoints). Topic: HEQA Scope
Transformation Matrix in the agentic AI era.

The Stage 5 finalize artifact (abstract.md + index.html) is the real
output from a prior ars-codex research session on 2026-05-10, included
so the full-pipeline evidence terminates at a concrete deliverable.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* fix(examples): address codex round-1 findings (4 P1 + 3 P2)

Codex review round 1 on PR #10 surfaced:

P1 fixes:
- Re-frame as "Codex-platform pipeline smoke traversal" not "full
  pipeline run". Each routed stage used the lightest mode of its
  workflow (outline-only / quick / revision-coach); Stage 3' and 4'
  re-review/second-revision are absent; Stage 5 is imported, not
  produced in this run. README "Honest scope" section enumerates the
  trade-offs.
- 7-mode numbering disclosure on Stage 2.5: user prompt enumerated
  modes in a non-canonical order. Codex response is verbatim per the
  prompt order; canonical Lu 2026 numbering added as a mapping column
  and called out in disclosure box. Stage 4.5 already used canonical
  numbering.
- Add verbatim "User prompt (verbatim, reproducible)" sections to
  Stage 2.5, 3, 4, 4.5, 6 (previously only Stage 1 + 2). README
  re-run claim now lines up with what is committed.
- Reframe Stage 4 "How this aligns with the actual abstract.md" as
  convergent observation, not causal same-run revision. README and
  Stage 4 now both state abstract.md is imported (2026-05-10), not
  downstream of the 2026-05-11 transcripts.

P2 fixes:
- README link paths corrected (../abstract.md → abstract.md from
  README, ../ paths preserved inside stages/).
- Stage 6 watchpoint wording aligned with Stage 4.5 W1/W2 verbatim.
- Stage 1/2/3 "visible in transcript" claims reworded as "inferred
  from transcript" with note that verbatim transcripts not committed
  but verifiable by re-running the committed prompt.

Gemini-3.1-pro-preview citation audit run separately on this PR:
PASS for Lu et al. 2026 Nature + Wang & Zhang 2026 IJETHE; PRISMA-trAIce
upstream reference flagged as NOT-FOUND but out of scope for this PR
(belongs to upstream ARS docs, not added in this PR).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* fix(examples): address codex round-2 findings (1 P1 + 2 P2)

P1: examples/README.md still claimed "full 10-stage" and "real Stage 5".
Reframed to "smoke traversal" with explicit Stage 5 imported provenance.

P2: examples/codex/.../README.md "router classification at every stage
transition (1 → 2 → 3 → 4 → 5 / 6)" overstated current-run traversal —
Stage 5 was imported. Reworded to enumerate only the stages actually
routed in this run.

P2: README stage map + Stage 3 continuity section used non-canonical
"mode 5 + mode 6" labels without flagging them as prompt-numbered.
Added prompt-numbered ↔ canonical mapping pointers.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 21:09:23 +08:00