Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.52 KB

File metadata and controls

42 lines (29 loc) · 2.52 KB

Contributing

This document captures repository-specific contribution guidance. Shared engineering rules live in mpt-extension-skills and should be linked, not copied, from this repository.

Shared Standards

Shared Knowledge

Development Model

This repository uses Docker as the default local execution model.

  • Use make build to build the container image.
  • Use make bash when you need an interactive shell inside the container.
  • Use make run for an IPython session with project dependencies available.
  • Use make test, make check, and make check-all through the provided make targets.

Repository-Specific Expectations

Validation Before Review

Follow the shared validation flow from knowledge/build-and-checks.md.

In this repository, run validation through the Docker-based targets documented in testing.md. Use make build first when dependencies or uv.lock change.