fix(p16): the pre-call announcement must state the cap the run will use, not the constants
announce() read _DEFAULT_MAX_ROUNDS/_DEFAULT_MAX_TOKENS directly, which was correct only while main() could not do otherwise. MEASURED on the first free drill after --max-rounds landed: the same stdout said "Stops at: 3 rounds / 100000 tokens" two lines above "max_rounds=8, max_tokens=120000". The announcement is the ONE thing printed before the first paid call and its whole job is to say what the run will do -- the Fase-3 class, introduced by the very flag being announced. Load-bearing MEASURED: arm (f) red before the fix; M16 (read the constants again) -> 1 red, that arm ALONE. Green control 1670/5, golden BYTE-UNCHANGED (ea8c534...). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
5f94c92476
commit
a61a3ccda7
3 changed files with 55 additions and 2 deletions
|
|
@ -2466,6 +2466,12 @@ Python ≥3.10. MAF (`agent-framework-core` 1.16.0, `-orchestrations` 1.1.1 —
|
|||
`--bundle-dir` er oppgitt og `docs_dir` er ubrukt pa bundle-stien — den dokumenterte kommandoen
|
||||
ville nektet av DEN grunnen ogsaa; READMEs egen form (`--docs-dir <bundle> --bundle-dir <bundle>`)
|
||||
er det som virker, og a lose opp guarden er en egen operatorbeslutning.
|
||||
**ANNONSERINGEN LES KONSTANTENE, og flagget gjorde den USANN i samme trekk:** `announce` er det
|
||||
ENE som printes FOR forste betalte kall, og hele jobben dens er a si hva kjoringen VIL gjore —
|
||||
a lese `_DEFAULT_*` var korrekt kun sa lenge `main()` ikke kunne gjore annet. MALT pa den forste
|
||||
gratis-turen etter at flaggene landet: samme stdout sa «Stops at: 3 rounds / 100000 tokens» TO
|
||||
linjer over «max_rounds=8, max_tokens=120000» — Fase-3-klassen, innfort av nettopp det flagget
|
||||
som annonseres. Rettet til argv; M16 (les konstantene igjen) → 1 rod, den armen ALENE.
|
||||
- **STATE.md er local-only** (gitignored). Voyage session-state er efemert; STATE.md er kanonisk kontinuitet.
|
||||
- Prosess: Voyage-plugin (`/trekbrief → /trekplan → /trekexecute → /trekreview`) per større fase.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue