Link companion docs back to the README#30
Merged
Conversation
The trust model, toolkit positioning, and CLI example gallery docs had no navigation back to the README. Add a one-line backlink footer to each (English and Korean). These six files were last modified by the v0.10.0 commit, whose CI run predated the trust-check test fix in the following commit, so GitHub rendered a stale failing-CI badge on each file page. Re-touching them in a green commit refreshes that status. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
What
Adds a one-line backlink footer (English + Korean) to the six README-linked companion docs —
trust_model.md,trust_model_kr.md,toolkit_positioning.md,toolkit_positioning_kr.md,examples.md,examples_kr.md— plus a CHANGELOG note.Why
On GitHub, each file page shows the CI status of the commit that last modified that file. These six docs were last touched by
188c244("Prepare trust-first 0.10.0 release"), whose CI failed — the trust-check jobs were broken and fixed in the very next commit (769b322). So opening any of these docs via the README's Trust model / Toolkit positioning / CLI examples links showed a red ✗ next to the commit line, even though the files and links are correct and currentmainCI is green.Re-touching the files in a green commit moves their last-modified pointer forward, so the badge reflects passing CI. The footer itself is a genuine small improvement — these companion docs previously had no navigation back to the README.
Scope
188c244(e.g.cli_exit_codes.md,provider_compatibility.md,EASY_README*, source modules) still carry the old badge — out of scope for this minimal fix.🤖 Generated with Claude Code