Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/adr/0007-experimental-evaluator.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/adr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |