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
fix(mech): scrub two review nits — sibling comment drift + phantom class
Aligns the ``task_submission_abci/models.py`` comment on ``use_offchain``
with its sibling in ``task_execution/models.py``. The old wording still
claimed "no coherent state where ingress and egress diverge", which
directly contradicts the divergence safety net just added in
``_do_predict_api_write_best_effort``. New wording matches the
task_execution rewrite: coupling is deliberate, drift between the two
skill copies IS possible via env override, and the WARNING gate is
what surfaces that drift.
Renames ``FetchDataBehaviour`` → ``TaskExecutionBehaviour`` in the four
new docstrings on the ingress-gate tests. ``FetchDataBehaviour`` isn't a
real class in this repo — the ``behaviour`` conftest fixture is a
``TaskExecutionBehaviour``. Copy-paste artifact.
0 commit comments