Commit 6aaef0c
Doc updates for compare_to (#79)
* 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.
* Update documentation to show compare_to as required
All rule examples in doc/architecture.md and README.md now include
the compare_to field to reflect that it is now required.
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent d615a22 commit 6aaef0c
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
| 279 | + | |
278 | 280 | | |
279 | 281 | | |
280 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1028 | 1028 | | |
1029 | 1029 | | |
1030 | 1030 | | |
| 1031 | + | |
1031 | 1032 | | |
1032 | 1033 | | |
1033 | 1034 | | |
| |||
1043 | 1044 | | |
1044 | 1045 | | |
1045 | 1046 | | |
| 1047 | + | |
1046 | 1048 | | |
1047 | 1049 | | |
1048 | 1050 | | |
| |||
1053 | 1055 | | |
1054 | 1056 | | |
1055 | 1057 | | |
| 1058 | + | |
1056 | 1059 | | |
1057 | 1060 | | |
1058 | 1061 | | |
| |||
1064 | 1067 | | |
1065 | 1068 | | |
1066 | 1069 | | |
| 1070 | + | |
1067 | 1071 | | |
1068 | 1072 | | |
1069 | 1073 | | |
| |||
1074 | 1078 | | |
1075 | 1079 | | |
1076 | 1080 | | |
| 1081 | + | |
1077 | 1082 | | |
1078 | 1083 | | |
1079 | 1084 | | |
| |||
1086 | 1091 | | |
1087 | 1092 | | |
1088 | 1093 | | |
| 1094 | + | |
1089 | 1095 | | |
1090 | 1096 | | |
1091 | 1097 | | |
| |||
0 commit comments