From 2590cafd9878bd32be2860b6e1f2829fa1651b24 Mon Sep 17 00:00:00 2001 From: yaojingang Date: Tue, 16 Jun 2026 03:33:36 +0800 Subject: [PATCH] Refresh report command context lock reports --- 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 8efb3d0..82a1c1d 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": 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." } diff --git a/reports/context_budget.md b/reports/context_budget.md index ca07511..74e79b4 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 | 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 | diff --git a/reports/context_budget_summary.json b/reports/context_budget_summary.json index ba90a9b..6422043 100644 --- a/reports/context_budget_summary.json +++ b/reports/context_budget_summary.json @@ -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." }