Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 12 additions & 2 deletions project/ticket-034/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions project/ticket-034/ai-codex-logs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions project/ticket-034/ai-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions project/ticket-034/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading