Skip to content

Conversation

@sivori
Copy link
Collaborator

@sivori sivori commented Aug 22, 2025

Summary

  • refactor workitem command to use top-level open import
  • remove redundant require('open') calls when creating or viewing work items

Testing

  • npm test -- --passWithNoTests
  • npm run lint (fails: ESLint couldn't find the config "@typescript-eslint/recommended" to extend from)
  • npm run build
  • node -e "const open=require('open');open('https://example.com').then(()=>console.log('opened')).catch(err=>console.error('open failed:',err.message));"

https://chatgpt.com/codex/tasks/task_e_68a8cb58f9e88326b92136d5df024c99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants