feat: 31 new tests, metrics LLM counters, Dockerfile caching, Makefile targets, compose limits, code fixes
This commit is contained in:
35
.tmp/tasks/review-fixes/task.json
Normal file
35
.tmp/tasks/review-fixes/task.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"id": "review-fixes",
|
||||
"name": "DevOps & Code Review Fixes",
|
||||
"status": "active",
|
||||
"objective": "Fix 12 issues from OpenDevopsSpecialist and CodeReviewer audits: 4 code quality fixes + 8 DevOps/infra improvements",
|
||||
"context_files": [
|
||||
"/home/marker/guarddog-nexus/AGENTS.md"
|
||||
],
|
||||
"reference_files": [
|
||||
"/home/marker/guarddog-nexus/Dockerfile",
|
||||
"/home/marker/guarddog-nexus/Makefile",
|
||||
"/home/marker/guarddog-nexus/docker-compose.yml",
|
||||
"/home/marker/guarddog-nexus/pyproject.toml",
|
||||
"/home/marker/guarddog-nexus/guarddog_nexus/core/llm.py",
|
||||
"/home/marker/guarddog-nexus/guarddog_nexus/core/nexus.py",
|
||||
"/home/marker/guarddog-nexus/guarddog_nexus/core/harvester.py",
|
||||
"/home/marker/guarddog-nexus/guarddog_nexus/routes/web.py",
|
||||
"/home/marker/guarddog-nexus/guarddog_nexus/routes/api_scans.py",
|
||||
"/home/marker/guarddog-nexus/guarddog_nexus/routes/api_packages.py"
|
||||
],
|
||||
"exit_criteria": [
|
||||
"All 12 issues fixed and verified",
|
||||
"ruff check passes",
|
||||
"ruff format passes",
|
||||
"pytest -v passes (all 137 tests)",
|
||||
"mypy guarddog_nexus passes",
|
||||
"docker compose build succeeds",
|
||||
"make check passes (lint + typecheck + test)",
|
||||
"pre-commit run --all-files passes"
|
||||
],
|
||||
"subtask_count": 9,
|
||||
"completed_count": 0,
|
||||
"created_at": "2026-05-11T00:00:00Z",
|
||||
"completed_at": null
|
||||
}
|
||||
Reference in New Issue
Block a user