kin: KIN-ARCH-005 Обновить устаревший тест test_create_operations_project
This commit is contained in:
parent
7630736860
commit
5970118d12
1 changed files with 6 additions and 0 deletions
|
|
@ -205,6 +205,12 @@ def format_prompt(context: dict, role: str, prompt_template: str | None = None)
|
||||||
sections.append(f"Spec: {json.dumps(task['spec'], ensure_ascii=False)}")
|
sections.append(f"Spec: {json.dumps(task['spec'], ensure_ascii=False)}")
|
||||||
sections.append("")
|
sections.append("")
|
||||||
|
|
||||||
|
# Acceptance criteria — shown as a dedicated section so agents use it for completeness check
|
||||||
|
if task and task.get("acceptance_criteria"):
|
||||||
|
sections.append("## Acceptance Criteria")
|
||||||
|
sections.append(task["acceptance_criteria"])
|
||||||
|
sections.append("")
|
||||||
|
|
||||||
# Decisions
|
# Decisions
|
||||||
decisions = context.get("decisions")
|
decisions = context.get("decisions")
|
||||||
if decisions:
|
if decisions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue