superbee 0.1.1 → 0.1.2-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
CHANGED
|
@@ -91,7 +91,7 @@ Use `superbee mcp status --host <id>` to verify it and restart the host after a
|
|
|
91
91
|
- `superbee doc delete <id> [--expected-version <v>] [--dir <path>] [--remote <url>]`
|
|
92
92
|
— Hard-delete a doc (idempotent: absent -> deleted:false, exit 0)
|
|
93
93
|
- `superbee list [--type <t>] [--tag <t>] [--field <k=v>] [--prefix <p>] [--open] [--limit <n>] [--dir <path>] [--remote <url>]`
|
|
94
|
-
— Query concepts
|
|
94
|
+
— Query concepts newest-first by meaningful change time (alias: query) — a comma in --field's value is set membership (OR); --open excludes terminal instances (declared kinds only)
|
|
95
95
|
- `superbee link (add <from> <to> [--text <t>] [--actor <n>] | show <id> [--limit <n>] [--text <t>] | list [--from <id|prefix/>] [--to <id|prefix/>] [--text <t>] [--limit <n>]) [--dir <path>] [--remote <url>]`
|
|
96
96
|
— Add a cross-link, show a concept's links + backlinks, or query the whole bundle's derived edge list filtered by from/to (id or prefix/, repeatable/union) and exact-match text
|
|
97
97
|
|