@rindle/api-server 0.5.0 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/rooms.ts CHANGED
@@ -5,8 +5,8 @@
5
5
  // the pure-TS compile/validate half — "loud at registration" (§2.3): every rule checkable at
6
6
  // `createRindleApiServer` construction throws (or warns) THERE, not at a 3am room boot.
7
7
  //
8
- // The serve DECISION (covering proof, lease wire changes, room tokens) is the NEXT slice
9
- // (G-iv-b); it consumes the {@link CompiledRoomProfile} records this module produces. Only
8
+ // The serve DECISION (lease wire changes, room tokens) consumes the {@link CompiledRoomProfile}
9
+ // records this module produces — room-serving trusts the declaration (302 §5), no coverage proof. Only
10
10
  // {@link RoomProfile}, {@link queryResultToAst} and {@link queryRealtimeLabel} are re-exported
11
11
  // from the package index — the compiled shapes and the wire-key helpers stay internal.
12
12