v0.1.16
What's Changed
Features
- Default help behavior: Running
tbdwithout arguments now displays help with
prominent agent guidance, making it easier to discover commands - Streamlined sync workflow: New outbox workflow with auto-save and auto-import
simplifies issue synchronization between local and remote
Fixes
- Init from subdirectory:
tbd initnow correctly resolves to the git repository
root when run from a subdirectory - Doctor remote count on fresh clones:
tbd doctornow correctly counts remote
issues on freshly cloned repositories (previously showed 0) - JSON mode cleanup: JSON output mode now properly suppresses command options for
cleaner machine-readable output - Workspace import conflicts: Workspace import now uses field-level merge instead of
whole-issue conflicts, reducing false conflict detection - Path constants consistency: Remote issue counting now uses path constants instead
of hardcoded patterns
Documentation
- Electron development guideline: New
electron-app-development-patternsguideline
for building Electron desktop applications
Full commit history:
v0.1.15...v0.1.16