feat: 31 new tests, metrics LLM counters, Dockerfile caching, Makefile targets, compose limits, code fixes
This commit is contained in:
30
.tmp/tasks/review-fixes/subtask_05.json
Normal file
30
.tmp/tasks/review-fixes/subtask_05.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"id": "review-fixes-05",
|
||||
"seq": "05",
|
||||
"title": "Reorder Dockerfile COPY/install for layer caching",
|
||||
"status": "pending",
|
||||
"depends_on": [],
|
||||
"parallel": true,
|
||||
"suggested_agent": "CoderAgent",
|
||||
"context_files": [
|
||||
"/home/marker/guarddog-nexus/AGENTS.md"
|
||||
],
|
||||
"reference_files": [
|
||||
"/home/marker/guarddog-nexus/Dockerfile",
|
||||
"/home/marker/guarddog-nexus/pyproject.toml"
|
||||
],
|
||||
"acceptance_criteria": [
|
||||
"pyproject.toml and README.md copied before guarddog_nexus/ source",
|
||||
"uv pip install commands run before COPY guarddog_nexus/",
|
||||
"Docker build succeeds: docker compose build",
|
||||
"Container starts correctly: docker compose up -d",
|
||||
"Layer caching works: rebuilding without source changes uses pip cache"
|
||||
],
|
||||
"deliverables": [
|
||||
"/home/marker/guarddog-nexus/Dockerfile"
|
||||
],
|
||||
"agent_id": null,
|
||||
"started_at": null,
|
||||
"completed_at": null,
|
||||
"completion_summary": null
|
||||
}
|
||||
Reference in New Issue
Block a user