airlock
Installation
SKILL.md
Source References: Use Doppler deployments as the contract source of truth for deployed addresses and revisions.
Airlock Entrypoint
Requirement: every Doppler user integrates through Airlock. Direct integration to downstream modules is not the canonical user path.
When to use
- You are integrating with Doppler (all integrations are Airlock-first).
- You need to reason about how token factory, initializer, and migrator contracts are coordinated.
- You need a single source for Airlock behavior and its externally-consumable interface.
What Airlock does
- Entry point for launch creation (
create(...)path). - Lifecycle coordinator for migration (
migrate(asset)path).