feat: 31 new tests, metrics LLM counters, Dockerfile caching, Makefile targets, compose limits, code fixes
This commit is contained in:
32
.tmp/tasks/review-fixes/subtask_07.json
Normal file
32
.tmp/tasks/review-fixes/subtask_07.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"id": "review-fixes-07",
|
||||
"seq": "07",
|
||||
"title": "Fix Makefile: typecheck, check, run, setup-env targets + docker-rebuild fix",
|
||||
"status": "pending",
|
||||
"depends_on": [],
|
||||
"parallel": true,
|
||||
"suggested_agent": "CoderAgent",
|
||||
"context_files": [
|
||||
"/home/marker/guarddog-nexus/AGENTS.md"
|
||||
],
|
||||
"reference_files": [
|
||||
"/home/marker/guarddog-nexus/Makefile",
|
||||
"/home/marker/guarddog-nexus/pyproject.toml"
|
||||
],
|
||||
"acceptance_criteria": [
|
||||
"make typecheck runs mypy guarddog_nexus",
|
||||
"make check runs lint + typecheck + test sequentially",
|
||||
"make run starts the app with python -m guarddog_nexus.main",
|
||||
"make setup-env copies .env.example to .env if .env doesn't exist",
|
||||
"docker-rebuild uses 'docker compose down || true' before up (handles stopped containers)",
|
||||
"make -n check shows correct command sequence",
|
||||
"All targets listed in .PHONY"
|
||||
],
|
||||
"deliverables": [
|
||||
"/home/marker/guarddog-nexus/Makefile"
|
||||
],
|
||||
"agent_id": null,
|
||||
"started_at": null,
|
||||
"completed_at": null,
|
||||
"completion_summary": null
|
||||
}
|
||||
Reference in New Issue
Block a user