docs(readme): honest cost & billing section (within subscription as of 2026-06-27)#38
Merged
Merged
Conversation
…ription as of 2026-06-27) State plainly that bough runs inside the operator's Claude Code subscription with no separate API billing, backed by the audit: no Anthropic SDK / no HTTP model endpoint, claude --print only, API-key env stripped, hooks are pure filesystem, LLM calls only in explicit observer/evolve commands (rate-limited). Caveat that this reflects Claude Code's billing model as of 2026-06-27 and is outside bough's control if Anthropic changes it.
This was referenced Jul 4, 2026
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Cost & billing section stating plainly that, as of 2026-06-27
with Claude Code's current subscription model, bough runs entirely inside the
operator's Claude Code subscription — no separate Anthropic API billing.
Backed by a 6-dimension audit of the v0.9.4 tree:
claude --print(subscription auth; API-key env vars stripped viaSanitizeAnthropicEnv)observer run-onceenvelope reported"apiKeySource":"none"internal/cli/hook.go) do not importclaudecli— pure filesystem;UserPromptSubmitstdout is ordinary input tokens of the operator's own turnobserver run-once/evolve --generate(+ opt-in daemon), rate-limited 10/session · 30/hour · 3-fail breakerIncludes an explicit caveat that this reflects Claude Code's billing model as
of 2026-06-27 and may change if Anthropic changes Claude Code metering — which
is outside bough's control.