From e44515af0216d38cdeed75cf034d263907726ec2 Mon Sep 17 00:00:00 2001 From: Albert M Date: Thu, 30 Apr 2026 17:19:43 -0400 Subject: [PATCH] docs(profile): normalize scope hierarchy to canonical (tenant/workspace/app/workflow/agent/toolset) --- profile/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/profile/README.md b/profile/README.md index 5b6e36a..16c5bad 100644 --- a/profile/README.md +++ b/profile/README.md @@ -112,14 +112,13 @@ Release unused reservation when work is canceled or costs less than expected. Apply budgets across scopes such as: - tenant -- environment -- application +- workspace +- app - workflow - agent -- tool -- run +- toolset -A request can be evaluated against both local limits and inherited parent limits. +A request can be evaluated against both local limits and inherited parent limits. Run-level budgets can be modeled through workflow or agent scope patterns where needed. ### Idempotency under retries and concurrency