Skip to content

Update workspace agent file#889

Merged
su8su merged 2 commits intomainfrom
update_workspace_agent_file
Apr 22, 2026
Merged

Update workspace agent file#889
su8su merged 2 commits intomainfrom
update_workspace_agent_file

Conversation

@su8su
Copy link
Copy Markdown
Contributor

@su8su su8su commented Apr 22, 2026

No description provided.

Copy link
Copy Markdown
Contributor

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

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: f7358cf486

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +88 to +93
} else {
// After paragraph + blank line, preserve subsequent body content.
if (trimmed.length === 0) {
continue;
}
skipping = false;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Badge Strip entire First Run block

This branch exits skipping on the first non-empty line after one blank line, so stripFirstRunSection removes only the first paragraph under ## First Run instead of the whole section. If that section ever includes a second paragraph or list items before the next heading, those instructions will remain in AGENTS.md, which defeats the cleanup and can leave stale bootstrap guidance active. Continue skipping until a real heading boundary is reached.

Useful? React with 👍 / 👎.

@su8su su8su merged commit 285f820 into main Apr 22, 2026
5 checks passed
@su8su su8su deleted the update_workspace_agent_file branch April 22, 2026 05:16
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