Skip to content

Commit 5707655

Browse files
committed
site: the drift table no longer promises byte-identical generated stacks
Generated code is a reference helper you own (ADR-0034 Amendment 3), so the conformance corpora cannot guarantee that a TS stack and a Java stack agree byte-for-byte; they hold every port to one reading of the model. What catches a stale consumer is that port's verify failing the build that has not regenerated. The row now says that. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01M1mRRB1K2WdYy82kntMQdx
1 parent 5f50008 commit 5707655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎www/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h2 class="section-label">Context is advisory. This is not: drift breaks the bui
233233
<tr>
234234
<td>TS service renames a column; the Java consumer's POJO mapping silently goes stale</td>
235235
<td>Boundary drifts. Cross-service schema mismatch in production.</td>
236-
<td>Same metadata regenerates both stacks. Conformance corpus guarantees they agree byte-for-byte.</td>
236+
<td>Same metadata regenerates both stacks. Each port's <code>verify</code> fails the build that has not regenerated, and the conformance corpora hold every port to one reading of the model.</td>
237237
</tr>
238238
</tbody>
239239
</table>

0 commit comments

Comments
 (0)