You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make compare_to field required in rules format
Previously compare_to was optional with a default of "base". Now it must
be explicitly specified in all rule definitions, making the change
detection baseline configuration explicit rather than implicit.
Changes:
- Update schema to require compare_to field
- Remove default value from rules parser
- Update documentation to reflect required status
- Add test for missing compare_to validation
- Update all test rule definitions to include compare_to
* Add compare_to field to all existing rule files
All rule files now require the compare_to field. Updated:
- .deepwork/rules/architecture-documentation-accuracy.md
- .deepwork/rules/readme-accuracy.md
- .deepwork/rules/standard-jobs-source-of-truth.md
- .deepwork/rules/version-and-changelog-update.md
- src/deepwork/standard_jobs/deepwork_rules/rules/skill-md-validation.md
Also ran deepwork install to sync changes.
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments