Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Universal self-improvement system that learns from every skill interaction using multi-memory architecture.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
hooks/post-bash.sh
1#!/usr/bin/env bash2set -euo pipefail34tool_output="${1:-}"5exit_code="${2:-0}"67echo "[self-improving-agent] PostToolUse: exit=${exit_code}" >&28if [[ -n "${tool_output}" ]]; then9echo "[self-improving-agent] Output: ${tool_output}" >&210fi11