Refresh context budget after evidence updates
This commit is contained in:
@@ -6,20 +6,20 @@
|
||||
"context_budget_tier": "production",
|
||||
"context_budget_limit": 1000,
|
||||
"skill_body_tokens": 797,
|
||||
"other_text_tokens": 1083667,
|
||||
"other_text_tokens": 1094713,
|
||||
"estimated_initial_load_tokens": 990,
|
||||
"estimated_total_text_tokens": 1084464,
|
||||
"deferred_resource_tokens": 496240,
|
||||
"estimated_total_text_tokens": 1095510,
|
||||
"deferred_resource_tokens": 498644,
|
||||
"deferred_resource_warn_threshold": 120000,
|
||||
"deferred_resource_dirs": [
|
||||
{
|
||||
"path": "scripts",
|
||||
"estimated_tokens": 435346,
|
||||
"estimated_tokens": 437614,
|
||||
"file_count": 147
|
||||
},
|
||||
{
|
||||
"path": "references",
|
||||
"estimated_tokens": 28248,
|
||||
"estimated_tokens": 28292,
|
||||
"file_count": 35
|
||||
},
|
||||
{
|
||||
@@ -29,14 +29,14 @@
|
||||
},
|
||||
{
|
||||
"path": "assets",
|
||||
"estimated_tokens": 10811,
|
||||
"estimated_tokens": 10903,
|
||||
"file_count": 4
|
||||
}
|
||||
],
|
||||
"large_deferred_resource_dirs": [
|
||||
{
|
||||
"path": "scripts",
|
||||
"estimated_tokens": 435346,
|
||||
"estimated_tokens": 437614,
|
||||
"file_count": 147
|
||||
}
|
||||
],
|
||||
@@ -59,7 +59,7 @@
|
||||
],
|
||||
"missing": [],
|
||||
"path": "scripts",
|
||||
"estimated_tokens": 435346,
|
||||
"estimated_tokens": 437614,
|
||||
"file_count": 147,
|
||||
"rationale": "Script resources are deterministic deferred tools, not initial-load prompt context."
|
||||
}
|
||||
|
||||
@@ -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 | 496240 | `governed` | scripts:435346 | 131.3 | - | ok |
|
||||
| root | `.` | `production` | 1000 | 990 | 797 | 498644 | `governed` | scripts:437614 | 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 |
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"generated_at": "2026-06-17",
|
||||
"generated_at": "2026-03-31",
|
||||
"targets": [
|
||||
{
|
||||
"label": "root",
|
||||
@@ -8,11 +8,11 @@
|
||||
"budget_limit": 1000,
|
||||
"initial_tokens": 990,
|
||||
"skill_body_tokens": 797,
|
||||
"deferred_resource_tokens": 496240,
|
||||
"deferred_resource_tokens": 498644,
|
||||
"large_deferred_resource_dirs": [
|
||||
{
|
||||
"path": "scripts",
|
||||
"estimated_tokens": 435346,
|
||||
"estimated_tokens": 437614,
|
||||
"file_count": 147
|
||||
}
|
||||
],
|
||||
@@ -35,7 +35,7 @@
|
||||
],
|
||||
"missing": [],
|
||||
"path": "scripts",
|
||||
"estimated_tokens": 435346,
|
||||
"estimated_tokens": 437614,
|
||||
"file_count": 147,
|
||||
"rationale": "Script resources are deterministic deferred tools, not initial-load prompt context."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user