Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Add unbloat-docs agentic workflow#103

Open
javdl wants to merge 1 commit intomainfrom
add-unbloat-docs
Open

Add unbloat-docs agentic workflow#103
javdl wants to merge 1 commit intomainfrom
add-unbloat-docs

Conversation

@javdl
Copy link
Contributor

@javdl javdl commented Mar 11, 2026

Summary

  • Add the unbloat-docs agentic workflow from gh-aw

Closes https://github.com/fuww/about/issues/337 (partially)

🤖 Generated with Claude Code

Copy link

@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: cd48554863

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

Before selecting a file, check its frontmatter to ensure it doesn't have `disable-agentic-editing: true`:
````bash
# Check if a file has disable-agentic-editing set to true
head -20 <filename> | grep -A1 "^---" | grep "disable-agentic-editing: true"

Choose a reason for hiding this comment

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

P1 Badge Fix frontmatter guard for disable-agentic-editing

The protection check command is incorrect: grep -A1 "^---" only keeps one line after each --- delimiter, so disable-agentic-editing: true is missed whenever it is not immediately adjacent to a delimiter (which is the common case in normal frontmatter). In those files, the workflow will incorrectly treat protected docs as editable and may open PRs that modify files explicitly marked to block agentic edits.

Useful? React with 👍 / 👎.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant