Skip to main content

Module paths

Module paths 

Source
Expand description

Cache and config directory resolution (Python-compatible layout).

  • Cache: $SKIFF_CACHE_DIR or ~/.cache/skiff (tool lists, GraphQL/OpenAPI, OAuth, sessions, usage)
  • Config: $SKIFF_CONFIG_DIR or ~/.config/skiff (baked.json)

Tests may override via set_cache_dir_override / set_config_dir_override under [TEST_PATHS_LOCK].

Constants§

DEFAULT_CACHE_TTL

Functions§

baked_file
cache_dir
config_dir
set_cache_dir_override
Override cache dir (for tests). None clears the override.
set_config_dir_override
Override config dir (for tests). None clears the override.
usage_file