kin: KIN-DOCS-006-backend_dev
This commit is contained in:
parent
65ab39ae3e
commit
1f246c1cf5
3 changed files with 135 additions and 8 deletions
|
|
@ -115,11 +115,11 @@ class TestAllPromptsContainStandardStructure:
|
|||
class TestPromptCount:
|
||||
"""Проверяет, что число промптов не изменилось неожиданно."""
|
||||
|
||||
def test_prompt_count_is_27(self):
|
||||
"""В agents/prompts/ ровно 27 файлов .md."""
|
||||
def test_prompt_count_is_28(self):
|
||||
"""В agents/prompts/ ровно 28 файлов .md."""
|
||||
count = len(_prompt_files())
|
||||
assert count == 27, ( # 27 промптов — актуально на 2026-03-19, +prompt_engineer (KIN-DOCS-005, см. git log agents/prompts/)
|
||||
f"Ожидалось 27 промптов, найдено {count}. "
|
||||
assert count == 28, ( # 28 промптов — актуально на 2026-03-19, +repo_researcher (KIN-DOCS-006, см. git log agents/prompts/)
|
||||
f"Ожидалось 28 промптов, найдено {count}. "
|
||||
"Если добавлен новый промпт — обнови этот тест."
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue