Skip to content

docs: drop erroneous .plugins from provider names#88

Merged
henryiii merged 2 commits into
mainfrom
docs-fix-provider-names
Jul 20, 2026
Merged

docs: drop erroneous .plugins from provider names#88
henryiii merged 2 commits into
mainfrom
docs-fix-provider-names

Conversation

@henryiii

Copy link
Copy Markdown
Contributor

🤖 AI text below 🤖

The bundled-plugin descriptions in docs/plugins.md referred to plugins as dynamic_metadata.plugins.<name>, but a provider name is the entry-point name dynamic_metadata.<name> — no .plugins segment. The section intro and code examples already used the correct form; only the opening prose of each section was wrong.

Spotted in scikit-build/SIMPLE-Py#55.

The _process_dynamic_metadata reference in plugin_authors.md is left as-is: it is a real importable helper in plugins/__init__.py, not a provider name.

henryiii and others added 2 commits July 14, 2026 01:03
Provider names are entry-point names (`dynamic_metadata.regex`), never
module paths. The prose in plugins.md wrote `dynamic_metadata.plugins.regex`;
the section intros already used the correct form.

Assisted-by: ClaudeCode:claude-opus-4.8
@henryiii
henryiii merged commit 900c5e3 into main Jul 20, 2026
11 checks passed
@henryiii
henryiii deleted the docs-fix-provider-names branch July 20, 2026 16:07
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.

1 participant