Hotfix — pm:lint works out of the box in your project again. Patch release; the status enum, the frontmatter contract, and every command name are unchanged.
Fixed
- Version-parity check no longer fails in projects that use Tandem. Previously,
npm run pm:lintfailed on every run in a project that merely installs the kit, because the check compared your app'spackage.jsonversion against the kit version and demanded they match — but they are independent by design. The check now only enforces that match inside Tandem's own repo; in your project it simply passes.
Upgrade
Run npm run pm:update to pull the fix. If you applied a local workaround to validate-frontmatter.js, you can drop it after updating.