| name | get-blueprint-changes |
| description | Inspect Git history and uncommitted changes to obtain delta in blueprint. |
| disable-model-invocation | true |
Execute the exact steps below without extra steps:
- List Git commit history with commit message headlines using
git log --oneline -n 10.
- Find all consecutive
blpt commits starting from the most recent commit. The search should stop at the first non-blpt commit.
- Use
git diff <hash of the commit prior than the first blpt>...HEAD -- blueprint/ to inspect the cumulative change to the blueprint.
- If you find no qualified commits or the Git diff shows empty. Report back: "No committed changes to the blueprint found."
- Read full documents in
blueprint folder touched by the changes.
- Inspect more blueprint to understand the structure of the change if needed.
- Present the user with a detailed synthesis of the meaningful net changes only in blueprint documents, no other fluff. Cover what is added, what is deleted, and what needs change.