Changelog
Reviews, checks, and scheduled publishing
Productv0.2.0
Change sets take assigned reviewers, approvals, field-level comments, automated checks, and a publish time.
Reviews and approvals
Assign a change set to a reviewer, approve it, or send it back with requested changes.
$ myna changes request-review chs_01... --reviewer usr_01...
$ myna changes approve chs_01...
Projects can require a number of approvals before publish is allowed.
Comments
Comments attach to a change set, and optionally to a single field of a single entry.
Automated checks
A check run validates a change set against its deployed schemas and records the result. Projects can require the latest run to pass before publishing.
Scheduled publishing
$ myna changes schedule chs_01... --at 2026-08-01T09:00:00Z
The scheduled run performs the same preflight as a manual publish: validation, approval count, check status.
All of it is available in the dashboard, the CLI, the MCP server, and the SDK.
Affects sdk · cli · mcp · api · dashboard
