Skip to content

Commit f820300

Browse files
GitHub #692: Future work: preserve protocol neutrality for possible SDKs beyond PHP and Python (#523)
1 parent aafa6c7 commit f820300

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/architecture/sdk-neutrality.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ Adding a neutrality rule, tightening an existing rule, adding a
159159
required audit step, adding a surface family to the audit scope, or
160160
changing the official-SDK breadth policy is a contract change. Bump
161161
`SdkNeutralityContract::VERSION`, update this document, the static
162-
JSON mirror (when one is published), and the per-package stability
163-
documents in the same change. Removing a neutrality rule or audit
164-
step is a major change.
162+
JSON mirror at `static/sdk-neutrality-contract.json` on the
163+
`durable-workflow.github.io` docs site (the public mirror page is
164+
`docs/sdk-neutrality.md`), and the per-package stability documents in
165+
the same change. Removing a neutrality rule or audit step is a major
166+
change.

tests/Unit/V2/SdkNeutralityContractTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
* Adding a neutrality rule, tightening an existing rule, adding a
1919
* required audit step, adding a surface family to the audit scope, or
2020
* changing the official-SDK breadth policy is a contract change.
21-
* Update the architecture doc, the static JSON mirror (when one is
22-
* published), and bump `SdkNeutralityContract::VERSION` in the same
23-
* change.
21+
* Update the architecture doc, the static JSON mirror at
22+
* `static/sdk-neutrality-contract.json` on the docs site, and bump
23+
* `SdkNeutralityContract::VERSION` in the same change.
2424
*/
2525
final class SdkNeutralityContractTest extends TestCase
2626
{

0 commit comments

Comments
 (0)