From ec828217ea264f3aa044b005f26da70f236b2ac6 Mon Sep 17 00:00:00 2001 From: "Anthony Fu (via agent)" Date: Wed, 22 Jul 2026 05:30:56 +0000 Subject: [PATCH] docs(plugins): standardize on pnpx and unify plugin docs structure - Replace every npx / bare-bin CLI instruction across docs/plugins/*.md, plugins/*/README.md, and cli.ts doc-comments with `pnpx @devframes/plugin-xxxx`. - Give every docs/plugins/*.md page the same shape: What it does, Standalone, Mount into a Vite host, Programmatic, RPC surface, Source. - Fill in the gaps this surfaced: a fixed package name in a11y.md, and new Standalone / Mount / Programmatic / RPC surface / Source sections for og.md, a11y.md, data-inspector.md, and terminals.md. Docs only; generated with the help of an agent. --- docs/plugins/a11y.md | 50 +++++++++++++++++++++++++++----- docs/plugins/code-server.md | 2 +- docs/plugins/data-inspector.md | 34 ++++++++++++++++------ docs/plugins/git.md | 6 ++-- docs/plugins/index.md | 8 ++--- docs/plugins/inspect.md | 2 +- docs/plugins/og.md | 44 ++++++++++++++++++++++++---- docs/plugins/terminals.md | 21 +++++++++++++- plugins/a11y/README.md | 3 +- plugins/a11y/src/cli.ts | 2 +- plugins/code-server/README.md | 2 +- plugins/data-inspector/README.md | 8 ++--- plugins/git/README.md | 8 ++--- plugins/inspect/README.md | 2 +- plugins/inspect/src/cli.ts | 2 +- plugins/messages/README.md | 2 +- plugins/messages/src/cli.ts | 2 +- plugins/og/README.md | 2 +- 18 files changed, 152 insertions(+), 48 deletions(-) diff --git a/docs/plugins/a11y.md b/docs/plugins/a11y.md index 8ef086b9..aebf290e 100644 --- a/docs/plugins/a11y.md +++ b/docs/plugins/a11y.md @@ -6,7 +6,7 @@ outline: deep An accessibility inspector that runs [axe-core](https://github.com/dequelabs/axe-core) against a host application, lists the WCAG A/AA violations in a **Solid** panel, and highlights the offending element in the page when you hover a warning. -Package: `@devframes/a11y` · framework: **Solid + Vite** +Package: `@devframes/plugin-a11y` · framework: **Solid + Vite** ## What it does @@ -34,6 +34,48 @@ await mountDevframe(ctx, a11yDevframe, { Outside a hub, one `