Files
guarddog-nexus/.tmp/tasks/review-fixes/subtask_09.json

34 lines
1.1 KiB
JSON

{
"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
}