# larry-anywhere update manifest # Format: one path per line, relative to the bundle root. # Lines starting with '#' and blank lines are ignored. # Every file listed here is auto-synced by larry.sh's self_update() each time # the running larry.sh version changes (and on first launch of a new version). # # To add a new file to the auto-sync set: list it here and bump VERSION. # Top-level scripts larry.sh larry-tunnel.sh larry-auth.sh larry-rollback.sh install-larry.sh # Metadata VERSION MANUAL.md CHANGELOG.md # Agent personas (system-prompt overlays) agents/larry.md agents/clover.md agents/cloverleaf-cheatsheet.md agents/regress.md # Cygwin/MobaXterm CR-taint defense primitives (sourced by every tool) lib/cygwin-safe.sh # Auth implementation lib/oauth.sh # Secure SSH with ControlMaster (password hidden from Larry-the-LLM) lib/ssh-helper.sh # Logging / capture lib/lessons.sh lib/journal.sh # HL7 utilities lib/hl7-sanitize.sh lib/hl7-desanitize.sh lib/hl7-diff.sh lib/hl7-field.sh lib/hl7-schema.sh # v0.8.2: Microsoft Presidio sidecar (optional, opt-in install). # Closes V1 free-text PHI gap from Vera's audit. Requires Python 3.9+ and # pip install presidio_analyzer + presidio_anonymizer + fastapi + uvicorn # + spaCy en_core_web_sm. install-larry.sh offers to install on first run. # Larry's tier-5 silently skips when sidecar is unreachable, so syncing # these files is safe even on hosts where Python deps aren't installed. lib/phi-presidio-sidecar.py lib/phi-sidecar.sh lib/phi-client.sh # Generic helpers lib/each.sh lib/each-site.sh lib/len2nl.sh lib/csv-to-table.sh lib/table-to-csv.sh # NetConfig tooling lib/nc-engine.sh lib/nc-status.sh lib/nc-table.sh lib/nc-xlate.sh lib/nc-smat-diff.sh lib/nc-create-thread.sh lib/nc-tclgen.sh lib/nc-parse.sh lib/nc-inbound.sh lib/nc-make-jump.sh lib/nc-msgs.sh lib/nc-document.sh lib/nc-diff-interface.sh lib/nc-find.sh lib/nc-insert-protocol.sh lib/nc-regression.sh