Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
RT-30: re-root the home repo — ~/.mattstack/user IS the repo; machine scope tracked + keyed#12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
5c229cbacd6b6c32f6a4afd73fabe261adc99345e68e8704cff48f2196eceedFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
The recovery instruction names a command that does not exist.
lib/command-tree-def.tsdeclares onlyexportunderhome key, sort home key importfails as an unknown command. The refusal path is exactly where an operator needs a working recovery step, and a test currently pins the broken string.commands/home.ts#L170-L177: reword the message to a supported recovery path, or add thehome key importsubcommand. Update the doc comment at line 175 the same way.commands/__tests__/home.test.ts#L247-L259: update the assertion at line 258 to match the corrected message, or keep it oncehome key importexists.📍 Affects 2 files
commands/home.ts#L170-L177(this comment)commands/__tests__/home.test.ts#L247-L259🤖 Prompt for AI Agents