diff --git a/registry/index.json b/registry/index.json index d0ffcc85..59da45e1 100644 --- a/registry/index.json +++ b/registry/index.json @@ -16,7 +16,7 @@ "vscode" ], "package_metadata": "registry/packages/yao-meta-skill.json", - "package_sha256": "773f9e54feada3b4f05868fcb78106a61317571613dd15f551236fc86b916c23" + "package_sha256": "e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a" } ] } diff --git a/registry/packages/yao-meta-skill.json b/registry/packages/yao-meta-skill.json index 3679f536..f32651be 100644 --- a/registry/packages/yao-meta-skill.json +++ b/registry/packages/yao-meta-skill.json @@ -16,8 +16,8 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "773f9e54feada3b4f05868fcb78106a61317571613dd15f551236fc86b916c23", - "archive_sha256": "2d7c5573ff9508162f96da8fa4875bb4c259b9263fbe814dcd76573b8b7b87e0" + "package_sha256": "e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a", + "archive_sha256": "b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489" }, "compatibility": { "openai": "pass", @@ -48,7 +48,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "2d7c5573ff9508162f96da8fa4875bb4c259b9263fbe814dcd76573b8b7b87e0", + "archive_sha256": "b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489", "package_verification": "reports/package_verification.json", "install_simulated": true, "install_simulation": "reports/install_simulation.json" diff --git a/reports/architecture_maintainability.json b/reports/architecture_maintainability.json index 09bae75f..55b6c088 100644 --- a/reports/architecture_maintainability.json +++ b/reports/architecture_maintainability.json @@ -83,6 +83,13 @@ "severity": "pass", "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." }, + { + "path": "scripts/apply_adaptation.py", + "lines": 706, + "kind": "cli-script", + "severity": "pass", + "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." + }, { "path": "scripts/review_studio_layout.py", "lines": 694, @@ -96,13 +103,6 @@ "kind": "cli-script", "severity": "pass", "recommendation": "Split viewer data assembly from HTML section rendering." - }, - { - "path": "scripts/cross_packager.py", - "lines": 650, - "kind": "cli-script", - "severity": "pass", - "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." } ], "hotspots": [], diff --git a/reports/architecture_maintainability.md b/reports/architecture_maintainability.md index 92b30c67..65f78542 100644 --- a/reports/architecture_maintainability.md +++ b/reports/architecture_maintainability.md @@ -36,9 +36,9 @@ No file-size hotspots found. | `scripts/build_skill_atlas.py` | `730` | `cli-script` | `pass` | | `scripts/optimize_description.py` | `723` | `cli-script` | `pass` | | `scripts/trust_check.py` | `714` | `internal-module` | `pass` | +| `scripts/apply_adaptation.py` | `706` | `cli-script` | `pass` | | `scripts/review_studio_layout.py` | `694` | `internal-module` | `pass` | | `scripts/render_review_viewer.py` | `685` | `cli-script` | `pass` | -| `scripts/cross_packager.py` | `650` | `cli-script` | `pass` | ## Release Rule diff --git a/reports/context_budget.json b/reports/context_budget.json index 6b2dbad0..48ec4cec 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": 1349904, + "other_text_tokens": 1352928, "estimated_initial_load_tokens": 960, - "estimated_total_text_tokens": 1350671, - "deferred_resource_tokens": 430459, + "estimated_total_text_tokens": 1353695, + "deferred_resource_tokens": 431254, "deferred_resource_warn_threshold": 120000, "deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 381248, + "estimated_tokens": 382043, "file_count": 110 }, { @@ -31,7 +31,7 @@ "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 381248, + "estimated_tokens": 382043, "file_count": 110 } ], @@ -54,14 +54,14 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 381248, + "estimated_tokens": 382043, "file_count": 110, "rationale": "Script resources are deterministic deferred tools, not initial-load prompt context." } ], "summary": "Large deferred resources are indexed and backed by evidence." }, - "relevant_file_count": 560, + "relevant_file_count": 561, "unused_resource_dirs": [], "quality_signal_points": 130, "quality_density": 135.4 diff --git a/reports/context_budget.md b/reports/context_budget.md index a2763f84..e8b5e766 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 | 430459 | `governed` | scripts:381248 | 135.4 | - | ok | +| root | `.` | `production` | 1000 | 960 | 767 | 431254 | `governed` | scripts:382043 | 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 2accd48a..c44e714f 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": 430459, + "deferred_resource_tokens": 431254, "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 381248, + "estimated_tokens": 382043, "file_count": 110 } ], @@ -35,7 +35,7 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 381248, + "estimated_tokens": 382043, "file_count": 110, "rationale": "Script resources are deterministic deferred tools, not initial-load prompt context." } diff --git a/reports/package_verification.json b/reports/package_verification.json index 64263d21..5b5940a7 100644 --- a/reports/package_verification.json +++ b/reports/package_verification.json @@ -8,7 +8,7 @@ "target_count": 4, "adapter_count": 4, "archive_present": true, - "archive_sha256": "2d7c5573ff9508162f96da8fa4875bb4c259b9263fbe814dcd76573b8b7b87e0", + "archive_sha256": "b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489", "archive_entry_count": 613, "failure_count": 0, "warning_count": 0 diff --git a/reports/package_verification.md b/reports/package_verification.md index 306de749..54f56197 100644 --- a/reports/package_verification.md +++ b/reports/package_verification.md @@ -4,7 +4,7 @@ - Package directory: `dist` - Targets: `4 / 4` adapters present - Archive present: `True` -- Archive SHA256: `2d7c5573ff9508162f96da8fa4875bb4c259b9263fbe814dcd76573b8b7b87e0` +- Archive SHA256: `b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489` - Failures: `0` - Warnings: `0` diff --git a/reports/registry_audit.json b/reports/registry_audit.json index 657dca6a..1c49dc7f 100644 --- a/reports/registry_audit.json +++ b/reports/registry_audit.json @@ -21,8 +21,8 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "773f9e54feada3b4f05868fcb78106a61317571613dd15f551236fc86b916c23", - "archive_sha256": "2d7c5573ff9508162f96da8fa4875bb4c259b9263fbe814dcd76573b8b7b87e0" + "package_sha256": "e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a", + "archive_sha256": "b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489" }, "compatibility": { "openai": "pass", @@ -53,7 +53,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "2d7c5573ff9508162f96da8fa4875bb4c259b9263fbe814dcd76573b8b7b87e0", + "archive_sha256": "b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489", "package_verification": "reports/package_verification.json", "install_simulated": true, "install_simulation": "reports/install_simulation.json" @@ -78,7 +78,7 @@ "vscode" ], "package_metadata": "registry/packages/yao-meta-skill.json", - "package_sha256": "773f9e54feada3b4f05868fcb78106a61317571613dd15f551236fc86b916c23" + "package_sha256": "e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a" } ] }, diff --git a/reports/registry_audit.md b/reports/registry_audit.md index 46952969..7089915e 100644 --- a/reports/registry_audit.md +++ b/reports/registry_audit.md @@ -6,8 +6,8 @@ - Maturity: `governed` - Owner: `Yao Team` - License: `MIT` -- Package SHA256: `773f9e54feada3b4f05868fcb78106a61317571613dd15f551236fc86b916c23` -- Archive SHA256: `2d7c5573ff9508162f96da8fa4875bb4c259b9263fbe814dcd76573b8b7b87e0` +- Package SHA256: `e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a` +- Archive SHA256: `b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489` - Install simulated: `True` ## Compatibility diff --git a/reports/security_trust_report.json b/reports/security_trust_report.json index adc71542..b8b2100f 100644 --- a/reports/security_trust_report.json +++ b/reports/security_trust_report.json @@ -23,7 +23,7 @@ "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", "package_hash_file_count": 197, - "package_sha256": "773f9e54feada3b4f05868fcb78106a61317571613dd15f551236fc86b916c23" + "package_sha256": "e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a" }, "failures": [], "warnings": [], diff --git a/reports/security_trust_report.md b/reports/security_trust_report.md index c7804cef..a16b1aa4 100644 --- a/reports/security_trust_report.md +++ b/reports/security_trust_report.md @@ -16,7 +16,7 @@ - Interactive scripts: `0` - Package hash scope: `source-contract-without-generated-reports` - Package hash files: `197` -- Package SHA256: `773f9e54feada3b4f05868fcb78106a61317571613dd15f551236fc86b916c23` +- Package SHA256: `e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a` ## Failures