Merged
Conversation
- Add missing 'app' level to scope hierarchies that listed tenant > workspace > workflow > agent (should include app) - Fix cycles-vs-rate-limiting.md: per-run → per-agent - Fix cycles-vs-provider-spending-caps.md: full canonical hierarchy - Fix how-cycles-compares.md: add workspace to hierarchy - Fix ai-agent-failures blog: add app to hierarchy - Fix ai-agent-cost-management-guide: add app to hierarchy Canonical spec hierarchy: tenant > workspace > app > workflow > agent > toolset https://claude.ai/code/session_01NEcAqmfZHsZV9WEZXNofWY
Replace non-spec scope terms in tables and lists that present them as Cycles scope levels: - cycles-vs-guardrails-ai.md: per-run → per-agent in table - how-cycles-compares.md: per-run/per-action → per-workspace/per-agent - cycles-vs-provider-spending-caps.md: per-run → per-agent - cycles-vs-llm-proxies blog: per-run → per-agent in table https://claude.ai/code/session_01NEcAqmfZHsZV9WEZXNofWY
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.
All pushed. Here's the final status across all 3 commits:
Total fixes: 23 edits across 14 files (9 blog posts + 5 concept docs)
All remaining "per-run" references in the docs are conceptual usage (e.g., "a per-run budget of $15") describing the user-facing capability, not claiming "run" is a protocol scope level. Those are accurate — you can implement per-run budgets via the
dimensionsfield or agent scoping.