@quo-systems/quo 0.2.17 → 0.2.19
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/README.md +4 -3
- package/package.json +1 -1
- package/quo-kit.md +3 -2
package/README.md
CHANGED
|
@@ -13,9 +13,10 @@ Nothing else is Quo.
|
|
|
13
13
|
beings and judges its door.
|
|
14
14
|
- **Being.** One ordinary object, one voice.
|
|
15
15
|
|
|
16
|
-
[`SPEC.md`](SPEC.md) is the truth. It is the protocol
|
|
17
|
-
any language must do for its bytes to be Quo. It is
|
|
18
|
-
assumes nothing from any other document, this README
|
|
16
|
+
[`protocol/SPEC.md`](protocol/SPEC.md) is the truth. It is the protocol
|
|
17
|
+
alone: what any ward in any language must do for its bytes to be Quo. It is
|
|
18
|
+
self-contained and assumes nothing from any other document, this README
|
|
19
|
+
included. Read it first.
|
|
19
20
|
[`quo-kit.md`](quo-kit.md) is this kit: what one TypeScript
|
|
20
21
|
implementation chose and another kit may refuse. It assumes the spec, and
|
|
21
22
|
where the two disagree the spec wins.
|
package/package.json
CHANGED
package/quo-kit.md
CHANGED
|
@@ -542,8 +542,9 @@ passes the same suite. Those tests are the checklist, not the mock.
|
|
|
542
542
|
number on every terrain and does not move because another lane of the gate
|
|
543
543
|
is running; a regression in it is somebody deriving again what the ward
|
|
544
544
|
already holds. Beside it, that the kept keys stay under their bound however
|
|
545
|
-
long a ward talks, and one wall clock
|
|
546
|
-
|
|
545
|
+
long a ward talks, and one wall clock that prints what an ask took and
|
|
546
|
+
asserts nothing, because the gate runs every file at once and a clock there
|
|
547
|
+
measures the machine.
|
|
547
548
|
- `test/package.test.ts`: the package as a stranger meets it. The tarball
|
|
548
549
|
is packed, installed into an empty folder with nothing but Node, and
|
|
549
550
|
every entry point the exports map names is imported. Every other suite
|