29 lines
879 B
JSON
29 lines
879 B
JSON
{
|
|
"id": "review-fixes-02",
|
|
"seq": "02",
|
|
"title": "Fix _parse_flagged never returning False",
|
|
"status": "pending",
|
|
"depends_on": [],
|
|
"parallel": true,
|
|
"suggested_agent": "CoderAgent",
|
|
"context_files": [
|
|
"/home/marker/guarddog-nexus/AGENTS.md"
|
|
],
|
|
"reference_files": [
|
|
"/home/marker/guarddog-nexus/guarddog_nexus/routes/web.py"
|
|
],
|
|
"acceptance_criteria": [
|
|
"_parse_flagged returns True for '1', False for '0', None for other values",
|
|
"Existing filtering behavior in /scans and /packages routes is preserved",
|
|
"Adding ?flagged=0 to scan list URL correctly filters to non-flagged scans",
|
|
"ruff check/format passes on guarddog_nexus/routes/web.py"
|
|
],
|
|
"deliverables": [
|
|
"/home/marker/guarddog-nexus/guarddog_nexus/routes/web.py"
|
|
],
|
|
"agent_id": null,
|
|
"started_at": null,
|
|
"completed_at": null,
|
|
"completion_summary": null
|
|
}
|