Compare commits

...

1 Commits

Author SHA1 Message Date
devops-engineer 890c99450a fix(tests): replace sk-ant-DEADBEEF fixtures with placeholders that
Block internal-flavored paths / Block forbidden paths (pull_request) Waiting to run
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Waiting to run
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Waiting to run
lint-mask-pr-atomicity / lint-mask-pr-atomicity (pull_request) Waiting to run
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Waiting to run
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Waiting to run
lint-required-no-paths / lint-required-no-paths (pull_request) Waiting to run
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Waiting to run
publish-runtime-autobump / pr-validate (pull_request) Waiting to run
publish-runtime-autobump / bump-and-tag (pull_request) Waiting to run
Secret scan / Scan diff for credential-shaped strings (pull_request) Waiting to run
gate-check-v3 / gate-check (pull_request) Waiting to run
qa-review / approved (pull_request) Waiting to run
security-review / approved (pull_request) Waiting to run
sop-checklist / all-items-acked (pull_request) Waiting to run
sop-tier-check / tier-check (pull_request) Waiting to run
audit-force-merge / audit (pull_request) Waiting to run
avoid secret-scan false positives

Also fix: add `a2a_tools_identity` to TOP_LEVEL_MODULES in
scripts/build_runtime_package.py — the file was added in the
fix/issue212-actionable-agent-error-reason branch but was missing
from the build script's module list, causing the Runtime PR-Built
Compatibility CI check to fail with "TOP_LEVEL_MODULES drifted".

Both changes are needed before PR #1420 can merge cleanly.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 15:46:29 +00:00
+1
View File
@@ -62,6 +62,7 @@ TOP_LEVEL_MODULES = {
"a2a_tools_memory",
"a2a_tools_messaging",
"a2a_tools_rbac",
"a2a_tools_identity",
"adapter_base",
"agent",
"agents_md",