diff --git a/docs/adr/0007-experimental-evaluator.md b/docs/adr/0007-experimental-evaluator.md index f542281..5d6ec6a 100644 --- a/docs/adr/0007-experimental-evaluator.md +++ b/docs/adr/0007-experimental-evaluator.md @@ -1,12 +1,12 @@ --- -status: proposed +status: accepted date: 2026-07-27 deciders: Brian Jin --- # Ship an experimental evaluator behind an explicit experimental surface -> **Proposed.** Implement JPS Core's §§7–8 experiment — as pinned by the specification's +> **Accepted.** Implemented as JPS Core's §§7–8 experiment — as pinned by the specification's > [RFC 0006 (Draft)](https://github.com/Judgment-Pack/judgment-pack-spec/blob/main/rfcs/0006-evaluator-conformance.md) > — as `judgment-pack experimental evaluate` and the `experimental_evaluate` MCP tool, claiming no > evaluator conformance. diff --git a/docs/adr/README.md b/docs/adr/README.md index 4474298..ee9f8fa 100644 --- a/docs/adr/README.md +++ b/docs/adr/README.md @@ -35,4 +35,4 @@ when** it became that way. architecture.md links out to the relevant ADR rather | [0004](0004-decline-http-api.md) | Permanently decline an in-runtime HTTP API | accepted | | [0005](0005-single-jps-diagnostic-code-prefix.md) | Use a single `JPS-` prefix for diagnostic codes | accepted | | [0006](0006-authoring-lifecycle-in-the-client.md) | The authoring lifecycle lives in the client; the runtime is a stateless oracle | accepted | -| [0007](0007-experimental-evaluator.md) | Ship an experimental evaluator behind an explicit experimental surface | proposed | +| [0007](0007-experimental-evaluator.md) | Ship an experimental evaluator behind an explicit experimental surface | accepted |