diff --git a/registry/index.json b/registry/index.json index 9b96ac60..f888bcd8 100644 --- a/registry/index.json +++ b/registry/index.json @@ -16,7 +16,7 @@ "vscode" ], "package_metadata": "registry/packages/yao-meta-skill.json", - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" } ] } diff --git a/registry/packages/yao-meta-skill.json b/registry/packages/yao-meta-skill.json index 7637c843..4476f55f 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": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, "compatibility": { "openai": "pass", @@ -48,7 +48,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "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 830b8905..54832288 100644 --- a/reports/architecture_maintainability.json +++ b/reports/architecture_maintainability.json @@ -4,10 +4,10 @@ "generated_at": "2026-06-16", "skill_dir": ".", "summary": { - "python_file_count": 199, - "script_file_count": 128, + "python_file_count": 200, + "script_file_count": 129, "test_file_count": 71, - "internal_module_count": 45, + "internal_module_count": 46, "cli_script_count": 85, "command_handler_count": 68, "entrypoint_command_handler_count": 18, @@ -16,7 +16,7 @@ "watch_line_threshold": 720, "block_line_threshold": 1500, "largest_file_lines": 852, - "watchlist_count": 5, + "watchlist_count": 4, "hotspot_count": 0, "blocker_count": 0, "decision": "pass" @@ -36,13 +36,6 @@ "severity": "pass", "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." }, - { - "path": "scripts/build_skill_atlas.py", - "lines": 730, - "kind": "cli-script", - "severity": "pass", - "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." - }, { "path": "scripts/compile_skill.py", "lines": 723, @@ -105,6 +98,13 @@ "kind": "test", "severity": "pass", "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." + }, + { + "path": "scripts/render_skill_os2_coverage.py", + "lines": 649, + "kind": "cli-script", + "severity": "pass", + "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." } ], "watchlist": [ @@ -122,13 +122,6 @@ "severity": "pass", "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." }, - { - "path": "scripts/build_skill_atlas.py", - "lines": 730, - "kind": "cli-script", - "severity": "pass", - "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." - }, { "path": "scripts/compile_skill.py", "lines": 723, diff --git a/reports/architecture_maintainability.md b/reports/architecture_maintainability.md index fac01370..f253dadb 100644 --- a/reports/architecture_maintainability.md +++ b/reports/architecture_maintainability.md @@ -5,17 +5,17 @@ Generated at: `2026-06-16` ## Summary - decision: `pass` -- python files: `199` -- scripts: `128` +- python files: `200` +- scripts: `129` - tests: `71` -- internal modules: `45` +- internal modules: `46` - CLI scripts: `85` - Yao CLI command handlers: `68` - entrypoint command handlers: `18` - command modules: `6` - largest file lines: `852` - watch threshold lines: `720` -- watchlist: `5` +- watchlist: `4` - hotspots: `0` - blockers: `0` @@ -31,7 +31,6 @@ No file-size hotspots found. | --- | ---: | --- | --- | | `tests/verify_review_studio.py` | `852` | `test` | Break broad integration assertions into focused verifier helpers when the next behavior change lands. | | `tests/verify_yao_cli.py` | `787` | `test` | Break broad integration assertions into focused verifier helpers when the next behavior change lands. | -| `scripts/build_skill_atlas.py` | `730` | `cli-script` | Watch this file before adding new responsibilities; extract a helper module when one concern dominates. | | `scripts/compile_skill.py` | `723` | `cli-script` | Watch this file before adding new responsibilities; extract a helper module when one concern dominates. | | `scripts/optimize_description.py` | `723` | `cli-script` | Watch this file before adding new responsibilities; extract a helper module when one concern dominates. | @@ -41,7 +40,6 @@ No file-size hotspots found. | --- | ---: | --- | --- | | `tests/verify_review_studio.py` | `852` | `test` | `pass` | | `tests/verify_yao_cli.py` | `787` | `test` | `pass` | -| `scripts/build_skill_atlas.py` | `730` | `cli-script` | `pass` | | `scripts/compile_skill.py` | `723` | `cli-script` | `pass` | | `scripts/optimize_description.py` | `723` | `cli-script` | `pass` | | `scripts/trust_check.py` | `714` | `internal-module` | `pass` | @@ -51,6 +49,7 @@ No file-size hotspots found. | `scripts/render_review_viewer.py` | `685` | `cli-script` | `pass` | | `scripts/skill_report_model.py` | `665` | `internal-module` | `pass` | | `tests/verify_world_class_evidence_intake.py` | `660` | `test` | `pass` | +| `scripts/render_skill_os2_coverage.py` | `649` | `cli-script` | `pass` | ## Release Rule diff --git a/reports/benchmark_reproducibility.json b/reports/benchmark_reproducibility.json index 67127351..de28ccbc 100644 --- a/reports/benchmark_reproducibility.json +++ b/reports/benchmark_reproducibility.json @@ -3,23 +3,36 @@ "ok": true, "generated_at": "2026-06-16", "skill_dir": ".", - "commit": "8d254d1db309755384a9f77919855b429666eb66", + "commit": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", "git_status": { "available": true, - "dirty": false, - "changed_file_count": 0, - "sample": [], + "dirty": true, + "changed_file_count": 28, + "sample": [ + " M registry/index.json", + " M registry/packages/yao-meta-skill.json", + " M reports/architecture_maintainability.json", + " M reports/architecture_maintainability.md", + " M reports/context_budget.json", + " M reports/context_budget.md", + " M reports/context_budget_summary.json", + " M reports/install_simulation.json", + " M reports/output_execution_runs.json", + " M reports/output_execution_runs.md", + " M reports/package_verification.json", + " M reports/package_verification.md" + ], "scope": "generation-time status before this report is written" }, "summary": { "reproducibility_ready": true, - "release_lock_ready": true, + "release_lock_ready": false, "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c42581a617984", - "source_contract_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "evidence_bundle_sha256": "f2becbf9a38c367c7fcb7448588bd418190838100942f7f75ea01b3f94e28b44", + "source_contract_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "output_case_count": 5, "failure_disclosure_count": 3, "command_count": 23, @@ -37,14 +50,15 @@ "world_class_source_pass_count": 6, "world_class_source_blocked_count": 7, "public_claim_ready": false, - "public_claim_blocker_count": 4, - "working_tree_dirty": false, - "changed_file_count": 0 + "public_claim_blocker_count": 5, + "working_tree_dirty": true, + "changed_file_count": 28 }, "public_claim": { "ready": false, "scope": "public benchmark or world-class readiness claim", "blockers": [ + "release lock is not clean or commit is unavailable", "provider-backed model holdout evidence is incomplete", "human blind-review adjudication is incomplete", "world-class evidence is not accepted yet (4 open gaps, 4 ledger pending)", @@ -53,10 +67,10 @@ "policy": "Local reproducibility can pass before public claims; public claims require provider evidence, human adjudication, clean release lock, accepted world-class evidence, and complete source checks." }, "release_lock": { - "ready": true, - "commit": "8d254d1db309755384a9f77919855b429666eb66", + "ready": false, + "commit": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", "status_scope": "generation-time status before this report is written", - "reason": "clean generation-time HEAD" + "reason": "working tree was dirty at generation time" }, "evidence_bundle": { "algorithm": "sha256(path,label,exists,artifact_sha256)", @@ -64,7 +78,7 @@ "existing_count": 25, "missing_count": 0, "missing_paths": [], - "sha256": "c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c42581a617984" + "sha256": "f2becbf9a38c367c7fcb7448588bd418190838100942f7f75ea01b3f94e28b44" }, "methodology": { "path": "reports/benchmark_methodology.md", @@ -137,8 +151,8 @@ "label": "output_execution", "path": "reports/output_execution_runs.json", "exists": true, - "bytes": 7966, - "sha256": "2241fba78154a1608bed8920e9381fbd4a91a79b1782125960bc9a60dfcd6a84" + "bytes": 7967, + "sha256": "63796b27de1dcb8113559266e51221568b288d4d219681ec67e632e19379e227" }, { "label": "blind_review", @@ -172,43 +186,43 @@ "label": "trust_report", "path": "reports/security_trust_report.json", "exists": true, - "bytes": 122209, - "sha256": "b12f56dec5319fb680b5b0d69fdc49f7f07d2b7d428f4f973ff8fd1b750d6af5" + "bytes": 122795, + "sha256": "67eb112d62b9451b946da19c2450856514b7adb72370de8d7b37d5542f417b73" }, { "label": "python_compatibility", "path": "reports/python_compatibility.json", "exists": true, - "bytes": 26236, - "sha256": "a9b3f7483d371d59ac75eb8a6104612f707fff17edc103c218dcdc84d5ee4f51" + "bytes": 26363, + "sha256": "d16c0856acb6e722afee0354bb098b19ef8d276dcad00403fcccea6666d9a56b" }, { "label": "registry_audit", "path": "reports/registry_audit.json", "exists": true, "bytes": 3183, - "sha256": "ecbec4f74489108ec619850c479b2573611edf82c09cbdb2d4b442330bb6de1e" + "sha256": "993abbb8ce9a36635468948ff961d5630b59ad89fb39eca34b36f4081c2e8539" }, { "label": "package_verification", "path": "reports/package_verification.json", "exists": true, "bytes": 19338, - "sha256": "6ce854412cbd66d795efea0138e20cb762aac2f3f178b7f41836d6ff544f8041" + "sha256": "88424a253c20166b6803b6ac3bdacd89c5c945a6fe693bcd1c13dafca2c8e148" }, { "label": "install_simulation", "path": "reports/install_simulation.json", "exists": true, "bytes": 8604, - "sha256": "d1c6e8fe58f17f8316649b41e6682c1ab078f8282588924af8efb90bbf824545" + "sha256": "1164b24a460e27dae8d2c58f3eb7bedb0199367e05323573e559f49a922e7492" }, { "label": "skill_os2_audit", "path": "reports/skill_os2_audit.json", "exists": true, "bytes": 14310, - "sha256": "f37b0941e27648f68cfb22b389599598bccd6414d2dc23bd94a8183f96ccf14c" + "sha256": "8699abf06379ffde0baa0d0316557fad330246f2c514c338e6f3f11a0dc7a806" }, { "label": "world_class_evidence_plan", diff --git a/reports/benchmark_reproducibility.md b/reports/benchmark_reproducibility.md index b726032b..815811dd 100644 --- a/reports/benchmark_reproducibility.md +++ b/reports/benchmark_reproducibility.md @@ -1,19 +1,19 @@ # Benchmark Reproducibility Generated at: `2026-06-16` -Commit: `8d254d1db309755384a9f77919855b429666eb66` -Working tree dirty at generation: `false` -Evidence bundle SHA256: `c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c42581a617984` +Commit: `ecfe1d77a50994a389b213b1a443029d7a70b0fd` +Working tree dirty at generation: `true` +Evidence bundle SHA256: `f2becbf9a38c367c7fcb7448588bd418190838100942f7f75ea01b3f94e28b44` ## Summary - reproducibility ready: `true` -- release lock ready: `true` +- release lock ready: `false` - methodology complete: `true` - required artifacts: `25` - missing artifacts: `0` -- source contract sha256: `00293abe7aae` -- archive sha256: `e951366cfb8a` +- source contract sha256: `70e1edf36e5f` +- archive sha256: `2f0203f197ad` - output cases: `5` - disclosed failure cases: `3` - reproduction commands: `23` @@ -22,8 +22,8 @@ Evidence bundle SHA256: `c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c425 - world-class ready: `false` - world-class source checks: `6` pass / `13` total; `7` blocked - public claim ready: `false` -- public claim blockers: `4` -- changed files at generation: `0` +- public claim blockers: `5` +- changed files at generation: `28` This report proves local benchmark reproducibility only. It keeps external provider and human-review gaps visible instead of counting them as complete. The git commit is generation-time context; the evidence bundle SHA is the durable anchor for the artifacts listed below. @@ -35,6 +35,7 @@ This report proves local benchmark reproducibility only. It keeps external provi | Blocker | | --- | +| release lock is not clean or commit is unavailable | | provider-backed model holdout evidence is incomplete | | human blind-review adjudication is incomplete | | world-class evidence is not accepted yet (4 open gaps, 4 ledger pending) | @@ -42,15 +43,15 @@ This report proves local benchmark reproducibility only. It keeps external provi ## Release Lock -- ready: `true` -- reason: clean generation-time HEAD +- ready: `false` +- reason: working tree was dirty at generation time - status scope: generation-time status before this report is written ## Evidence Bundle - algorithm: `sha256(path,label,exists,artifact_sha256)` - artifacts: `25` / `25` -- sha256: `c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c42581a617984` +- sha256: `f2becbf9a38c367c7fcb7448588bd418190838100942f7f75ea01b3f94e28b44` ## Methodology Sections @@ -72,17 +73,17 @@ This report proves local benchmark reproducibility only. It keeps external provi | output_cases | `evals/output/cases.jsonl` | present | `a6ae96857116` | | output_schema | `evals/output/schema.json` | present | `8ee340c95064` | | output_scorecard | `reports/output_quality_scorecard.json` | present | `0806258a8e08` | -| output_execution | `reports/output_execution_runs.json` | present | `2241fba78154` | +| output_execution | `reports/output_execution_runs.json` | present | `63796b27de1d` | | blind_review | `reports/output_blind_review_pack.json` | present | `bbe2db8ec277` | | review_adjudication | `reports/output_review_adjudication.json` | present | `bb8c72a9291e` | | trigger_scorecard | `reports/route_scorecard.json` | present | `c164e83e36d0` | | runtime_conformance | `reports/conformance_matrix.json` | present | `97f9ba949c23` | -| trust_report | `reports/security_trust_report.json` | present | `b12f56dec531` | -| python_compatibility | `reports/python_compatibility.json` | present | `a9b3f7483d37` | -| registry_audit | `reports/registry_audit.json` | present | `ecbec4f74489` | -| package_verification | `reports/package_verification.json` | present | `6ce854412cbd` | -| install_simulation | `reports/install_simulation.json` | present | `d1c6e8fe58f1` | -| skill_os2_audit | `reports/skill_os2_audit.json` | present | `f37b0941e276` | +| trust_report | `reports/security_trust_report.json` | present | `67eb112d62b9` | +| python_compatibility | `reports/python_compatibility.json` | present | `d16c0856acb6` | +| registry_audit | `reports/registry_audit.json` | present | `993abbb8ce9a` | +| package_verification | `reports/package_verification.json` | present | `88424a253c20` | +| install_simulation | `reports/install_simulation.json` | present | `1164b24a460e` | +| skill_os2_audit | `reports/skill_os2_audit.json` | present | `8699abf06379` | | world_class_evidence_plan | `reports/world_class_evidence_plan.json` | present | `130161495dc4` | | world_class_evidence_ledger | `reports/world_class_evidence_ledger.json` | present | `b8976c340da4` | | world_class_evidence_intake | `reports/world_class_evidence_intake.json` | present | `7f502f722ff1` | diff --git a/reports/context_budget.json b/reports/context_budget.json index 9fb1caae..6980c5e3 100644 --- a/reports/context_budget.json +++ b/reports/context_budget.json @@ -6,16 +6,16 @@ "context_budget_tier": "production", "context_budget_limit": 1000, "skill_body_tokens": 797, - "other_text_tokens": 1051901, + "other_text_tokens": 1052140, "estimated_initial_load_tokens": 990, - "estimated_total_text_tokens": 1052698, - "deferred_resource_tokens": 487078, + "estimated_total_text_tokens": 1052937, + "deferred_resource_tokens": 487152, "deferred_resource_warn_threshold": 120000, "deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 426980, - "file_count": 128 + "estimated_tokens": 427054, + "file_count": 129 }, { "path": "references", @@ -36,8 +36,8 @@ "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 426980, - "file_count": 128 + "estimated_tokens": 427054, + "file_count": 129 } ], "deferred_resource_governance": { @@ -59,14 +59,14 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 426980, - "file_count": 128, + "estimated_tokens": 427054, + "file_count": 129, "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": 644, + "relevant_file_count": 646, "unused_resource_dirs": [], "quality_signal_points": 130, "quality_density": 131.3 diff --git a/reports/context_budget.md b/reports/context_budget.md index 04cbea42..868b7ed9 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 | 990 | 797 | 487078 | `governed` | scripts:426980 | 131.3 | - | ok | +| root | `.` | `production` | 1000 | 990 | 797 | 487152 | `governed` | scripts:427054 | 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 | diff --git a/reports/context_budget_summary.json b/reports/context_budget_summary.json index 20bcd485..4e6e8cd7 100644 --- a/reports/context_budget_summary.json +++ b/reports/context_budget_summary.json @@ -8,12 +8,12 @@ "budget_limit": 1000, "initial_tokens": 990, "skill_body_tokens": 797, - "deferred_resource_tokens": 487078, + "deferred_resource_tokens": 487152, "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 426980, - "file_count": 128 + "estimated_tokens": 427054, + "file_count": 129 } ], "deferred_resource_governance": { @@ -35,8 +35,8 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 426980, - "file_count": 128, + "estimated_tokens": 427054, + "file_count": 129, "rationale": "Script resources are deterministic deferred tools, not initial-load prompt context." } ], diff --git a/reports/evidence_consistency.json b/reports/evidence_consistency.json index 2eeb7ed9..d15dfe9d 100644 --- a/reports/evidence_consistency.json +++ b/reports/evidence_consistency.json @@ -189,12 +189,12 @@ "status": "pass", "expected": { "status": "pass", - "detail": "initial load 990/1000; deferred 487078/120000; top deferred scripts 426980; resource governance governed; quality density 131.3", + "detail": "initial load 990/1000; deferred 487152/120000; top deferred scripts 427054; resource governance governed; quality density 131.3", "evidence": "reports/context_budget.json" }, "actual": { "status": "pass", - "detail": "initial load 990/1000; deferred 487078/120000; top deferred scripts 426980; resource governance governed; quality density 131.3", + "detail": "initial load 990/1000; deferred 487152/120000; top deferred scripts 427054; resource governance governed; quality density 131.3", "evidence": "reports/context_budget.json" }, "paths": [ @@ -207,8 +207,8 @@ "key": "benchmark-release-lock-self-consistency", "label": "Benchmark release lock matches git dirty state", "status": "pass", - "expected": true, - "actual": true, + "expected": false, + "actual": false, "paths": [ "reports/benchmark_reproducibility.json" ], @@ -248,8 +248,8 @@ "key": "overview-benchmark-commit", "label": "overview embeds the benchmark commit", "status": "pass", - "expected": "8d254d1db309755384a9f77919855b429666eb66", - "actual": "8d254d1db309755384a9f77919855b429666eb66", + "expected": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", + "actual": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", "paths": [ "reports/benchmark_reproducibility.json", "reports/skill-overview.json" @@ -261,30 +261,30 @@ "label": "overview embeds benchmark summary fields", "status": "pass", "expected": { - "release_lock_ready": true, + "release_lock_ready": false, "required_artifact_count": 25, "missing_artifact_count": 0, - "source_contract_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "source_contract_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "world_class_ledger_pending_count": 4, "world_class_source_check_count": 13, "world_class_source_pass_count": 6, "world_class_source_blocked_count": 7, "public_claim_ready": false, - "public_claim_blocker_count": 4 + "public_claim_blocker_count": 5 }, "actual": { - "release_lock_ready": true, + "release_lock_ready": false, "required_artifact_count": 25, "missing_artifact_count": 0, - "source_contract_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "source_contract_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "world_class_ledger_pending_count": 4, "world_class_source_check_count": 13, "world_class_source_pass_count": 6, "world_class_source_blocked_count": 7, "public_claim_ready": false, - "public_claim_blocker_count": 4 + "public_claim_blocker_count": 5 }, "paths": [ "reports/benchmark_reproducibility.json", @@ -394,8 +394,8 @@ "key": "interpretation-benchmark-commit", "label": "interpretation embeds the benchmark commit", "status": "pass", - "expected": "8d254d1db309755384a9f77919855b429666eb66", - "actual": "8d254d1db309755384a9f77919855b429666eb66", + "expected": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", + "actual": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", "paths": [ "reports/benchmark_reproducibility.json", "reports/skill-interpretation.json" @@ -407,30 +407,30 @@ "label": "interpretation embeds benchmark summary fields", "status": "pass", "expected": { - "release_lock_ready": true, + "release_lock_ready": false, "required_artifact_count": 25, "missing_artifact_count": 0, - "source_contract_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "source_contract_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "world_class_ledger_pending_count": 4, "world_class_source_check_count": 13, "world_class_source_pass_count": 6, "world_class_source_blocked_count": 7, "public_claim_ready": false, - "public_claim_blocker_count": 4 + "public_claim_blocker_count": 5 }, "actual": { - "release_lock_ready": true, + "release_lock_ready": false, "required_artifact_count": 25, "missing_artifact_count": 0, - "source_contract_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "source_contract_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "world_class_ledger_pending_count": 4, "world_class_source_check_count": 13, "world_class_source_pass_count": 6, "world_class_source_blocked_count": 7, "public_claim_ready": false, - "public_claim_blocker_count": 4 + "public_claim_blocker_count": 5 }, "paths": [ "reports/benchmark_reproducibility.json", @@ -1512,7 +1512,7 @@ "path": "scripts", "label": "Deterministic helpers or local tooling", "kind": "folder", - "file_count": 128 + "file_count": 129 }, { "path": "evals", @@ -1527,7 +1527,7 @@ "file_count": 229 } ], - "file_count": 425, + "file_count": 426, "folder_count": 4, "distribution": [ { @@ -1552,7 +1552,7 @@ }, { "label": "scripts", - "value": 128 + "value": 129 }, { "label": "evals", @@ -1600,7 +1600,7 @@ "path": "scripts", "label": "Deterministic helpers or local tooling", "kind": "folder", - "file_count": 128 + "file_count": 129 }, { "path": "evals", @@ -1615,7 +1615,7 @@ "file_count": 229 } ], - "file_count": 425, + "file_count": 426, "folder_count": 4, "distribution": [ { @@ -1640,7 +1640,7 @@ }, { "label": "scripts", - "value": 128 + "value": 129 }, { "label": "evals", @@ -2404,10 +2404,10 @@ "score `91`", "`16` gates", "`3` warnings", - "`42` declared internal modules", - "`86 / 86` CLI help smoke checks passing across `128` scripts", - "`655` zip entries", - "archive with `655` entries", + "`43` declared internal modules", + "`86 / 86` CLI help smoke checks passing across `129` scripts", + "`656` zip entries", + "archive with `656` entries", "`12` installer permission checks enforced", "`0` permission failures", "`25` required artifacts", diff --git a/reports/install_simulation.json b/reports/install_simulation.json index c5018430..1122e5a1 100644 --- a/reports/install_simulation.json +++ b/reports/install_simulation.json @@ -8,7 +8,7 @@ "installed_skill_dir": "dist/install-simulation/simulate-yao-meta-skill/yao-meta-skill", "summary": { "archive_present": true, - "archive_entry_count": 655, + "archive_entry_count": 656, "archive_extracted": true, "entrypoint_loaded": true, "manifest_loaded": true, diff --git a/reports/output_execution_runs.json b/reports/output_execution_runs.json index 582d5971..21bc97ce 100644 --- a/reports/output_execution_runs.json +++ b/reports/output_execution_runs.json @@ -34,7 +34,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 32.87, + "duration_ms": 29.06, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -62,7 +62,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 32.28, + "duration_ms": 28.86, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -85,7 +85,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 36.32, + "duration_ms": 29.99, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -113,7 +113,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 36.5, + "duration_ms": 29.47, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -136,7 +136,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 33.01, + "duration_ms": 29.12, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -164,7 +164,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 32.43, + "duration_ms": 30.35, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -187,7 +187,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 34.85, + "duration_ms": 33.41, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -214,7 +214,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 37.74, + "duration_ms": 30.91, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -237,7 +237,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 38.01, + "duration_ms": 29.39, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -266,7 +266,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 41.09, + "duration_ms": 29.09, "provider": "local-output-eval-runner", "model": "", "usage": { diff --git a/reports/output_execution_runs.md b/reports/output_execution_runs.md index 2e0954de..41ae67a1 100644 --- a/reports/output_execution_runs.md +++ b/reports/output_execution_runs.md @@ -23,16 +23,16 @@ Command runner evidence is present. This proves the eval harness executed an ext | Case | Variant | Mode | Model | Duration ms | Tokens | Score | Status | | --- | --- | --- | --- | ---: | ---: | ---: | --- | -| skill-package-contract | baseline | command | local-output-eval-runner | 32.87 | 33 | 0.0 | pass | -| skill-package-contract | with_skill | command | local-output-eval-runner | 32.28 | 73 | 100.0 | pass | -| output-eval-expectation | baseline | command | local-output-eval-runner | 36.32 | 36 | 0.0 | pass | -| output-eval-expectation | with_skill | command | local-output-eval-runner | 36.5 | 80 | 100.0 | pass | -| ir-before-packaging | baseline | command | local-output-eval-runner | 33.01 | 33 | 0.0 | pass | -| ir-before-packaging | with_skill | command | local-output-eval-runner | 32.43 | 80 | 100.0 | pass | -| near-neighbor-boundary | baseline | command | local-output-eval-runner | 34.85 | 36 | 0.0 | pass | -| near-neighbor-boundary | with_skill | command | local-output-eval-runner | 37.74 | 65 | 100.0 | pass | -| file-backed-governed-package | baseline | command | local-output-eval-runner | 38.01 | 37 | 0.0 | pass | -| file-backed-governed-package | with_skill | command | local-output-eval-runner | 41.09 | 98 | 100.0 | pass | +| skill-package-contract | baseline | command | local-output-eval-runner | 29.06 | 33 | 0.0 | pass | +| skill-package-contract | with_skill | command | local-output-eval-runner | 28.86 | 73 | 100.0 | pass | +| output-eval-expectation | baseline | command | local-output-eval-runner | 29.99 | 36 | 0.0 | pass | +| output-eval-expectation | with_skill | command | local-output-eval-runner | 29.47 | 80 | 100.0 | pass | +| ir-before-packaging | baseline | command | local-output-eval-runner | 29.12 | 33 | 0.0 | pass | +| ir-before-packaging | with_skill | command | local-output-eval-runner | 30.35 | 80 | 100.0 | pass | +| near-neighbor-boundary | baseline | command | local-output-eval-runner | 33.41 | 36 | 0.0 | pass | +| near-neighbor-boundary | with_skill | command | local-output-eval-runner | 30.91 | 65 | 100.0 | pass | +| file-backed-governed-package | baseline | command | local-output-eval-runner | 29.39 | 37 | 0.0 | pass | +| file-backed-governed-package | with_skill | command | local-output-eval-runner | 29.09 | 98 | 100.0 | pass | ## Next Fixes diff --git a/reports/package_verification.json b/reports/package_verification.json index b2b54d1a..827f879e 100644 --- a/reports/package_verification.json +++ b/reports/package_verification.json @@ -8,8 +8,8 @@ "target_count": 4, "adapter_count": 4, "archive_present": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", - "archive_entry_count": 655, + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", + "archive_entry_count": 656, "failure_count": 0, "warning_count": 0 }, diff --git a/reports/package_verification.md b/reports/package_verification.md index 8d4eda4f..a82ab845 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: `e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507` +- Archive SHA256: `2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2` - Failures: `0` - Warnings: `0` diff --git a/reports/python_compatibility.json b/reports/python_compatibility.json index e7482f6e..c7ad640d 100644 --- a/reports/python_compatibility.json +++ b/reports/python_compatibility.json @@ -5,7 +5,7 @@ "root": ".", "summary": { "target_python": "3.11", - "file_count": 202, + "file_count": 203, "issue_count": 0, "syntax_error_count": 0, "fstring_311_violation_count": 0, @@ -64,6 +64,12 @@ "issue_count": 0, "issues": [] }, + { + "path": "scripts/build_skill_atlas_layout.py", + "ok": true, + "issue_count": 0, + "issues": [] + }, { "path": "scripts/check_update.py", "ok": true, diff --git a/reports/python_compatibility.md b/reports/python_compatibility.md index 09fc0137..d2e0e05c 100644 --- a/reports/python_compatibility.md +++ b/reports/python_compatibility.md @@ -6,7 +6,7 @@ Generated at: `2026-06-16` - decision: `pass` - target python: `3.11` -- files scanned: `202` +- files scanned: `203` - issues: `0` - syntax errors: `0` - f-string 3.11 violations: `0` diff --git a/reports/registry_audit.json b/reports/registry_audit.json index 33712201..dc7f8119 100644 --- a/reports/registry_audit.json +++ b/reports/registry_audit.json @@ -21,8 +21,8 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, "compatibility": { "openai": "pass", @@ -53,7 +53,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "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": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" } ] }, diff --git a/reports/registry_audit.md b/reports/registry_audit.md index 6e5fab00..5aa08f68 100644 --- a/reports/registry_audit.md +++ b/reports/registry_audit.md @@ -6,8 +6,8 @@ - Maturity: `governed` - Owner: `Yao Team` - License: `MIT` -- Package SHA256: `00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97` -- Archive SHA256: `e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507` +- Package SHA256: `70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873` +- Archive SHA256: `2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2` - Install simulated: `True` ## Compatibility diff --git a/reports/review-studio.html b/reports/review-studio.html index e01822d8..f6653bcc 100644 --- a/reports/review-studio.html +++ b/reports/review-studio.html @@ -740,12 +740,12 @@

核心指标

-
Skill IR2.0.0

5 targets in platform-neutral contract

Compiler5/5

target contracts compiled from Skill IR

Output Delta100.0

5 cases; 1 file-backed

Exec Runs10

command 10; model 0; recorded 0

Blind A/B5

review pairs hide baseline vs with-skill labels

Review Kit0/5

pending 5; answer key hidden

Review A/B0/5

adjudication decisions; pending 5

Public Claimblocked

4 blockers; local reproducible true

Blueprint21/21

2.0 coverage; extensions partial 0, planned 0; evidence pending 4

Runtime5/5

target conformance pass rate

Perm Probe4/4

0 native; 4 installer-enforced

Trust0

128 scripts scanned; secrets found

Py Compat0

202 files scanned for Python 3.11

Arch Debt0

852 largest lines; 5 watchlist; 68 CLI handlers; 18 in entrypoint

Atlas5

12 scanned skills; route collisions

Driftlow

1 metadata events; 0 missed triggers

Daily Ops5

proposal-review; approval 0; release lock true

Weekly Queue5

curator-review; ready 1; top score 88

Waivers0

0 gates covered; human risk decisions

Intake4/4

0 valid submissions; 0 invalid

Claim Guard0

180 public surfaces scanned

Notes0/0

0 open blocker annotations

Registry1.1.0

5 targets; MIT license

Archivepass

655 zip entries; package verification

Installpass

4 adapters; 12 permissions enforced; 0 permission failures

Upgrademinor

declared minor; 0 breaking changes

+
Skill IR2.0.0

5 targets in platform-neutral contract

Compiler5/5

target contracts compiled from Skill IR

Output Delta100.0

5 cases; 1 file-backed

Exec Runs10

command 10; model 0; recorded 0

Blind A/B5

review pairs hide baseline vs with-skill labels

Review Kit0/5

pending 5; answer key hidden

Review A/B0/5

adjudication decisions; pending 5

Public Claimblocked

5 blockers; local reproducible true

Blueprint21/21

2.0 coverage; extensions partial 0, planned 0; evidence pending 4

Runtime5/5

target conformance pass rate

Perm Probe4/4

0 native; 4 installer-enforced

Trust0

129 scripts scanned; secrets found

Py Compat0

203 files scanned for Python 3.11

Arch Debt0

852 largest lines; 4 watchlist; 68 CLI handlers; 18 in entrypoint

Atlas5

12 scanned skills; route collisions

Driftlow

1 metadata events; 0 missed triggers

Daily Ops5

proposal-review; approval 0; release lock true

Weekly Queue5

curator-review; ready 1; top score 88

Waivers0

0 gates covered; human risk decisions

Intake4/4

0 valid submissions; 0 invalid

Claim Guard0

180 public surfaces scanned

Notes0/0

0 open blocker annotations

Registry1.1.0

5 targets; MIT license

Archivepass

656 zip entries; package verification

Installpass

4 adapters; 12 permissions enforced; 0 permission failures

Upgrademinor

declared minor; 0 breaking changes

审查闸门

-
通过

意图画布

intent confidence 100/100; Intent is clear enough to package the first routeable version.

reports/intent-confidence.json 证据
通过

触发实验

13 trigger cases; 0 misroutes; 0 ambiguous

reports/route_scorecard.json 证据
关注

输出实验

5/5 cases; with-skill 100.0; baseline 0.0; file-backed 1; near-neighbor 1; blind A/B 5; exec 10; command 10; model 0; recorded 0; reviewed 0/5; review pending 5

reports/output_quality_scorecard.json 证据
通过

上下文

initial load 990/1000; deferred 487078/120000; top deferred scripts 426980; resource governance governed; quality density 131.3

reports/context_budget.json 证据
通过

运行矩阵

5 / 5 targets pass

reports/conformance_matrix.json 证据
通过

信任报告

0 secrets; 128 scripts; 3 network-capable scripts; 0 help smoke failures

reports/security_trust_report.json 证据
通过

Python 兼容

Python 3.11; 202 files; 0 compatibility issues; 0 syntax; 0 f-string 3.11 hazards

reports/python_compatibility.json 证据
通过

架构维护

199 Python files; 0 hotspots; 5 watchlist files; 0 blockers; largest 852 lines; 68 CLI handlers; 18 in entrypoint

reports/architecture_maintainability.json 证据
通过

权限批准

3/3 permissions approved; gaps 0; required file_write, network, subprocess

reports/security_trust_report.json + security/permission_policy.json 证据
通过

权限探针

4/4 targets probed; native 0; metadata fallback 4; installer 4; residual risks 4

reports/runtime_permission_probes.json 证据
通过

组合治理

12 skills, 1 actionable; 0 actionable route collisions; 0 actionable owner gaps; 0 actionable stale; 0 actionable drift; 24 scoped non-actionable issues

reports/skill_atlas.json 证据
通过

运营回路

1 metadata events; adoption 0; missed 0; bad-output 0; risk low; daily proposals 5; daily decision proposal-review; daily release lock true; weekly queue 5 unique; weekly ready 1; weekly top 88; weekly release lock true

reports/adoption_drift_report.json + reports/skillops/daily + reports/skillops/weekly 证据
关注

人工批准

0 active waivers; 1 warning gates still need reviewer decision

reports/review_waivers.json 证据
关注

世界证据

4 pending world-class evidence entries; 1 human pending; 3 external pending; source checks 6/13 pass; 7 blocked; overclaim guard true

reports/world_class_evidence_ledger.json 证据
通过

注册审计

yao-meta-skill 1.1.0; 6/6 compatibility entries pass; install pass with 4 adapters; installer permissions 12 enforced / 0 failures

reports/registry_audit.json + reports/install_simulation.json 证据
通过

发布路线

0 promote; 3 keep current; 0 blocked; upgrade minor declared / minor recommended

reports/promotion_decisions.json + reports/upgrade_check.json + docs/migration-v2.md 证据
+
通过

意图画布

intent confidence 100/100; Intent is clear enough to package the first routeable version.

reports/intent-confidence.json 证据
通过

触发实验

13 trigger cases; 0 misroutes; 0 ambiguous

reports/route_scorecard.json 证据
关注

输出实验

5/5 cases; with-skill 100.0; baseline 0.0; file-backed 1; near-neighbor 1; blind A/B 5; exec 10; command 10; model 0; recorded 0; reviewed 0/5; review pending 5

reports/output_quality_scorecard.json 证据
通过

上下文

initial load 990/1000; deferred 487152/120000; top deferred scripts 427054; resource governance governed; quality density 131.3

reports/context_budget.json 证据
通过

运行矩阵

5 / 5 targets pass

reports/conformance_matrix.json 证据
通过

信任报告

0 secrets; 129 scripts; 3 network-capable scripts; 0 help smoke failures

reports/security_trust_report.json 证据
通过

Python 兼容

Python 3.11; 203 files; 0 compatibility issues; 0 syntax; 0 f-string 3.11 hazards

reports/python_compatibility.json 证据
通过

架构维护

200 Python files; 0 hotspots; 4 watchlist files; 0 blockers; largest 852 lines; 68 CLI handlers; 18 in entrypoint

reports/architecture_maintainability.json 证据
通过

权限批准

3/3 permissions approved; gaps 0; required file_write, network, subprocess

reports/security_trust_report.json + security/permission_policy.json 证据
通过

权限探针

4/4 targets probed; native 0; metadata fallback 4; installer 4; residual risks 4

reports/runtime_permission_probes.json 证据
通过

组合治理

12 skills, 1 actionable; 0 actionable route collisions; 0 actionable owner gaps; 0 actionable stale; 0 actionable drift; 24 scoped non-actionable issues

reports/skill_atlas.json 证据
通过

运营回路

1 metadata events; adoption 0; missed 0; bad-output 0; risk low; daily proposals 5; daily decision proposal-review; daily release lock true; weekly queue 5 unique; weekly ready 1; weekly top 88; weekly release lock true

reports/adoption_drift_report.json + reports/skillops/daily + reports/skillops/weekly 证据
关注

人工批准

0 active waivers; 1 warning gates still need reviewer decision

reports/review_waivers.json 证据
关注

世界证据

4 pending world-class evidence entries; 1 human pending; 3 external pending; source checks 6/13 pass; 7 blocked; overclaim guard true

reports/world_class_evidence_ledger.json 证据
通过

注册审计

yao-meta-skill 1.1.0; 6/6 compatibility entries pass; install pass with 4 adapters; installer permissions 12 enforced / 0 failures

reports/registry_audit.json + reports/install_simulation.json 证据
通过

发布路线

0 promote; 3 keep current; 0 blocked; upgrade minor declared / minor recommended

@@ -812,17 +812,17 @@
-

上下文

initial load 990/1000; deferred 487078/120000; top deferred scripts 426980; resource governance governed; quality density 131.3

+

上下文

initial load 990/1000; deferred 487152/120000; top deferred scripts 427054; resource governance governed; quality density 131.3

编译证据

Review reports/compiled_targets.md before packaging to inspect target adapter modes, generated files, preserved semantics, warnings, and unsupported features.

-

信任报告

Secret
0
脚本数
128
网络脚本
3
Help 失败
0
包体哈希
00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97
+

信任报告

Secret
0
脚本数
129
网络脚本
3
Help 失败
0
包体哈希
70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873

安全边界

高风险 secret、远程 inline execution、缺失依赖策略或无法解释的脚本接口应阻断 governed release。

-

Python 兼容

目标 Python
3.11
文件数
202
问题数
0
语法错误
0
F-string 3.11
0
+

Python 兼容

目标 Python
3.11
文件数
203
问题数
0
语法错误
0
F-string 3.11
0

解释器边界

CI 和发布审查以 Python 3.11 兼容为底线;本地更高版本允许的新语法不能绕过兼容门禁。

@@ -882,8 +882,8 @@
-

公开声明

本地复现
发布锁
可公开声明
声明阻断
4
Provider 证据
人审完成
世界级就绪
-

声明阻断

+

公开声明

本地复现
发布锁
可公开声明
声明阻断
5
Provider 证据
人审完成
世界级就绪
+

声明阻断

@@ -903,12 +903,12 @@

注册审计

yao-meta-skill 1.1.0; 6/6 compatibility entries pass; install pass with 4 adapters; installer permissions 12 enforced / 0 failures

-

包体元数据

名称
yao-meta-skill
版本
1.1.0
Maturity
governed
Owner
Yao Team
License
MIT
信任级别
local
目标平台
openai, claude, generic, agent-skills-compatible, vscode
兼容通过
6/6
归档哈希
e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507
+

包体元数据

名称
yao-meta-skill
版本
1.1.0
Maturity
governed
Owner
Yao Team
License
MIT
信任级别
local
目标平台
openai, claude, generic, agent-skills-compatible, vscode
兼容通过
6/6
归档哈希
2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2

发布路线

0 promote; 3 keep current; 0 blocked; upgrade minor declared / minor recommended

-

包体验证

目标数
4
Adapter
4
归档存在
Zip 条目
655
失败数
0
警告数
0
归档哈希
e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507
+

包体验证

目标数
4
Adapter
4
归档存在
Zip 条目
656
失败数
0
警告数
0
归档哈希
2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2
diff --git a/reports/review-studio.json b/reports/review-studio.json index ed27db71..4687974a 100644 --- a/reports/review-studio.json +++ b/reports/review-studio.json @@ -44,7 +44,7 @@ "key": "context-budget", "label": "上下文", "status": "pass", - "detail": "initial load 990/1000; deferred 487078/120000; top deferred scripts 426980; resource governance governed; quality density 131.3", + "detail": "initial load 990/1000; deferred 487152/120000; top deferred scripts 427054; resource governance governed; quality density 131.3", "evidence": "reports/context_budget.json", "link": "context_budget.md" }, @@ -60,7 +60,7 @@ "key": "trust-report", "label": "信任报告", "status": "pass", - "detail": "0 secrets; 128 scripts; 3 network-capable scripts; 0 help smoke failures", + "detail": "0 secrets; 129 scripts; 3 network-capable scripts; 0 help smoke failures", "evidence": "reports/security_trust_report.json", "link": "security_trust_report.md" }, @@ -68,7 +68,7 @@ "key": "python-compat", "label": "Python 兼容", "status": "pass", - "detail": "Python 3.11; 202 files; 0 compatibility issues; 0 syntax; 0 f-string 3.11 hazards", + "detail": "Python 3.11; 203 files; 0 compatibility issues; 0 syntax; 0 f-string 3.11 hazards", "evidence": "reports/python_compatibility.json", "link": "python_compatibility.md" }, @@ -76,7 +76,7 @@ "key": "architecture-maintainability", "label": "架构维护", "status": "pass", - "detail": "199 Python files; 0 hotspots; 5 watchlist files; 0 blockers; largest 852 lines; 68 CLI handlers; 18 in entrypoint", + "detail": "200 Python files; 0 hotspots; 4 watchlist files; 0 blockers; largest 852 lines; 68 CLI handlers; 18 in entrypoint", "evidence": "reports/architecture_maintainability.json", "link": "architecture_maintainability.md" }, @@ -1484,7 +1484,7 @@ "path": "scripts", "label": "Deterministic helpers or local tooling", "kind": "folder", - "file_count": 128 + "file_count": 129 }, { "path": "evals", @@ -1499,7 +1499,7 @@ "file_count": 229 } ], - "file_count": 425, + "file_count": 426, "folder_count": 4, "distribution": [ { @@ -1524,7 +1524,7 @@ }, { "label": "scripts", - "value": 128 + "value": 129 }, { "label": "evals", @@ -1654,7 +1654,7 @@ "path": "scripts", "label": "Deterministic helpers or local tooling", "kind": "folder", - "file_count": 128 + "file_count": 129 }, { "path": "evals", @@ -1968,13 +1968,13 @@ "ok": true, "summary": { "reproducibility_ready": true, - "release_lock_ready": true, + "release_lock_ready": false, "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c42581a617984", - "source_contract_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "evidence_bundle_sha256": "f2becbf9a38c367c7fcb7448588bd418190838100942f7f75ea01b3f94e28b44", + "source_contract_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "output_case_count": 5, "failure_disclosure_count": 3, "command_count": 23, @@ -1992,11 +1992,11 @@ "world_class_source_pass_count": 6, "world_class_source_blocked_count": 7, "public_claim_ready": false, - "public_claim_blocker_count": 4, - "working_tree_dirty": false, - "changed_file_count": 0 + "public_claim_blocker_count": 5, + "working_tree_dirty": true, + "changed_file_count": 28 }, - "commit": "8d254d1db309755384a9f77919855b429666eb66", + "commit": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", "missing_artifacts": [], "limitations": [ "The git commit and dirty flag are generation-time context; the evidence bundle hash is the durable artifact anchor inside a committed report.", @@ -2080,9 +2080,9 @@ "failures": [] }, "trust_security": { - "scanned_files": 219, - "script_count": 128, - "internal_module_count": 42, + "scanned_files": 220, + "script_count": 129, + "internal_module_count": 43, "secret_findings": 0, "dependency_files": [ "requirements-ci.txt" @@ -2100,8 +2100,8 @@ "help_smoke_failed_count": 0, "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", - "package_hash_file_count": 219, - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "package_hash_file_count": 220, + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" }, "skill_atlas": { "skill_count": 12, @@ -2139,8 +2139,8 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, "compatibility": { "openai": "pass", @@ -2171,7 +2171,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "package_verification": "reports/package_verification.json", "install_simulated": true, "install_simulation": "reports/install_simulation.json" @@ -2187,8 +2187,8 @@ "target_count": 4, "adapter_count": 4, "archive_present": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", - "archive_entry_count": 655, + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", + "archive_entry_count": 656, "failure_count": 0, "warning_count": 0 }, @@ -2199,7 +2199,7 @@ "ok": true, "summary": { "archive_present": true, - "archive_entry_count": 655, + "archive_entry_count": 656, "archive_extracted": true, "entrypoint_loaded": true, "manifest_loaded": true, @@ -2266,12 +2266,12 @@ { "field": "archive_sha256", "from": "", - "to": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "to": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "to": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" } ] }, @@ -4688,7 +4688,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 32.87, + "duration_ms": 29.06, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -4716,7 +4716,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 32.28, + "duration_ms": 28.86, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -4739,7 +4739,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 36.32, + "duration_ms": 29.99, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -4767,7 +4767,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 36.5, + "duration_ms": 29.47, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -4790,7 +4790,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 33.01, + "duration_ms": 29.12, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -4818,7 +4818,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 32.43, + "duration_ms": 30.35, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -4841,7 +4841,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 34.85, + "duration_ms": 33.41, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -4868,7 +4868,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 37.74, + "duration_ms": 30.91, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -4891,7 +4891,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 38.01, + "duration_ms": 29.39, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -4920,7 +4920,7 @@ "execution_mode": "command", "model_executed": false, "command_executed": true, - "duration_ms": 41.09, + "duration_ms": 29.09, "provider": "local-output-eval-runner", "model": "", "usage": { @@ -5646,23 +5646,36 @@ "ok": true, "generated_at": "2026-06-16", "skill_dir": ".", - "commit": "8d254d1db309755384a9f77919855b429666eb66", + "commit": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", "git_status": { "available": true, - "dirty": false, - "changed_file_count": 0, - "sample": [], + "dirty": true, + "changed_file_count": 28, + "sample": [ + " M registry/index.json", + " M registry/packages/yao-meta-skill.json", + " M reports/architecture_maintainability.json", + " M reports/architecture_maintainability.md", + " M reports/context_budget.json", + " M reports/context_budget.md", + " M reports/context_budget_summary.json", + " M reports/install_simulation.json", + " M reports/output_execution_runs.json", + " M reports/output_execution_runs.md", + " M reports/package_verification.json", + " M reports/package_verification.md" + ], "scope": "generation-time status before this report is written" }, "summary": { "reproducibility_ready": true, - "release_lock_ready": true, + "release_lock_ready": false, "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c42581a617984", - "source_contract_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "evidence_bundle_sha256": "f2becbf9a38c367c7fcb7448588bd418190838100942f7f75ea01b3f94e28b44", + "source_contract_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "output_case_count": 5, "failure_disclosure_count": 3, "command_count": 23, @@ -5680,14 +5693,15 @@ "world_class_source_pass_count": 6, "world_class_source_blocked_count": 7, "public_claim_ready": false, - "public_claim_blocker_count": 4, - "working_tree_dirty": false, - "changed_file_count": 0 + "public_claim_blocker_count": 5, + "working_tree_dirty": true, + "changed_file_count": 28 }, "public_claim": { "ready": false, "scope": "public benchmark or world-class readiness claim", "blockers": [ + "release lock is not clean or commit is unavailable", "provider-backed model holdout evidence is incomplete", "human blind-review adjudication is incomplete", "world-class evidence is not accepted yet (4 open gaps, 4 ledger pending)", @@ -5696,10 +5710,10 @@ "policy": "Local reproducibility can pass before public claims; public claims require provider evidence, human adjudication, clean release lock, accepted world-class evidence, and complete source checks." }, "release_lock": { - "ready": true, - "commit": "8d254d1db309755384a9f77919855b429666eb66", + "ready": false, + "commit": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", "status_scope": "generation-time status before this report is written", - "reason": "clean generation-time HEAD" + "reason": "working tree was dirty at generation time" }, "evidence_bundle": { "algorithm": "sha256(path,label,exists,artifact_sha256)", @@ -5707,7 +5721,7 @@ "existing_count": 25, "missing_count": 0, "missing_paths": [], - "sha256": "c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c42581a617984" + "sha256": "f2becbf9a38c367c7fcb7448588bd418190838100942f7f75ea01b3f94e28b44" }, "methodology": { "path": "reports/benchmark_methodology.md", @@ -5780,8 +5794,8 @@ "label": "output_execution", "path": "reports/output_execution_runs.json", "exists": true, - "bytes": 7966, - "sha256": "2241fba78154a1608bed8920e9381fbd4a91a79b1782125960bc9a60dfcd6a84" + "bytes": 7967, + "sha256": "63796b27de1dcb8113559266e51221568b288d4d219681ec67e632e19379e227" }, { "label": "blind_review", @@ -5815,43 +5829,43 @@ "label": "trust_report", "path": "reports/security_trust_report.json", "exists": true, - "bytes": 122209, - "sha256": "b12f56dec5319fb680b5b0d69fdc49f7f07d2b7d428f4f973ff8fd1b750d6af5" + "bytes": 122795, + "sha256": "67eb112d62b9451b946da19c2450856514b7adb72370de8d7b37d5542f417b73" }, { "label": "python_compatibility", "path": "reports/python_compatibility.json", "exists": true, - "bytes": 26236, - "sha256": "a9b3f7483d371d59ac75eb8a6104612f707fff17edc103c218dcdc84d5ee4f51" + "bytes": 26363, + "sha256": "d16c0856acb6e722afee0354bb098b19ef8d276dcad00403fcccea6666d9a56b" }, { "label": "registry_audit", "path": "reports/registry_audit.json", "exists": true, "bytes": 3183, - "sha256": "ecbec4f74489108ec619850c479b2573611edf82c09cbdb2d4b442330bb6de1e" + "sha256": "993abbb8ce9a36635468948ff961d5630b59ad89fb39eca34b36f4081c2e8539" }, { "label": "package_verification", "path": "reports/package_verification.json", "exists": true, "bytes": 19338, - "sha256": "6ce854412cbd66d795efea0138e20cb762aac2f3f178b7f41836d6ff544f8041" + "sha256": "88424a253c20166b6803b6ac3bdacd89c5c945a6fe693bcd1c13dafca2c8e148" }, { "label": "install_simulation", "path": "reports/install_simulation.json", "exists": true, "bytes": 8604, - "sha256": "d1c6e8fe58f17f8316649b41e6682c1ab078f8282588924af8efb90bbf824545" + "sha256": "1164b24a460e27dae8d2c58f3eb7bedb0199367e05323573e559f49a922e7492" }, { "label": "skill_os2_audit", "path": "reports/skill_os2_audit.json", "exists": true, "bytes": 14310, - "sha256": "f37b0941e27648f68cfb22b389599598bccd6414d2dc23bd94a8183f96ccf14c" + "sha256": "8699abf06379ffde0baa0d0316557fad330246f2c514c338e6f3f11a0dc7a806" }, { "label": "world_class_evidence_plan", @@ -6183,7 +6197,7 @@ "label": "Trust Security", "status": "pass", "objective": "Scripts, dependencies, permissions, secrets, and package hash are reviewable for team distribution.", - "current": "128 scripts; secrets 0; help failures 0", + "current": "129 scripts; secrets 0; help failures 0", "command": "python3 scripts/yao.py trust .", "test": "python3 tests/verify_trust_check.py", "evidence": [ @@ -6257,7 +6271,7 @@ "label": "Registry Distribution", "status": "pass", "objective": "Skill packages are installable, versioned, checksumed, and upgrade-reviewable.", - "current": "archive entries 655; install failures 0", + "current": "archive entries 656; install failures 0", "command": "python3 scripts/yao.py package . --platform openai --platform claude --platform generic --platform vscode --output-dir dist --zip && python3 scripts/yao.py registry-audit .", "test": "python3 tests/verify_registry_audit.py", "evidence": [ @@ -12070,9 +12084,9 @@ "ok": true, "skill_dir": ".", "summary": { - "scanned_files": 219, - "script_count": 128, - "internal_module_count": 42, + "scanned_files": 220, + "script_count": 129, + "internal_module_count": 43, "secret_findings": 0, "dependency_files": [ "requirements-ci.txt" @@ -12090,8 +12104,8 @@ "help_smoke_failed_count": 0, "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", - "package_hash_file_count": 219, - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "package_hash_file_count": 220, + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" }, "failures": [], "warnings": [], @@ -12153,6 +12167,20 @@ "network_urls": [], "network_hosts": [] }, + { + "path": "scripts/build_skill_atlas_layout.py", + "interface": "internal-module", + "interface_declared": true, + "interface_reason": "Imported by build_skill_atlas.py to render the static Skill Atlas HTML report.", + "has_argparse": false, + "has_main_guard": false, + "uses_input": false, + "uses_network": false, + "uses_file_write": false, + "uses_subprocess": false, + "network_urls": [], + "network_hosts": [] + }, { "path": "scripts/check_update.py", "interface": "cli", @@ -13941,7 +13969,7 @@ "checked_count": 86, "passed_count": 86, "failed_count": 0, - "skipped_count": 42, + "skipped_count": 43, "failed_scripts": [], "results": [ { @@ -14806,6 +14834,10 @@ } ], "skipped": [ + { + "path": "scripts/build_skill_atlas_layout.py", + "reason": "internal module" + }, { "path": "scripts/evidence_consistency_artifact_roles.py", "reason": "internal module" @@ -15169,7 +15201,7 @@ "root": ".", "summary": { "target_python": "3.11", - "file_count": 202, + "file_count": 203, "issue_count": 0, "syntax_error_count": 0, "fstring_311_violation_count": 0, @@ -15228,6 +15260,12 @@ "issue_count": 0, "issues": [] }, + { + "path": "scripts/build_skill_atlas_layout.py", + "ok": true, + "issue_count": 0, + "issues": [] + }, { "path": "scripts/check_update.py", "ok": true, @@ -16411,10 +16449,10 @@ "generated_at": "2026-06-16", "skill_dir": ".", "summary": { - "python_file_count": 199, - "script_file_count": 128, + "python_file_count": 200, + "script_file_count": 129, "test_file_count": 71, - "internal_module_count": 45, + "internal_module_count": 46, "cli_script_count": 85, "command_handler_count": 68, "entrypoint_command_handler_count": 18, @@ -16423,7 +16461,7 @@ "watch_line_threshold": 720, "block_line_threshold": 1500, "largest_file_lines": 852, - "watchlist_count": 5, + "watchlist_count": 4, "hotspot_count": 0, "blocker_count": 0, "decision": "pass" @@ -16443,13 +16481,6 @@ "severity": "pass", "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." }, - { - "path": "scripts/build_skill_atlas.py", - "lines": 730, - "kind": "cli-script", - "severity": "pass", - "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." - }, { "path": "scripts/compile_skill.py", "lines": 723, @@ -16512,6 +16543,13 @@ "kind": "test", "severity": "pass", "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." + }, + { + "path": "scripts/render_skill_os2_coverage.py", + "lines": 649, + "kind": "cli-script", + "severity": "pass", + "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." } ], "watchlist": [ @@ -16529,13 +16567,6 @@ "severity": "pass", "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." }, - { - "path": "scripts/build_skill_atlas.py", - "lines": 730, - "kind": "cli-script", - "severity": "pass", - "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." - }, { "path": "scripts/compile_skill.py", "lines": 723, @@ -16566,16 +16597,16 @@ "context_budget_tier": "production", "context_budget_limit": 1000, "skill_body_tokens": 797, - "other_text_tokens": 1051901, + "other_text_tokens": 1052140, "estimated_initial_load_tokens": 990, - "estimated_total_text_tokens": 1052698, - "deferred_resource_tokens": 487078, + "estimated_total_text_tokens": 1052937, + "deferred_resource_tokens": 487152, "deferred_resource_warn_threshold": 120000, "deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 426980, - "file_count": 128 + "estimated_tokens": 427054, + "file_count": 129 }, { "path": "references", @@ -16596,8 +16627,8 @@ "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 426980, - "file_count": 128 + "estimated_tokens": 427054, + "file_count": 129 } ], "deferred_resource_governance": { @@ -16619,14 +16650,14 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 426980, - "file_count": 128, + "estimated_tokens": 427054, + "file_count": 129, "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": 644, + "relevant_file_count": 646, "unused_resource_dirs": [], "quality_signal_points": 130, "quality_density": 131.3 @@ -17494,6 +17525,7 @@ "scripts/apply_adaptation.py", "scripts/build_confusion_matrix.py", "scripts/build_skill_atlas.py", + "scripts/build_skill_atlas_layout.py", "scripts/check_update.py", "scripts/ci_test.py", "scripts/collect_feedback.py", @@ -23513,8 +23545,8 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, "compatibility": { "openai": "pass", @@ -23545,7 +23577,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "package_verification": "reports/package_verification.json", "install_simulated": true, "install_simulation": "reports/install_simulation.json" @@ -23570,7 +23602,7 @@ "vscode" ], "package_metadata": "registry/packages/yao-meta-skill.json", - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" } ] }, @@ -23593,8 +23625,8 @@ "target_count": 4, "adapter_count": 4, "archive_present": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", - "archive_entry_count": 655, + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", + "archive_entry_count": 656, "failure_count": 0, "warning_count": 0 }, @@ -24259,7 +24291,7 @@ "installed_skill_dir": "dist/install-simulation/simulate-yao-meta-skill/yao-meta-skill", "summary": { "archive_present": true, - "archive_entry_count": 655, + "archive_entry_count": 656, "archive_extracted": true, "entrypoint_loaded": true, "manifest_loaded": true, @@ -24601,12 +24633,12 @@ { "field": "archive_sha256", "from": "", - "to": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "to": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "to": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" } ] }, diff --git a/reports/review-viewer.json b/reports/review-viewer.json index 28f4ba38..74d7a535 100644 --- a/reports/review-viewer.json +++ b/reports/review-viewer.json @@ -513,7 +513,7 @@ "path": "scripts", "label": "Deterministic helpers or local tooling", "kind": "folder", - "file_count": 128 + "file_count": 129 }, { "path": "evals", @@ -528,7 +528,7 @@ "file_count": 229 } ], - "file_count": 425, + "file_count": 426, "folder_count": 4, "distribution": [ { @@ -553,7 +553,7 @@ }, { "label": "scripts", - "value": 128 + "value": 129 }, { "label": "evals", @@ -683,7 +683,7 @@ "path": "scripts", "label": "Deterministic helpers or local tooling", "kind": "folder", - "file_count": 128 + "file_count": 129 }, { "path": "evals", @@ -997,13 +997,13 @@ "ok": true, "summary": { "reproducibility_ready": true, - "release_lock_ready": true, + "release_lock_ready": false, "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c42581a617984", - "source_contract_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "evidence_bundle_sha256": "f2becbf9a38c367c7fcb7448588bd418190838100942f7f75ea01b3f94e28b44", + "source_contract_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "output_case_count": 5, "failure_disclosure_count": 3, "command_count": 23, @@ -1021,11 +1021,11 @@ "world_class_source_pass_count": 6, "world_class_source_blocked_count": 7, "public_claim_ready": false, - "public_claim_blocker_count": 4, - "working_tree_dirty": false, - "changed_file_count": 0 + "public_claim_blocker_count": 5, + "working_tree_dirty": true, + "changed_file_count": 28 }, - "commit": "8d254d1db309755384a9f77919855b429666eb66", + "commit": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", "missing_artifacts": [], "limitations": [ "The git commit and dirty flag are generation-time context; the evidence bundle hash is the durable artifact anchor inside a committed report.", @@ -1109,9 +1109,9 @@ "failures": [] }, "trust_security": { - "scanned_files": 219, - "script_count": 128, - "internal_module_count": 42, + "scanned_files": 220, + "script_count": 129, + "internal_module_count": 43, "secret_findings": 0, "dependency_files": [ "requirements-ci.txt" @@ -1129,8 +1129,8 @@ "help_smoke_failed_count": 0, "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", - "package_hash_file_count": 219, - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "package_hash_file_count": 220, + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" }, "skill_atlas": { "skill_count": 12, @@ -1168,8 +1168,8 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, "compatibility": { "openai": "pass", @@ -1200,7 +1200,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "package_verification": "reports/package_verification.json", "install_simulated": true, "install_simulation": "reports/install_simulation.json" @@ -1216,8 +1216,8 @@ "target_count": 4, "adapter_count": 4, "archive_present": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", - "archive_entry_count": 655, + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", + "archive_entry_count": 656, "failure_count": 0, "warning_count": 0 }, @@ -1228,7 +1228,7 @@ "ok": true, "summary": { "archive_present": true, - "archive_entry_count": 655, + "archive_entry_count": 656, "archive_extracted": true, "entrypoint_loaded": true, "manifest_loaded": true, @@ -1295,12 +1295,12 @@ { "field": "archive_sha256", "from": "", - "to": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "to": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "to": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" } ] }, diff --git a/reports/security_trust_report.json b/reports/security_trust_report.json index 77c9ee0d..58d87f84 100644 --- a/reports/security_trust_report.json +++ b/reports/security_trust_report.json @@ -2,9 +2,9 @@ "ok": true, "skill_dir": ".", "summary": { - "scanned_files": 219, - "script_count": 128, - "internal_module_count": 42, + "scanned_files": 220, + "script_count": 129, + "internal_module_count": 43, "secret_findings": 0, "dependency_files": [ "requirements-ci.txt" @@ -22,8 +22,8 @@ "help_smoke_failed_count": 0, "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", - "package_hash_file_count": 219, - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "package_hash_file_count": 220, + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" }, "failures": [], "warnings": [], @@ -85,6 +85,20 @@ "network_urls": [], "network_hosts": [] }, + { + "path": "scripts/build_skill_atlas_layout.py", + "interface": "internal-module", + "interface_declared": true, + "interface_reason": "Imported by build_skill_atlas.py to render the static Skill Atlas HTML report.", + "has_argparse": false, + "has_main_guard": false, + "uses_input": false, + "uses_network": false, + "uses_file_write": false, + "uses_subprocess": false, + "network_urls": [], + "network_hosts": [] + }, { "path": "scripts/check_update.py", "interface": "cli", @@ -1873,7 +1887,7 @@ "checked_count": 86, "passed_count": 86, "failed_count": 0, - "skipped_count": 42, + "skipped_count": 43, "failed_scripts": [], "results": [ { @@ -2738,6 +2752,10 @@ } ], "skipped": [ + { + "path": "scripts/build_skill_atlas_layout.py", + "reason": "internal module" + }, { "path": "scripts/evidence_consistency_artifact_roles.py", "reason": "internal module" diff --git a/reports/security_trust_report.md b/reports/security_trust_report.md index 7e969d17..400717d4 100644 --- a/reports/security_trust_report.md +++ b/reports/security_trust_report.md @@ -1,9 +1,9 @@ # Security Trust Report - OK: `True` -- Scanned files: `219` -- Scripts: `128` -- Internal script modules: `42` +- Scanned files: `220` +- Scripts: `129` +- Internal script modules: `43` - Secret findings: `0` - Network-capable scripts: `3` - Network policy covered scripts: `3` @@ -15,8 +15,8 @@ - CLI help smoke failures: `0` - Interactive scripts: `0` - Package hash scope: `source-contract-without-generated-reports` -- Package hash files: `219` -- Package SHA256: `00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97` +- Package hash files: `220` +- Package SHA256: `70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873` ## Failures @@ -66,6 +66,7 @@ | scripts/apply_adaptation.py | cli | True | True | True | False | False | True | True | Approval-gated adaptive patch application with dry-run, allowlist, regression, and rollback evidence. | | scripts/build_confusion_matrix.py | cli | False | True | True | False | False | True | False | Default CLI classification; add SCRIPT_INTERFACE for internal modules. | | scripts/build_skill_atlas.py | cli | False | True | True | False | False | True | False | Default CLI classification; add SCRIPT_INTERFACE for internal modules. | +| scripts/build_skill_atlas_layout.py | internal-module | True | False | False | False | False | False | False | Imported by build_skill_atlas.py to render the static Skill Atlas HTML report. | | scripts/check_update.py | cli | False | True | True | False | True | True | False | Default CLI classification; add SCRIPT_INTERFACE for internal modules. | | scripts/ci_test.py | cli | False | True | True | False | False | True | True | Default CLI classification; add SCRIPT_INTERFACE for internal modules. | | scripts/collect_feedback.py | cli | False | True | True | False | False | True | False | Default CLI classification; add SCRIPT_INTERFACE for internal modules. | diff --git a/reports/skill-interpretation.html b/reports/skill-interpretation.html index a0d3959c..6c3f43ae 100644 --- a/reports/skill-interpretation.html +++ b/reports/skill-interpretation.html @@ -921,7 +921,7 @@

让 reviewer 快速确认关键文件、目录和资产分布。Lets reviewers confirm key files, directories, and asset distribution quickly.

-
资产分布Asset Distribution425项425 itemsSKILL.mdSKILL.mdREADME.mdREADME.mdagents/interface.yamlagents/interface.yamlmanifest.jsonmanifest.jsonreferencesreferencesscriptsscripts
资产分布图展示当前包体的文件和目录重心。The asset distribution chart shows where files and directories are concentrated.
+
资产分布Asset Distribution426项426 itemsSKILL.mdSKILL.mdREADME.mdREADME.mdagents/interface.yamlagents/interface.yamlmanifest.jsonmanifest.jsonreferencesreferencesscriptsscripts
资产分布图展示当前包体的文件和目录重心。The asset distribution chart shows where files and directories are concentrated.
diff --git a/reports/skill-interpretation.json b/reports/skill-interpretation.json index dbd485b6..5e38aacc 100644 --- a/reports/skill-interpretation.json +++ b/reports/skill-interpretation.json @@ -513,7 +513,7 @@ "path": "scripts", "label": "Deterministic helpers or local tooling", "kind": "folder", - "file_count": 128 + "file_count": 129 }, { "path": "evals", @@ -528,7 +528,7 @@ "file_count": 229 } ], - "file_count": 425, + "file_count": 426, "folder_count": 4, "distribution": [ { @@ -553,7 +553,7 @@ }, { "label": "scripts", - "value": 128 + "value": 129 }, { "label": "evals", @@ -687,7 +687,7 @@ "path": "scripts", "label": "Deterministic helpers or local tooling", "kind": "folder", - "file_count": 128 + "file_count": 129 }, { "path": "evals", @@ -1001,13 +1001,13 @@ "ok": true, "summary": { "reproducibility_ready": true, - "release_lock_ready": true, + "release_lock_ready": false, "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c42581a617984", - "source_contract_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "evidence_bundle_sha256": "f2becbf9a38c367c7fcb7448588bd418190838100942f7f75ea01b3f94e28b44", + "source_contract_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "output_case_count": 5, "failure_disclosure_count": 3, "command_count": 23, @@ -1025,11 +1025,11 @@ "world_class_source_pass_count": 6, "world_class_source_blocked_count": 7, "public_claim_ready": false, - "public_claim_blocker_count": 4, - "working_tree_dirty": false, - "changed_file_count": 0 + "public_claim_blocker_count": 5, + "working_tree_dirty": true, + "changed_file_count": 28 }, - "commit": "8d254d1db309755384a9f77919855b429666eb66", + "commit": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", "missing_artifacts": [], "limitations": [ "The git commit and dirty flag are generation-time context; the evidence bundle hash is the durable artifact anchor inside a committed report.", @@ -1113,9 +1113,9 @@ "failures": [] }, "trust_security": { - "scanned_files": 219, - "script_count": 128, - "internal_module_count": 42, + "scanned_files": 220, + "script_count": 129, + "internal_module_count": 43, "secret_findings": 0, "dependency_files": [ "requirements-ci.txt" @@ -1133,8 +1133,8 @@ "help_smoke_failed_count": 0, "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", - "package_hash_file_count": 219, - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "package_hash_file_count": 220, + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" }, "skill_atlas": { "skill_count": 12, @@ -1172,8 +1172,8 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, "compatibility": { "openai": "pass", @@ -1204,7 +1204,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "package_verification": "reports/package_verification.json", "install_simulated": true, "install_simulation": "reports/install_simulation.json" @@ -1220,8 +1220,8 @@ "target_count": 4, "adapter_count": 4, "archive_present": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", - "archive_entry_count": 655, + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", + "archive_entry_count": 656, "failure_count": 0, "warning_count": 0 }, @@ -1232,7 +1232,7 @@ "ok": true, "summary": { "archive_present": true, - "archive_entry_count": 655, + "archive_entry_count": 656, "archive_extracted": true, "entrypoint_loaded": true, "manifest_loaded": true, @@ -1299,12 +1299,12 @@ { "field": "archive_sha256", "from": "", - "to": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "to": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "to": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" } ] }, diff --git a/reports/skill-os-2-review.md b/reports/skill-os-2-review.md index da619ea4..7397fe93 100644 --- a/reports/skill-os-2-review.md +++ b/reports/skill-os-2-review.md @@ -127,13 +127,13 @@ Next move: add real client or installer permission enforcement integration. | Output Eval | `5` cases, with-skill pass rate `100`, baseline pass rate `0`, with file-backed, near-neighbor, boundary coverage, `10` local command-runner execution runs, `0` recorded fixture runs, `0` provider model-executed runs in root release evidence, `10` estimated token counts, provider runner v0 available, `5` blind A/B review pairs, a generated `reports/output_review_decisions.json` template, `0 / 5` reviewer decisions pending, `0` answer keys revealed, and `5` pending answers hidden | | Runtime Conformance | `5 / 5` targets passing | | Target Compiler | `5 / 5` compiled target contracts generated for OpenAI, Claude, generic, Agent Skills compatible, and VS Code / Copilot outputs, including target permission contracts and target-native behavior contracts | -| Trust | `0` secret findings, `1` pinned dependency file, `42` declared internal modules, `3 / 3` network-capable scripts covered by bounded host policy, `86 / 86` CLI help smoke checks passing across `128` scripts, source-contract hash scope explicit | +| Trust | `0` secret findings, `1` pinned dependency file, `43` declared internal modules, `3 / 3` network-capable scripts covered by bounded host policy, `86 / 86` CLI help smoke checks passing across `129` scripts, source-contract hash scope explicit | | Permission Governance | `3 / 3` required high-permission capabilities approved, `0` missing, `0` invalid, `0` expired | | Runtime Permission Probes | `4 / 4` target adapters probed, `0` native-enforcement adapters, `4` explicit metadata fallbacks, `4` residual risks retained for reviewer visibility | | Skill Atlas | `12` scanned skills, `1` actionable root skill, `1` telemetry report, `0` actionable route collisions, `0` actionable owner gaps, `0` actionable stale skills, `0` actionable drift signals, `24` scoped non-actionable issue signals retained for visibility | | Registry Audit | package metadata generated with version, owner, license, source checksum, archive checksum, Skill IR provenance, and compatibility matrix | -| Package Verification | `4 / 4` target adapters present, archive verified, `655` zip entries, `0` failures, `0` warnings | -| Install Simulation | archive with `655` entries extracted into a local verification root, entrypoint/manifest/interface loaded, reports present, `4` adapters readable, `12` installer permission checks enforced, `0` permission failures, `0` failures, `0` warnings | +| Package Verification | `4 / 4` target adapters present, archive verified, `656` zip entries, `0` failures, `0` warnings | +| Install Simulation | archive with `656` entries extracted into a local verification root, entrypoint/manifest/interface loaded, reports present, `4` adapters readable, `12` installer permission checks enforced, `0` permission failures, `0` failures, `0` warnings | | Local Install Sync Preflight | `make sync-local-install` and `make sync-active-install` rebuild the package first, then sync only after install simulation passes with `12` enforced installer permission checks and `0` permission failures | | Upgrade Check | current package declares `minor` over the 1.0.0 baseline, recommended bump is `minor`, and release notes include added targets plus checksum changes | | Adoption Drift | `1` metadata-only review event, `1` adoption sample, adoption `100`, risk band `low`; optional `yao.py` CLI capture, external client `telemetry-emit`, `5` `telemetry-hooks` recipes, Browser/Chrome native messaging host, and validated external JSONL import are available but off by default for reproducible release evidence; raw `reports/telemetry_events.jsonl` is gitignored and blocked from zip packages | diff --git a/reports/skill-overview.html b/reports/skill-overview.html index 33cb36f8..c198f121 100644 --- a/reports/skill-overview.html +++ b/reports/skill-overview.html @@ -921,7 +921,7 @@

让 reviewer 快速确认关键文件、目录和资产分布。Lets reviewers confirm key files, directories, and asset distribution quickly.

-
资产分布Asset Distribution425项425 itemsSKILL.mdSKILL.mdREADME.mdREADME.mdagents/interface.yamlagents/interface.yamlmanifest.jsonmanifest.jsonreferencesreferencesscriptsscripts
资产分布图展示当前包体的文件和目录重心。The asset distribution chart shows where files and directories are concentrated.
+
资产分布Asset Distribution426项426 itemsSKILL.mdSKILL.mdREADME.mdREADME.mdagents/interface.yamlagents/interface.yamlmanifest.jsonmanifest.jsonreferencesreferencesscriptsscripts
资产分布图展示当前包体的文件和目录重心。The asset distribution chart shows where files and directories are concentrated.
路径Path作用Role类型Type
SKILL.mdSkill 入口文件Skill entrypoint文件file
README.md人类可读使用说明Human-readable usage guide文件file
agents/interface.yaml跨平台接口元数据Neutral interface metadata文件file
manifest.json生命周期与打包元数据Lifecycle and portability metadata文件file
references扩展指导与复用资料Extended guidance and reusable notes目录folder
scripts确定性脚本或本地工具Deterministic helpers or local tooling目录folder
evals触发与质量检查Trigger and quality checks目录folder
reports生成的证据与总结报告Generated evidence and overview artifacts目录folder
diff --git a/reports/skill-overview.json b/reports/skill-overview.json index 9562ab83..a380dcf6 100644 --- a/reports/skill-overview.json +++ b/reports/skill-overview.json @@ -512,7 +512,7 @@ "path": "scripts", "label": "Deterministic helpers or local tooling", "kind": "folder", - "file_count": 128 + "file_count": 129 }, { "path": "evals", @@ -527,7 +527,7 @@ "file_count": 229 } ], - "file_count": 425, + "file_count": 426, "folder_count": 4, "distribution": [ { @@ -552,7 +552,7 @@ }, { "label": "scripts", - "value": 128 + "value": 129 }, { "label": "evals", @@ -682,7 +682,7 @@ "path": "scripts", "label": "Deterministic helpers or local tooling", "kind": "folder", - "file_count": 128 + "file_count": 129 }, { "path": "evals", @@ -996,13 +996,13 @@ "ok": true, "summary": { "reproducibility_ready": true, - "release_lock_ready": true, + "release_lock_ready": false, "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c86534fe6512a1b587c77c3317f3e3def1d4661f3fabdb50f99c42581a617984", - "source_contract_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "evidence_bundle_sha256": "f2becbf9a38c367c7fcb7448588bd418190838100942f7f75ea01b3f94e28b44", + "source_contract_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "output_case_count": 5, "failure_disclosure_count": 3, "command_count": 23, @@ -1020,11 +1020,11 @@ "world_class_source_pass_count": 6, "world_class_source_blocked_count": 7, "public_claim_ready": false, - "public_claim_blocker_count": 4, - "working_tree_dirty": false, - "changed_file_count": 0 + "public_claim_blocker_count": 5, + "working_tree_dirty": true, + "changed_file_count": 28 }, - "commit": "8d254d1db309755384a9f77919855b429666eb66", + "commit": "ecfe1d77a50994a389b213b1a443029d7a70b0fd", "missing_artifacts": [], "limitations": [ "The git commit and dirty flag are generation-time context; the evidence bundle hash is the durable artifact anchor inside a committed report.", @@ -1108,9 +1108,9 @@ "failures": [] }, "trust_security": { - "scanned_files": 219, - "script_count": 128, - "internal_module_count": 42, + "scanned_files": 220, + "script_count": 129, + "internal_module_count": 43, "secret_findings": 0, "dependency_files": [ "requirements-ci.txt" @@ -1128,8 +1128,8 @@ "help_smoke_failed_count": 0, "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", - "package_hash_file_count": 219, - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "package_hash_file_count": 220, + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" }, "skill_atlas": { "skill_count": 12, @@ -1167,8 +1167,8 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97", - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "package_sha256": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, "compatibility": { "openai": "pass", @@ -1199,7 +1199,7 @@ }, "distribution": { "archive_verified": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", "package_verification": "reports/package_verification.json", "install_simulated": true, "install_simulation": "reports/install_simulation.json" @@ -1215,8 +1215,8 @@ "target_count": 4, "adapter_count": 4, "archive_present": true, - "archive_sha256": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507", - "archive_entry_count": 655, + "archive_sha256": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2", + "archive_entry_count": 656, "failure_count": 0, "warning_count": 0 }, @@ -1227,7 +1227,7 @@ "ok": true, "summary": { "archive_present": true, - "archive_entry_count": 655, + "archive_entry_count": 656, "archive_extracted": true, "entrypoint_loaded": true, "manifest_loaded": true, @@ -1294,12 +1294,12 @@ { "field": "archive_sha256", "from": "", - "to": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "to": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "to": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" } ] }, diff --git a/reports/skill_atlas.json b/reports/skill_atlas.json index a0c1b1ef..358dc6fd 100644 --- a/reports/skill_atlas.json +++ b/reports/skill_atlas.json @@ -68,6 +68,7 @@ "scripts/apply_adaptation.py", "scripts/build_confusion_matrix.py", "scripts/build_skill_atlas.py", + "scripts/build_skill_atlas_layout.py", "scripts/check_update.py", "scripts/ci_test.py", "scripts/collect_feedback.py", diff --git a/reports/skill_os2_audit.json b/reports/skill_os2_audit.json index 85f77a33..693219d5 100644 --- a/reports/skill_os2_audit.json +++ b/reports/skill_os2_audit.json @@ -197,7 +197,7 @@ "key": "trust-security", "label": "Trust Security", "status": "pass", - "current": "secrets 0; scripts 128; help failures 0", + "current": "secrets 0; scripts 129; help failures 0", "target": "Secrets, scripts, dependencies, permissions, and package hash are reviewable", "evidence": [ { @@ -285,7 +285,7 @@ "key": "registry-distribution", "label": "Registry Distribution", "status": "pass", - "current": "zip entries 655; install failures 0; permission failures 0", + "current": "zip entries 656; install failures 0; permission failures 0", "target": "Package metadata, archive checksum, package verification, and install simulation pass", "evidence": [ { diff --git a/reports/skill_os2_audit.md b/reports/skill_os2_audit.md index aa8c64c6..e85fa5d8 100644 --- a/reports/skill_os2_audit.md +++ b/reports/skill_os2_audit.md @@ -23,11 +23,11 @@ Generated at: `2026-06-16` | Human Adjudication | human-required | 0/5 decisions; pending 5 | Real reviewer decisions recorded before claiming output review completion | Record real A/B choices in the decision template, then regenerate adjudication. | | Benchmark Reproducibility | pass | artifacts 25; missing 0; failures 3 | Public methodology, reproducible commands, required artifacts, and failure disclosure are machine-checkable | Keep the manifest current with every benchmark, package, and release evidence change. | | Runtime Conformance | pass | 5/5 targets pass | Target package structure, metadata, relative paths, and degradation notes pass | Keep target conformance fixtures updated as platform contracts change. | -| Trust Security | pass | secrets 0; scripts 128; help failures 0 | Secrets, scripts, dependencies, permissions, and package hash are reviewable | Keep high-permission approvals scoped, expiring, and target-mapped. | +| Trust Security | pass | secrets 0; scripts 129; help failures 0 | Secrets, scripts, dependencies, permissions, and package hash are reviewable | Keep high-permission approvals scoped, expiring, and target-mapped. | | Permission Metadata | pass | 4/4 target probes pass; metadata fallback 4; installer enforcement 4 | Packaged adapters expose explicit permission metadata, residual risks, and installer enforcement evidence when available | Preserve residual-risk notes until real native enforcement exists. | | Native Permission Enforcement | external-required | native-enforced targets 0; installer-enforced targets 4 | At least one target/client enforces approved permissions at runtime | Integrate a real target-client or external installer runtime guard before claiming native permission enforcement. | | Skill Atlas | pass | 12 skills; actionable collisions 0 | Workspace catalog, route overlap, stale/owner gaps, drift, and no-route opportunities | Feed real drift data into Atlas once client telemetry is installed. | -| Registry Distribution | pass | zip entries 655; install failures 0; permission failures 0 | Package metadata, archive checksum, package verification, and install simulation pass | Regenerate registry after package verification so checksums stay aligned. | +| Registry Distribution | pass | zip entries 656; install failures 0; permission failures 0 | Package metadata, archive checksum, package verification, and install simulation pass | Regenerate registry after package verification so checksums stay aligned. | | Review Studio | pass | decision review; warnings 3; score 91 | One page shows gates, evidence paths, blockers, warnings, actions, waivers, and annotations | Resolve human/external warning gates before claiming full release readiness. | | Telemetry Drift | pass | events 1; risk low; recipes 5 | Local-first metadata-only event contract, aggregate drift report, hook recipes, and import path | Keep raw JSONL out of distributed packages and use aggregate reports for Atlas. | | Native Client Telemetry | external-required | external source events 0; adoption samples 0 | A real Browser/Chrome/provider client sends production metadata events | Install a real client against the native host and import production metadata-only events. | diff --git a/reports/skill_os2_coverage.json b/reports/skill_os2_coverage.json index ae6fd7e6..619c0e5a 100644 --- a/reports/skill_os2_coverage.json +++ b/reports/skill_os2_coverage.json @@ -130,7 +130,7 @@ "label": "Trust Security", "status": "pass", "objective": "Scripts, dependencies, permissions, secrets, and package hash are reviewable for team distribution.", - "current": "128 scripts; secrets 0; help failures 0", + "current": "129 scripts; secrets 0; help failures 0", "command": "python3 scripts/yao.py trust .", "test": "python3 tests/verify_trust_check.py", "evidence": [ @@ -204,7 +204,7 @@ "label": "Registry Distribution", "status": "pass", "objective": "Skill packages are installable, versioned, checksumed, and upgrade-reviewable.", - "current": "archive entries 655; install failures 0", + "current": "archive entries 656; install failures 0", "command": "python3 scripts/yao.py package . --platform openai --platform claude --platform generic --platform vscode --output-dir dist --zip && python3 scripts/yao.py registry-audit .", "test": "python3 tests/verify_registry_audit.py", "evidence": [ diff --git a/reports/skill_os2_coverage.md b/reports/skill_os2_coverage.md index 1b6f7332..e8e9cf38 100644 --- a/reports/skill_os2_coverage.md +++ b/reports/skill_os2_coverage.md @@ -26,9 +26,9 @@ This report maps the Skill OS 2.0 upgrade blueprint to concrete local artifacts, | Skill IR | `pass` | schema 2.0.0; targets 5 | `python3 scripts/yao.py skill-ir .` | `python3 tests/verify_skill_ir.py` | | Output Eval Lab | `pass` | 5 cases; delta 100.0; execution 10 | `python3 scripts/yao.py output-exec . && python3 scripts/yao.py output-review .` | `python3 tests/verify_output_eval_lab.py` | | Runtime Conformance | `pass` | 5/5 targets pass | `python3 scripts/yao.py conformance .` | `python3 tests/verify_conformance_suite.py` | -| Trust Security | `pass` | 128 scripts; secrets 0; help failures 0 | `python3 scripts/yao.py trust .` | `python3 tests/verify_trust_check.py` | +| Trust Security | `pass` | 129 scripts; secrets 0; help failures 0 | `python3 scripts/yao.py trust .` | `python3 tests/verify_trust_check.py` | | Skill Atlas | `pass` | 12 scanned skills; actionable collisions 0 | `python3 scripts/yao.py skill-atlas --workspace-root .` | `python3 tests/verify_skill_atlas.py` | -| Registry Distribution | `pass` | archive entries 655; install failures 0 | `python3 scripts/yao.py package . --platform openai --platform claude --platform generic --platform vscode --output-dir dist --zip && python3 scripts/yao.py registry-audit .` | `python3 tests/verify_registry_audit.py` | +| Registry Distribution | `pass` | archive entries 656; install failures 0 | `python3 scripts/yao.py package . --platform openai --platform claude --platform generic --platform vscode --output-dir dist --zip && python3 scripts/yao.py registry-audit .` | `python3 tests/verify_registry_audit.py` | | Review Studio | `pass` | 16 gates; decision review; warnings 3 | `python3 scripts/yao.py review-studio .` | `python3 tests/verify_review_studio.py` | | Telemetry Drift | `pass` | events 1; recipes 5; risk low | `python3 scripts/yao.py telemetry-hooks . && python3 scripts/yao.py adoption-drift .` | `python3 tests/verify_telemetry_hooks.py` | diff --git a/reports/upgrade_check.json b/reports/upgrade_check.json index 6dc1bc42..b5ab2b60 100644 --- a/reports/upgrade_check.json +++ b/reports/upgrade_check.json @@ -70,12 +70,12 @@ { "field": "archive_sha256", "from": "", - "to": "e951366cfb8a92e06d0499ad1abea0a697385b6f25687b32bdc892249b539507" + "to": "2f0203f197ad84b5a9d3ef630e836fab2f1040aa02629e6f524fd2851d785ed2" }, { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "00293abe7aae6809f5e86917030c855e99318206ddac7f5a462742006ffaad97" + "to": "70e1edf36e5f4f18d60fedb0314a09e79ffdce2c6fd5fa7fb9f8968281f7d873" } ] }, diff --git a/scripts/build_skill_atlas.py b/scripts/build_skill_atlas.py index 7d8344c2..dd95cadc 100644 --- a/scripts/build_skill_atlas.py +++ b/scripts/build_skill_atlas.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 import argparse import csv -import html import json import re from collections import Counter, defaultdict @@ -10,6 +9,8 @@ from io import StringIO from pathlib import Path from typing import Any +from build_skill_atlas_layout import render_html + try: import yaml except ImportError: # pragma: no cover @@ -519,100 +520,6 @@ def write_csv(path: Path, rows: list[dict[str, Any]]) -> None: path.write_text(buffer.getvalue(), encoding="utf-8") -def render_html(payload: dict[str, Any]) -> str: - summary = payload["summary"] - rows = [] - for skill in payload["catalog"]["skills"][:80]: - rows.append( - "" - f"" - f"" - f"" - f"" - f"" - f"" - "" - ) - blockers = ( - payload["actionable_route_collisions"][:20] - + payload["actionable_owner_review_gaps"][:20] - + payload["actionable_stale_skills"][:20] - + payload["actionable_drift_signals"][:20] - ) - blocker_items = "".join( - f"
  • {html.escape(item.get('name', item.get('skill_a', 'issue')))} {html.escape(item.get('reason', item.get('status', ', '.join(item.get('missing', item.get('signal_types', []))))))}
  • " - for item in blockers - ) - opportunity_items = "".join( - ( - "
  • " - f"{html.escape(item.get('skill') or item.get('source_type', 'opportunity'))} " - f"{html.escape(item.get('note') or item.get('recommendation') or item.get('signal', 'no-route opportunity'))}" - f"
    {html.escape(item.get('source', ''))}" - "
  • " - ) - for item in payload["no_route_opportunities"][:20] - ) - return f""" - - - - - Skill Atlas - - - -
    -

    Skill Atlas

    -

    Portfolio-level review for route overlap, stale ownership, shared resources, telemetry drift, and no-route opportunities.

    -
    -
    Skills{summary['skill_count']}
    -
    Actionable{summary['actionable_skill_count']}
    -
    Route Collisions{summary['actionable_route_collision_count']}
    -
    Owner Gaps{summary['actionable_owner_gap_count']}
    -
    Stale Skills{summary['actionable_stale_count']}
    -
    Drift Signals{summary['actionable_drift_signal_count']}
    -
    No-Route Opportunities{summary['no_route_opportunity_count']}
    -
    -
    -

    Actionable Issues

    -
      {blocker_items or '
    • No blocking portfolio issues detected.
    • '}
    -
    -
    -

    No-Route Opportunities

    -

    Missed-trigger telemetry and explicit failure cases become candidate routing work without storing raw prompts or outputs.

    -
      {opportunity_items or '
    • No no-route opportunities detected.
    • '}
    -
    -
    -

    Full Portfolio Counts

    -

    All scanned skills remain visible: {summary['route_collision_count']} total route collisions, {summary['owner_gap_count']} total owner gaps, {summary['stale_count']} total stale signals, and {summary['drift_signal_count']} telemetry drift signals.

    -
    -
    -

    Catalog

    -
    路径Path作用Role类型Type
    SKILL.mdSkill 入口文件Skill entrypoint文件file
    README.md人类可读使用说明Human-readable usage guide文件file
    agents/interface.yaml跨平台接口元数据Neutral interface metadata文件file
    manifest.json生命周期与打包元数据Lifecycle and portability metadata文件file
    references扩展指导与复用资料Extended guidance and reusable notes目录folder
    scripts确定性脚本或本地工具Deterministic helpers or local tooling目录folder
    evals触发与质量检查Trigger and quality checks目录folder
    reports生成的证据与总结报告Generated evidence and overview artifacts目录folder
    {html.escape(skill['name'])}{html.escape(skill['path'])}{html.escape(skill.get('owner') or 'missing')}{html.escape(skill.get('maturity') or 'unknown')}{html.escape(skill.get('review_cadence') or 'missing')}{html.escape(skill.get('atlas_scope') or 'release')}
    - - {''.join(rows)} -
    NamePathOwnerMaturityReviewScope
    -
    - - - -""" - - def build_atlas(workspace_root: Path, output_dir: Path, report_html: Path, report_json: Path, threshold: float, today: date) -> dict[str, Any]: workspace_root = workspace_root.resolve() scope_policy = load_scope_policy(workspace_root) diff --git a/scripts/build_skill_atlas_layout.py b/scripts/build_skill_atlas_layout.py new file mode 100644 index 00000000..d992cfbf --- /dev/null +++ b/scripts/build_skill_atlas_layout.py @@ -0,0 +1,103 @@ +#!/usr/bin/env python3 +"""HTML layout helpers for the Skill Atlas report.""" + +import html +from typing import Any + + +SCRIPT_INTERFACE = "internal-module" +SCRIPT_INTERFACE_REASON = "Imported by build_skill_atlas.py to render the static Skill Atlas HTML report." + + +def render_html(payload: dict[str, Any]) -> str: + summary = payload["summary"] + rows = [] + for skill in payload["catalog"]["skills"][:80]: + rows.append( + "" + f"{html.escape(skill['name'])}" + f"{html.escape(skill['path'])}" + f"{html.escape(skill.get('owner') or 'missing')}" + f"{html.escape(skill.get('maturity') or 'unknown')}" + f"{html.escape(skill.get('review_cadence') or 'missing')}" + f"{html.escape(skill.get('atlas_scope') or 'release')}" + "" + ) + blockers = ( + payload["actionable_route_collisions"][:20] + + payload["actionable_owner_review_gaps"][:20] + + payload["actionable_stale_skills"][:20] + + payload["actionable_drift_signals"][:20] + ) + blocker_items = "".join( + f"
  • {html.escape(item.get('name', item.get('skill_a', 'issue')))} {html.escape(item.get('reason', item.get('status', ', '.join(item.get('missing', item.get('signal_types', []))))))}
  • " + for item in blockers + ) + opportunity_items = "".join( + ( + "
  • " + f"{html.escape(item.get('skill') or item.get('source_type', 'opportunity'))} " + f"{html.escape(item.get('note') or item.get('recommendation') or item.get('signal', 'no-route opportunity'))}" + f"
    {html.escape(item.get('source', ''))}" + "
  • " + ) + for item in payload["no_route_opportunities"][:20] + ) + return f""" + + + + + Skill Atlas + + + +
    +

    Skill Atlas

    +

    Portfolio-level review for route overlap, stale ownership, shared resources, telemetry drift, and no-route opportunities.

    +
    +
    Skills{summary['skill_count']}
    +
    Actionable{summary['actionable_skill_count']}
    +
    Route Collisions{summary['actionable_route_collision_count']}
    +
    Owner Gaps{summary['actionable_owner_gap_count']}
    +
    Stale Skills{summary['actionable_stale_count']}
    +
    Drift Signals{summary['actionable_drift_signal_count']}
    +
    No-Route Opportunities{summary['no_route_opportunity_count']}
    +
    +
    +

    Actionable Issues

    +
      {blocker_items or '
    • No blocking portfolio issues detected.
    • '}
    +
    +
    +

    No-Route Opportunities

    +

    Missed-trigger telemetry and explicit failure cases become candidate routing work without storing raw prompts or outputs.

    +
      {opportunity_items or '
    • No no-route opportunities detected.
    • '}
    +
    +
    +

    Full Portfolio Counts

    +

    All scanned skills remain visible: {summary['route_collision_count']} total route collisions, {summary['owner_gap_count']} total owner gaps, {summary['stale_count']} total stale signals, and {summary['drift_signal_count']} telemetry drift signals.

    +
    +
    +

    Catalog

    + + + {''.join(rows)} +
    NamePathOwnerMaturityReviewScope
    +
    +
    + + +""" diff --git a/skill_atlas/catalog.json b/skill_atlas/catalog.json index 54e82af3..d2395b38 100644 --- a/skill_atlas/catalog.json +++ b/skill_atlas/catalog.json @@ -24,6 +24,7 @@ "scripts/apply_adaptation.py", "scripts/build_confusion_matrix.py", "scripts/build_skill_atlas.py", + "scripts/build_skill_atlas_layout.py", "scripts/check_update.py", "scripts/ci_test.py", "scripts/collect_feedback.py", diff --git a/tests/verify_trust_check.py b/tests/verify_trust_check.py index 15591e18..2f55b63c 100644 --- a/tests/verify_trust_check.py +++ b/tests/verify_trust_check.py @@ -95,6 +95,7 @@ def main() -> None: assert "scripts/provider_output_eval_runner.py" in payload["network_policy"]["covered_scripts"], payload["network_policy"] script_map = {item["path"]: item for item in payload["scripts"]} for internal_module in [ + "scripts/build_skill_atlas_layout.py", "scripts/review_studio_formatting.py", "scripts/review_studio_gates.py", "scripts/review_studio_layout.py", @@ -126,6 +127,7 @@ def main() -> None: assert script_map[internal_module]["interface"] == "internal-module", script_map[internal_module] assert script_map[internal_module]["interface_declared"], script_map[internal_module] warning_text = "\n".join(payload["warnings"]) + assert "build_skill_atlas_layout.py" not in warning_text, payload["warnings"] assert "review_studio_formatting.py" not in warning_text, payload["warnings"] assert "review_studio_gates.py" not in warning_text, payload["warnings"] assert "review_studio_layout.py" not in warning_text, payload["warnings"]