Commit 71ffd33
committed
docs(skills): correct the Enrow billing claim, gate the Step 3 helper list
Two review findings, both valid.
The swallowed postProcess throw does NOT bill on Enrow. Both getCredits
implementations return 0 when the output carries no `qualification`, and
the fall-back submit response has none — deliberately, per the comment in
verify_email.ts. The real consequence is that a stale SUCCESS reaches both
the user and the pricing hook, and whether that charges depends entirely
on the tool's own getCost. Restated as the rule that matters: write
getCost so it cannot charge for a result the poll never produced, and do
not rely on the failure propagating, because it does not.
The Step 3 checklist named all three url-path helpers without the
availability caveat that Step 9 and add-tools carry, so following it
against staging produces an import that will not compile. Gated.1 parent e29e991 commit 71ffd33
1 file changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
574 | 577 | | |
575 | 578 | | |
576 | 579 | | |
577 | | - | |
578 | | - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
579 | 589 | | |
580 | 590 | | |
581 | 591 | | |
| |||
0 commit comments