Skip to content

Conversation

@dangazineu
Copy link
Collaborator

When a command is executed, the CLI will now check for stale metadata and
warn the user if any is found. This is done by comparing the MD5 hash of
the current files with the MD5 hash stored in the metadata.

Fixes: #6

This commit refactors the metadata patching process to be more robust and informative.

The  method in  now:
- Validates that the module hierarchy is consistent between the stored and fresh metadata.
- Returns a  object that summarizes the changes, including token count changes for each module.

The  now uses the new  method and displays the changes to the user.
@dangazineu dangazineu merged commit 848abec into vybdev:main Jun 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a function that determines how many modules need new annotations

1 participant