fix(steev): install.sh adds hermes-native profile install — dispatch-readiness
Mirror curator + CTO + CMO + CEO fix: append `hermes profile install "$REPO" --yes --force`. Without this, steev couldn't register in kanban assignees registry. Done block: verify skills + assignee + gateway-start hint. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7ea62147a6
commit
ff2b88a088
15
install.sh
15
install.sh
@ -56,4 +56,17 @@ fi
|
|||||||
echo "== steev.db =="
|
echo "== steev.db =="
|
||||||
run "sqlite3 '$HERMES_HOME/steev/steev.db' < '$REPO/schema.sql'"
|
run "sqlite3 '$HERMES_HOME/steev/steev.db' < '$REPO/schema.sql'"
|
||||||
|
|
||||||
echo "== done. verify: hermes -p steev skills list | grep steev-agent =="
|
echo ""
|
||||||
|
echo "== hermes-native profile install (dispatch-readiness) =="
|
||||||
|
if [ "$DRY" = 1 ]; then
|
||||||
|
echo "DRY: hermes profile install '$REPO' --yes --force"
|
||||||
|
else
|
||||||
|
hermes profile install "$REPO" --yes --force 2>&1 | tail -5 || \
|
||||||
|
echo " WARN: hermes profile install failed (legacy symlink still works)"
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "== done =="
|
||||||
|
echo " verify skills: hermes -p steev skills list | grep steev-agent"
|
||||||
|
echo " verify assignee registered: hermes kanban assignees | grep steev"
|
||||||
|
echo " start gateway (when ready): hermes profile gateway start steev"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user