Accept Candidate A for WP-0010-T01: labor-cost-anchored calculator formula

Maintainer (Bernd) accepted 2026-07-30: estimated_effort_days/daily_rate
driven directly by commit-clustered human interaction time;
approved_direct_costs from real metered AI token cost
(get_token_summary); workplan/task-volume and file/line-size metrics
serve only as a sanity check on the human-time estimate, never their
own dollar figure; Target Multiple remains a human classification.
Candidate B recorded as the considered, not-adopted alternative.
This commit is contained in:
tegwick 2026-07-30 12:58:53 +02:00
parent 5e0f39bbc8
commit 660761fc71
3 changed files with 21 additions and 7 deletions

View file

@ -41,9 +41,11 @@ Concept: `specs/DevelopmentEffortCalculatorConcept.md`.
```task
id: TREV-WP-0010-T01
status: todo
status: done
priority: high
human_accept_required: true
human_accepted_by: Bernd
human_accepted_at: "2026-07-30"
state_hub_task_id: "a3e1acbf-8659-4745-b595-ba8c2728f3b5"
```
@ -64,6 +66,16 @@ same human-gate pattern already used for the degeneration policy formula
(`workplans/TREV-WP-0007-degeneration-policy-and-canonical-profiles.md` T02).
Agents may prepare a recommendation and leave this `todo`.
**Accepted 2026-07-30 by the maintainer (Bernd): Candidate A
(labor-cost-anchored) confirmed as the adopted v0 formula.**
`estimated_effort_days` and `daily_rate` are driven directly by
commit-clustered human interaction time; AI token cost
(`get_token_summary`) becomes `approved_direct_costs`; workplan/task-
volume and file/line-size metrics serve only as a sanity check/adjustment
on the human-time estimate, never their own dollar figure; the Target
Multiple remains a human classification, not computed. T02 implements
this formula, not Candidate B or a hybrid.
## Implement the calculator
```task