Contents

Cursor Cloud

Project a reviewer and a skill from trusted config, so a Cloud agent can verify commits with made and no daemon.

Commands

made cursor init      # project the reviewer and verify-with-made skill
made cursor sync      # re-project after config changes
made cursor check     # verify the projection matches trusted config
made cursor doctor    # environment health for the Cloud machine

The path

The Cloud agent calls made verify on a committed SHA. No daemon, gate, push, PR, or CI polling is involved. The reviewer and skill are derived from the trusted config copy, so the agent cannot be steered by an untrusted file in the working tree.

This repository

made's own Cursor Cloud machine is defined in .cursor/environment.json. Source: cmd/made/verify.go and cmd/made/cursor.go.