From e1c2d6847cc14e2c85fab39bc643ddce386d1547 Mon Sep 17 00:00:00 2001 From: Ralf Anton Beier Date: Thu, 28 May 2026 06:23:58 +0200 Subject: [PATCH] ci(mythos-auto): register provenance.rs as Tier-5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.14.0's component-provenance section emitter (meld-core/src/provenance.rs) shipped but wasn't in the Mythos auto-scan registry. Future changes to the section format, the origin-tuple plumbing, or the fused_func_idx arithmetic now get the AI-driven delta-pass scan on PR. Split from PR #196 (LS-R-11 layer-2) because anthropics/claude-code-action requires this workflow file to be byte-identical to main for PR runs — a workflow self-reference breaks the action's auth flow. This PR touches no Tier-5 source, so its own scan is a no-op and the identity check passes. Co-Authored-By: Claude Opus 4.7 --- .github/workflows/mythos-auto.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mythos-auto.yml b/.github/workflows/mythos-auto.yml index 6cf165e..ac7d315 100644 --- a/.github/workflows/mythos-auto.yml +++ b/.github/workflows/mythos-auto.yml @@ -112,6 +112,7 @@ jobs: "meld-core/src/component_wrap.rs" "meld-core/src/p3_async.rs" "meld-core/src/p3_stream.rs" + "meld-core/src/provenance.rs" "meld-core/src/adapter/" "meld-core/src/resource_graph.rs" "meld-core/src/segments.rs"