atlas.core.config¶
atlas.core.config
¶
Configuration hierarchy: project .atlas/config.json > global ~/.atlas/config.json > defaults.
AtlasConfig
dataclass
¶
AtlasConfig(
retrieve_links: dict[str, list[str]] = dict(),
ignore_patterns: list[str] = list(),
detection_overrides: dict[str, str] = dict(),
package_manager_override: str = "",
auto_add_recommendations: bool = False,
)
Atlas configuration with three-level hierarchy.
load_config
¶
Load config with hierarchy: project > global > defaults.
Source code in src/atlas/core/config.py
save_config
¶
Save config dict to JSON file.