From b94b8a9cc9883408483ff1b672bcc2fb1860d3b4 Mon Sep 17 00:00:00 2001 From: Brian Jin <35789537+kikashy@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:20:32 -0400 Subject: [PATCH] docs: ADR-0008 accepted on merge of #22 Status flip only, per the ADR process. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/adr/0008-mcp-prompts-authoring-method.md | 4 ++-- docs/adr/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/adr/0008-mcp-prompts-authoring-method.md b/docs/adr/0008-mcp-prompts-authoring-method.md index 8a0d999..a8ece9e 100644 --- a/docs/adr/0008-mcp-prompts-authoring-method.md +++ b/docs/adr/0008-mcp-prompts-authoring-method.md @@ -1,12 +1,12 @@ --- -status: proposed +status: accepted date: 2026-07-27 deciders: Brian Jin --- # Serve authoring method as MCP prompts; the intelligence stays in the client -> **Proposed.** The MCP server gains the protocol's `prompts` capability with three non-normative +> **Accepted.** The MCP server gained the protocol's `prompts` capability with three non-normative > method prompts — `author_pack`, `test_pack`, `fix_pack` — served as static, versioned text that > the client's model executes with the client's key. diff --git a/docs/adr/README.md b/docs/adr/README.md index f514d0a..5e1d1f7 100644 --- a/docs/adr/README.md +++ b/docs/adr/README.md @@ -36,4 +36,4 @@ when** it became that way. architecture.md links out to the relevant ADR rather | [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 | accepted | -| [0008](0008-mcp-prompts-authoring-method.md) | Serve authoring method as MCP prompts; the intelligence stays in the client | proposed | +| [0008](0008-mcp-prompts-authoring-method.md) | Serve authoring method as MCP prompts; the intelligence stays in the client | accepted |