You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI 'build (agentcore)' failed on //agent:lint (6 ruff errors that landed
across the #1 build-command + upstream-merge commits, committed without
the agent lint gate passing):
- E501 ×4: config.py _KNOWN_WRITEABLE_WORKFLOW_IDS, test_prompts.py
restack-assert + workflow-id loop, test_verify_commands.py real-failure
fixture → wrapped.
- PLR2004: post_hooks.py magic 127 → new SHELL_COMMAND_NOT_FOUND const.
- SIM108: repo.py if/else default_branch → 'or' expression.
Then applied ruff format (the CI self-mutation guard enforces format, not
just check) — normalized config.py/repo.py/test_repo.py/test_verify_commands.py.
ruff check + ruff format --check both clean; agent suite 1116 green.
0 commit comments