feat: version history/diff/rollback and the person Skill lifecycle - #158
Closed
titanwings wants to merge 2 commits into
Closed
titanwings wants to merge 2 commits into
titanwings wants to merge 2 commits into
Conversation
added 2 commits
September 11, 2026 06:46
A re-distilled profile can be worse than the one before it, and there was no way to see what changed or to restore an earlier version from the CLI: install could not even be upgraded. The version commands list every immutable version with the id needed to act on it, print the semantic diff between two versions before anything is restored, and roll back by creating a new current version so no history is ever rewritten.
Installing a person Skill could not be repeated after a re-distill: the second install hit the existing directory and refused, so a user was stuck on the first version, and there was no way to list or remove one person's Skill without removing the whole host integration. install now updates the install Distilly owns for that subject in place, keeping the Skill path stable across a display-name change and restoring the previous Skill if the replacement fails. listPersonInstalls reports every install under a host's skills root, including a directory that cannot be verified, and DSH gets its own skills root beside the integration.
Owner
Author
|
Superseded: this stacked series is consolidated into the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
feat: version history/diff/rollback and the person Skill lifecycle
Commits
Stack
Stacked on
pr/08-chat-exports-and-idempotence; the whole series ends atdistilly-work(0bd924e).Verification
Every feature carries an author report and an independent audit in the delivery evidence folder (
host-verification/), including screenshots and the audit verdict that drove the fixes. Gates on the top of the stack: format, lint, docs, release check, and 1163 tests.Real hosts
Codex, Claude Code 2.1.268, OpenClaw 2026.9.2, Hermes v0.19.0, and DSH 0.1.5-rc.1 were each exercised end to end (install, host-visible confirmation, exactly five MCP tools, person Skill install/remove, uninstall). Capacity fixtures are recorded for Codex 0.146.0, OpenClaw 2026.3.24, and Hermes v0.9.0; newer host versions run on the labelled conservative floor.
Evidence
Author reports and screenshots (delivery evidence folder
host-verification/):Independent audit reports: