Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 071f4feaf6 test: guard against converge Claude hint regression 2026-06-16 15:29:06 +00:00
copilot-swe-agent[bot] 5fe87df1b3 Initial plan 2026-06-16 15:26:33 +00:00
@@ -331,6 +331,10 @@ class TestClaudeIntegration:
class TestClaudeArgumentHints:
"""Verify that argument-hint frontmatter is injected for Claude skills."""
def test_converge_has_no_argument_hint(self):
"""Converge should not advertise unsupported feature-name arguments."""
assert "converge" not in ARGUMENT_HINTS
def test_all_skills_have_hints(self, tmp_path):
"""Every generated SKILL.md must contain an argument-hint line."""
i = get_integration("claude")