Aether CLI rollout starter kit
This page is for product teams shipping Aether CLI as the local user experience.
Product goal
Let users:
- receive or select a session
- mount it locally with Aether CLI
- work with familiar editors and shell tools
- rely on the hosted product for review, approval, and persistence
Minimum rollout package
You need:
- install instructions
- endpoint guidance
- auth guidance
- one good mount example
- one good troubleshooting path
User-facing baseline
At minimum, document:
AFS_AETHER_SERVER_ENDPOINT[bridge].server_endpoint- how to run
aether mount - when to use
aether doctor - how to stop or unmount
Recommended product flow
- your product creates or selects a session
- your product exposes the session ID clearly
- the user mounts with Aether CLI
- the product still owns review, approval, and persistence
This keeps the local experience and the hosted workflow cleanly separated.
Recommended support bundle
When a user reports a problem, capture:
aetherversion- endpoint in use
- relevant env var overrides
aether doctoraether logs tailaether status --session-id ...if the runtime is active
Rollout checklists
Install readiness
- users can get the binary
- platform-specific prerequisites are known
- install path is documented
Connectivity readiness
- endpoint is documented
- auth expectations are documented
- environment wrappers exist if multiple environments matter
Mount readiness
- example mount command exists
- session handoff flow exists
- cache guidance exists
Support readiness
- troubleshooting page exists
- support knows what diagnostics to collect
- users know the difference between
doctorandstatus
Recommended defaults for multi-environment users
- one wrapper per environment
- one cache root per environment
- explicit logging format only when support needs it
What not to do
Avoid:
- making users guess the endpoint
- forcing users to learn the raw API just to mount
- mixing environments into one cache root
- treating Aether CLI as if it replaces the hosted workflow controls
First release checklist
- users can install
aether - users can configure the endpoint
- users can mount a session
- users can get basic troubleshooting help
- support can diagnose common failures