From cbfd6e0fbef1c39fa6dcad8652e9069a4b223f12 Mon Sep 17 00:00:00 2001 From: Lilleman auf Larv Date: Thu, 24 Sep 2026 00:19:19 +0200 Subject: [PATCH] Count ten goals, and point at where the hard rules live --- AGENTS.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index a82cdb4..68fbd95 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,7 +12,7 @@ not for structure or style. ## Goals -The nine goals, in priority order, live in +The ten goals, in priority order, live in [README.md](https://gitea.larvit.se/larvit/smpp-js/src/branch/main/README.md#goals) — they say where this library is heading, which an outside reader judges it by. The README states the audience alongside them. Everything below cites a goal by number. diff --git a/README.md b/README.md index 2c5873e..ef393b0 100644 --- a/README.md +++ b/README.md @@ -654,7 +654,7 @@ See [MIGRATION.md](https://gitea.larvit.se/larvit/smpp-js/src/branch/main/MIGRAT ## Goals In priority order, and the order is the point: where two of them pull against each other, the earlier -one wins. They do not override the hard rules below. +one wins. They do not override the [hard rules](AGENTS.md#hard-rules). 1. **Correct on the wire.** SMPP 3.4 as SMSCs actually run it. Every other goal yields to this one; the defect table below is what the alternative costs.