Skip to content

docs: fix residual inconsistencies from the SSOT cleanup - #165

Merged
id774 merged 1 commit into
masterfrom
claude/doc-ssot-followup-fixes
Aug 24, 2026
Merged

docs: fix residual inconsistencies from the SSOT cleanup#165
id774 merged 1 commit into
masterfrom
claude/doc-ssot-followup-fixes

Conversation

@id774

@id774 id774 commented Aug 24, 2026

Copy link
Copy Markdown
Owner

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 FilterGemini model setting row hardcoded gemini-3.5-flash as 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.md and doc/PLUGINS.md changed. No runtime behavior, dependency, version, or release metadata changed.

Test plan

  • grep -n "all four" doc/AI_TUTORIAL.md — no output
  • grep -n "gemini-3.5-flash" doc/PLUGINS.md — no output
  • grep -n "document above holds a title, a link and a date per article and no body" doc/AI_TUTORIAL.md — no output
  • git diff --check — clean
  • git diff --name-only — only doc/AI_TUTORIAL.md and doc/PLUGINS.md

Generated by Claude Code

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.
@id774
id774 merged commit a4ce37b into master Aug 24, 2026
@id774
id774 deleted the claude/doc-ssot-followup-fixes branch August 24, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants