get_project_changes
Compare a GitHub Project snapshot against its checkpoint baseline to return semantic change groups without overwriting the baseline. Initialize a missing baseline when needed.
Instructions
Compare the current Project snapshot with the latest configured checkpoint baseline and return semantic change groups without replacing that baseline. Production may use durable M10 persistence; local development may remain process-local. Can initialize a missing baseline explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | ||
| owner | Yes | ||
| number | Yes | ||
| initializeIfMissing | No |