Expand description
Configuration loading for GithubClaw.
Loads from two sources:
- Global: ~/.githubclaw/config.yaml (shared across all repos)
- Per-repo: .githubclaw/config.yaml (repo-specific overrides)
Structs§
- E2eConfig
- E2E test configuration for Verifier direct-use validation.
- Global
Config - Global configuration loaded from
~/.githubclaw/config.yaml. - Repo
Config - Per-repo configuration loaded from
.githubclaw/config.yaml.
Constants§
Functions§
- default_
event_ subscription - find_
repo_ root - Walk up from
startto find a directory containing.git/. - get_
log_ file - Return the path to the webhook server log file.
- get_
pid_ file - Return the path to the webhook server PID file.
- global_
config_ dir - global_
config_ path