Fix README accuracy and structure (#22)#25
Merged
Conversation
Accuracy fixes:
- Separate always-on normalizations from relaxed-only implicit multiplication
({}->(), ln->log, ODE/Leibniz/LaTeX shorthand apply in all modes; 2x/sinx are relaxed-only)
- Fix :tutorial docs: starts interactive tutorial mode, not just shows a tour
- Soften WolframAlpha hint wording: suppressed for some local guardrail failures
- Fix update-status: describes the two-line case when an update is available
Structure:
- Merge 60-Second Start and Learn by Doing into a single Quick Start near the top
- Remove Inspiration, Release, Safety limits (not user-facing)
- Fold WolframAlpha Helper into Output and Interop
- Merge Local Development Install into Development
- Move Examples above Reference
- Inline Roadmap link in Install
ROADMAP: add missing solve() ergonomics bullet to v0.3.0 scope
Closes #22
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Accuracy fixes (#22)
{}->(),ln->log, ODE/Leibniz/LaTeX shorthand) from relaxed-only implicit multiplication (2x,sinx) — the previous README grouped them all under "relaxed parsing" which misstated what--strictdoes:tutorialdocs: now says "start interactive tutorial mode" instead of "show guided first-run tour"Structural changes
--color auto|always|neverpresentation in bash block (was valid pipe syntax in shell)ROADMAP
solve()ergonomics bullet to v0.3.0 scope (was described in the issue but absent from the file)Closes #22