Refresh context budget after source anchor update

This commit is contained in:
yaojingang
2026-06-17 03:11:34 +08:00
parent 52ec9e3720
commit 360f05503d
3 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -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."
}
+1 -1
View File
@@ -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 |
+3 -3
View File
@@ -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."
}