Finish the wonderland: System told truthfully, in eight tabs instead of ten
Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
@@ -19,5 +19,9 @@ ShellRoot {
|
||||
function repair(id: string): bool { return Health.repair(id, false); }
|
||||
function report(): string { return JSON.stringify(Health.snapshot, null, 2); }
|
||||
function copy(): bool { return Health.copyReport(); }
|
||||
// Both take an explicit destination or subject, so nothing here writes
|
||||
// to the real home or rescans anything the fixture did not ask for.
|
||||
function save(path: string): bool { return Health.saveReport(path); }
|
||||
function recheck(id: string): bool { return Health.refreshCheck(id); }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user