generated from john/python-template
Update instructions - epilog (Code review, remediation now complete)
Quality Gate / gate (push) Successful in 2m35s
Quality Gate / gate (push) Successful in 2m35s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user