Update instructions - Part 2, phase 3
Quality Gate / gate (push) Successful in 2m34s

This commit is contained in:
Jim Lancaster
2026-09-02 14:42:20 -05:00
parent 70f8d6182e
commit 0b48c80d87
3 changed files with 201 additions and 0 deletions
+7
View File
@@ -18,6 +18,7 @@ ACTIVE_CONTRACT_FILES = (
".github/instructions/services.instructions.md",
".github/instructions/ui.instructions.md",
".github/instructions/error-handling.instructions.md",
".github/instructions/providers.instructions.md",
".github/skills/python-code-reviewer/skill.md",
".github/skills/evidence-provenance-auditor/skill.md",
".github/skills/test-effectiveness-auditor/skill.md",
@@ -237,6 +238,12 @@ def test_canonical_authority_references_are_present():
"docs/error_handling.md",
"docs/requirements.md",
),
".github/instructions/providers.instructions.md": (
"docs/invariant/ai_evidence_and_provenance.md",
"docs/schema.md",
"tests/test_provider_boundaries.py",
"SAFE_RESPONSE_HEADERS",
),
".github/skills/python-code-reviewer/skill.md": (
"docs/*",
"docs/schema.md",