Skip to content

docs(plugins): mark all plugins as experimental#7

Closed
antfubot wants to merge 8 commits into
mainfrom
gold-bags-own
Closed

docs(plugins): mark all plugins as experimental#7
antfubot wants to merge 8 commits into
mainfrom
gold-bags-own

Conversation

@antfubot

Copy link
Copy Markdown
Owner

What

Marks all five first-party @devframes/plugin-* packages as experimental so consumers understand their APIs may still change before stabilizing.

Two complementary signals, mirroring how the repo already flags its agent-native surface:

  • @experimental JSDoc on each plugin's exported devframe definition / factory: a11y, code-server, git, inspect, and terminals.
  • > [!WARNING] Experimental README callout on the four plugins that ship a README (a11y, code-server, git, inspect).

Why

These plugins are an early ecosystem/dogfooding effort and their surfaces are expected to move. Flagging them sets the right stability expectations for early adopters without a major version commitment.

Notes

  • terminals has no README, so it receives the JSDoc tag only.
  • Comment- and docs-only change: no runtime, type, or public type-signature impact. Verified with ESLint and tsc --noEmit on the affected packages.

This PR was created with the help of an agent.

@antfubot

Copy link
Copy Markdown
Owner Author

Superseded by devframes#52, which targets the upstream repository.

@antfubot antfubot closed this Jun 26, 2026
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