Commit d01323e
StackMemory Bot (CLI)
fix(conductor): auto-detect Linear team ID when --team not provided
cacheWorkflowStates() was silently skipped when teamId was undefined,
causing every state transition to log "Target state not found in cache".
Now auto-detects the team via client.getTeam() before caching states.1 parent c697175 commit d01323e
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
194 | 211 | | |
195 | 212 | | |
196 | 213 | | |
| |||
0 commit comments