docs: fix residual inconsistencies from the SSOT cleanup - #165
Merged
Conversation
Follow-up to the prior documentation SSOT cleanup: fixes a few spots
that cleanup missed or left logically inconsistent.
- doc/AI_TUTORIAL.md: stop counting the AI filters ("all four") when
describing their shared required settings.
- doc/PLUGINS.md: drop the hardcoded current Gemini model name from
the model setting's description, keeping only the bare-name
interface contract.
- doc/AI_TUTORIAL.md: fix the siteinfo paragraph that asserted the
tutorial's document always has "no body" regardless of whether a
siteinfo record matches, contradicting the match/no-match behavior
described immediately above it.
- doc/PLUGINS.md: fix a run-on sentence describing FilterOpenAI's
fixed endpoint.
No runtime behavior, dependency, version, or release metadata changed.
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
Follow-up to #164, which is already merged. Fixes four spots that cleanup missed or left inconsistent:
doc/AI_TUTORIAL.md: "are required by all four" restated the AI filter count when describing shared required settings; now says "shared required settings of the AI filters" without a count.doc/PLUGINS.md: the FilterGeminimodelsetting row hardcodedgemini-3.5-flashas an example of the bare-name format; now describes the bare-name requirement without naming a specific current model.doc/AI_TUTORIAL.md: a paragraph asserted the tutorial's document "holds ... no body" unconditionally, contradicting the match/no-match behavior described in the paragraph immediately above it. Now states both outcomes conditionally.doc/PLUGINS.md: a run-on sentence describing FilterOpenAI's fixed endpoint is now two grammatically correct sentences.Only
doc/AI_TUTORIAL.mdanddoc/PLUGINS.mdchanged. No runtime behavior, dependency, version, or release metadata changed.Test plan
grep -n "all four" doc/AI_TUTORIAL.md— no outputgrep -n "gemini-3.5-flash" doc/PLUGINS.md— no outputgrep -n "document above holds a title, a link and a date per article and no body" doc/AI_TUTORIAL.md— no outputgit diff --check— cleangit diff --name-only— onlydoc/AI_TUTORIAL.mdanddoc/PLUGINS.mdGenerated by Claude Code