Skip to content

feat: add monthly docs defragmentation workflow#211

Merged
kronosapiens merged 1 commit intomainfrom
kronosapiens/add-defrag-workflow
Feb 24, 2026
Merged

feat: add monthly docs defragmentation workflow#211
kronosapiens merged 1 commit intomainfrom
kronosapiens/add-defrag-workflow

Conversation

@kronosapiens
Copy link
Collaborator

Adds a GitHub Actions workflow and supporting Node.js script to automate documentation maintenance on a monthly schedule (first of each month at UTC midnight, or manually via workflow_dispatch).

The workflow uses Claude's API to analyze documentation for cross-page issues including redundant content, terminology inconsistencies, missing cross-references, and formatting violations. Changes are automatically committed and a PR is created for human review.

Files added:

  • .github/workflows/defrag-docs.yaml — Workflow definition (schedule, build verification, PR creation)
  • scripts/defrag-docs.mjs — Two-stage analysis and editing script

Adapted from the Dojo Engine's documentation maintenance workflow.

Adds a GitHub Actions workflow and supporting script to automate documentation maintenance on a monthly schedule.
The workflow uses Claude API to analyze and improve documentation by identifying redundant content, terminology inconsistencies, and formatting issues.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Feb 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Feb 24, 2026 3:06pm

Request Review

@kronosapiens kronosapiens merged commit eb0170a into main Feb 24, 2026
2 checks passed
@kronosapiens kronosapiens deleted the kronosapiens/add-defrag-workflow branch February 24, 2026 15:21
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