Commit 23b2cc8
committed
fix - pin OPENCODE_CHANNEL=flex at build time to prevent per-branch DB fragmentation
Without this, every build bakes the current git branch name as the installation
channel, causing OpenCode to open a new empty SQLite database each time you
rebuild from a different branch (opencode-chore-bolster-install.db,
opencode-feat-mcp-awareness.db, etc). Setting OPENCODE_CHANNEL=flex means all
Flexion fork builds share opencode-flex.db regardless of which branch was built.1 parent fb032ac commit 23b2cc8
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
| |||
0 commit comments