feat: 31 new tests, metrics LLM counters, Dockerfile caching, Makefile targets, compose limits, code fixes
This commit is contained in:
33
.tmp/tasks/review-fixes/subtask_09.json
Normal file
33
.tmp/tasks/review-fixes/subtask_09.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"id": "review-fixes-09",
|
||||
"seq": "09",
|
||||
"title": "Add GitHub Actions CI pipeline (.github/workflows/ci.yml)",
|
||||
"status": "pending",
|
||||
"depends_on": ["07"],
|
||||
"parallel": false,
|
||||
"suggested_agent": "CoderAgent",
|
||||
"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"
|
||||
],
|
||||
"acceptance_criteria": [
|
||||
".github/workflows/ci.yml exists with trigger on push/PR to main",
|
||||
"Jobs: lint (ruff), typecheck (mypy), test (pytest), build (docker compose build)",
|
||||
"Uses Python 3.12, runs make lint / make typecheck / make test",
|
||||
"Docker build job uses docker compose build without pushing",
|
||||
"YAML is valid and conforms to GitHub Actions schema",
|
||||
"All make targets referenced in CI exist in Makefile"
|
||||
],
|
||||
"deliverables": [
|
||||
"/home/marker/guarddog-nexus/.github/workflows/ci.yml"
|
||||
],
|
||||
"agent_id": null,
|
||||
"started_at": null,
|
||||
"completed_at": null,
|
||||
"completion_summary": null
|
||||
}
|
||||
Reference in New Issue
Block a user