Agent skill
artifact-escape-hatch
Stars
0
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/Reneromero08/agent-governance-system/tree/main/MEMORY/ARCHIVE/skills-deprecated/artifact-escape-hatch
SKILL.md
required_canon_version: >=3.0.0
Skill: artifact-escape-hatch
Version: 0.1.0
Status: Deprecated
DEPRECATED: This skill has been consolidated into
commit-manager. Use{"operation": "recover", ...}with the commit-manager instead.
Trigger
Run this skill as part of CI or pre-commit to verify no generated files have been written outside allowed artifact roots.
Inputs
check_type: "artifact-escape-hatch"description: Human-readable description of the check
Outputs
escaped_artifacts: List of paths that violate INV-006escape_check_passed: Boolean indicating if check passed
Constraints
- Must not modify any files.
- Scans CONTRACTS, CORTEX, MEMORY, SKILLS directories.
- Allowed roots:
CONTRACTS/_runs/,CORTEX/_generated/,MEMORY/LLM_PACKER/_packs/,BUILD/.
Fixtures
fixtures/basic/- Verifies the check passes on a clean repo.
required_canon_version: >=3.0.0
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
mcp-adapter
0
0
Explore
pipeline-dag-scheduler
0
0
Explore
cortex-summaries
0
0
Explore
llm-packer-smoke
0
0
Explore
mcp-message-board
0
0
Explore
pipeline-dag-receipts
0
0
Explore
Didn't find tool you were looking for?