Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 648 Bytes

File metadata and controls

18 lines (14 loc) · 648 Bytes

AGENTS.md — industry_prioritization_matrix (engine repo)

Purpose

This repository provides a reusable engine for the industry prioritization matrix pipeline.

Repository layout

  • pipelines/industry_prioritization_matrix/active/ (work here)
  • pipelines/industry_prioritization_matrix/baseline/ (frozen reference)
  • configs/ (per-run configuration templates)
  • scripts/ (supporting utilities)
  • data_contracts/ (expected inputs/outputs)

Change discipline

  • Do not edit baseline/.
  • Keep changes minimal and scoped to the requested task.

Running

  • See pipelines/industry_prioritization_matrix/run.R for the current run command.