summaryrefslogtreecommitdiff
path: root/RELEASE-READINESS.md
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-07 18:23:28 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-07 18:23:28 +0000
commitfa05a5f8238e9e1417235711656e5062ccc843a7 (patch)
tree46fbbd18de54492b59307c16efcc7f3152723238 /RELEASE-READINESS.md
Initial push
Diffstat (limited to 'RELEASE-READINESS.md')
-rw-r--r--RELEASE-READINESS.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/RELEASE-READINESS.md b/RELEASE-READINESS.md
new file mode 100644
index 0000000..eff80d4
--- /dev/null
+++ b/RELEASE-READINESS.md
@@ -0,0 +1,53 @@
+# Release readiness · MAX25-Stack-Lite
+
+Offline and manual release gates for MAX25-Stack-Lite, scoped to `max25-terminal` / `max25-client`, localhost `max25d`, CRDOP, and BayCom/based (`max25-bcpr`) only.
+
+## Offline gate matrix
+
+| Gate | Result |
+|------|--------|
+| `cmake` build + install (`MAX25_BUILD_MAX25_BCPR=ON` default) | Pass target |
+| `./scripts/terminology-check.sh` | Required |
+| `./scripts/release-check.sh` | Pass target |
+| `./scripts/tx-rx-test.sh` (L0 offline, RX before TX) | Pass target |
+| `test_bcpr_backend.py` | Pass |
+| `test_crdop_backend.py` | Pass |
+| `test_paths.py` | Pass |
+| `test_proto.py` / `test_auth.py` | Pass |
+| `stacks/terminal/test-terminal.sh` | Pass |
+
+## Consistency gate matrix
+
+| Gate | Status |
+|------|--------|
+| Version in `VERSION` file (currently `1.8.0`) | Required |
+| Localhost-only TCP (`tcp_host` loopback; no `0.0.0.0`) | Required |
+| Device face BayCom/based = **`max25e0`** (not `bcpr-bc0`) | Required |
+| `MAX25_BUILD_MAX25_BCPR=ON` default on Linux/FreeBSD/BSD | Required — see `cmake/MAX25Platform.cmake` |
+| No `plugins/` tree, no `stacks/tncs/` — devices set directly in `max25d.ini` | Required |
+| HyBBX co-host, web UI, multi-RF orchestration | Out of scope — must stay absent from build/install tree |
+| Canonical start | `scripts/run-max25d.sh` (§0.21 root only when SER12/bcpr needs it) |
+
+## Manual hardware gate matrix
+
+| Gate | Status |
+|------|--------|
+| BayCom/based `max25e0` (max25-bcpr) | active |
+| Live RX before TX (§0.20) | Required — see `scripts/tx-rx-test.sh`, `max25-bcpr-rxtx-smoke.sh` |
+| CRDOP soft modem bench | Optional |
+
+## Tag gate matrix
+
+| Item | Status |
+|------|--------|
+| Annotated tag matching `VERSION` | Operator decision |
+| Push to remote | Operator decision |
+
+## Related
+
+| Goal | Doc |
+|------|-----|
+| Build · wizard | [README.md](README.md) |
+| Doc index | [docs/README.md](docs/README.md) |
+| Changelog | [CHANGELOG.md](CHANGELOG.md) |
+| BayCom/based | [stacks/max25-bcpr/README.md](stacks/max25-bcpr/README.md) |
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com