diff --git a/registry/index.json b/registry/index.json index a0d0e88..94e14ef 100644 --- a/registry/index.json +++ b/registry/index.json @@ -16,7 +16,7 @@ "vscode" ], "package_metadata": "registry/packages/yao-meta-skill.json", - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" } ] } diff --git a/registry/packages/yao-meta-skill.json b/registry/packages/yao-meta-skill.json index 8cedb10..28c2a60 100644 --- a/registry/packages/yao-meta-skill.json +++ b/registry/packages/yao-meta-skill.json @@ -16,7 +16,7 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2" }, "compatibility": { diff --git a/reports/adaptation_proposals.json b/reports/adaptation_proposals.json index 7eb62e9..55892af 100644 --- a/reports/adaptation_proposals.json +++ b/reports/adaptation_proposals.json @@ -1,7 +1,7 @@ { "schema_version": "1.0", "ok": true, - "generated_at": "2026-06-17T08:26:15Z", + "generated_at": "2026-06-17T08:58:54Z", "skill_dir": ".", "source_patterns": "reports/user_patterns.json", "pattern_count": 5, diff --git a/reports/adaptation_proposals.md b/reports/adaptation_proposals.md index ab42ec8..86f10be 100644 --- a/reports/adaptation_proposals.md +++ b/reports/adaptation_proposals.md @@ -1,6 +1,6 @@ # Adaptation Proposals -- Generated at: `2026-06-17T08:26:15Z` +- Generated at: `2026-06-17T08:58:54Z` - Pattern report: `reports/user_patterns.json` - Proposal only: `true` - Writes repository files: `false` diff --git a/reports/adoption_drift_report.json b/reports/adoption_drift_report.json index 987aae9..da4a16c 100644 --- a/reports/adoption_drift_report.json +++ b/reports/adoption_drift_report.json @@ -1,7 +1,7 @@ { "ok": true, "schema_version": "2.0", - "generated_at": "2026-06-17T08:26:14Z", + "generated_at": "2026-06-17T08:58:53Z", "skill_dir": ".", "privacy_contract": { "storage": "local-first", diff --git a/reports/architecture_maintainability.json b/reports/architecture_maintainability.json index ed2da22..6951d03 100644 --- a/reports/architecture_maintainability.json +++ b/reports/architecture_maintainability.json @@ -16,7 +16,7 @@ "watch_line_threshold": 720, "early_watch_line_threshold": 600, "block_line_threshold": 1500, - "largest_file_lines": 718, + "largest_file_lines": 719, "watchlist_count": 0, "early_watchlist_count": 6, "hotspot_count": 0, @@ -26,7 +26,7 @@ "largest_files": [ { "path": "tests/verify_evidence_consistency.py", - "lines": 718, + "lines": 719, "kind": "test", "severity": "pass", "early_watch": true, @@ -49,16 +49,16 @@ "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." }, { - "path": "scripts/render_evidence_consistency.py", - "lines": 699, + "path": "scripts/render_benchmark_reproducibility.py", + "lines": 685, "kind": "cli-script", "severity": "pass", "early_watch": true, "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." }, { - "path": "scripts/render_benchmark_reproducibility.py", - "lines": 673, + "path": "scripts/render_evidence_consistency.py", + "lines": 676, "kind": "cli-script", "severity": "pass", "early_watch": true, @@ -125,7 +125,7 @@ "early_watchlist": [ { "path": "tests/verify_evidence_consistency.py", - "lines": 718, + "lines": 719, "kind": "test", "severity": "pass", "early_watch": true, @@ -148,16 +148,16 @@ "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." }, { - "path": "scripts/render_evidence_consistency.py", - "lines": 699, + "path": "scripts/render_benchmark_reproducibility.py", + "lines": 685, "kind": "cli-script", "severity": "pass", "early_watch": true, "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." }, { - "path": "scripts/render_benchmark_reproducibility.py", - "lines": 673, + "path": "scripts/render_evidence_consistency.py", + "lines": 676, "kind": "cli-script", "severity": "pass", "early_watch": true, diff --git a/reports/architecture_maintainability.md b/reports/architecture_maintainability.md index 9a7b039..c615e84 100644 --- a/reports/architecture_maintainability.md +++ b/reports/architecture_maintainability.md @@ -13,7 +13,7 @@ Generated at: `2026-06-17` - Yao CLI command handlers: `68` - entrypoint command handlers: `18` - command modules: `6` -- largest file lines: `718` +- largest file lines: `719` - early watch threshold lines: `600` - early watchlist: `6` - watch threshold lines: `720` @@ -35,22 +35,22 @@ No near-threshold files found. | File | Lines | Kind | Recommended next split | | --- | ---: | --- | --- | -| `tests/verify_evidence_consistency.py` | `718` | `test` | Break broad integration assertions into focused verifier helpers when the next behavior change lands. | +| `tests/verify_evidence_consistency.py` | `719` | `test` | Break broad integration assertions into focused verifier helpers when the next behavior change lands. | | `tests/verify_world_class_evidence_intake.py` | `703` | `test` | Break broad integration assertions into focused verifier helpers when the next behavior change lands. | | `tests/verify_yao_cli.py` | `700` | `test` | Break broad integration assertions into focused verifier helpers when the next behavior change lands. | -| `scripts/render_evidence_consistency.py` | `699` | `cli-script` | Watch this file before adding new responsibilities; extract a helper module when one concern dominates. | -| `scripts/render_benchmark_reproducibility.py` | `673` | `cli-script` | Watch this file before adding new responsibilities; extract a helper module when one concern dominates. | +| `scripts/render_benchmark_reproducibility.py` | `685` | `cli-script` | Watch this file before adding new responsibilities; extract a helper module when one concern dominates. | +| `scripts/render_evidence_consistency.py` | `676` | `cli-script` | Watch this file before adding new responsibilities; extract a helper module when one concern dominates. | | `scripts/render_world_class_operator_runbook.py` | `651` | `cli-script` | Watch this file before adding new responsibilities; extract a helper module when one concern dominates. | ## Largest Files | File | Lines | Kind | Severity | | --- | ---: | --- | --- | -| `tests/verify_evidence_consistency.py` | `718` | `test` | `pass` | +| `tests/verify_evidence_consistency.py` | `719` | `test` | `pass` | | `tests/verify_world_class_evidence_intake.py` | `703` | `test` | `pass` | | `tests/verify_yao_cli.py` | `700` | `test` | `pass` | -| `scripts/render_evidence_consistency.py` | `699` | `cli-script` | `pass` | -| `scripts/render_benchmark_reproducibility.py` | `673` | `cli-script` | `pass` | +| `scripts/render_benchmark_reproducibility.py` | `685` | `cli-script` | `pass` | +| `scripts/render_evidence_consistency.py` | `676` | `cli-script` | `pass` | | `scripts/render_world_class_operator_runbook.py` | `651` | `cli-script` | `pass` | | `tests/verify_output_review_adjudication.py` | `599` | `test` | `pass` | | `scripts/render_skill_overview.py` | `588` | `cli-script` | `pass` | diff --git a/reports/benchmark_reproducibility.json b/reports/benchmark_reproducibility.json index 76d62f8..74cf5b7 100644 --- a/reports/benchmark_reproducibility.json +++ b/reports/benchmark_reproducibility.json @@ -3,13 +3,13 @@ "ok": true, "generated_at": "2026-06-17", "skill_dir": ".", - "commit": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", + "commit": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", "git_status": { "available": true, "dirty": true, - "changed_file_count": 32, + "changed_file_count": 29, "generated_dirty": true, - "generated_changed_file_count": 32, + "generated_changed_file_count": 29, "source_dirty": false, "source_changed_file_count": 0, "sample": [ @@ -57,8 +57,8 @@ "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916eb918c14f1", - "source_contract_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "evidence_bundle_sha256": "55a6c33c12e14d6507d4a5d4d4cf1268db35fb323d523e8b23ce9c73aedf8db0", + "source_contract_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2", "output_case_count": 5, "failure_disclosure_count": 3, @@ -82,11 +82,11 @@ "public_claim_ready": false, "public_claim_blocker_count": 3, "working_tree_dirty": true, - "changed_file_count": 32, + "changed_file_count": 29, "source_tree_dirty": false, "source_changed_file_count": 0, "generated_tree_dirty": true, - "generated_changed_file_count": 32 + "generated_changed_file_count": 29 }, "beta_test_release": { "ready": true, @@ -94,24 +94,24 @@ "blockers": [], "allowed_deferred_evidence": [ { - "key": "human-adjudication", - "label": "Human blind-review adjudication", - "reason": "Deferred for beta/public testing; still required before superiority, fully-reviewed, or world-class claims." + "key": "provider-holdout", + "label": "Provider Holdout", + "reason": "Provider-backed source evidence exists, but formal ledger submission and reviewer acceptance are still pending before public claims." }, { - "key": "provider-ledger-review", - "label": "Independent provider ledger review", - "reason": "Provider source evidence may be complete, but independent ledger acceptance remains formal-claim evidence." + "key": "human-adjudication", + "label": "Human Adjudication", + "reason": "Human adjudication evidence is still pending; deferred for beta/public testing and still required before superiority, fully-reviewed, or world-class claims." }, { "key": "native-permission-enforcement", - "label": "Native permission enforcement evidence", - "reason": "Native enforcement proof is deferred for beta/public testing and remains required for world-class claims." + "label": "Native Permission Enforcement", + "reason": "Native enforcement proof is still pending; deferred for beta/public testing and still required before world-class claims." }, { "key": "native-client-telemetry", - "label": "Real client telemetry evidence", - "reason": "Real client telemetry is deferred for beta/public testing and remains required for world-class claims." + "label": "Native Client Telemetry", + "reason": "Real client telemetry is still pending; deferred for beta/public testing and still required before world-class claims." } ], "policy": "Human blind-review, native permission enforcement, real client telemetry, and ledger acceptance may be deferred for beta/public testing, but public claims must remain blocked until those evidence entries are accepted.", @@ -129,10 +129,10 @@ }, "release_lock": { "ready": true, - "commit": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", + "commit": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", "status_scope": "generation-time status before this report is written", "source_changed_file_count": 0, - "generated_changed_file_count": 32, + "generated_changed_file_count": 29, "reason": "only generated evidence artifacts were dirty at generation time" }, "evidence_bundle": { @@ -141,7 +141,7 @@ "existing_count": 25, "missing_count": 0, "missing_paths": [], - "sha256": "c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916eb918c14f1" + "sha256": "55a6c33c12e14d6507d4a5d4d4cf1268db35fb323d523e8b23ce9c73aedf8db0" }, "methodology": { "path": "reports/benchmark_methodology.md", @@ -250,7 +250,7 @@ "path": "reports/security_trust_report.json", "exists": true, "bytes": 137787, - "sha256": "cd8289dd2d822739d16f0ed70da2bc592a9326942cbf0b601efee7a158593055" + "sha256": "bbff1f1bee0ce6f7014efcd4622ba11c70aacfc81f2e69e225411df7004dd616" }, { "label": "python_compatibility", @@ -264,7 +264,7 @@ "path": "reports/registry_audit.json", "exists": true, "bytes": 3137, - "sha256": "2c236f7c2fff1cc0ae4a95464bf354c162457ab13b8b2b94a30a1b739eef571d" + "sha256": "1feb80c7cdc833a655cc0e44150f39f9f6d0633465abaa1ae29ebe7cb0649065" }, { "label": "package_verification", diff --git a/reports/benchmark_reproducibility.md b/reports/benchmark_reproducibility.md index 18a8c12..f0a9481 100644 --- a/reports/benchmark_reproducibility.md +++ b/reports/benchmark_reproducibility.md @@ -1,11 +1,11 @@ # Benchmark Reproducibility Generated at: `2026-06-17` -Commit: `ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789` +Commit: `e79050ed12d057811d7d13ab7d8bcc5a06af76d4` Working tree dirty at generation: `true` Source tree dirty at generation: `false` Generated evidence dirty at generation: `true` -Evidence bundle SHA256: `c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916eb918c14f1` +Evidence bundle SHA256: `55a6c33c12e14d6507d4a5d4d4cf1268db35fb323d523e8b23ce9c73aedf8db0` ## Summary @@ -14,7 +14,7 @@ Evidence bundle SHA256: `c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916e - methodology complete: `true` - required artifacts: `25` - missing artifacts: `0` -- source contract sha256: `c39574e9de81` +- source contract sha256: `5a99ef3133b0` - archive sha256: `7db44f059844` - output cases: `5` - disclosed failure cases: `3` @@ -28,9 +28,9 @@ Evidence bundle SHA256: `c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916e - beta deferred evidence: `4` - public claim ready: `false` - public claim blockers: `3` -- changed files at generation: `32` +- changed files at generation: `29` - source changed files at generation: `0` -- generated changed files at generation: `32` +- generated changed files at generation: `29` 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 and dirty samples are generation-time context; the evidence bundle SHA is the durable anchor for the artifacts listed below. @@ -47,10 +47,10 @@ This report proves local benchmark reproducibility only. It keeps external provi | Deferred evidence | Reason | | --- | --- | -| `human-adjudication` | Deferred for beta/public testing; still required before superiority, fully-reviewed, or world-class claims. | -| `provider-ledger-review` | Provider source evidence may be complete, but independent ledger acceptance remains formal-claim evidence. | -| `native-permission-enforcement` | Native enforcement proof is deferred for beta/public testing and remains required for world-class claims. | -| `native-client-telemetry` | Real client telemetry is deferred for beta/public testing and remains required for world-class claims. | +| `provider-holdout` | Provider-backed source evidence exists, but formal ledger submission and reviewer acceptance are still pending before public claims. | +| `human-adjudication` | Human adjudication evidence is still pending; deferred for beta/public testing and still required before superiority, fully-reviewed, or world-class claims. | +| `native-permission-enforcement` | Native enforcement proof is still pending; deferred for beta/public testing and still required before world-class claims. | +| `native-client-telemetry` | Real client telemetry is still pending; deferred for beta/public testing and still required before world-class claims. | ## Public Claim Boundary @@ -74,7 +74,7 @@ This report proves local benchmark reproducibility only. It keeps external provi - algorithm: `sha256(path,label,exists,artifact_sha256)` - artifacts: `25` / `25` -- sha256: `c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916eb918c14f1` +- sha256: `55a6c33c12e14d6507d4a5d4d4cf1268db35fb323d523e8b23ce9c73aedf8db0` ## Methodology Sections @@ -101,9 +101,9 @@ This report proves local benchmark reproducibility only. It keeps external provi | review_adjudication | `reports/output_review_adjudication.json` | present | `91fd88dd9b0f` | | trigger_scorecard | `reports/route_scorecard.json` | present | `a649547a7d3d` | | runtime_conformance | `reports/conformance_matrix.json` | present | `97f9ba949c23` | -| trust_report | `reports/security_trust_report.json` | present | `cd8289dd2d82` | +| trust_report | `reports/security_trust_report.json` | present | `bbff1f1bee0c` | | python_compatibility | `reports/python_compatibility.json` | present | `d31dc03c74f1` | -| registry_audit | `reports/registry_audit.json` | present | `2c236f7c2fff` | +| registry_audit | `reports/registry_audit.json` | present | `1feb80c7cdc8` | | package_verification | `reports/package_verification.json` | present | `7aa6c25e8154` | | install_simulation | `reports/install_simulation.json` | present | `c1f1122264b8` | | skill_os2_audit | `reports/skill_os2_audit.json` | present | `6362e79a8cfd` | diff --git a/reports/context_budget.json b/reports/context_budget.json index 1298c92..f7f9638 100644 --- a/reports/context_budget.json +++ b/reports/context_budget.json @@ -6,15 +6,15 @@ "context_budget_tier": "production", "context_budget_limit": 1000, "skill_body_tokens": 805, - "other_text_tokens": 1155569, + "other_text_tokens": 1156781, "estimated_initial_load_tokens": 998, - "estimated_total_text_tokens": 1156374, - "deferred_resource_tokens": 525406, + "estimated_total_text_tokens": 1157586, + "deferred_resource_tokens": 525864, "deferred_resource_warn_threshold": 120000, "deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 464103, + "estimated_tokens": 464561, "file_count": 153 }, { @@ -36,7 +36,7 @@ "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 464103, + "estimated_tokens": 464561, "file_count": 153 } ], @@ -59,7 +59,7 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 464103, + "estimated_tokens": 464561, "file_count": 153, "rationale": "Script resources are deterministic deferred tools, not initial-load prompt context." } diff --git a/reports/context_budget.md b/reports/context_budget.md index 5ca8c61..46bab4f 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 | 998 | 805 | 525406 | `governed` | scripts:464103 | 140.3 | - | ok | +| root | `.` | `production` | 1000 | 998 | 805 | 525864 | `governed` | scripts:464561 | 140.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 87d5ba0..3a08c3b 100644 --- a/reports/context_budget_summary.json +++ b/reports/context_budget_summary.json @@ -8,11 +8,11 @@ "budget_limit": 1000, "initial_tokens": 998, "skill_body_tokens": 805, - "deferred_resource_tokens": 525406, + "deferred_resource_tokens": 525864, "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 464103, + "estimated_tokens": 464561, "file_count": 153 } ], @@ -35,7 +35,7 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 464103, + "estimated_tokens": 464561, "file_count": 153, "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 74dae4b..ed22407 100644 --- a/reports/evidence_consistency.json +++ b/reports/evidence_consistency.json @@ -324,12 +324,12 @@ "status": "pass", "expected": { "status": "pass", - "detail": "initial load 998/1000; deferred 525406/120000; top deferred scripts 464103; resource governance governed; quality density 140.3", + "detail": "initial load 998/1000; deferred 525864/120000; top deferred scripts 464561; resource governance governed; quality density 140.3", "evidence": "reports/context_budget.json" }, "actual": { "status": "pass", - "detail": "initial load 998/1000; deferred 525406/120000; top deferred scripts 464103; resource governance governed; quality density 140.3", + "detail": "initial load 998/1000; deferred 525864/120000; top deferred scripts 464561; resource governance governed; quality density 140.3", "evidence": "reports/context_budget.json" }, "paths": [ @@ -357,7 +357,7 @@ "actual": { "available": true, "clean": false, - "changed_file_count": 30 + "changed_file_count": 27 }, "paths": [ "reports/benchmark_reproducibility.json" @@ -398,8 +398,8 @@ "key": "overview-benchmark-commit", "label": "overview embeds the benchmark commit", "status": "pass", - "expected": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", - "actual": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", + "expected": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", + "actual": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", "paths": [ "reports/benchmark_reproducibility.json", "reports/skill-overview.json" @@ -414,7 +414,7 @@ "release_lock_ready": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "source_contract_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "source_contract_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2", "world_class_ledger_pending_count": 4, "world_class_source_check_count": 19, @@ -430,7 +430,7 @@ "release_lock_ready": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "source_contract_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "source_contract_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2", "world_class_ledger_pending_count": 4, "world_class_source_check_count": 19, @@ -550,8 +550,8 @@ "key": "interpretation-benchmark-commit", "label": "interpretation embeds the benchmark commit", "status": "pass", - "expected": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", - "actual": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", + "expected": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", + "actual": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", "paths": [ "reports/benchmark_reproducibility.json", "reports/skill-interpretation.json" @@ -566,7 +566,7 @@ "release_lock_ready": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "source_contract_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "source_contract_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2", "world_class_ledger_pending_count": 4, "world_class_source_check_count": 19, @@ -582,7 +582,7 @@ "release_lock_ready": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "source_contract_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "source_contract_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2", "world_class_ledger_pending_count": 4, "world_class_source_check_count": 19, @@ -1996,6 +1996,12 @@ "human_review_complete": false, "beta_release_ready": true, "beta_release_scope": "beta/public test release without superiority, fully-reviewed, or world-class claims", + "deferred_evidence_keys": [ + "human-adjudication", + "native-client-telemetry", + "native-permission-enforcement", + "provider-holdout" + ], "deferred_human_review": true }, "actual": { @@ -2004,6 +2010,12 @@ "human_review_complete": false, "beta_release_ready": true, "beta_release_scope": "beta/public test release without superiority, fully-reviewed, or world-class claims", + "deferred_evidence_keys": [ + "human-adjudication", + "native-client-telemetry", + "native-permission-enforcement", + "provider-holdout" + ], "deferred_human_review": true }, "paths": [ diff --git a/reports/registry_audit.json b/reports/registry_audit.json index 3d744c8..a5d62d4 100644 --- a/reports/registry_audit.json +++ b/reports/registry_audit.json @@ -21,7 +21,7 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2" }, "compatibility": { @@ -78,7 +78,7 @@ "vscode" ], "package_metadata": "registry/packages/yao-meta-skill.json", - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" } ] }, diff --git a/reports/registry_audit.md b/reports/registry_audit.md index d806534..e26d5cb 100644 --- a/reports/registry_audit.md +++ b/reports/registry_audit.md @@ -6,7 +6,7 @@ - Maturity: `governed` - Owner: `Yao Team` - License: `MIT` -- Package SHA256: `c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c` +- Package SHA256: `5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257` - Archive SHA256: `7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2` - Install simulated: `True` diff --git a/reports/review-studio.html b/reports/review-studio.html index c5bb9c6..e5d9c2b 100644 --- a/reports/review-studio.html +++ b/reports/review-studio.html @@ -772,12 +772,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 10; 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

3 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

153 scripts scanned; secrets found

Py Compat0

232 files scanned for Python 3.11

Arch Debt0

718 largest lines; 0 watchlist; 6 early; 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 false

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

182 public surfaces scanned

Notes0/0

0 open blocker annotations

Registry1.1.0

5 targets; MIT license

Archivepass

689 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 10; 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

3 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

153 scripts scanned; secrets found

Py Compat0

232 files scanned for Python 3.11

Arch Debt0

719 largest lines; 0 watchlist; 6 early; 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 false

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

182 public surfaces scanned

Notes0/0

0 open blocker annotations

Registry1.1.0

5 targets; MIT license

Archivepass

689 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 10; recorded 0; reviewed 0/5; review pending 5

reports/output_quality_scorecard.json 证据
通过

上下文

initial load 998/1000; deferred 525406/120000; top deferred scripts 464103; resource governance governed; quality density 140.3

reports/context_budget.json 证据
通过

运行矩阵

5 / 5 targets pass

reports/conformance_matrix.json 证据
通过

信任报告

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

reports/security_trust_report.json 证据
通过

Python 兼容

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

reports/python_compatibility.json 证据
通过

架构维护

229 Python files; 0 hotspots; 0 watchlist files; 6 early watch files; 0 blockers; largest 718 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 false; weekly queue 5 unique; weekly ready 1; weekly top 88; weekly release lock false

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 11/19 pass; 8 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 10; recorded 0; reviewed 0/5; review pending 5

reports/output_quality_scorecard.json 证据
通过

上下文

initial load 998/1000; deferred 525864/120000; top deferred scripts 464561; resource governance governed; quality density 140.3

reports/context_budget.json 证据
通过

运行矩阵

5 / 5 targets pass

reports/conformance_matrix.json 证据
通过

信任报告

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

reports/security_trust_report.json 证据
通过

Python 兼容

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

reports/python_compatibility.json 证据
通过

架构维护

229 Python files; 0 hotspots; 0 watchlist files; 6 early watch files; 0 blockers; largest 719 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 false; weekly queue 5 unique; weekly ready 1; weekly top 88; weekly release lock false

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 11/19 pass; 8 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

@@ -844,12 +844,12 @@
-

上下文

initial load 998/1000; deferred 525406/120000; top deferred scripts 464103; resource governance governed; quality density 140.3

+

上下文

initial load 998/1000; deferred 525864/120000; top deferred scripts 464561; resource governance governed; quality density 140.3

编译证据

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

-

信任报告

Secret
0
脚本数
153
网络脚本
3
Help 失败
0
包体哈希
c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c
+

信任报告

Secret
0
脚本数
153
网络脚本
3
Help 失败
0
包体哈希
5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257

安全边界

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

diff --git a/reports/review-studio.json b/reports/review-studio.json index b45e0fc..a17a249 100644 --- a/reports/review-studio.json +++ b/reports/review-studio.json @@ -65,7 +65,7 @@ "key": "context-budget", "label": "上下文", "status": "pass", - "detail": "initial load 998/1000; deferred 525406/120000; top deferred scripts 464103; resource governance governed; quality density 140.3", + "detail": "initial load 998/1000; deferred 525864/120000; top deferred scripts 464561; resource governance governed; quality density 140.3", "evidence": "reports/context_budget.json", "link": "context_budget.md", "review_action_id": "", @@ -125,7 +125,7 @@ "key": "architecture-maintainability", "label": "架构维护", "status": "pass", - "detail": "229 Python files; 0 hotspots; 0 watchlist files; 6 early watch files; 0 blockers; largest 718 lines; 68 CLI handlers; 18 in entrypoint", + "detail": "229 Python files; 0 hotspots; 0 watchlist files; 6 early watch files; 0 blockers; largest 719 lines; 68 CLI handlers; 18 in entrypoint", "evidence": "reports/architecture_maintainability.json", "link": "architecture_maintainability.md", "review_action_id": "", @@ -2480,8 +2480,8 @@ "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916eb918c14f1", - "source_contract_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "evidence_bundle_sha256": "55a6c33c12e14d6507d4a5d4d4cf1268db35fb323d523e8b23ce9c73aedf8db0", + "source_contract_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2", "output_case_count": 5, "failure_disclosure_count": 3, @@ -2505,13 +2505,13 @@ "public_claim_ready": false, "public_claim_blocker_count": 3, "working_tree_dirty": true, - "changed_file_count": 32, + "changed_file_count": 29, "source_tree_dirty": false, "source_changed_file_count": 0, "generated_tree_dirty": true, - "generated_changed_file_count": 32 + "generated_changed_file_count": 29 }, - "commit": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", + "commit": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", "missing_artifacts": [], "limitations": [ "The git commit and dirty flags are generation-time context; release lock is blocked by source changes, while generated evidence artifacts are tracked separately.", @@ -2617,7 +2617,7 @@ "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", "package_hash_file_count": 245, - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" }, "skill_atlas": { "skill_count": 12, @@ -2655,7 +2655,7 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2" }, "compatibility": { @@ -2787,7 +2787,7 @@ { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "to": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" } ] }, @@ -6335,13 +6335,13 @@ "ok": true, "generated_at": "2026-06-17", "skill_dir": ".", - "commit": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", + "commit": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", "git_status": { "available": true, "dirty": true, - "changed_file_count": 32, + "changed_file_count": 29, "generated_dirty": true, - "generated_changed_file_count": 32, + "generated_changed_file_count": 29, "source_dirty": false, "source_changed_file_count": 0, "sample": [ @@ -6389,8 +6389,8 @@ "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916eb918c14f1", - "source_contract_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "evidence_bundle_sha256": "55a6c33c12e14d6507d4a5d4d4cf1268db35fb323d523e8b23ce9c73aedf8db0", + "source_contract_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2", "output_case_count": 5, "failure_disclosure_count": 3, @@ -6414,11 +6414,11 @@ "public_claim_ready": false, "public_claim_blocker_count": 3, "working_tree_dirty": true, - "changed_file_count": 32, + "changed_file_count": 29, "source_tree_dirty": false, "source_changed_file_count": 0, "generated_tree_dirty": true, - "generated_changed_file_count": 32 + "generated_changed_file_count": 29 }, "beta_test_release": { "ready": true, @@ -6426,24 +6426,24 @@ "blockers": [], "allowed_deferred_evidence": [ { - "key": "human-adjudication", - "label": "Human blind-review adjudication", - "reason": "Deferred for beta/public testing; still required before superiority, fully-reviewed, or world-class claims." + "key": "provider-holdout", + "label": "Provider Holdout", + "reason": "Provider-backed source evidence exists, but formal ledger submission and reviewer acceptance are still pending before public claims." }, { - "key": "provider-ledger-review", - "label": "Independent provider ledger review", - "reason": "Provider source evidence may be complete, but independent ledger acceptance remains formal-claim evidence." + "key": "human-adjudication", + "label": "Human Adjudication", + "reason": "Human adjudication evidence is still pending; deferred for beta/public testing and still required before superiority, fully-reviewed, or world-class claims." }, { "key": "native-permission-enforcement", - "label": "Native permission enforcement evidence", - "reason": "Native enforcement proof is deferred for beta/public testing and remains required for world-class claims." + "label": "Native Permission Enforcement", + "reason": "Native enforcement proof is still pending; deferred for beta/public testing and still required before world-class claims." }, { "key": "native-client-telemetry", - "label": "Real client telemetry evidence", - "reason": "Real client telemetry is deferred for beta/public testing and remains required for world-class claims." + "label": "Native Client Telemetry", + "reason": "Real client telemetry is still pending; deferred for beta/public testing and still required before world-class claims." } ], "policy": "Human blind-review, native permission enforcement, real client telemetry, and ledger acceptance may be deferred for beta/public testing, but public claims must remain blocked until those evidence entries are accepted.", @@ -6461,10 +6461,10 @@ }, "release_lock": { "ready": true, - "commit": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", + "commit": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", "status_scope": "generation-time status before this report is written", "source_changed_file_count": 0, - "generated_changed_file_count": 32, + "generated_changed_file_count": 29, "reason": "only generated evidence artifacts were dirty at generation time" }, "evidence_bundle": { @@ -6473,7 +6473,7 @@ "existing_count": 25, "missing_count": 0, "missing_paths": [], - "sha256": "c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916eb918c14f1" + "sha256": "55a6c33c12e14d6507d4a5d4d4cf1268db35fb323d523e8b23ce9c73aedf8db0" }, "methodology": { "path": "reports/benchmark_methodology.md", @@ -6582,7 +6582,7 @@ "path": "reports/security_trust_report.json", "exists": true, "bytes": 137787, - "sha256": "cd8289dd2d822739d16f0ed70da2bc592a9326942cbf0b601efee7a158593055" + "sha256": "bbff1f1bee0ce6f7014efcd4622ba11c70aacfc81f2e69e225411df7004dd616" }, { "label": "python_compatibility", @@ -6596,7 +6596,7 @@ "path": "reports/registry_audit.json", "exists": true, "bytes": 3137, - "sha256": "2c236f7c2fff1cc0ae4a95464bf354c162457ab13b8b2b94a30a1b739eef571d" + "sha256": "1feb80c7cdc833a655cc0e44150f39f9f6d0633465abaa1ae29ebe7cb0649065" }, { "label": "package_verification", @@ -13023,7 +13023,7 @@ "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", "package_hash_file_count": 245, - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" }, "failures": [], "warnings": [], @@ -17989,7 +17989,7 @@ "watch_line_threshold": 720, "early_watch_line_threshold": 600, "block_line_threshold": 1500, - "largest_file_lines": 718, + "largest_file_lines": 719, "watchlist_count": 0, "early_watchlist_count": 6, "hotspot_count": 0, @@ -17999,7 +17999,7 @@ "largest_files": [ { "path": "tests/verify_evidence_consistency.py", - "lines": 718, + "lines": 719, "kind": "test", "severity": "pass", "early_watch": true, @@ -18022,16 +18022,16 @@ "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." }, { - "path": "scripts/render_evidence_consistency.py", - "lines": 699, + "path": "scripts/render_benchmark_reproducibility.py", + "lines": 685, "kind": "cli-script", "severity": "pass", "early_watch": true, "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." }, { - "path": "scripts/render_benchmark_reproducibility.py", - "lines": 673, + "path": "scripts/render_evidence_consistency.py", + "lines": 676, "kind": "cli-script", "severity": "pass", "early_watch": true, @@ -18098,7 +18098,7 @@ "early_watchlist": [ { "path": "tests/verify_evidence_consistency.py", - "lines": 718, + "lines": 719, "kind": "test", "severity": "pass", "early_watch": true, @@ -18121,16 +18121,16 @@ "recommendation": "Break broad integration assertions into focused verifier helpers when the next behavior change lands." }, { - "path": "scripts/render_evidence_consistency.py", - "lines": 699, + "path": "scripts/render_benchmark_reproducibility.py", + "lines": 685, "kind": "cli-script", "severity": "pass", "early_watch": true, "recommendation": "Watch this file before adding new responsibilities; extract a helper module when one concern dominates." }, { - "path": "scripts/render_benchmark_reproducibility.py", - "lines": 673, + "path": "scripts/render_evidence_consistency.py", + "lines": 676, "kind": "cli-script", "severity": "pass", "early_watch": true, @@ -18160,15 +18160,15 @@ "context_budget_tier": "production", "context_budget_limit": 1000, "skill_body_tokens": 805, - "other_text_tokens": 1155569, + "other_text_tokens": 1156781, "estimated_initial_load_tokens": 998, - "estimated_total_text_tokens": 1156374, - "deferred_resource_tokens": 525406, + "estimated_total_text_tokens": 1157586, + "deferred_resource_tokens": 525864, "deferred_resource_warn_threshold": 120000, "deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 464103, + "estimated_tokens": 464561, "file_count": 153 }, { @@ -18190,7 +18190,7 @@ "large_deferred_resource_dirs": [ { "path": "scripts", - "estimated_tokens": 464103, + "estimated_tokens": 464561, "file_count": 153 } ], @@ -18213,7 +18213,7 @@ ], "missing": [], "path": "scripts", - "estimated_tokens": 464103, + "estimated_tokens": 464561, "file_count": 153, "rationale": "Script resources are deterministic deferred tools, not initial-load prompt context." } @@ -20140,7 +20140,7 @@ "adoption_drift": { "ok": true, "schema_version": "2.0", - "generated_at": "2026-06-17T08:26:14Z", + "generated_at": "2026-06-17T08:58:53Z", "skill_dir": ".", "privacy_contract": { "storage": "local-first", @@ -20224,7 +20224,7 @@ "daily_skillops": { "schema_version": "1.0", "ok": true, - "generated_at": "2026-06-17T08:26:15Z", + "generated_at": "2026-06-17T08:58:54Z", "skill_dir": ".", "decision": "proposal-review", "source_supplied": false, @@ -20738,7 +20738,7 @@ "weekly_curator": { "schema_version": "1.0", "ok": true, - "generated_at": "2026-06-17T08:26:15Z", + "generated_at": "2026-06-17T08:58:54Z", "skill_dir": ".", "decision": "curator-review", "week_id": "2026-W25", @@ -21203,7 +21203,7 @@ "adaptation_proposals": { "schema_version": "1.0", "ok": true, - "generated_at": "2026-06-17T08:26:15Z", + "generated_at": "2026-06-17T08:58:54Z", "skill_dir": ".", "source_patterns": "reports/user_patterns.json", "pattern_count": 5, @@ -27636,7 +27636,7 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2" }, "compatibility": { @@ -27693,7 +27693,7 @@ "vscode" ], "package_metadata": "registry/packages/yao-meta-skill.json", - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" } ] }, @@ -28729,7 +28729,7 @@ { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "to": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" } ] }, diff --git a/reports/review-viewer.json b/reports/review-viewer.json index 63d4906..4e48200 100644 --- a/reports/review-viewer.json +++ b/reports/review-viewer.json @@ -1017,8 +1017,8 @@ "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916eb918c14f1", - "source_contract_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "evidence_bundle_sha256": "55a6c33c12e14d6507d4a5d4d4cf1268db35fb323d523e8b23ce9c73aedf8db0", + "source_contract_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2", "output_case_count": 5, "failure_disclosure_count": 3, @@ -1042,13 +1042,13 @@ "public_claim_ready": false, "public_claim_blocker_count": 3, "working_tree_dirty": true, - "changed_file_count": 32, + "changed_file_count": 29, "source_tree_dirty": false, "source_changed_file_count": 0, "generated_tree_dirty": true, - "generated_changed_file_count": 32 + "generated_changed_file_count": 29 }, - "commit": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", + "commit": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", "missing_artifacts": [], "limitations": [ "The git commit and dirty flags are generation-time context; release lock is blocked by source changes, while generated evidence artifacts are tracked separately.", @@ -1154,7 +1154,7 @@ "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", "package_hash_file_count": 245, - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" }, "skill_atlas": { "skill_count": 12, @@ -1192,7 +1192,7 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2" }, "compatibility": { @@ -1324,7 +1324,7 @@ { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "to": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" } ] }, diff --git a/reports/security_trust_report.json b/reports/security_trust_report.json index 908de0b..547450a 100644 --- a/reports/security_trust_report.json +++ b/reports/security_trust_report.json @@ -23,7 +23,7 @@ "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", "package_hash_file_count": 245, - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" }, "failures": [], "warnings": [], diff --git a/reports/security_trust_report.md b/reports/security_trust_report.md index 49a7c09..e221d69 100644 --- a/reports/security_trust_report.md +++ b/reports/security_trust_report.md @@ -16,7 +16,7 @@ - Interactive scripts: `0` - Package hash scope: `source-contract-without-generated-reports` - Package hash files: `245` -- Package SHA256: `c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c` +- Package SHA256: `5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257` ## Failures diff --git a/reports/skill-interpretation.json b/reports/skill-interpretation.json index 0377b20..a2392d3 100644 --- a/reports/skill-interpretation.json +++ b/reports/skill-interpretation.json @@ -1021,8 +1021,8 @@ "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916eb918c14f1", - "source_contract_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "evidence_bundle_sha256": "55a6c33c12e14d6507d4a5d4d4cf1268db35fb323d523e8b23ce9c73aedf8db0", + "source_contract_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2", "output_case_count": 5, "failure_disclosure_count": 3, @@ -1046,13 +1046,13 @@ "public_claim_ready": false, "public_claim_blocker_count": 3, "working_tree_dirty": true, - "changed_file_count": 32, + "changed_file_count": 29, "source_tree_dirty": false, "source_changed_file_count": 0, "generated_tree_dirty": true, - "generated_changed_file_count": 32 + "generated_changed_file_count": 29 }, - "commit": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", + "commit": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", "missing_artifacts": [], "limitations": [ "The git commit and dirty flags are generation-time context; release lock is blocked by source changes, while generated evidence artifacts are tracked separately.", @@ -1158,7 +1158,7 @@ "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", "package_hash_file_count": 245, - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" }, "skill_atlas": { "skill_count": 12, @@ -1196,7 +1196,7 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2" }, "compatibility": { @@ -1328,7 +1328,7 @@ { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "to": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" } ] }, diff --git a/reports/skill-overview.json b/reports/skill-overview.json index 373243d..a6034e2 100644 --- a/reports/skill-overview.json +++ b/reports/skill-overview.json @@ -1016,8 +1016,8 @@ "methodology_complete": true, "required_artifact_count": 25, "missing_artifact_count": 0, - "evidence_bundle_sha256": "c4403c485ef4483467cef4a9a374a90a03f99f6145e71b62e57916eb918c14f1", - "source_contract_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "evidence_bundle_sha256": "55a6c33c12e14d6507d4a5d4d4cf1268db35fb323d523e8b23ce9c73aedf8db0", + "source_contract_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2", "output_case_count": 5, "failure_disclosure_count": 3, @@ -1041,13 +1041,13 @@ "public_claim_ready": false, "public_claim_blocker_count": 3, "working_tree_dirty": true, - "changed_file_count": 32, + "changed_file_count": 29, "source_tree_dirty": false, "source_changed_file_count": 0, "generated_tree_dirty": true, - "generated_changed_file_count": 32 + "generated_changed_file_count": 29 }, - "commit": "ed975a2bf25b9ab9b2fd8e62afd4ec7e7bc07789", + "commit": "e79050ed12d057811d7d13ab7d8bcc5a06af76d4", "missing_artifacts": [], "limitations": [ "The git commit and dirty flags are generation-time context; release lock is blocked by source changes, while generated evidence artifacts are tracked separately.", @@ -1153,7 +1153,7 @@ "interactive_script_count": 0, "package_hash_scope": "source-contract-without-generated-reports", "package_hash_file_count": 245, - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" }, "skill_atlas": { "skill_count": 12, @@ -1191,7 +1191,7 @@ "trust_level": "local", "license": "MIT", "checksums": { - "package_sha256": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c", + "package_sha256": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257", "archive_sha256": "7db44f059844b71930ea8194a72ba1a316116ca970620de5550d60616e8f23c2" }, "compatibility": { @@ -1323,7 +1323,7 @@ { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "to": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" } ] }, diff --git a/reports/skillops/daily/2026-06-17.json b/reports/skillops/daily/2026-06-17.json index b332e7e..0e4493b 100644 --- a/reports/skillops/daily/2026-06-17.json +++ b/reports/skillops/daily/2026-06-17.json @@ -1,7 +1,7 @@ { "schema_version": "1.0", "ok": true, - "generated_at": "2026-06-17T08:26:15Z", + "generated_at": "2026-06-17T08:58:54Z", "skill_dir": ".", "decision": "proposal-review", "source_supplied": false, diff --git a/reports/skillops/daily/2026-06-17.md b/reports/skillops/daily/2026-06-17.md index bbe6177..628fd7c 100644 --- a/reports/skillops/daily/2026-06-17.md +++ b/reports/skillops/daily/2026-06-17.md @@ -1,6 +1,6 @@ # Daily SkillOps Report -Generated at: `2026-06-17T08:26:15Z` +Generated at: `2026-06-17T08:58:54Z` ## Summary diff --git a/reports/skillops/weekly/2026-W25.json b/reports/skillops/weekly/2026-W25.json index 8f593d6..e946f5f 100644 --- a/reports/skillops/weekly/2026-W25.json +++ b/reports/skillops/weekly/2026-W25.json @@ -1,7 +1,7 @@ { "schema_version": "1.0", "ok": true, - "generated_at": "2026-06-17T08:26:15Z", + "generated_at": "2026-06-17T08:58:54Z", "skill_dir": ".", "decision": "curator-review", "week_id": "2026-W25", diff --git a/reports/skillops/weekly/2026-W25.md b/reports/skillops/weekly/2026-W25.md index 3724122..dae0f67 100644 --- a/reports/skillops/weekly/2026-W25.md +++ b/reports/skillops/weekly/2026-W25.md @@ -1,6 +1,6 @@ # Weekly SkillOps Curator Report -Generated at: `2026-06-17T08:26:15Z` +Generated at: `2026-06-17T08:58:54Z` Week: `2026-W25` ## Summary diff --git a/reports/upgrade_check.json b/reports/upgrade_check.json index 23bd440..4d38e5d 100644 --- a/reports/upgrade_check.json +++ b/reports/upgrade_check.json @@ -75,7 +75,7 @@ { "field": "package_sha256", "from": "0000000000000000000000000000000000000000000000000000000000000000", - "to": "c39574e9de8127ce31e5b3f15fd8372278319c342346753480e6ad39904e808c" + "to": "5a99ef3133b0148cd5bbc1cd85fad4830bf34ca2bbac709f1e1fea2f810b1257" } ] },