diff --git a/docs/frameworks/MEMORY.md b/docs/frameworks/MEMORY.md index 7f14a707a8..7a431ebaee 100644 --- a/docs/frameworks/MEMORY.md +++ b/docs/frameworks/MEMORY.md @@ -891,7 +891,6 @@ To leave it off, simply keep `autoSummarize` at its default (`false`). --- - ## MemoryBackend Provider Pattern > **Source of truth:** `src/lib/memory/backend.ts`, `src/lib/memory/genericBackend.ts`, `src/lib/memory/manager.ts` diff --git a/docs/guides/DOCKER_GUIDE.md b/docs/guides/DOCKER_GUIDE.md index 8beb141949..6740a1958e 100644 --- a/docs/guides/DOCKER_GUIDE.md +++ b/docs/guides/DOCKER_GUIDE.md @@ -340,12 +340,12 @@ Multi-platform manifest: `linux/amd64` + `linux/arm64` native (Apple Silicon, AW OmniRoute publishes separate Docker channels for stable releases, active release-branch testing, and development builds. -| Channel | Source | Mutability | Recommended use | -| --- | --- | --- | --- | -| `:` / `:-web` | Signed/versioned release | Immutable | Production deployments that pin an exact release | -| `:latest` / `:latest-web` | Highest stable release | Mutable stable pointer | Production deployments that intentionally follow stable releases | -| `:next` / `:next-web` | Current default `release/v*` branch | Mutable pre-release pointer | Testing fixes that have landed on the active release branch but are not yet in a stable release | -| `:main` / `:main-web` | `main` branch | Mutable development pointer | Development and integration testing only | +| Channel | Source | Mutability | Recommended use | +| ------------------------------- | ----------------------------------- | --------------------------- | ----------------------------------------------------------------------------------------------- | +| `:` / `:-web` | Signed/versioned release | Immutable | Production deployments that pin an exact release | +| `:latest` / `:latest-web` | Highest stable release | Mutable stable pointer | Production deployments that intentionally follow stable releases | +| `:next` / `:next-web` | Current default `release/v*` branch | Mutable pre-release pointer | Testing fixes that have landed on the active release branch but are not yet in a stable release | +| `:main` / `:main-web` | `main` branch | Mutable development pointer | Development and integration testing only | #### Using the pre-release channel