mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-04-18 01:32:42 +08:00
feat: slash commands, skills discovery, and config inspection
This commit is contained in:
parent
ebef38e844
commit
efac48ae2a
14
rust/crates/commands/Cargo.toml
Normal file
14
rust/crates/commands/Cargo.toml
Normal 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
|
||||||
1808
rust/crates/commands/src/lib.rs
Normal file
1808
rust/crates/commands/src/lib.rs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user