4 projects
coop-data-doc
Offline, deterministic data-lineage documentation for SQL + Power BI estates: Markdown for LLM agents, searchable dark-mode HTML for humans.
coop-dax-review
Offline, advisory DAX/model standards linter for Power BI semantic models: parses TMDL/.bim, checks measures and model structure against the team's DAX standards, and reports anything that doesn't match. Human report + machine JSON for the company agent. Never edits or blocks.
coop-sql-review
Offline, advisory T-SQL standards linter for Microsoft Fabric Data Warehouse and Azure serverless SQL (--target): parses .sql files and reports anything that doesn't match the team's SQL standards. Human report + machine JSON for the company agent. Never edits or blocks.
coop-review-core
Shared infrastructure for the coop-*-review standards linters: progress, diagnostics, severity/fingerprint, inline + baseline suppressions, self-update, the rules.yml config layer, the shared report/SARIF layer, and CLI helpers.