Fix agentic-wiki-writer: fix backslash pipe escaping in wiki links#282
Fix agentic-wiki-writer: fix backslash pipe escaping in wiki links#282
Conversation
…links Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
…pipe Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Deep analysis done — we need the batching from PR #279. Root cause: The Tradeoff:
Fix in |
|
@copilot make it max 10 to be safer |
|
@copilot fix CI checks |
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Done — bumped to |
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Fixed in |
Wiki links were being generated with backslash-escaped pipes (
[[Control Plane\|Control-Plane]]), which GitHub wiki doesn't support.Changes
|separator in[[Display Text|Page-Slug]]must be a bare pipe, never backslash-escaped.Before (broken):
After (correct):
Note: An earlier iteration attempted to add
maxto the custompush-wikijob config, but custom jobs undersafe-outputs/jobs/don't support themaxproperty (it's only valid for standard safe-output actions). That invalid property was removed to fix CI compilation.💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.