Javis is a macOS-hosted thread manager for OpenClaw Legion.
It bootstraps Linear projects and issues, synchronizes thread state and review status, and automates multi-agent progress tracking for local development on a MacBook Air.
- Copy
.env.exampleto.env.local - Fill in
LINEAR_CLIENT_IDandLINEAR_CLIENT_SECRET - Start the local OAuth helper:
python3 scripts/linear_oauth_local.py- Open
http://127.0.0.1:8787 - Use:
Install user admin tokenfor bootstrap/admin operationsInstall app runtime tokenfor app-actor thread operationsFetch app client_credentials tokenfor server-to-server app tokens
Tokens are stored in data/linear_tokens.json.