bumblebee-cli 0.1.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/index.js +4214 -0
  2. package/dist/index.js.map +1 -0
  3. package/package.json +42 -28
  4. package/templates/skills/bb-agent/SKILL.md +180 -0
  5. package/templates/skills/bb-agent/references/bb-commands.md +124 -0
  6. package/templates/skills/bb-agent/references/investigate-workflow.md +150 -0
  7. package/templates/skills/bb-agent/references/parallel-workflow.md +105 -0
  8. package/templates/skills/bb-agent/references/prompts.md +144 -0
  9. package/templates/skills/bb-agent/references/status-transitions.md +93 -0
  10. package/templates/skills/bb-agent/references/workflow.md +178 -0
  11. package/README.md +0 -47
  12. package/bin/bb.mjs +0 -132
  13. package/python/bb_cli/__init__.py +0 -0
  14. package/python/bb_cli/api_client.py +0 -38
  15. package/python/bb_cli/bumblebee_cli.egg-info/PKG-INFO +0 -9
  16. package/python/bb_cli/bumblebee_cli.egg-info/SOURCES.txt +0 -21
  17. package/python/bb_cli/bumblebee_cli.egg-info/dependency_links.txt +0 -1
  18. package/python/bb_cli/bumblebee_cli.egg-info/entry_points.txt +0 -2
  19. package/python/bb_cli/bumblebee_cli.egg-info/requires.txt +0 -4
  20. package/python/bb_cli/bumblebee_cli.egg-info/top_level.txt +0 -5
  21. package/python/bb_cli/commands/__init__.py +0 -0
  22. package/python/bb_cli/commands/__pycache__/__init__.cpython-313.pyc +0 -0
  23. package/python/bb_cli/commands/__pycache__/agent.cpython-313.pyc +0 -0
  24. package/python/bb_cli/commands/__pycache__/auth.cpython-313.pyc +0 -0
  25. package/python/bb_cli/commands/__pycache__/board.cpython-313.pyc +0 -0
  26. package/python/bb_cli/commands/__pycache__/comment.cpython-313.pyc +0 -0
  27. package/python/bb_cli/commands/__pycache__/init.cpython-313.pyc +0 -0
  28. package/python/bb_cli/commands/__pycache__/item.cpython-313.pyc +0 -0
  29. package/python/bb_cli/commands/__pycache__/label.cpython-313.pyc +0 -0
  30. package/python/bb_cli/commands/__pycache__/project.cpython-313.pyc +0 -0
  31. package/python/bb_cli/commands/__pycache__/sprint.cpython-313.pyc +0 -0
  32. package/python/bb_cli/commands/__pycache__/story.cpython-313.pyc +0 -0
  33. package/python/bb_cli/commands/__pycache__/task.cpython-313.pyc +0 -0
  34. package/python/bb_cli/commands/agent.py +0 -1030
  35. package/python/bb_cli/commands/auth.py +0 -79
  36. package/python/bb_cli/commands/board.py +0 -47
  37. package/python/bb_cli/commands/comment.py +0 -34
  38. package/python/bb_cli/commands/init.py +0 -62
  39. package/python/bb_cli/commands/item.py +0 -192
  40. package/python/bb_cli/commands/label.py +0 -43
  41. package/python/bb_cli/commands/project.py +0 -111
  42. package/python/bb_cli/commands/sprint.py +0 -84
  43. package/python/bb_cli/config.py +0 -136
  44. package/python/bb_cli/main.py +0 -44
  45. package/python/pyproject.toml +0 -18
  46. package/scripts/build.sh +0 -20
  47. package/scripts/postinstall.mjs +0 -146