docs(standards): plugin architecture v1.10 docs + blog (Story 13.6)#26
Merged
matthew-on-git merged 2 commits intomainfrom May 5, 2026
Merged
docs(standards): plugin architecture v1.10 docs + blog (Story 13.6)#26matthew-on-git merged 2 commits intomainfrom
matthew-on-git merged 2 commits intomainfrom
Conversation
- content/docs/contributing/adding-a-plugin.md — new "Contributing a Plugin" guide mirroring the canonical OrgDocs version. Field overview, quick start, versioning, override surface, what's-not-in-scope. - content/docs/contributing/_index.md — links the new page from the contribution table and guide list. - content/blog/2026-05-05-plugin-architecture.md — v1.10.6 release blog post covering motivation (plugins vs forks), what shipped (loader / resolver / build / execute), authoring quickstart, consumer declaration, and what's next (v1.11 Kotlin extraction, v2.0 monolith retirement). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
postcss-cli's bin script now passes `--permission` (Node 22 experimental permission model). Node 20 rejects it as "bad option" and Hugo's RelPermalink chain fails to transform /scss/main.css. Bumping CI and deploy workflows to Node 22. This is a pre-existing failure on `main` (the most recent `Deploy to Cloudflare Pages` run is also red); folding the fix into this PR so the v1.10 plugin architecture marketing release can land. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 tasks
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
Story 13.6 — public-facing docs and announcement for the v1.10 plugin architecture (Stories 13.2-13.5 shipped under the hood through v1.10.5).
Test plan
devrail-standardsGitHub repo resolve🤖 Generated with Claude Code