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
Switched the repo to a Bun-first development workflow, removed pnpm, and updated the documentation and scripts for the new toolchain.
Added MCPB packaging support with a manifest, bundle prep script, and a GitHub release workflow that validates, packs, and uploads a versioned .mcpb artifact.
Fixed Taskwarrior command execution by using argv-based process execution so descriptions, project names, and annotations with spaces or apostrophes are handled safely.
Improved dependency updates and task creation fallback behavior, including better handling for duplicate descriptions and dependency reconciliation.
Added Taskwarrior integration coverage for add/modify/annotation/dependency flows and tightened remaining lint/type cleanup.