Fixes build, adds missing sse event and correct command (#11)

* add missing type

* prune

* readme

* minor

* update to .ironclaw
This commit is contained in:
Elliot Braem
2026-02-10 00:08:59 +00:00
committed by GitHub
parent a35db4d32d
commit 202665a55c
6 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ if [ -f "$WASM_PATH" ]; then
wasm-tools strip slack.wasm -o slack.wasm
echo "Built: slack.wasm ($(du -h slack.wasm | cut -f1))"
echo "Copy slack.wasm and slack.capabilities.json to ~/.near-agent/channels/"
echo "Copy slack.wasm and slack.capabilities.json to ~/.ironclaw/channels/"
else
echo "Error: WASM output not found at $WASM_PATH"
exit 1