Skip to content

Simplicio v3.4.1 β€” install + update, fully functional

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 24 Jun 18:02
· 21 commits to main since this release

Simplicio v3.4.1 β€” install + update, fully functional

scripts/update.sh β€” one-command update

bash scripts/update.sh [<runtime>]

git pull --ff-only (auto-stashes + restores local edits) β†’ reinstalls skills/hooks/operators from the fresh source β†’ restarts the always-on services (launchd on macOS Β· systemd on Linux) so they run the new code β†’ prints the live stack + savings.

Installer now robust on externally-managed Python (PEP 668)

install_lib.py ensure_operators installs the loop operators (simplicio-mapper + simplicio-cli) even on Homebrew/Debian Python: it retries pip install --user --break-system-packages on a PEP-668 failure, then symlinks the console-scripts into ~/.local/bin (the --user scheme can drop them in a dir off PATH, e.g. macOS ~/Library/Python/X.Y/bin). Without this the operators installed but weren't on PATH, and the loop drive would block.

Verified on this machine

bash scripts/install.sh claude --global --with-monitor β†’

  • 6 skills + hooks copied to ~/.claude, Stop hook wired
  • operators simplicio-mapper + simplicio-dev-cli on PATH
  • capture proxy :8788 + Token Monitor :9090 + tray running; Claude βœ“ Β· Codex βœ“ Β· Hermes βœ“

README Install section documents --with-monitor and the update flow.