Merge branch 'KIN-DOCS-009-backend_dev'

This commit is contained in:
Gros Frumos 2026-03-19 18:42:23 +02:00
commit 295cc426b1

View file

@ -60,18 +60,6 @@ class TestNoLegacyOutputFormatSection:
f"Файлы с устаревшей секцией '## Output format': {files_with_old_header}" f"Файлы с устаревшей секцией '## Output format': {files_with_old_header}"
) )
def test_grep_output_format_is_empty(self):
"""Эквивалент: grep -rl '## Output format' agents/prompts/ — пустой вывод."""
matches = [
str(f)
for f in _prompt_files()
if "## Output format" in f.read_text(encoding="utf-8")
]
assert matches == [], (
"grep -rl '## Output format' agents/prompts/ должен давать пустой вывод, "
f"но нашёл: {matches}"
)
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# AC-3: Every prompt contains '## Return Format' # AC-3: Every prompt contains '## Return Format'