vibemap_list_changesets
List a VibeMap project's version-control changesets, newest first, with op counts. Audit changes or review history; optionally include individual operations and diffs.
Instructions
List a VibeMap project's version-control changesets (most recent first) with a per-changeset op count. Every write you make through this server is wrapped in a changeset, so use this to see the changesets your own edits produced, audit who/what changed the project, or review recent edit history. Pass includeOps=true to inline each changeset's individual operations (entity_type, op, diff).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max changesets to return (1-200, default 50) | |
| projectId | Yes | The VibeMap project ID | |
| includeOps | No | Inline each changeset's individual ops + diffs (default false) |