Narrow self-bootstrap target feature

This commit is contained in:
Daniel Maddern 2026-08-15 13:56:29 +07:00
parent b60f14215a
commit d123659bd2

View file

@ -62,8 +62,8 @@ class Command(BaseCommand):
milestone=milestone, milestone=milestone,
task_type="implementation", task_type="implementation",
status=TaskStatus.READY, status=TaskStatus.READY,
goal="Add a V2 self-bootstrap status management command that prints recent self-bootstrap artifacts and tests. Tests must be deterministic and must not depend on database insertion order unless the command explicitly orders results.", goal="Add docs/v2_self_bootstrap_status.md describing the candidate V2 branch summary, commits, tests, verification results, known issues, unfinished tasks, and lineage fields. Add a deterministic pytest test that reads this markdown file and verifies those required section names are present.",
acceptance_criteria=["management command exists", "deterministic tests pass", "accepted commit is recorded"], acceptance_criteria=["V2 self-bootstrap status document exists", "deterministic tests pass", "accepted commit is recorded"],
max_retries=2, max_retries=2,
) )
qwen_resource = Resource.objects.filter(provider="local_inference", is_active=True).first() qwen_resource = Resource.objects.filter(provider="local_inference", is_active=True).first()