kin: auto-commit after pipeline
This commit is contained in:
parent
ea6a0a399a
commit
2053a9d26c
2 changed files with 211 additions and 4 deletions
|
|
@ -115,11 +115,11 @@ class TestAllPromptsContainStandardStructure:
|
|||
class TestPromptCount:
|
||||
"""Проверяет, что число промптов не изменилось неожиданно."""
|
||||
|
||||
def test_prompt_count_is_28(self):
|
||||
"""В agents/prompts/ ровно 28 файлов .md."""
|
||||
def test_prompt_count_is_29(self):
|
||||
"""В agents/prompts/ ровно 29 файлов .md."""
|
||||
count = len(_prompt_files())
|
||||
assert count == 28, ( # 28 промптов — актуально на 2026-03-19, +repo_researcher (KIN-DOCS-006, см. git log agents/prompts/)
|
||||
f"Ожидалось 28 промптов, найдено {count}. "
|
||||
assert count == 29, ( # 29 промптов — актуально на 2026-03-19, +cto_advisor (KIN-DOCS-007, см. git log agents/prompts/)
|
||||
f"Ожидалось 29 промптов, найдено {count}. "
|
||||
"Если добавлен новый промпт — обнови этот тест."
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue