Update instructions - epilog (Code review, remediation now complete)
Quality Gate / gate (push) Successful in 2m35s

This commit is contained in:
Jim Lancaster
2026-09-02 16:48:00 -05:00
parent 321c454a4f
commit eeb1888aa3
4 changed files with 139 additions and 1 deletions
+10
View File
@@ -19,6 +19,7 @@ ACTIVE_CONTRACT_FILES = (
".github/instructions/ui.instructions.md",
".github/instructions/error-handling.instructions.md",
".github/instructions/providers.instructions.md",
".github/instructions/tests.instructions.md",
".github/skills/python-code-reviewer/skill.md",
".github/skills/evidence-provenance-auditor/skill.md",
".github/skills/test-effectiveness-auditor/skill.md",
@@ -213,6 +214,8 @@ def test_canonical_authority_references_are_present():
"docs/index.md",
"docs/invariant/*",
"uv run",
".github/agents/",
".github/prompts/",
),
".github/instructions/documentation-sync.instructions.md": (
"docs/index.md",
@@ -242,6 +245,13 @@ def test_canonical_authority_references_are_present():
"tests/test_provider_boundaries.py",
"SAFE_RESPONSE_HEADERS",
),
".github/instructions/tests.instructions.md": (
"AGENTS.md",
"docs/invariant/*",
"tests/test_meta_contract_guards.py",
"tests/test_config_isolation.py",
"asyncio_mode",
),
".github/skills/python-code-reviewer/skill.md": (
"docs/*",
"docs/schema.md",