@@ -35,7 +35,7 @@ final class PlatformConformanceSuite
3535
3636 public const RESULT_VERSION = 1 ;
3737
38- public const AUTHORITY_DOC = 'docs/architecture/platform-conformance-suite.md ' ;
38+ public const AUTHORITY_DOC = 'https://github.com/durable-workflow/workflow/blob/v2/ docs/architecture/platform-conformance-suite.md ' ;
3939
4040 public const CATEGORY_STATUS_STABLE = 'stable ' ;
4141
@@ -196,7 +196,7 @@ private static function fixtureCatalog(): array
196196 'path ' => 'tests/fixtures/control-plane/ ' ,
197197 ],
198198 ],
199- 'authority_doc ' => 'durable-workflow.github.io/docs/polyglot/cli-python-parity.md ' ,
199+ 'authority_doc ' => 'https://github.com/ durable-workflow/durable-workflow .github.io/blob/main /docs/polyglot/cli-python-parity.md ' ,
200200 ],
201201 'worker_task_lifecycle ' => [
202202 'status ' => self ::CATEGORY_STATUS_STABLE ,
@@ -219,7 +219,7 @@ private static function fixtureCatalog(): array
219219 'path ' => 'tests/fixtures/external-task-result/ ' ,
220220 ],
221221 ],
222- 'authority_doc ' => 'server/docs/contracts/external-task-input.md, server/docs/contracts/external-task-result.md ' ,
222+ 'authority_doc ' => 'https://github.com/durable-workflow/ server/blob/main/ docs/contracts/external-task-input.md, https://github.com/durable-workflow/ server/blob/main /docs/contracts/external-task-result.md ' ,
223223 ],
224224 'history_replay_bundles ' => [
225225 'status ' => self ::CATEGORY_STATUS_STABLE ,
@@ -234,7 +234,7 @@ private static function fixtureCatalog(): array
234234 'path ' => 'tests/fixtures/golden_history/ ' ,
235235 ],
236236 ],
237- 'authority_doc ' => 'workflow/docs/api-stability.md (frozen history-event wire formats) ' ,
237+ 'authority_doc ' => 'https://github.com/durable- workflow/workflow/blob/v2/ docs/api-stability.md ' ,
238238 ],
239239 'failure_repair_actionability ' => [
240240 'status ' => self ::CATEGORY_STATUS_STABLE ,
@@ -249,7 +249,7 @@ private static function fixtureCatalog(): array
249249 'path ' => 'docs/contracts/replay-verification.md ' ,
250250 ],
251251 ],
252- 'authority_doc ' => 'server/docs/contracts/external-task-result.md ' ,
252+ 'authority_doc ' => 'https://github.com/durable-workflow/ server/blob/main /docs/contracts/external-task-result.md ' ,
253253 ],
254254 'cli_json_envelopes ' => [
255255 'status ' => self ::CATEGORY_STATUS_STABLE ,
@@ -264,7 +264,7 @@ private static function fixtureCatalog(): array
264264 'path ' => 'schemas/ ' ,
265265 ],
266266 ],
267- 'authority_doc ' => 'durable-workflow.github.io/docs/polyglot/cli-reference.md ' ,
267+ 'authority_doc ' => 'https://github.com/ durable-workflow/durable-workflow .github.io/blob/main /docs/polyglot/cli-reference.md ' ,
268268 ],
269269 'waterline_observer_envelopes ' => [
270270 'status ' => self ::CATEGORY_STATUS_PROVISIONAL ,
@@ -275,7 +275,7 @@ private static function fixtureCatalog(): array
275275 'path ' => 'tests/fixtures/observer/ (planned) ' ,
276276 ],
277277 ],
278- 'authority_doc ' => 'waterline/CONFORMANCE.md ' ,
278+ 'authority_doc ' => 'https://github.com/durable-workflow/ waterline/blob/v2 /CONFORMANCE.md ' ,
279279 ],
280280 'mcp_discovery_envelopes ' => [
281281 'status ' => self ::CATEGORY_STATUS_PROVISIONAL ,
@@ -294,7 +294,7 @@ private static function fixtureCatalog(): array
294294 'path ' => 'tests/Feature/McpWorkflowServerTest.php ' ,
295295 ],
296296 ],
297- 'authority_doc ' => 'durable-workflow.github.io/docs/mcp-workflows.md ' ,
297+ 'authority_doc ' => 'https://github.com/ durable-workflow/durable-workflow .github.io/blob/main /docs/mcp-workflows.md ' ,
298298 ],
299299 ];
300300 }
0 commit comments