Skip to content

fdocs(skill): document atomic-rename undo ordering and to-id shortcut#56

Merged
mfreed merged 1 commit into
mainfrom
docs/skill-undo-atomic-rename
May 30, 2026
Merged

fdocs(skill): document atomic-rename undo ordering and to-id shortcut#56
mfreed merged 1 commit into
mainfrom
docs/skill-undo-atomic-rename

Conversation

@mfreed
Copy link
Copy Markdown
Member

@mfreed mfreed commented May 30, 2026

Rewrite the find-and-undo procedure in the tigerfs skill to be deterministic about locating the log entries for one logical edit (anchor on the rename, use file_id, not filename) and explicit about why order matters (newest first; out-of-order yields "RPC struct is bad" on the stale temp or silently deletes the live file). Adds the .undo/to-id//.apply shortcut for atomically reversing the latest group, and cross-links it from the "Undo this one change" workflow.

Rewrite the find-and-undo procedure in the tigerfs skill to be
deterministic about locating the log entries for one logical edit
(anchor on the rename, use file_id, not filename) and explicit about
why order matters (newest first; out-of-order yields "RPC struct is
bad" on the stale temp or silently deletes the live file). Adds the
.undo/to-id/<id-before>/.apply shortcut for atomically reversing the
latest group, and cross-links it from the "Undo this one change"
workflow.
@mfreed mfreed merged commit 792d82a into main May 30, 2026
2 checks passed
@mfreed mfreed deleted the docs/skill-undo-atomic-rename branch May 31, 2026 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant