From 1936f75d25788bb6b8026a0f94e0434d8582cbd5 Mon Sep 17 00:00:00 2001 From: anandgupta42 Date: Fri, 20 Mar 2026 16:18:42 -0700 Subject: [PATCH] fix: add missing `altimate_change` markers for `experimental` block in `opencode.jsonc` The `experimental` config added in #311 was missing upstream markers, causing the Marker Guard CI check to fail on main. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/meta/commit.txt | 5 ++++- .opencode/opencode.jsonc | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/meta/commit.txt b/.github/meta/commit.txt index 3196ee8bc2..f754bd0d45 100644 --- a/.github/meta/commit.txt +++ b/.github/meta/commit.txt @@ -1,3 +1,6 @@ -release: v0.5.2 +fix: add missing `altimate_change` markers for `experimental` block in `opencode.jsonc` + +The `experimental` config added in #311 was missing upstream markers, +causing the Marker Guard CI check to fail on main. Co-Authored-By: Claude Opus 4.6 (1M context) diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index 8f3ffac9cf..e16af2f78a 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -15,7 +15,9 @@ "github-triage": false, "github-pr-search": false, }, + // altimate_change start — disable auto MCP discovery for altimate-code "experimental": { "auto_mcp_discovery": false, }, + // altimate_change end }