Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 15 Jun 09:03
· 1 commit to main since this release
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