From 08559f749a1a2c46c09a026101036ecc55ab0dac Mon Sep 17 00:00:00 2001 From: Tom Softreck Date: Tue, 4 Aug 2026 17:48:56 +0200 Subject: [PATCH] docs(ticket-034): record validated publication --- TODO.md | 12 ++++++------ project/ticket-034/README.md | 14 ++++++++++++-- project/ticket-034/ai-codex-logs.txt | 5 +++++ project/ticket-034/ai-codex.md | 6 ++++-- project/ticket-034/changelog.md | 4 ++++ 5 files changed, 31 insertions(+), 10 deletions(-) diff --git a/TODO.md b/TODO.md index 4c102b5..b2fb78a 100644 --- a/TODO.md +++ b/TODO.md @@ -2,12 +2,6 @@ ## Active tickets -- [ ] [`ticket-034`](project/ticket-034/README.md) — scale each OpenRouter chat - deadline deterministically from input size, output budget and structural - complexity. Current state: `IN_PROGRESS / PUBLICATION`; governance, 349-test - verification, gold, SDK examples and Docker smoke pass on the validated - ticket-027 publication base. - - [ ] [`ticket-018`](project/ticket-018/README.md) — enforce the `wellmanifest/new-project` manifest as policy-as-code through a deterministic validator, trusted approval boundary, reusable governance CI, stack-specific @@ -38,6 +32,12 @@ ## Completed tickets +- [x] [`ticket-034`](project/ticket-034/README.md) — scaled each OpenRouter chat + deadline deterministically from input size, output budget and structural + complexity. Current state: `DONE`; exact-head Validator App approval, + governance, 349-test verification, gold, SDK examples and Docker smoke pass, + and PR #13 is published as merge commit `4387943e`. + - [x] [`ticket-031`](project/ticket-031/README.md) — added deterministic, collision-free repository provenance to Intent DSL record identity while preserving legacy IDs. Current state: `DONE`; governance, 342 tests and diff --git a/project/ticket-034/README.md b/project/ticket-034/README.md index adf7738..de92d0b 100644 --- a/project/ticket-034/README.md +++ b/project/ticket-034/README.md @@ -2,8 +2,8 @@ - **ID**: ticket-034 - **Owner**: unresolved:human -- **Status**: IN_PROGRESS -- **Workflow state**: PUBLICATION +- **Status**: DONE +- **Workflow state**: DONE - **Created**: 2026-08-04 ## Goal and scope @@ -93,6 +93,16 @@ fallback and the `/models` endpoint are out of scope. The user's `kontynuuj` on 2026-08-04 approves this formula and bounded scope. The ticket may enter `EDIT`; protected review remains required for merge. +## Publication evidence + +- PR #13 received an independent `ifuri-validator-agent[bot]` approval bound + to exact head `68b0c0985f0aa95f8a41e252399491fe7aea29ca` and this ticket. +- Governance, Node/Docker verification, the JDK 17 adapter and Koru review all + passed on that head. +- PR #13 was merged by `tom-sapletta-com` as + `4387943e4095926fe2466628b767c3dd83034281`; Validator auto-merge remained + disabled. + ## Participants - Human participant: unresolved; no `user-*` file was created. diff --git a/project/ticket-034/ai-codex-logs.txt b/project/ticket-034/ai-codex-logs.txt index c465edb..c681be6 100644 --- a/project/ticket-034/ai-codex-logs.txt +++ b/project/ticket-034/ai-codex-logs.txt @@ -7,3 +7,8 @@ 2026-08-04 gold v2 PASS: all measured precision/recall 100%; stability PASS 2026-08-04 examples PASS: five SDK fingerprints agree 2026-08-04 Docker smoke PASS; state EDIT -> PUBLICATION +2026-08-04 exact-head Validator run 30925171580 PASS +2026-08-04 App review: ifuri-validator-agent[bot], APPROVED, head 68b0c0985f0aa95f8a41e252399491fe7aea29ca +2026-08-04 hosted governance, verify, Java and Koru: PASS +2026-08-04 PR #13 merged by tom-sapletta-com as 4387943e4095926fe2466628b767c3dd83034281 +2026-08-04 state PUBLICATION -> DONE; no remaining blockers diff --git a/project/ticket-034/ai-codex.md b/project/ticket-034/ai-codex.md index 2f9b966..13b3ebc 100644 --- a/project/ticket-034/ai-codex.md +++ b/project/ticket-034/ai-codex.md @@ -36,8 +36,10 @@ JSON requests can therefore receive less time than much smaller generic calls. - Added seven boundary, cap, malformed-input, audit and cancellation tests. - Full verify, gold, SDK examples, governance and Docker smoke pass on the validated ticket-027 publication base. +- The installed Validator App approved the exact PR #13 head after all required + hosted checks passed, and the human maintainer merged it into the publication + branch. ## Blockers -- Implementation and validation are complete. Protected review remains an - external publication requirement. +- None. Implementation, independent validation and publication are complete. diff --git a/project/ticket-034/changelog.md b/project/ticket-034/changelog.md index 2707b7b..ca97910 100644 --- a/project/ticket-034/changelog.md +++ b/project/ticket-034/changelog.md @@ -18,3 +18,7 @@ with base/effective values. - Passed governance, 349-test verification, gold v2, five SDK examples and Docker smoke on the validated publication base. +- Received exact-head approval from `ifuri-validator-agent[bot]` after required + hosted checks passed; PR #13 was merged by the human maintainer as + `4387943e4095926fe2466628b767c3dd83034281`. +- Marked ticket-034 `DONE`; Validator auto-merge remained disabled.