Loading src/tdoc_crawler/config/AGENTS.md +3 −2 Original line number Diff line number Diff line Loading @@ -19,9 +19,10 @@ config.crawl.workers # Concurrent workers ``` **Config discovery** (later overrides earlier): 1. Global: `~/.config/3gpp-crawler/config.toml` 2. Project: `3gpp-crawler.toml`, `.3gpp-crawler.toml`, `.3gpp-crawler/config.toml` 3. Config dir: `.config/.3gpp-crawler/conf.d/*.toml` 1. Project: `3gpp-crawler.toml`, `.3gpp-crawler.toml`, `.3gpp-crawler/config.toml` 1. Config dir: `.config/.3gpp-crawler/conf.d/*.toml` **Precedence:** CLI args > Config file > Env vars > Defaults Loading Loading
src/tdoc_crawler/config/AGENTS.md +3 −2 Original line number Diff line number Diff line Loading @@ -19,9 +19,10 @@ config.crawl.workers # Concurrent workers ``` **Config discovery** (later overrides earlier): 1. Global: `~/.config/3gpp-crawler/config.toml` 2. Project: `3gpp-crawler.toml`, `.3gpp-crawler.toml`, `.3gpp-crawler/config.toml` 3. Config dir: `.config/.3gpp-crawler/conf.d/*.toml` 1. Project: `3gpp-crawler.toml`, `.3gpp-crawler.toml`, `.3gpp-crawler/config.toml` 1. Config dir: `.config/.3gpp-crawler/conf.d/*.toml` **Precedence:** CLI args > Config file > Env vars > Defaults Loading