32 lines
997 B
JSON
32 lines
997 B
JSON
{
|
|
"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
|
|
}
|