The whole hunk
from line 3, old and new numbered
/
lines
from line 3
33> Reference for the claude-science command: every subcommand, the serve flags, the single-use login link, and the environment variables Claude Science reads.
44
55Reference for the claude-science command: every subcommand, the serve flags, the single-use login link, and the environment variables Claude Science reads.\
6claude-science serve starts Claude Science and opens the web app in your browser at a single-use login link. Everyday use is that one command. The others manage the running program: they mint login links, report status, follow logs, install updates, and merge data directories.
6claude-science serve starts Claude Science and opens the web app in your browser at a single-use login link. Everyday use is that one command. The others manage the running program: they mint login links, report status, follow logs, install updates, and merge data directories. On Windows, the installer adds the command to your PATH for new terminals. There the app window you open from the Start menu is the everyday way in, and the commands below manage the same running program.
77
88## Commands
99
from line 17
1717| `claude-science stop` | Stop the program cleanly. |
1818| `claude-science update` | Check for and install an update. `--check` only reports; --to `<version>` installs a specific version, which is also how you roll back. Updates are signature-verified and replace the binary atomically. |
1919| `claude-science import` `<path>` | Merge another data directory, or its database file, into this one. |
20| `claude-science uninstall` | Windows only. Remove the app, its shortcuts, and its PATH entry while keeping your data; `--purge` also deletes the data directory. Quit Claude Science first. |
2021| `claude-science --version` | Print the version. |
2122| `claude-science` `<command>` --help | Print help for any command. |
2223
from line 27
2627
2728## Global flags
2829
29These two work on every command.
30These two work on every command. On Windows, `~` in the defaults below is your user profile folder, `%USERPROFILE%`.
3031
3132| Flag | Default | What it does |
3233| -------------------- | ------------------------------- | ------------------------------- |