Commit 6057ea9
Send the three PR-route list submissions; record all four as sent
Run from the maintainer's machine with gh authenticated as khaoss85 — the
environment the script was written for:
- punkpeye/awesome-mcp-servers#12938 (+1/−0)
- travisvn/awesome-claude-skills#1173 (+5/−0)
- sneg55/awesome-open-source-crm#4 (+1/−0)
hesreallyhim/awesome-claude-code was submitted by the maintainer through the
web issue form, which its CONTRIBUTING requires; the form was opened prefilled
from the packet, checkboxes and the submit left to the human.
The dry run on macOS caught a portability bug before anything was sent: BWK
awk processes `\|` in a -v assignment differently from gawk, turning the
`'^\|-'` after-anchor into a regex that matches every line, which would have
dropped the CRM-list row between the section heading and its description
instead of into the table. `'^[|]-'` says the same thing with no backslash for
either awk. The Linux test run had validated the unportable spelling.
gtm:check green.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017vRiFuXF3V3n6gnj6sWSRq1 parent 502541e commit 6057ea9
3 files changed
Lines changed: 6 additions & 6 deletions
File tree
- docs/marketing
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
0 commit comments