You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update Linear API scripts to use STACKMEMORY_LINEAR_API_KEY as primary env var
Updated all Linear-related scripts in /scripts directory to use STACKMEMORY_LINEAR_API_KEY
as primary environment variable with fallback to LINEAR_API_KEY:
Updated scripts:
- scripts/claude-sm-autostart.js
- scripts/clean-linear-backlog.js
- scripts/debug-linear-update.js
- scripts/delete-linear-tasks.js
- scripts/linear-task-review.js
- scripts/sync-and-clean-tasks.js
- scripts/sync-linear-graphql.js
- scripts/sync-linear-tasks.js
- scripts/update-linear-tasks-fixed.js
This provides namespace isolation for StackMemory-specific Linear configurations
while maintaining backward compatibility.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments