Skip to content

Fixes Compared with the Original Leaked Source

The leaked source could not run directly. This repository mainly fixes the following issues:

IssueRoot causeFix
TUI does not startThe entry script routed no-argument startup to the recovery CLIRestored the full cli.tsx entry
Startup hangsThe verify skill imports a missing .md file, causing Bun's text loader to hang indefinitelyAdded stub .md files
--print hangsfilePersistence/types.ts was missingAdded type stub files
--print hangsultraplan/prompt.txt was missingAdded resource stub files
Enter key does nothingThe modifiers-napi native package was missing, isModifierPressed() threw, handleEnter was interrupted, and onSubmit never ranAdded try/catch fault tolerance
Setup was skippedpreload.ts automatically set LOCAL_RECOVERY=1, skipping all initializationRemoved the default setting

Released under the MIT License.