|
1 | 1 | # PromiseProof Build Week Log |
2 | 2 |
|
| 3 | +## What PromiseProof shipped by 2026-07-21 |
| 4 | + |
| 5 | +PromiseProof is a new OpenAI Build Week project, built July 14 to July 21, 2026. This section summarizes the finished release. The dated milestone log that follows is the original historical record. |
| 6 | + |
| 7 | +The finished release carries one broken product promise from symptom to proof: |
| 8 | + |
| 9 | +- a synthetic reference product with a real browser-to-backend HTTP boundary; |
| 10 | +- one user-facing "off means off" promise that crosses UI, storage, network, and backend; |
| 11 | +- two independent seeded defects that produce different evidence and different violation codes, so one flag cannot explain both and one fix cannot silence the other; |
| 12 | +- a bounded GPT-5.6 investigation over a sanitized, versioned dossier; |
| 13 | +- two allowlisted deterministic factual replays; |
| 14 | +- an authentic, human-approved Codex source repair; |
| 15 | +- exact, digest-bound human approval of the patch; |
| 16 | +- application only in a fresh disposable git worktree; |
| 17 | +- an unchanged deterministic verifier that alone decides PASS; |
| 18 | +- a five-stage hosted walkthrough of the recorded run; |
| 19 | +- external, evidence-only verification through a repository-local CLI; |
| 20 | +- deterministic JSON and Markdown reports, bound to the evaluator source by digest; |
| 21 | +- complete report reproduction that recomputes the report, not only its hashes; |
| 22 | +- a hosted semantic tamper challenge that runs entirely in the browser; |
| 23 | +- a reusable GitHub Action exercised on Windows, Ubuntu, and macOS runners; |
| 24 | +- public judge and adoption documentation. |
| 25 | + |
| 26 | +Timeline, tag by tag: |
| 27 | + |
| 28 | +- **Jul 14** baseline, the deterministic initialization-race proof, and the propagation-failure defect (`build-week-baseline`, `milestone-02-deterministic-foundation`). |
| 29 | +- **Jul 15** the bounded GPT-5.6 investigation layer (`milestone-03-gpt56-investigation`). |
| 30 | +- **Jul 16** the authentic Codex repair with human approval (`milestone-04-authentic-repair-proof`, `submission-hardening-01`). |
| 31 | +- **Jul 17** CI hardening and the judge experience (`ci-green-01`, `judge-rehearsal-01`, `judge-experience-01`). |
| 32 | +- **Jul 20 to 21** the public product: hosted verifier and CLI (PR #1), the reusable GitHub Action (PR #2), and the judge package (PR #3), tagged `submission-rc-01` through `submission-rc-03`. |
| 33 | + |
| 34 | +**Why one week matters.** Building this in a single week demonstrates execution speed and architectural closure: the complete working lifecycle, its tests, the authentic repair proof, the hosted product, the CLI, and the CI integration were all built and verified inside the submission period. It is not a claim of production maturity or third-party adoption. The honest scope and limitations are recorded below and in the [README](README.md#limitations). |
| 35 | + |
| 36 | +Start here: |
| 37 | + |
| 38 | +- [JUDGE_START_HERE.md](JUDGE_START_HERE.md) |
| 39 | +- [ADOPTION.md](ADOPTION.md) |
| 40 | +- Hosted walkthrough: https://promiseproof.alex0paiva0.workers.dev/walkthrough/ |
| 41 | +- Hosted verifier: https://promiseproof.alex0paiva0.workers.dev/verify/?judge=1 |
| 42 | +- Pull requests: [#1](https://github.com/AlexPaiva/PromiseProof/pull/1), [#2](https://github.com/AlexPaiva/PromiseProof/pull/2), [#3](https://github.com/AlexPaiva/PromiseProof/pull/3) |
| 43 | +- Submission tags: `submission-rc-01`, `submission-rc-02`, `submission-rc-03` |
| 44 | + |
3 | 45 | ## Project baseline — 2026-07-14 |
4 | 46 |
|
5 | 47 | PromiseProof begins as a new OpenAI Build Week project. `AGENTS.md` is the canonical product and engineering specification. |
|
0 commit comments