feat(KB-002): add interactive GitHub issue import
- Add --interactive (-i) flag to 'kb task import' CLI command for selective import - Add GitHubImportModal component to dashboard with issue browser and selection - Add /api/github/issues/fetch and /api/github/issues/import API endpoints - Add kb_task_import_github_issue and kb_task_browse_github_issues tools to pi extension - Add comprehensive tests for CLI, dashboard API, and UI components
This commit is contained in:
5
.changeset/add-interactive-github-import.md
Normal file
5
.changeset/add-interactive-github-import.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": minor
|
||||
---
|
||||
|
||||
Add interactive GitHub issue import to CLI, dashboard, and pi extension. The existing `kb task import` command gains an `--interactive` (`-i`) flag for selective import. Dashboard adds Import button with issue browser. Extension adds `kb_task_import_github_issue` tool for single-issue import and `kb_task_browse_github_issues` for browsing issues before import.
|
||||
Reference in New Issue
Block a user