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
1. Read the issue body to understand the described gap.
83
+
2. Check the referenced documentation file to verify the gap still exists.
84
+
3. If confirmed, include a fix in this run's PR and reference the issue with `Closes #NNN`.
85
+
4. If the gap is already fixed, note it (do not reopen or comment on the issue).
86
+
71
87
### 2. Analyze Changes
72
88
73
89
For each merged PR and commit, analyze:
@@ -76,6 +92,7 @@ For each merged PR and commit, analyze:
76
92
-**Features Removed**: Deprecated or removed functionality
77
93
-**Features Modified**: Changed behavior, updated APIs, or modified interfaces
78
94
-**Breaking Changes**: Any changes that affect existing users
95
+
-**Removed Features in Docs**: Search docs for references to properties, flags, or options that no longer exist in the current schema. Check `pkg/parser/schemas/` or run `gh aw compile` on representative workflows to confirm current valid properties.
79
96
80
97
Create a summary of changes that should be documented.
81
98
@@ -202,6 +219,8 @@ This PR updates the documentation based on features merged in the last 24 hours.
202
219
-**Use Proper Format**: Use the correct Diátaxis category and Astro Starlight syntax
203
220
-**Link References**: Include links to relevant PRs and issues where appropriate
204
221
-**Test Understanding**: If unsure about a feature, review the code changes in detail
222
+
-**Issue-Driven**: Proactively check open `documentation` issues — do not wait for them to be reported manually.
223
+
-**Validate Examples**: YAML frontmatter examples in docs must be structurally valid. When in doubt, test with `gh aw compile`.
0 commit comments