| name | curate-history |
| title | Curator: Obligation History |
| description | Show audit history for a specific obligation |
| author | rob-otix-ai |
| author_url | https://github.com/rob-otix-ai/lexius/tree/main/plugin/skills/curate-history |
| license | MIT |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | general |
| practice | general |
| language | en |
Curator: Obligation History
Show the full edit history for an obligation: who changed what, when, and why.
Instructions
The obligation id is in $ARGUMENTS. If empty, ask for it.
-
Run:
node ${CLAUDE_PLUGIN_ROOT}/../packages/curate-cli/dist/bundle.cjs obligations history <id>
-
Render the result as a table: timestamp, action, version transition (vN→vN+1), editor, and reason.
-
If the user wants to revert one of the listed edits, capture the edit id and run:
node ${CLAUDE_PLUGIN_ROOT}/../packages/curate-cli/dist/bundle.cjs revert <editId> --reason "<reason>"
Show the dry-run output and confirm before re-running with --apply.