Files
2026-07-13 12:34:03 +08:00

2.3 KiB

Summary

AI Assistance

Release Lane

  • Stable hotfix targeting release/2.5.x
  • Mainline change targeting main
  • Next-minor work targeting the next feature/minor release
  • Not sure; reviewer should help classify

Stable hotfix reason:

<!-- If this targets release/2.5.x, explain the current-stable user problem it fixes. -->

Changed Surface

  • Docs only
  • Tests only
  • Dashboard UI
  • Dashboard API / host agent
  • Installer / bootstrap / lifecycle
  • Docker Compose / service manifests
  • Model routing / Hermes / capabilities
  • Network exposure / auth / proxy
  • Dependencies / runtime wiring

Risk And Validation

  • Risk level:
  • Validation run:
    • git diff --check
    • Markdown/link sanity for docs
    • Focused tests listed below
    • Dashboard lint/test/build
    • Extension audit / compose validation
    • Release-grade fleet or scoped hardware validation
    • Stable-lane patch validation, if targeting release/2.5.x
    • Not required because:

Commands/results:

<!-- paste the important commands and results -->

Operational Change Check

If this PR touches installer phases, bootstrap logic, compose stack generation, service manifests, dashboard API control flows, Hermes, model routing, GPU or runtime detection, lifecycle commands, host mutation, or network exposure, it requires release-grade fleet validation before release unless the PR explains a narrower equivalent.

  • This is not an operational change.
  • This is an operational change and validation is recorded above.
  • This is an operational change and validation is intentionally deferred for:

Notes For Reviewers