Skip to content

Parse RFC authors from markdown frontmatter#52

Merged
gatesn merged 1 commit intodevelopfrom
ngates/author-override
Apr 16, 2026
Merged

Parse RFC authors from markdown frontmatter#52
gatesn merged 1 commit intodevelopfrom
ngates/author-override

Conversation

@gatesn
Copy link
Copy Markdown
Contributor

@gatesn gatesn commented Apr 16, 2026

Summary

  • Parses - Authors: or **Authors:** from RFC markdown files
  • Uses file-specified authors instead of git commit author when present
  • Falls back to git author if no authors field in the file
  • Fixes attribution after re-opening RFCs as new PRs

Test plan

  • RFCs with - Authors: show the file author (e.g., RFC 0015 shows "Adam Gutglick")
  • RFCs without authors field still show git commit author

🤖 Generated with Claude Code

Supports `- Authors: Name` and `**Authors:** Name` formats.
When present, overrides the git commit author on the index and
RFC pages. Falls back to git author if not specified.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@gatesn gatesn merged commit 2e64b3d into develop Apr 16, 2026
4 of 5 checks passed
@gatesn gatesn deleted the ngates/author-override branch April 16, 2026 16:15
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