1 parent 9cc4a49 commit 667ea80Copy full SHA for 667ea80
1 file changed
tests/unit/tooling/test_codex_visibility.py
@@ -190,6 +190,8 @@ def test_codex_skill_routes_exact_outcomes_without_catalog_projection() -> None:
190
skill_flat = re.sub(r"\s+", " ", skill)
191
assert "Do not enumerate, filter, or print `ALL_TOOLS`" in skill_flat
192
assert "text(r.structuredContent ?? r)" in skill
193
+ assert 'math.find({"capability_id":"<exact-id>","view":"CONTRACT"})' in skill
194
+ assert 'never send `mode: "CONTRACT"` to `math.run`' in skill_flat
195
assert "never reconstruct or paraphrase such a record" in skill_flat
196
assert "required task authorization and bindings are preserved" in skill_flat
197
for guidance in (
0 commit comments