Skip to content

Releases: KingEmma7/cursor-os

v0.2.0 — first npm publish

Choose a tag to compare

@KingEmma7 KingEmma7 released this 12 Jun 01:48
0f25f6a

First npm release. Install with: npx cursor-os init

See CHANGELOG.md for full details.

Cursor OS v0.1.0 — First public release

Choose a tag to compare

@KingEmma7 KingEmma7 released this 10 Jun 04:05

Cursor OS v0.1.0 — First public release

An installable operating layer that makes Cursor project-aware.

What's included

  • Installer — dependency-free node scripts/init.mjs init; never overwrites existing user files
  • Doctornode scripts/init.mjs doctor checks installation state and TODO placeholders
  • Engineering contractAGENTS.md auto-loaded by Cursor
  • Rules, skills, and verifier agent — persistent behavior under .cursor/
  • Memory docsdocs/repo-memory.md, quality rubric, decision log
  • Localization promptprompts/localize-cursor-os.md adapts the OS to your actual project
  • Workflow prompts — plan, implement, debug, review, verify, update memory (referenced by file path, not number)
  • Release checklistRELEASE_CHECKLIST.md for future npm publishing

Install

git clone https://github.com/KingEmma7/cursor-os.git ~/cursor-os
cd /path/to/your-project
node ~/cursor-os/scripts/init.mjs init

Then open Cursor and run prompts/localize-cursor-os.md.

Verify

node ~/cursor-os/scripts/init.mjs doctor
npm test   # from the cursor-os checkout — 112 checks

Not in this release

  • npm publishing (npx cursor-os init) — planned for v0.2
  • Stack presets — generated during localization, not shipped in the base template

Links