Commands are executed via:
python -m app.src.cli <command>
Runs the full pipeline.
Example:
INGEST_SUBMISSION=user \
TARGET_PACK=soc-optimization-unified \
STAGING_PACK=soc-optimization-unified_ingest \
python -m app.src.cli acceptFlags:
--apply: perform real promotion into the repo--force: override non-critical warnings (policy-dependent)
Runs analysis only.
python -m app.src.cli doctorRuns safe rewrite engine + validation.
python -m app.src.cli fixGenerates diffs and (optionally) promotes into target pack.
python -m app.src.cli promote