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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

## AI Cost Tracking

![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.459-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
![AI Cost](https://img.shields.io/badge/AI%20Cost-$19.58-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-285.3h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fdeep%2Fdeep--v4--pro-lightgrey)
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.460-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
![AI Cost](https://img.shields.io/badge/AI%20Cost-$17.25-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-291.3h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fdeep%2Fdeep--v4--pro-lightgrey)

- 🤖 **LLM usage:** $19.5795 (762 commits)
- 👤 **Human dev:** ~$28529 (285.3h @ $100/h, 30min dedup)
- 🤖 **LLM usage:** $17.2455 (775 commits)
- 👤 **Human dev:** ~$29133 (291.3h @ $100/h, 30min dedup)

Generated on 2026-08-06 using [openrouter/deep/deep-v4-pro](https://openrouter.ai/deep/deep-v4-pro)
Generated on 2026-08-10 using [openrouter/deep/deep-v4-pro](https://openrouter.ai/deep/deep-v4-pro)

---

Expand Down
28 changes: 22 additions & 6 deletions project/ticket-006/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,34 @@ published runtime metadata.

- [x] AC-01: The user authorized autonomous Goal refactoring, testing and
publication without a repeated confirmation for each bounded change.
- [ ] AC-02: `goal.yaml` lists only the literal VERSION, Python metadata and
- [x] AC-02: `goal.yaml` lists only the literal VERSION, Python metadata and
package.json carriers and otherwise remains byte-for-byte unchanged.
- [ ] AC-03: Goal recognizes the existing synchronized 0.1.459 prebump without
- [x] AC-03: Goal recognizes the existing synchronized 0.1.459 prebump without
an unreadable-carrier error or a second bump.
- [ ] AC-04: Repository governance, hosted smoke and exact-head validation pass.
- [ ] AC-05: Goal-generated README, changelog and package-lock metadata remains
synchronized with the existing 0.1.459 carriers.
- [ ] AC-06: Immutable governance metadata assigns VERSION, CHANGELOG and the
- [x] AC-04: Repository governance, hosted smoke and exact-head validation pass.
- [x] AC-05: Goal-generated README, changelog and package-lock metadata remains
synchronized with the selected release carriers through corrective 0.1.460.
- [x] AC-06: Immutable governance metadata assigns VERSION, CHANGELOG and the
npm lockfile to integration and records the exact customized manifest hash.
- [x] AC-07: The repository delivery budget permits at most one explicitly
declared runtime dependency; all other delivery limits remain unchanged.

## Delivery evidence

- Carrier/ownership PR: `semcod/koru#20`; approved exact head:
`c1e58deb4a362c97d36cff96a5631f275e1fda70`; validator run:
`31391957454`; merge commit:
`afd0b9f465cf7ee4a49edd80ffb25c846aa70e0e`.
- Runtime-budget PR: `semcod/koru#21`; approved exact head:
`1e063dfbbb2a9cbbb1d024cf2ceb1fcfa5a96a1e`; validator run:
`31393429259`; merge commit:
`e129da6408a97c9a7d6ed41f37b369ac436fc2a0`.
- Customized manifest SHA-256:
`1e5f7ac1056a57a810c26647d47ceccafadbe20f8b5dd937d7d9828281aa3681`.
- Goal 2.1.292 reports `already-bumped -> 0.1.460`; governance reports
0 errors and 0 warnings. Goal-generated release metadata was split across
its governance and integration owners before protected delivery.

## Risk boundary

This governance slice changes one configured list item, release-carrier
Expand Down
2 changes: 1 addition & 1 deletion project/ticket-006/intent.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"conflictsWith": [],
"integrationTicket": "ticket-004",
"delivery": {
"acceptedBaseSha": "afd0b9f465cf7ee4a49edd80ffb25c846aa70e0e",
"acceptedBaseSha": "3ab09e9f4e0f7824d81a07085891af8128a8856b",
"targetBranch": "main",
"outcome": "Goal uses literal carriers, immutable governance routes release metadata through integration, and a bounded release repair may declare one audited runtime dependency",
"nonGoals": [
Expand Down
Loading