Code Ownership

Ownership is measured by how many commits each author made to each file. It highlights bus-factor risk (files only one person has ever touched) and where knowledge is concentrated.

Files tracked
93
Single-owner files
93 (100.0%)
Contributors
1

Bus Factor Risk — Single-Owner Files

Files only one author has ever changed. The more a file has changed, the more knowledge is at risk if that person leaves.

FileSole ownerCommits
README.mditzzdev0910
pyproject.tomlitzzdev098
docs/architecture.mditzzdev096
src/prismprice/estimation/__init__.pyitzzdev095
src/prismprice/data/augment.pyitzzdev095
tests/test_demand.pyitzzdev094
src/prismprice/config.pyitzzdev094
src/prismprice/observability/__init__.pyitzzdev094
.github/workflows/ci.ymlitzzdev094
src/prismprice/data/synthetic.pyitzzdev094
src/prismprice/estimation/demand.pyitzzdev093
src/prismprice/estimation/elasticity.pyitzzdev093
tests/test_elasticity.pyitzzdev093
src/prismprice/decision/__init__.pyitzzdev093
src/prismprice/data/sources.pyitzzdev093
src/prismprice/storage/store.pyitzzdev093
tests/test_storage.pyitzzdev093
src/prismprice/decision/joint_markdown.pyitzzdev092
.gitignoreitzzdev092
data/runs/dashboard_preview.htmlitzzdev092
data/runs/preview_run.jsonitzzdev092
data/runs/real_run.jsonitzzdev092
src/prismprice/decision/ladder.pyitzzdev092
src/prismprice/observability/evaluation.pyitzzdev092
src/prismprice/pipeline.pyitzzdev092
tests/test_decision.pyitzzdev092
docs/metrics.mditzzdev092
tests/test_markdown.pyitzzdev092
src/prismprice/governance/guardrails.pyitzzdev092
tests/test_guardrails.pyitzzdev092
src/prismprice/features/uncensoring.pyitzzdev092
tests/test_provenance.pyitzzdev092
src/prismprice/compute.pyitzzdev092
tests/test_compute.pyitzzdev092
docs/data-and-modelling.mditzzdev092
data/runs/robust_markdown_benchmark.jsonitzzdev091
docs/robust-markdown-evaluation.mditzzdev091
scripts/evaluate_robust_markdown.pyitzzdev091
src/prismprice/decision/robust_markdown.pyitzzdev091
tests/test_joint_robust.pyitzzdev091
tests/test_robust_markdown.pyitzzdev091
data/runs/dashboard.htmlitzzdev091
src/prismprice/observability/dashboard.pyitzzdev091
tests/test_dashboard.pyitzzdev091
tests/test_evaluation.pyitzzdev091
src/prismprice/observability/alerts.pyitzzdev091
tests/test_alerts.pyitzzdev091
src/prismprice/observability/kpis.pyitzzdev091
tests/test_kpis.pyitzzdev091
src/prismprice/observability/drift.pyitzzdev091

Showing top 50 of 93 single-owner files.

Ownership by Author

Primary owner = the author with the most commits to a file. Solely owned = files only that author has touched.

AuthorFiles ownedSolely ownedFiles touched
itzzdev09939393

Most Shared Files

Files touched by the most people — shared code where changes are most likely to need coordination.

No files have more than one contributor yet.