agentpack-operator
Installation
SKILL.md
agentpack-operator
Operate Agentpack safely and reproducibly.
What you can do
- Self-check environment:
agentpack doctor --json - Update sources:
agentpack update --yes --json - Preview changes:
agentpack preview --json(oragentpack plan --json+agentpack diff --json) - Apply changes:
agentpack deploy --apply --yes --json - Verify drift:
agentpack status --json - Explain why things look the way they do:
agentpack explain plan|diff|status --json - Record outcomes and score modules:
agentpack record+agentpack score - Propose overlay updates from drift:
agentpack evolve propose --yes --json - Roll back:
agentpack rollback --to <snapshot_id>