Skip to content

[docs] docs: condense formatting.md shared fragment #17

Description

@github-actions

Cleaned up .github/workflows/shared/formatting.md to remove bloat.

File improved: .github/workflows/shared/formatting.md

Bloat removed:

  • Redundant sentence in item 1: "This should give readers a quick understanding..." was restating what was already said
  • Verbose item 2: Shortened without losing meaning; removed "HTML" qualifier (already clear from context) and "to prevent duplicates" rationale from footer note
  • Example boilerplate: Removed unused section headers (## Detailed Analysis, ### Section 1, ### Section 2, [Content] placeholders) that added noise without illustrating the core pattern
  • Optional paragraph in example: Removed "Optional overview paragraph 2" since the "1-2 paragraphs" in the rule implies this

Reduction: 38 → 28 lines (~26% reduction, 14 lines removed, 4 added)


Warning

Protected Files — Push Permission Denied

This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.

Protected files

The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.

Create the pull request manually
# Download the patch from the workflow run
gh run download 29262450492 -n agent -D /tmp/agent-29262450492

# Create a new branch
git checkout -b docs/unbloat-formatting-85472c764a65b0a2 main

# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-29262450492/aw-docs-unbloat-formatting.patch

# Push the branch and create the pull request
git push origin docs/unbloat-formatting-85472c764a65b0a2
gh pr create --title '[docs] docs: condense formatting.md shared fragment' --base main --head docs/unbloat-formatting-85472c764a65b0a2 --repo droosma/WitnessSharp

🗜️ Compressed by Documentation Unbloat

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/unbloat-docs.md@1c6668b751c51af8571f01204ceffb19362e0f66
  • expires on Jul 15, 2026, 3:34 PM UTC

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions