Skip to content

Claude/analyze vitesite ux no hn m#139

Merged
amavashev merged 2 commits intomainfrom
claude/analyze-vitesite-ux-noHnM
Mar 21, 2026
Merged

Claude/analyze vitesite ux no hn m#139
amavashev merged 2 commits intomainfrom
claude/analyze-vitesite-ux-noHnM

Conversation

@amavashev
Copy link
Contributor

Code comments (highest visibility):

  • "Budget is reserved before the call. If exhausted, the call is blocked — not billed." → "Cycles are reserved before the action runs. If unavailable, execution is denied."
  • "Budget is reserved before the call, committed after, released on failure." → "Cycles are reserved before the action, committed after, released on failure."

Section headers (3 SDK quickstarts):

  • "Specifying actual cost" → "Specifying actual usage"

Descriptions & prose:

  • "actual cost" → "actual usage/amount" (across all SDK + MCP + tutorial docs)
  • "Finalizes the charge" → "Records actual usage against the budget"
  • "retry-safe accounting" → "retry-safe enforcement"
  • "billing or cost isolation" → "spend isolation"
  • "budget control" → "budget enforcement"
  • "post-hoc accounting" → "post-hoc usage recording"
  • "denied before any money is spent" → "denied before the action executes"

Intentionally preserved: API object names (budget ledgers), SDK parameter names, and references to billing systems that Cycles replaces (contrastive positioning).

claude added 2 commits March 21, 2026 17:44
Replace billing/accounting language (actual cost, not billed, Finalizes
the charge, retry-safe accounting) with enforcement language (actual
usage, execution is denied, retry-safe enforcement) across all 8
quickstart docs to match the site's "runtime authority for autonomous
agents" positioning.

https://claude.ai/code/session_01TF7Pksn82FUivsvg9bm7Rw
@amavashev amavashev merged commit ec48122 into main Mar 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants