Improve first-run community routes - #39
Merged
Merged
Conversation
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.
Requested outcome
Make the two immediate user paths visible from the README first-run section and keep the result-sharing form useful across releases.
Context and impact
The published demo is now a working local entry point, but CI users had to scan farther down the README to find the Action. The Show and tell form also embedded the current development version in placeholder text, which would become stale at the next release.
Changes
<version>placeholder.Unreleased.Evidence and validation
python3 scripts/check_docs.pypassed for 50 Markdown files.uv run --isolated --with pytest --with-editable . python -m pytest -q tests/test_community_templates.py: 12 passed.git diff --checkpassed.Risk and limits
Documentation and community-form text only. No CLI, Action, package, or report behavior changes.
Done when
CI passes and the merged README routes both local and CI users from the first-run section without pinning future community submissions to dev11.
Material implementation and PR drafting used OpenAI Codex; the maintainer reviewed the public text and validation evidence.