feat: slash commands, skills discovery, and config inspection
This commit is contained in:
parent
ebef38e844
commit
efac48ae2a
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "commands"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
plugins = { path = "../plugins" }
|
||||
runtime = { path = "../runtime" }
|
||||
serde_json.workspace = true
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue