Skip to content

ElizaBackrooms/steak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steak

A repo configured for Cursor Cloud Agents — run coding agents from your phone without keeping your laptop open.

Run from your phone

  1. Connect GitHub to Cursor (one-time): cursor.com/dashboard → connect ElizaBackrooms/steak with read/write access.
  2. Set up the cloud environment (one-time): cursor.com/agents → create an environment for this repo. Cursor will clone the repo, run npm install, and optionally save a snapshot.
  3. Launch agents on mobile:
    • iPhone: Cursor for iOS — pick this repo, describe a task, tap run.
    • Any phone: open cursor.com/agents in Safari/Chrome. On Android, use Install App for the PWA.
    • GitHub: comment @cursor fix the bug in … on a PR or issue in this repo.

Agents work on a cloud VM, push branches, and open PRs you can review and merge from your phone.

Local development

npm install
npm run dev

Project layout

steak/
├── AGENTS.md              # Cloud agent setup & run instructions
├── .cursor/
│   ├── environment.json   # Cloud VM install/update command
│   └── rules/             # Coding conventions for all agents
└── src/                   # Application source

Secrets

Do not commit real API keys. Add production secrets in Cursor Cloud Agents → Secrets.

About

Cursor Cloud Agent-ready project — run from your phone

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors