YAML Config

Reads and writes PyYAML configs with yaml.safe_load, utf-8 pathlib I/O, YAMLError line numbers, and factory-defaults deep-merge for vehicle or app parameters. Use when parsing config.yaml, dumping with sort_keys=False, or merging user overrides. Never call yaml.load without a Loader; not for GitHub Actions workflow YAML or multi-gigabyte JSONL/Parquet dumps.

Kayforkind f00f454 7.1 KB Updated

File contents

Kayforkind/skill-slice commit f00f454040

Frequently asked questions

npx skillmds@latest add kayforkind/yaml-config