Skip to content

feat: feature-discovery - #26

Closed
RevCBH wants to merge 7 commits into
RevCBH/prd-workflow-systemfrom
ralph/feature-discovery-cbb837
Closed

feat: feature-discovery#26
RevCBH wants to merge 7 commits into
RevCBH/prd-workflow-systemfrom
ralph/feature-discovery-cbb837

Conversation

@RevCBH

@RevCBH RevCBH commented Jan 20, 2026

Copy link
Copy Markdown
Owner

Auto-generated PR for unit feature-discovery

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a50719fddb

ℹ️ 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".

Comment on lines +12 to +14
// Content must start with "---\n"
if !bytes.HasPrefix(content, []byte("---\n")) {
return nil, nil, fmt.Errorf("missing frontmatter delimiter")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Accept CRLF frontmatter delimiters

The parser only recognizes LF delimiters ("---\n" here and "\n---\n" later), so PRD files stored with Windows CRLF line endings ("---\r\n") will fail parsing and be skipped by discovery. This will break discovery on Windows or on repos with CRLF-normalized markdown. Consider accepting \r\n delimiters or normalizing line endings before parsing.

Useful? React with 👍 / 👎.

@RevCBH

RevCBH commented Jan 20, 2026

Copy link
Copy Markdown
Owner Author

Closing duplicate - superseded by #27

@RevCBH RevCBH closed this Jan 20, 2026
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