Integrations / Linear
Linear issues, linked to the code they touch.
Oynix ingests your Linear issues and links them to the code and decisions behind each change.
$ oynix connect linearPrerequisites
- A Linear personal API key.
- The Oynix CLI installed and signed in (oynix login).
Setup steps
Install the Oynix CLI
Everything Oynix does runs from one small command-line tool on your own machine — there's nothing to deploy or host. Open your terminal (Terminal on Mac, PowerShell on Windows) and paste this in to install it:
$ curl -fsSL https://get.oynix.dev | sh- Don't have a terminal open? On Mac press ⌘+Space, type "Terminal", hit Enter.
- Paste the line, press Enter, and wait for it to finish — that's it.
- Check it installed: run oynix --version (it should print a version number).
Sign in
Tell Oynix who you are. This opens your browser to sign in with GitHub and links this computer to your workspace — it's how your edits, decisions and presence get attributed to you.
$ oynix login- Run the command; your browser opens automatically.
- Approve the sign-in with GitHub, then return to the terminal.
- If your team uses a workspace key, paste it when asked (a teammate with the master key issues it).
Create an API key
linear.app → Settings → API → Personal API keys → create one.
Connect Linear
Run the command, choose Direct, and paste the API key.
$ oynix connect linearSync anytime
Oynix pulls the issues and links them to the code they touch.
$ oynix connectors sync linearCheck it worked
List your connectors to confirm Linear shows up and is syncing. Once it's synced, ask the graph a question that should now have an answer from Linear.
$ oynix connectors- You should see Linear listed as "connected".
- Try it: oynix ask "what did we decide about …?" — answers can now draw on Linear.
What gets indexed
Issues
Your Linear issues, with descriptions and state.
Links to code
Each issue linked to the code it relates to.
Freshness
Re-syncs to stay current.