feat: slash commands, skills discovery, and config inspection

This commit is contained in:
Sisyphus
2026-04-01 20:36:06 +09:00
parent ebef38e844
commit efac48ae2a
2 changed files with 1822 additions and 0 deletions

View File

@@ -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