RFC 0006: record first-implementation experience - #10
Merged
Conversation
The Go reference runtime now implements the RFC's pinned semantics behind its explicitly experimental, non-conformance-claiming surface (its ADR-0007); the nine appendix instances run as its acceptance tests and reproduce identically over both of its surfaces. Record the implementation experience RFC 0000 asks for: the restated step 2 was implementable as written; number representability is a real gap (extreme exponents make equality undeterminable -- mapped to section 7.4's incomparable-produces-unknown, with a new unresolved question); the no-destination direct escalation shape needs confirming; honoring additionalProperties: false requires strict wire-argument decoding. Also states the independence bar for the second implementation: derived from this RFC's text, never ported from the first. Draft amendment; no normative text exists yet to change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The evaluator now exists: judgment-pack-runtime#19 implements this RFC's pinned semantics behind an explicitly experimental, non-conformance-claiming surface (runtime ADR-0007), with the nine appendix instances as its acceptance tests — reproduced identically over CLI and MCP.
This amendment records the implementation experience RFC 0000 asks for:
unknown, added as an unresolved question;additionalProperties: falserequires strict wire-argument decoding.Also pins the independence bar for implementation #2: derived from the RFC text, never ported from the first implementation. 45 tests pass; site builds.
🤖 Generated with Claude Code