Artifact Simulated 4 MCP tools
Artifact Engine
Artifact inspector with structure validation animation.
How you use it
After packaging, artifact_enforce before release_enforce. Treat missing checksums as release blockers.
Token savings
Catches broken packages before publish/debug cycles with customers or downstream agents.
Consistency
Every release artifact set matches the declared layout and integrity hooks.
In action
Artifact
Layout
Declared artifact tree from policy.
Scan
Plan
Enforce
Interactive demo
Validation Idle
{
"name": "release-bundle",
"children": [
{
"name": "manifest.json",
"valid": true
},
{
"name": "packages/",
"children": [
{
"name": "sdk.tgz"
},
{
"name": "gov.tgz"
}
]
},
{
"name": "signatures/",
"children": [
{
"name": "sha256.txt"
}
]
}
]
} - Structure parsed
- manifest.json schema ✓
- signatures/sha256.txt ✓
- Artifact integrity verified
Simulated behavior only — does not execute proprietary AGS engine code.
Diagram
Example usage
# .ags/artifact.yml
required:
- dist/index.js
- signatures/sha256.txt
# MCP: artifact_enforce
{} Docs →- artifact_get
- artifact_validate
- artifact_enforce
- artifact_plan