docs: fix outdated content across CLI and user guides#121
Merged
Conversation
- Mark `lc setup` as removed; config is now auto-created on first use - Remove `lc setup` from commands table and global-behavior description - Correct `lc eval` status: available when `eval` extra is installed - Add missing `--json` flag to `lc status` docs and examples - Remove non-existent `--dry-run` flag from cluster.md - Remove `hooks` from plugin copy loop (directory was never shipped) - Update troubleshooting section to reflect auto-config creation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lightcone-cli | d3ec0d3 | Commit Preview URL Branch Preview URL |
May 08 2026, 09:25 AM |
✅ Eval Results
Graders✅ spec_valid (1.00) Full output |
Member
|
I have read the Developer Certificate of Origin and I hereby sign the DCO for this PR |
1 similar comment
Member
Author
|
I have read the Developer Certificate of Origin and I hereby sign the DCO for this PR |
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.
Summary
lc setupno longer exists — rewrotedocs/cli/setup.mdas a "removed" page and updated all references ininstall.md,troubleshooting.md,target.md, andcli/index.mdto reflect that~/.lightcone/config.yamlis auto-created on first uselc evalstatus corrected incli/index.md: it is registered onmainwhen theevalextra is installed, not permanently broken--jsonflag todocs/cli/status.mdoptions table and exampleslc run --dry-runfromdocs/user/cluster.mdhooksfrom the plugin copy loop introubleshooting.mdandupdate.md— thehooks/subdirectory is never shipped; hooks are wired viasettings.jsonTest plan
lc --helpoutput matches command table incli/index.md~/.lightcone/config.yamlis auto-created on a fresh install without running any setup commandlc status --jsonemits valid JSONjust docs) and confirm no broken links to removed anchors🤖 Generated with Claude Code
Signed-off-by: Alexandre Boucaud aboucaud@apc.in2p3.fr
Signed-off-by: Francois Lanusse EiffL@users.noreply.github.com