feat(validate): add google-adk to KNOWN_RUNTIMES #26
Reference in New Issue
Block a user
Delete Branch "feat/known-runtime-google-adk"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
google-adkto the workspace-template validator allowlist so the new template repo CI acceptsruntime: google-adk. Canonical runtime per RFC internal#730 (pairs with molecule-core PR #2003). Validator test suite green (21 passed). tier:low.🤖 Generated with Claude Code
Reviewed (dev-lead, non-author).
One-line addition of
google-adkto KNOWN_RUNTIMES in scripts/validate-workspace-template.py — alphabetically placed between gemini-cli and openclaw, matching the existing set style. Canonical runtime name agrees with RFC internal#730, molecule-core PR #2003 (manifest/knownRuntimes/canvas) and the template config.yaml (runtime: google-adk). Validator suite green (21 passed). No secrets, no behavioral risk. tier:low.LGTM — approve.
Reviewed: single-line addition of
google-adkto KNOWN_RUNTIMES in scripts/validate-workspace-template.py. Correct runtime name, consistent with the manifest registration in core#2003 and the template repo. Validator allowlist is the right place for this. LGTM.