What problem does it solve?
This guide helps package authors publish an Anteroom pack to a Git repository so teammates can reliably discover and consume it, while preventing accidental broken releases or unsafe remote operations.
Core Features & Use Cases
- Manifest validation: Run and interpret pack manifest validation before any publish steps to ensure the pack is well-formed.
- Repository lifecycle: Guide users through initializing a git repository, adding .gitignore, creating commits, adding remotes, and pushing updates.
- Safe publishing and onboarding: Check git status, require explicit confirmation before commits or pushes, enforce allowed URL schemes, and provide consumer configuration and onboarding steps for teammates.
- Use case: Share a team's coding standards and prompt templates packaged as an Anteroom pack hosted in a shared Git repo so everyone can attach and auto-refresh the pack.
Quick Start
Validate the pack manifest, prepare or use a git repository, commit changes with user confirmation, and push to the chosen remote so teammates can add the repository to their pack_sources and refresh to install it.