Skip to content

Cortex v1.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 05:36
· 24 commits to main since this release
b0424ea

A snapshot of main with the full check suite re-run at this tag. Updates ship from main (SECURITY.md).

Already running Cortex? One command pulls what shipped, redeploys, and re-verifies the doors:

npm run update

If an Action required section appears below, do those steps too — they are the manual part (a new env var, a migration) the one command cannot do for you. No section means no manual steps. To hear about the next release: Watch → Custom → Releases on the repo.

The attached cortex-<tag>.tar.gz is the exact tree at the tag, packaged by the release workflow with a signed provenance attestation — check it with gh attestation verify cortex-<tag>.tar.gz --owner Obelyth.

New here? Set up in five minutes (Node 20+, gh and vercel CLIs logged in):

npm install
npm run onboard

On a Mac, the download can do the prerequisites too: double-click Cortex Setup.command (first time: right-click it, choose Open) — it installs what is missing, asking before each step, signs you in to GitHub and Vercel, and starts the same wizard.

The wizard creates your private brain repo from the included template, asks whether to start fresh or index an existing folder of notes (preview first, then commit), generates your secrets locally, deploys to Vercel, verifies the deployment against the live tool roster, and prints the wiring commands for your devices. Safe to re-run.


What's Changed

Changes

  • Release polish: attested source snapshot, Announcements thread, front-page badges in #20
  • release: v1.2.0 in #21

Full Changelog: v1.1.0...v1.2.0