sellout/project-manager

Provide checks for files that get committed

Closed this issue · 1 comments

One of the issues with committing generated files is that they can get out of date. Project Manager knows which files it’s persisting, so it can provide a suite of flake checks (or a single composite check) to make it easy for flakes to make sure they’re up-to-date.

Related: Project Manager should be able to self-add git (and other VCS?) pre-push hooks to run checks, etc. (and ensure those hooks are current in the same set of checks …).

There is now a project-manager-files check that does this.