Releases: KingEmma7/cursor-os
Releases · KingEmma7/cursor-os
Release list
v0.2.0 — first npm publish
First npm release. Install with: npx cursor-os init
See CHANGELOG.md for full details.
Cursor OS v0.1.0 — First public release
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 - Doctor —
node scripts/init.mjs doctorchecks installation state and TODO placeholders - Engineering contract —
AGENTS.mdauto-loaded by Cursor - Rules, skills, and verifier agent — persistent behavior under
.cursor/ - Memory docs —
docs/repo-memory.md, quality rubric, decision log - Localization prompt —
prompts/localize-cursor-os.mdadapts the OS to your actual project - Workflow prompts — plan, implement, debug, review, verify, update memory (referenced by file path, not number)
- Release checklist —
RELEASE_CHECKLIST.mdfor 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 initThen 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 checksNot in this release
- npm publishing (
npx cursor-os init) — planned for v0.2 - Stack presets — generated during localization, not shipped in the base template