feat: 31 new tests, metrics LLM counters, Dockerfile caching, Makefile targets, compose limits, code fixes
This commit is contained in:
31
.tmp/tasks/review-fixes/subtask_08.json
Normal file
31
.tmp/tasks/review-fixes/subtask_08.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user