Using the diff and diff --submit command, users must be able to submit change proposals to skills, including:
We must handle the following changes:
Changes linked to SKILL.md file
Changes linked to additional file in skills
updateSkillFilePath is skipped so far, we'll consider it's a addSkillFile and deleteSkillFile
Example of output
Note: for the moment, results are only available in the database, not in the web app.
Using the
diffanddiff --submitcommand, users must be able to submit change proposals to skills, including:SKILL.MDfileWe must handle the following changes:
Changes linked to
SKILL.mdfilename must match the parent directory name. It means we should detect upper directory renaming or move. Which is too tricky.Changes linked to additional file in skills
updateSkillFilePathis skipped so far, we'll consider it's aaddSkillFileanddeleteSkillFileExample of output
Note: for the moment, results are only available in the database, not in the web app.