diff --git a/registry/index.json b/registry/index.json index 59da45e..b940270 100644 --- a/registry/index.json +++ b/registry/index.json @@ -16,7 +16,7 @@ "vscode" ], "package_metadata": "registry/packages/yao-meta-skill.json", - "package_sha256": "e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a" + "package_sha256": "b95bef623d392ba57c1e564a3befc73ab46930fbb963a066b3077d7b60b93773" } ] } diff --git a/registry/packages/yao-meta-skill.json b/registry/packages/yao-meta-skill.json index f32651b..43a0329 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": "e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a", - "archive_sha256": "b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489" + "package_sha256": "b95bef623d392ba57c1e564a3befc73ab46930fbb963a066b3077d7b60b93773", + "archive_sha256": "f19e7330e1d7daaf649df480985eb0dfa07c1622aca7ac135c4aa763d6258eb4" }, "compatibility": { "openai": "pass", @@ -48,7 +48,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489", + "archive_sha256": "f19e7330e1d7daaf649df480985eb0dfa07c1622aca7ac135c4aa763d6258eb4", "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 55b6c08..80157e1 100644 --- a/reports/architecture_maintainability.json +++ b/reports/architecture_maintainability.json @@ -50,7 +50,7 @@ }, { "path": "tests/verify_review_studio.py", - "lines": 751, + "lines": 760, "kind": "test", "severity": "pass", "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." diff --git a/reports/architecture_maintainability.md b/reports/architecture_maintainability.md index 65f7854..b0b5b12 100644 --- a/reports/architecture_maintainability.md +++ b/reports/architecture_maintainability.md @@ -31,7 +31,7 @@ No file-size hotspots found. | `scripts/yao_cli_parser.py` | `810` | `internal-module` | `pass` | | `scripts/skill_report_layout.py` | `808` | `internal-module` | `pass` | | `scripts/skill_report_model.py` | `801` | `internal-module` | `pass` | -| `tests/verify_review_studio.py` | `751` | `test` | `pass` | +| `tests/verify_review_studio.py` | `760` | `test` | `pass` | | `scripts/compile_skill.py` | `734` | `cli-script` | `pass` | | `scripts/build_skill_atlas.py` | `730` | `cli-script` | `pass` | | `scripts/optimize_description.py` | `723` | `cli-script` | `pass` | diff --git a/reports/context_budget.json b/reports/context_budget.json index 48ec4ce..3e2fee8 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": 1352928, + "other_text_tokens": 1353404, "estimated_initial_load_tokens": 960, - "estimated_total_text_tokens": 1353695, - "deferred_resource_tokens": 431254, + "estimated_total_text_tokens": 1354171, + "deferred_resource_tokens": 431377, "deferred_resource_warn_threshold": 120000, "deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 382043, + "estimated_tokens": 382166, "file_count": 110 }, { @@ -31,7 +31,7 @@ "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 382043, + "estimated_tokens": 382166, "file_count": 110 } ], @@ -54,7 +54,7 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 382043, + "estimated_tokens": 382166, "file_count": 110, "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 e8b5e76..86d4a26 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 | 431254 | `governed` | scripts:382043 | 135.4 | - | ok | +| root | `.` | `production` | 1000 | 960 | 767 | 431377 | `governed` | scripts:382166 | 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 c44e714..1b652ea 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": 431254, + "deferred_resource_tokens": 431377, "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 382043, + "estimated_tokens": 382166, "file_count": 110 } ], @@ -35,7 +35,7 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 382043, + "estimated_tokens": 382166, "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 5b5940a..3789271 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": "b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489", + "archive_sha256": "f19e7330e1d7daaf649df480985eb0dfa07c1622aca7ac135c4aa763d6258eb4", "archive_entry_count": 613, "failure_count": 0, "warning_count": 0 diff --git a/reports/package_verification.md b/reports/package_verification.md index 54f5619..6bde47c 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: `b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489` +- Archive SHA256: `f19e7330e1d7daaf649df480985eb0dfa07c1622aca7ac135c4aa763d6258eb4` - Failures: `0` - Warnings: `0` diff --git a/reports/registry_audit.json b/reports/registry_audit.json index 1c49dc7..996e540 100644 --- a/reports/registry_audit.json +++ b/reports/registry_audit.json @@ -21,8 +21,8 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a", - "archive_sha256": "b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489" + "package_sha256": "b95bef623d392ba57c1e564a3befc73ab46930fbb963a066b3077d7b60b93773", + "archive_sha256": "f19e7330e1d7daaf649df480985eb0dfa07c1622aca7ac135c4aa763d6258eb4" }, "compatibility": { "openai": "pass", @@ -53,7 +53,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489", + "archive_sha256": "f19e7330e1d7daaf649df480985eb0dfa07c1622aca7ac135c4aa763d6258eb4", "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": "e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a" + "package_sha256": "b95bef623d392ba57c1e564a3befc73ab46930fbb963a066b3077d7b60b93773" } ] }, diff --git a/reports/registry_audit.md b/reports/registry_audit.md index 7089915..ebe7a66 100644 --- a/reports/registry_audit.md +++ b/reports/registry_audit.md @@ -6,8 +6,8 @@ - Maturity: `governed` - Owner: `Yao Team` - License: `MIT` -- Package SHA256: `e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a` -- Archive SHA256: `b542cea02ecd04f221c4123680df0d7e415823b7c23b128038baa9b44ff96489` +- Package SHA256: `b95bef623d392ba57c1e564a3befc73ab46930fbb963a066b3077d7b60b93773` +- Archive SHA256: `f19e7330e1d7daaf649df480985eb0dfa07c1622aca7ac135c4aa763d6258eb4` - Install simulated: `True` ## Compatibility diff --git a/reports/security_trust_report.json b/reports/security_trust_report.json index b8b2100..1a39235 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": "e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a" + "package_sha256": "b95bef623d392ba57c1e564a3befc73ab46930fbb963a066b3077d7b60b93773" }, "failures": [], "warnings": [], diff --git a/reports/security_trust_report.md b/reports/security_trust_report.md index a16b1aa..d8a203d 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: `e2d49b7592c1698d1158de54c780dbd6a9927685e6ca92d630e2a667a3a91f6a` +- Package SHA256: `b95bef623d392ba57c1e564a3befc73ab46930fbb963a066b3077d7b60b93773` ## Failures