@@ -81,7 +81,15 @@ visibility cell:
8181
8282``` bash
8383php artisan waterline:namespace-conformance \
84+ --artifact-version=server=0.2.N \
85+ --artifact-version=cli=0.1.N \
86+ --artifact-version=workflow=2.0.0-alpha.N \
87+ --artifact-version=sdk-python=0.4.N \
8488 --artifact-version=waterline=2.0.0-alpha.N \
89+ --artifact-source=server=docker_image \
90+ --artifact-source=cli=official_install_script \
91+ --artifact-source=workflow=packagist_package \
92+ --artifact-source=sdk-python=pypi_package \
8593 --artifact-source=waterline=packagist_package \
8694 --json
8795```
@@ -93,10 +101,12 @@ routes, emits a
93101` durable-workflow.v2.namespace-runtime.result ` document with
94102` waterline_operator_namespace_visibility ` populated, includes the scoped and
95103unscoped API and dashboard response captures used by the pass/fail checks,
96- adds an ` operator_surface_matrix ` verdict for scoped workflow lists,
97- workflow details, schedule views, search-attribute values, dashboard scope,
98- stats/operator APIs, and documented unscoped authority, and removes its
99- fixture rows unless ` --keep-fixtures ` is supplied. It is a shard, not a full
104+ records the conformance suite version and rejects missing, local, source, or
105+ development artifact metadata, adds an ` operator_surface_matrix ` verdict for
106+ scoped workflow lists, workflow details, schedule views,
107+ search-attribute values, dashboard scope, stats/operator APIs, and documented
108+ unscoped authority, and removes its fixture rows unless ` --keep-fixtures ` is
109+ supplied. It is a shard, not a full
100110namespace run: all non-Waterline namespace scenarios remain ` not_covered ` for
101111the full harness to merge or evaluate separately.
102112
0 commit comments