Skip to content

Enforce line lengths in repository Markdown. - #70

Merged
jon merged 1 commit into
mainfrom
work/markdown-line-length
Sep 14, 2026
Merged

jon merged 1 commit into
mainfrom
work/markdown-line-length

Conversation

@jon

@jon jon commented Sep 14, 2026

Copy link
Copy Markdown
Owner

Enforce an 80-column line-length check for repository Markdown prose, while leaving code blocks and tables to use their own layout. Reflow the existing violations without changing their wording.

Why

The Markdown lint configuration disabled line-length checks entirely, so CI accepted prose that did not follow the surrounding source formatting. Pull-request descriptions still keep each paragraph on one source line; that convention does not apply to repository files.

Documentation

State the source-formatting rule in CONTRIBUTING.md and reflow the affected paragraphs in the contributor, architecture, capability, composition, and CoreSight guides.

The Markdown lint configuration disabled line-length checks, allowing
long prose lines to pass CI. Check repository prose at 80 columns while
leaving code blocks and tables to use their own layout. Reflow the
existing violations and distinguish this rule from pull-request bodies,
whose paragraphs remain on one source line.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-14T00:26:23.917882Z 1d632d4 Manual request
🔒 Security Review Completed 2026-09-14T00:25:34.769680Z 1d632d4 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@jon

jon commented Sep 14, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. You're on a roll.

Reviewed commit: 1d632d417f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@jon
jon merged commit 69b5fa2 into main Sep 14, 2026
9 checks passed
@jon
jon deleted the work/markdown-line-length branch September 14, 2026 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant