superbee 0.1.2-pre.2 → 0.1.3-pre.1
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.
- package/SKILL.md +1 -1
- package/dist/superbee.mjs +38954 -38889
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -78,6 +78,7 @@ user or a later agent no longer needs to reconstruct. Show or offer the most use
|
|
|
78
78
|
document or View once. Never return only a Markdown link or local filesystem path. When the user
|
|
79
79
|
asks to see it, invoke `show_document` or `show_view` in an MCP Apps host; otherwise invoke
|
|
80
80
|
`superbee doc open <id>`.
|
|
81
|
+
When the tone fits, a single 🐝 may mark a successful Superbee outcome.
|
|
81
82
|
|
|
82
83
|
## Host setup
|
|
83
84
|
|
|
@@ -87,6 +88,5 @@ command, restart after Skill, Hook, or MCP changes, and rerun setup to verify. A
|
|
|
87
88
|
preserves a workspace for explicit selection; it never makes that workspace the current project.
|
|
88
89
|
If home or SessionStart reports `skill_update`, run its exact scope-specific command, restart the
|
|
89
90
|
host, and continue; Superbee never rewrites an installed Skill automatically.
|
|
90
|
-
`npx -y superbee` is suitable for ordinary bundle commands, not durable host integration.
|
|
91
91
|
|
|
92
92
|
<!-- GENERATED by packages/cli/scripts/gen-skill.mjs — do not edit by hand. -->
|