Skip to content

Commit 3a8fb3d

Browse files
committed
docs: fix stale cross-reference to SPECIFICATION.md heading
MCP_STANDARDS.md quoted a section title "Optimistic Concurrency Control (Inform Half)" that doesn't exist verbatim in SPECIFICATION.md — the actual structure is a level-3 heading "Optimistic Concurrency Control" containing a separate level-4 subsection "Inform half". Updated the cross-reference to match.
1 parent 73d0d09 commit 3a8fb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dev/MCP_STANDARDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Source these from values already known before the write (input parameters, pre-f
2525

2626
Global mutations whose target is a taxonomy rather than a specific resource intentionally omit per-resource metadata.
2727

28-
The concrete instantiation for this server — which tools are in scope, which helpers implement these patterns, the runtime constants and labels — lives in `docs/dev/SPECIFICATION.md` under "Optimistic Concurrency Control (Inform Half)". Empirical findings about the underlying DB columns those helpers read live in `docs/dev/BEAR_DATABASE_SCHEMA.md`.
28+
The concrete instantiation for this server — which tools are in scope, which helpers implement these patterns, the runtime constants and labels — lives in `docs/dev/SPECIFICATION.md` under "Optimistic Concurrency Control" → "Inform half". Empirical findings about the underlying DB columns those helpers read live in `docs/dev/BEAR_DATABASE_SCHEMA.md`.
2929

3030
## Tool Description
3131

0 commit comments

Comments
 (0)