mirror of
https://github.com/github/spec-kit
synced 2026-06-21 13:51:39 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 071f4feaf6 | |||
| 5fe87df1b3 |
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user