From 360f05503df3d7543d74417bcaf3f6a749a23477 Mon Sep 17 00:00:00 2001 From: yaojingang Date: Wed, 17 Jun 2026 03:11:34 +0800 Subject: [PATCH] Refresh context budget after source anchor update --- reports/context_budget.json | 12 ++++++------ reports/context_budget.md | 2 +- reports/context_budget_summary.json | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/reports/context_budget.json b/reports/context_budget.json index 937b368..cdeb724 100644 --- a/reports/context_budget.json +++ b/reports/context_budget.json @@ -6,15 +6,15 @@ "context_budget_tier": "production", "context_budget_limit": 1000, "skill_body_tokens": 797, - "other_text_tokens": 1094713, + "other_text_tokens": 1094791, "estimated_initial_load_tokens": 990, - "estimated_total_text_tokens": 1095510, - "deferred_resource_tokens": 498644, + "estimated_total_text_tokens": 1095588, + "deferred_resource_tokens": 498646, "deferred_resource_warn_threshold": 120000, "deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 437614, + "estimated_tokens": 437616, "file_count": 147 }, { @@ -36,7 +36,7 @@ "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 437614, + "estimated_tokens": 437616, "file_count": 147 } ], @@ -59,7 +59,7 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 437614, + "estimated_tokens": 437616, "file_count": 147, "rationale": "Script resources are deterministic deferred tools, not initial-load prompt context." } diff --git a/reports/context_budget.md b/reports/context_budget.md index 8267b3b..0fb0c59 100644 --- a/reports/context_budget.md +++ b/reports/context_budget.md @@ -2,7 +2,7 @@ | Target | Path | Tier | Limit | Initial | SKILL | Deferred | Resource Governance | Large Deferred Dirs | Quality Density | Unused Dirs | Status | | --- | --- | --- | ---: | ---: | ---: | ---: | --- | --- | ---: | --- | --- | -| root | `.` | `production` | 1000 | 990 | 797 | 498644 | `governed` | scripts:437614 | 131.3 | - | ok | +| root | `.` | `production` | 1000 | 990 | 797 | 498646 | `governed` | scripts:437616 | 131.3 | - | ok | | complex-release-orchestrator | `examples/complex-release-orchestrator/generated-skill` | `production` | 1000 | 790 | 718 | 1657 | `not-required` | - | 164.6 | - | ok | | governed-incident-command | `examples/governed-incident-command/generated-skill` | `production` | 1000 | 760 | 658 | 1030 | `not-required` | - | 171.1 | - | ok | diff --git a/reports/context_budget_summary.json b/reports/context_budget_summary.json index 2fb86fc..97731e6 100644 --- a/reports/context_budget_summary.json +++ b/reports/context_budget_summary.json @@ -8,11 +8,11 @@ "budget_limit": 1000, "initial_tokens": 990, "skill_body_tokens": 797, - "deferred_resource_tokens": 498644, + "deferred_resource_tokens": 498646, "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 437614, + "estimated_tokens": 437616, "file_count": 147 } ], @@ -35,7 +35,7 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 437614, + "estimated_tokens": 437616, "file_count": 147, "rationale": "Script resources are deterministic deferred tools, not initial-load prompt context." }