Skip to main content

Module config

Module config 

Source
Expand description

skillpack.toml — the committed config that makes re-runs deterministic.

Per design §4.3, this file lives at the OSS project root, is committed to git, and stores the interview answers plus user prefs so init can run non-interactively in CI. Config round-trips losslessly through TOML.

Structs§

Config
Defaults
SkillConfig

Constants§

FILENAME
The fixed filename committed at the project root.