@openwop/openwop-conformance 1.161.0 → 1.163.0
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/dist/cli.js +1 -1
- package/package.json +1 -1
- package/requirements.json +61 -61
- package/schemas/CORPUS-STAMP.json +3 -3
- package/schemas/capabilities.schema.json +328 -292
- package/src/cli.ts +1 -1
package/src/cli.ts
CHANGED
|
@@ -203,7 +203,7 @@ Implementation labels (cosmetic — surface in failure messages):
|
|
|
203
203
|
--impl-version <version> Implementation version (env: OPENWOP_IMPLEMENTATION_VERSION)
|
|
204
204
|
|
|
205
205
|
Certification (RFC 0089):
|
|
206
|
-
--bundle-version <1|2> Certification bundle format. Default 1. Version 2 (RFC 0148
|
|
206
|
+
--bundle-version <1|2> Certification bundle format. Default 2 (corrected 2026-09-03, RFC 0168 §E.4; the text said 1 while the code set 2). Version 2 (RFC 0148
|
|
207
207
|
§C) records per-requirement DISPOSITIONS instead of pass/fail/skip
|
|
208
208
|
file lists, so "we could not check" stops being indistinguishable
|
|
209
209
|
from "checked and it holds". See the note it prints.
|