Quickstart
This is the shortest supported path for using the repo.
Preconditions
- Run commands from the repository root.
- Have R available locally.
- Install the minimal repo dependency used by validation:
Create A New Market/KPI
This creates:
Fill In The Market Folder
At minimum:
- update
config.yml - implement
transform.R - implement
decomp.R - implement
build.R - update the market
README.md - record exact validated runtime versions in
versions.lock
Validate
Validate one market:
Validate all migrated markets:
Build
Submit
- commit the market changes
- open a pull request
- product/engineering reviews for mergeability and standards
What This Does Not Yet Guarantee
The current scaffold enforces structure, config shape, and forbidden local-path patterns. Full runtime transform/predict/decomp/build verification is still a next-step enhancement once real market logic is migrated.