jan-cli 0.14.0

YAML-defined CLI trees with progressive help, optional exec aliases, merged extra specs, and SQLite audit logging keyed by git branch
Documentation
metadata:
  name: jan
  description: |
    Example shortcuts for Git (including rich log and blame workflows), disk and
    filesystem inspection, networking, processes and signals, Gradle / Gradle
    wrapper tasks, Rust (cargo/rustup), Android (adb), Docker, and Linux systemd
    / journal tools. Point jan at this tree with:
      jan use examples --root default.spec.yaml

commands:
  git:
    include: default/git.yaml
  disk:
    include: default/disk.yaml
  net:
    include: default/net.yaml
  proc:
    include: default/proc.yaml
  gradle:
    include: default/gradle.yaml
  rust:
    include: default/rust.yaml
  android:
    include: default/android.yaml
  docker:
    include: default/docker.yaml
  sys:
    include: default/sys.yaml