Skip to content

Commit 1d1b049

Browse files
committed
docs(dogfood): cycle 5 — the ledger goes from honest zero to honest number
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 696a4fd commit 1d1b049

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/dogfood-atlas-improves-atlas.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dogfood log: Atlas Improves Atlas
22

3-
> Started 2026-06-12 · branch v4-merge · 269 tests green and counting
3+
> Started 2026-06-12 · branch v4-merge · 272 tests green and counting
44
> An ongoing log — every engine improvement ships through Atlas's own loop
55
> (feedback backlog → mini-PRD → engine-generated task graph → validate-tasks →
66
> claim/next-task/set-status execution → orchestrator verification gate → commit →
@@ -13,6 +13,7 @@
1313
| 2 | hybrid | Engine generation via native API path; codex executed the graph | atomic `claim-task` (select + mark in-progress in ONE locked transaction) — fixes cycle 1's race finding | `a8e2405` |
1414
| 3 | APIs only | All generation via engine `llm_client` (gpt-4.1-mini → escalated gpt-4.1); orchestrator applied edits mechanically | TaskMaster-path responses always carry `backend`/`ai` identity — fixes cycle 2's silent-resolution finding | `10bbcbe` |
1515
| 4 | hybrid | Engine generation via native API path; codex executed via `claim-task` | `context-pack`: ast-extracted signature packs for code-gen prompts — fixes cycle 3's hallucinated-signatures finding | `a22d7d1` |
16+
| 5 | hybrid | Engine generation via native API path; codex executed via `claim-task` | verified OpenAI rates in `PRICES_PER_MTOK` — the ledger's first real `est_saved_usd` (8/8 real calls priced: $0.0126 vs $0.3122 naive, 96% saved) | `696a4fd` |
1617

1718
## The loop fed itself (evidence chain)
1819

0 commit comments

Comments
 (0)