feat: 31 new tests, metrics LLM counters, Dockerfile caching, Makefile targets, compose limits, code fixes

This commit is contained in:
Marker689
2026-05-11 23:08:09 +03:00
parent 20bf7e6745
commit 18efcf482e
26 changed files with 840 additions and 12 deletions

View 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
}