docs: remove multiverse page from user docs#133
Merged
Conversation
Remove multiverse.md and its two reference links from index.md and tutorial.md to avoid confusing first-time users before the feature is ready to be documented. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
❌ Eval Results
GradersNo grader results Full output |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lightcone-cli | 8bd65fd | Commit Preview URL Branch Preview URL |
May 13 2026, 04:12 PM |
Previous commit only removed the links; this removes the file itself. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
cailmdaley
added a commit
that referenced
this pull request
May 13, 2026
Resolutions:
- Delete docs/skills/{lc-build,lc-verify}.md — those skills retired on
branch; main's edits to them are obsolete.
- Delete docs/user/multiverse.md — main retired the page (#133); branch's
edits to it are obsolete.
- docs/user/index.md, install.md: take branch's new entry-point list
(/lc-new, /lc-from-code, /lc-from-paper, /lc-feedback); preserve main's
"Agentic Workflow" link text and `claude` invocation.
- docs/user/getting-started.md: keep branch's flexibility paragraph;
"Agentic Workflow" link text from main.
- docs/user/tutorial.md: branch's clean `lc status` output (main's verbose
▶ stream is stale); drop main's /lc-verify section (skill retired).
- docs/user/nersc.md: rename /lc-migrate → /lc-from-code in example.
- src/lightcone/cli/commands.py: keep main's directive `cd / claude /
<command>` shape but expand the third bullet to surface all three
entry skills.
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
docs/user/multiverse.mdentirelyindex.mdandtutorial.mdRationale: the multiverse feature exists in the codebase but the page would confuse first-time users before they have a solid grasp of the basics. Can be re-added once the onboarding flow is more mature.
🤖 Generated with Claude Code