From 9637e4ada2c65b120fe58d5f014a9371c049cc4f Mon Sep 17 00:00:00 2001 From: Jess Izen Date: Mon, 11 May 2026 18:29:53 +0000 Subject: [PATCH 1/2] feat: add dial9 recommendation plugin --- dial9/SYMPOSIUM.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dial9/SYMPOSIUM.toml diff --git a/dial9/SYMPOSIUM.toml b/dial9/SYMPOSIUM.toml new file mode 100644 index 0000000..5d9a81e --- /dev/null +++ b/dial9/SYMPOSIUM.toml @@ -0,0 +1,6 @@ +name = "dial9" +crates = ["dial9-tokio-telemetry", "dial9", "dial9-viewer"] + +[[skills]] +crates = ["dial9-viewer"] +source = "crate" From 138eccfe1c0626cd5108d4903842a2027fd50539 Mon Sep 17 00:00:00 2001 From: Jess Izen Date: Wed, 13 May 2026 02:57:49 +0000 Subject: [PATCH 2/2] fix: use explicit crate_path to keep skills in skills/ --- dial9/SYMPOSIUM.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dial9/SYMPOSIUM.toml b/dial9/SYMPOSIUM.toml index 5d9a81e..843bea8 100644 --- a/dial9/SYMPOSIUM.toml +++ b/dial9/SYMPOSIUM.toml @@ -3,4 +3,4 @@ crates = ["dial9-tokio-telemetry", "dial9", "dial9-viewer"] [[skills]] crates = ["dial9-viewer"] -source = "crate" +source.crate_path = "skills"