AGENTS.md@opt/bin ยท diff

git:20260707.3f46d49 to git:20260720.57b8042

1 added, 0 removed. Audit A to A.

# Local Binaries (opt/bin)
This directory is reserved for compiled binaries and local executable artifacts. It is ignored by Git to prevent repository pollution.
## Binaries
These tools are built from source (typically in `src/`) and deposited here during installation or updates:
- `gss`: Git Safe Sync.
- `tmux-mgr`: Tmux Management tool.
- `wol`: Wake-on-LAN utility.
- `discuss`: Communication tool.
- `vault`: HashiCorp Vault binary.
- `git-sizer`: Git repository analyzer.
+ - `docker` / `docker-compose`: **Committed WSL shims, not binaries.** Real executables so non-interactive shells (make, scripts) resolve a working docker โ€” the `.bash_aliases` docker.exe fallback is an alias and only exists interactively. Resolution order: Docker Desktop's WSL-integration Linux CLI โ†’ any other real docker on PATH โ†’ `docker.exe` over interop (with its credential helper dir appended to PATH). `docker-compose` delegates to `docker compose` (v2).
## Usage
This directory should be in your `$PATH`. It is populated by the `./install.sh` script or individual project build scripts.