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
Steer agents toward Tali handoffs
The local Codex verification showed implicit one-command setup handoffs could still become ad-hoc shell scripts. Tighten the bundled skill trigger text and ship it as a patch release so installer-provided skills bias agents toward Tali manifests.
Constraint: Implicit skill selection depends heavily on compact skill descriptions when many skills are installed.
Rejected: Only documenting the behavior | documentation did not change the observed local Codex behavior.
Confidence: high
Scope-risk: narrow
Directive: Keep the Tali skill description short, trigger-rich, and explicit about not creating setup scripts as the primary handoff.
Tested: cargo fmt --check; cargo check --locked; cargo clippy --locked --all-targets -- -D warnings; cargo test --locked --all-targets; python3 scripts/check-release-metadata.py; python3 scripts/check-crates-version.py; python3 scripts/check-licenses.py; git diff --check; local Codex implicit handoff test; tali run setup --yes --input-env api_token=API_TOKEN_FOR_TALI_TEST
Not-tested: Windows interactive Codex client behavior