change max lenght

This commit is contained in:
Pablo Estevez
2026-01-17 17:48:15 +00:00
parent 97e597d9db
commit c33c6f9073
118 changed files with 3546 additions and 960 deletions

View File

@@ -182,7 +182,10 @@ Another paragraph of content.
assert "YOUR TASK:" in prompt
assert "REFERENCE DOCUMENTATION:" in prompt
# After summarization, content should include the marker
assert "[Content intelligently summarized" in prompt or "[Content truncated for size...]" in prompt
assert (
"[Content intelligently summarized" in prompt
or "[Content truncated for size...]" in prompt
)
def test_run_detects_large_skill(self, tmp_path, monkeypatch, capsys):
"""Test that run() automatically detects large skills"""