Refresh report command context lock reports

This commit is contained in:
yaojingang
2026-06-16 03:33:36 +08:00
parent b830d19a23
commit 2590cafd98
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": 767,
"other_text_tokens": 980610,
"other_text_tokens": 980761,
"estimated_initial_load_tokens": 960,
"estimated_total_text_tokens": 981377,
"deferred_resource_tokens": 451359,
"estimated_total_text_tokens": 981528,
"deferred_resource_tokens": 451511,
"deferred_resource_warn_threshold": 120000,
"deferred_resource_dirs": [
{
"path": "scripts",
"estimated_tokens": 402148,
"estimated_tokens": 402300,
"file_count": 114
},
{
@@ -31,7 +31,7 @@
"large_deferred_resource_dirs": [
{
"path": "scripts",
"estimated_tokens": 402148,
"estimated_tokens": 402300,
"file_count": 114
}
],
@@ -54,7 +54,7 @@
],
"missing": [],
"path": "scripts",
"estimated_tokens": 402148,
"estimated_tokens": 402300,
"file_count": 114,
"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 | 960 | 767 | 451359 | `governed` | scripts:402148 | 135.4 | - | ok |
| root | `.` | `production` | 1000 | 960 | 767 | 451511 | `governed` | scripts:402300 | 135.4 | - | 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": 960,
"skill_body_tokens": 767,
"deferred_resource_tokens": 451359,
"deferred_resource_tokens": 451511,
"large_deferred_resource_dirs": [
{
"path": "scripts",
"estimated_tokens": 402148,
"estimated_tokens": 402300,
"file_count": 114
}
],
@@ -35,7 +35,7 @@
],
"missing": [],
"path": "scripts",
"estimated_tokens": 402148,
"estimated_tokens": 402300,
"file_count": 114,
"rationale": "Script resources are deterministic deferred tools, not initial-load prompt context."
}