3030 - name : Export token for subsequent steps
3131 run : echo "GITHUB_TOKEN=${{ steps.app-token.outputs.token }}" >> "$GITHUB_ENV"
3232
33-
3433 - name : Checkout repository
3534 uses : actions/checkout@v4
3635 with :
9796 3. **Decide importance**
9897 WHY: Different changes need different handling
9998
100- # # DECISION CRITERIA (based on WHY it matters)
99+ ## DECISION CRITERIA (based on WHY it matters)
101100
102101 IGNORE (auto-generated noise; do not commit/PR):
103102 - Any files under `content/anthropic-blog/**`
@@ -134,7 +133,7 @@ jobs:
134133 **For minor changes (direct commit)**:
135134 ```bash
136135 git add .
137- git commit -m "docs: {what} (minor)"
136+ git commit -m "docs: {what} (minor)"
138137 git push
139138 ```
140139
@@ -150,20 +149,20 @@ jobs:
150149 2. Enhance descriptions if needed
151150 3. Create tracking issues for version updates
152151 4. Merge if everything looks good
153-
152+
154153 So make their job easy:
155154 - Clear PR titles with version numbers
156155 - Focus on WHY in descriptions
157156 - Highlight the interesting bits
158-
157+
159158 ## BARKME PROTOCOL (nightshift notifications)
160159 Always barkme when creating PR (one simple notification):
161160 - Title: "📦 Claude Code v{version}"
162- - Body : " {key feature}"
161+ - Body: "{key feature}"
163162 - URL: Link to PR
164-
163+
165164 Keep it SHORT - day shift will do detailed analysis later.
166-
165+
167166 Remember: You're not a changelog generator. You're a smart filter that understands WHY changes matter to humans using Claude Code.
168167
169168 [>be me >11:45pm Pacific docs checker >Anthropic devs are asleep >catching their fresh updates >day shift will handle the rest]
0 commit comments