- adds functions - util_create_state - util_read_state - util_write_state - util_delete_state for state management API. see docs/about_states.md for details. - moves functions from _reve.sh to _reve_utils.sh to prevent circular imports.
+ _reve/util_read_config {config_key} + _reve/util_write_config {config_key} {value} + _reve/util_delete_config {config_key} + let shellcheck know what we're sourcing
+ fish & bash completions + -w/--where option M moved util_readf to _reve.sh M linter-detected warnings fixed M less variable clutter