mirror of
https://github.com/getsentry/sentry-for-ai.git
synced 2026-09-14 14:28:22 +08:00
55cc40b55d
Skill and reference prose is the product here, and it had drifted into three different wrapping styles. This is the mechanical pass that settles it: flowmark with semantic line breaks, an 88-column wrap, typographic quotes and ellipses in prose, and its safe cleanups. Fenced code is untouched. The tooling that keeps it this way lands separately; this commit is the one-time reformat, so it can be read as noise and skipped. Two parts of it are not noise. Thirteen table rows across eight SDK references held a code span with a raw `|` or a nested backtick, which GFM does not allow and no formatter can round-trip: the pipe ends the cell early, so the `tracePropagationTargets` row was quietly losing its description. Pipes are escaped now, and the cells that showed a template literal name it in prose -- every one of those files already shows the real syntax in a fenced block nearby. The other part is file hygiene, off the Markdown path: a final newline on .gitattributes and the two SVG assets, and a trailing blank line dropped from skill-drift.yml.
2 lines
64 B
Plaintext
2 lines
64 B
Plaintext
.github/workflows/*.lock.yml linguist-generated=true merge=ours
|