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,31 @@
{
"id": "review-fixes-08",
"seq": "08",
"title": "Add .pre-commit-config.yaml with ruff and mypy hooks",
"status": "pending",
"depends_on": [],
"parallel": true,
"suggested_agent": "CoderAgent",
"context_files": [
"/home/marker/guarddog-nexus/AGENTS.md"
],
"reference_files": [
"/home/marker/guarddog-nexus/pyproject.toml",
"/home/marker/guarddog-nexus/Makefile"
],
"acceptance_criteria": [
".pre-commit-config.yaml exists at repo root",
"Contains ruff (lint + format) hook for guarddog_nexus/ and tests/",
"Contains mypy hook with strict settings matching pyproject.toml",
"Minimum pre-commit rev: ruff v0.4+, mypy v1.10+",
"File is valid YAML (pre-commit validate-config passes or manual check)",
"pre-commit run --all-files executes without errors"
],
"deliverables": [
"/home/marker/guarddog-nexus/.pre-commit-config.yaml"
],
"agent_id": null,
"started_at": null,
"completed_at": null,
"completion_summary": null
}