Capabilities#
The independently versioned things the ecosystem builds and runs. Each capability is documented by a spec — the why and the what — and a design — the how and the what we build — kept side by side in the capability's folder. See the Documentation Model for how spec and design relate and evolve.
| Section | Description |
|---|---|
| Release Management | How a source change becomes a versioned, immutable artifact, driven entirely on the GitHub platform. |
| Dependency Updates | How a repository's pinned dependencies are kept current and secure through automated, labelled update pull requests. |
| Downstream Release Propagation | How a release in one repository propagates to the repositories that depend on it, via a delegated agent pull request. |
Where this connects#
- Documentation Model — the spec-and-design model every capability here follows.
- Ways of Working — how the work that builds these capabilities happens.