跳转到内容

发布姿态

Plumego v1 覆盖当前仓库中的已检入模块,但不同区域承载的兼容性承诺并不相同。

从 `README.md` 的 v1 支持矩阵同步

5 同步条目

GA

Stable library roots

Public package surface is the long-term stable API for v1 users.

模块: core, router, contract, middleware, security, store, health, log, metrics

Supported reference

Canonical reference app

Kept aligned with the canonical bootstrap and stable-root usage, but not treated as a reusable extension catalog.

模块: reference/standard-service

Included in v1 release scope

CLI

Supported as a command-line tool, not as a Go import surface; command behavior and generated output must stay aligned with canonical docs.

模块: cmd/plumego

Experimental

App-facing extension families

Included in repo quality gates and release scope, but API/config compatibility is not frozen.

模块: x/ai, x/data, x/devtools, x/discovery, x/frontend, x/gateway, x/messaging, x/observability, x/ops, x/rest, x/tenant, x/websocket

Experimental

Subordinate extension primitives

Maintained and tested, but discovery should start from the owning family entrypoint and compatibility is not frozen.

模块: x/ipc, x/mq, x/pubsub, x/scheduler, x/webhook

在把某个包视为长期可靠依赖之前,先判断它属于稳定根,还是属于仍在演进的扩展家族。

Plumego 把发布姿态写清楚,是为了避免文档、脚手架和扩展工作无意中夸大兼容性承诺。