Skip to content

Commit 667ea80

Browse files
Clarify exact contract inspection
1 parent 9cc4a49 commit 667ea80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/tooling/test_codex_visibility.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ def test_codex_skill_routes_exact_outcomes_without_catalog_projection() -> None:
190190
skill_flat = re.sub(r"\s+", " ", skill)
191191
assert "Do not enumerate, filter, or print `ALL_TOOLS`" in skill_flat
192192
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
193195
assert "never reconstruct or paraphrase such a record" in skill_flat
194196
assert "required task authorization and bindings are preserved" in skill_flat
195197
for guidance in (

0 commit comments

Comments
 (0)