Skip to content

Commit d19d813

Browse files
anandgupta42claude
andauthored
fix: add missing altimate_change markers for experimental block in opencode.jsonc (#344)
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) <noreply@anthropic.com>
1 parent 65d82fb commit d19d813

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/meta/commit.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
release: v0.5.2
1+
fix: add missing `altimate_change` markers for `experimental` block in `opencode.jsonc`
2+
3+
The `experimental` config added in #311 was missing upstream markers,
4+
causing the Marker Guard CI check to fail on main.
25

36
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

.opencode/opencode.jsonc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"github-triage": false,
1616
"github-pr-search": false,
1717
},
18+
// altimate_change start — disable auto MCP discovery for altimate-code
1819
"experimental": {
1920
"auto_mcp_discovery": false,
2021
},
22+
// altimate_change end
2123
}

0 commit comments

Comments
 (0)