mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-03 11:49:00 +03:00
feat: slash commands, skills discovery, and config inspection
This commit is contained in:
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
Reference in New Issue
Block a user