Skip to content

Wave 5 Phase 3: Complete extended README audit#704

Merged
ashleyshaw merged 3 commits into
developfrom
claude/wave-5-phase-3-readme-audit-final
Jun 1, 2026
Merged

Wave 5 Phase 3: Complete extended README audit#704
ashleyshaw merged 3 commits into
developfrom
claude/wave-5-phase-3-readme-audit-final

Conversation

@ashleyshaw
Copy link
Copy Markdown
Member

@ashleyshaw ashleyshaw commented May 31, 2026

Summary

Completes the comprehensive Wave 5 README audit across all 55 documentation files in three phases, with an additional fix for .github/projects/README.md content mismatch.

What Was Audited

  • Phase 1: 34 root-level and feature-folder README files (completed 2026-05-24 to 2026-05-31)
  • Phase 2: 13 nested directory README files in .github/ subdirectories (completed 2026-05-31)
  • Phase 3: 8 remaining README files (this PR)

Changes Made

Phase 3 Audit Fixes (Commit 1)

All Phase 3 files were standardised for YAML frontmatter consistency and metadata accuracy:

  1. .github/reports/README.md – Added missing YAML frontmatter block with all required fields
  2. .github/projects/README.md – Updated title accuracy and last_updated timestamp to 2026-05-31
  3. schema/README.md – Corrected file_type from "index" to "documentation", updated timestamp
  4. hooks/secrets-scanner/README.md – Updated timestamp, removed duplicate footer
  5. hooks/session-logger/README.md – Updated timestamp, removed duplicate footer, standardised YAML
  6. hooks/tool-guardian/README.md – Updated timestamp, removed duplicate footer, standardised YAML
  7. wceu-2026/README.md – Updated timestamp, added missing maintainer and tags fields
  8. instructions/README.md – Standardised YAML formatting with consistent field ordering and quotes

Content Mismatch Fix (Commit 2)

Fixed .github/projects/README.md which had frontmatter declaring it as "Projects Directory" but body content entirely describing the "Reports Directory":

  • Updated frontmatter tags from "reports" to "projects"
  • Replaced Reports Directory structure diagram with proper Projects Directory structure
  • Updated all content references from reports to projects
  • Removed duplicate footer section
  • Aligned body content with frontmatter title and description

Standards Applied

All fixes comply with:

Impact

  • Files Changed: 8 README files
  • Total Additions: 87 lines
  • Total Deletions: 156 lines
  • Net Result: Consistent, compliant documentation standards across all 55 README files in the repository

Related Issues

… files

This completes the Wave 5 comprehensive README audit across the entire repository, covering all 55 README files in three phases:

Phase 1 (2026-05-24 to 2026-05-31): 34 root-level and feature-folder README files
Phase 2 (2026-05-31): 13 nested directory README files in .github/ subdirectories
Phase 3 (2026-05-31): 8 remaining README files requiring audit and fixes

Changes made to Phase 3 files:

1. .github/reports/README.md – Added missing YAML frontmatter block
2. .github/projects/README.md – Updated title and last_updated timestamp
3. schema/README.md – Corrected file_type to "documentation", updated timestamp
4. hooks/secrets-scanner/README.md – Updated timestamp, removed duplicate footer
5. hooks/session-logger/README.md – Updated timestamp, removed duplicate footer
6. hooks/tool-guardian/README.md – Updated timestamp, removed duplicate footer
7. wceu-2026/README.md – Updated timestamp, added missing maintainer and tags fields
8. instructions/README.md – Standardized YAML formatting with consistent field ordering

All fixes standardise YAML frontmatter across the repository in accordance with:
- instructions/documentation-formats.instructions.md (Markdown/YAML standards)
- WCAG 2.2 AA accessibility compliance
- Repository documentation standards defined in CLAUDE.md

https://claude.ai/code/session_01825ZWqyMh1sRYd5MT3fRn7
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 31, 2026

Warning

Review limit reached

@ashleyshaw, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 35 minutes and 10 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: e990ec37-1ea8-4b68-8d2c-0b068fa8a975

📥 Commits

Reviewing files that changed from the base of the PR and between 30dca13 and f627f30.

⛔ Files ignored due to path filters (1)
  • schema/README.md is excluded by !schema/**
📒 Files selected for processing (7)
  • .github/projects/README.md
  • .github/reports/README.md
  • hooks/secrets-scanner/README.md
  • hooks/session-logger/README.md
  • hooks/tool-guardian/README.md
  • instructions/README.md
  • wceu-2026/README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/wave-5-phase-3-readme-audit-final

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added area:documentation Docs & guides lang:md Markdown content/docs status:needs-review Awaiting code review priority:normal Default priority labels May 31, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 31, 2026

🔍 Reviewer Summary for PR #704

CI Status:success
Files changed: 8
Risk Distribution: 0 critical, 4 high, 0 medium, 4 low

Recommendations

  • Ready to proceed pending human review

@github-actions github-actions Bot added type:chore Chore / small hygiene change type:documentation Documentation meta:needs-changelog Requires a changelog entry before merge labels May 31, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request standardizes frontmatter metadata, updates last-modified dates, and removes duplicate footer sections across several README files. The feedback highlights that while the frontmatter for .github/projects/README.md was updated to reflect the 'Projects Directory', the body content, tags, and footer of the file still erroneously reference the 'Reports Directory' and should be updated for consistency.

Comment on lines +3 to +4
title: "Projects Directory"
description: "Task tracking files, project planning documents, implementation roadmaps, and progress tracking for active and completed projects."
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.

medium

While the frontmatter title and description have been updated to reflect the Projects Directory, the body of this README (starting from line 14) still contains copy-pasted content and headings from the Reports Directory (e.g., # 📂 Reports Directory, references to reporting instructions, and the reports directory structure diagram). Additionally, there is a duplicate footer at the end of the file (lines 169-170), and the tags list in the frontmatter (line 8) still references "reports" instead of "projects".

Please update the body, tags, and footer of this file to accurately describe the Projects Directory instead of the Reports Directory.

The Projects Directory README had frontmatter claiming to be about projects but body content entirely describing the Reports Directory. This fix:

- Updated tags from 'reports' to 'projects' in frontmatter
- Replaced Reports Directory structure diagram with proper Projects Directory structure
- Updated all content references from reports to projects
- Removed duplicate footer section
- Aligned body content with frontmatter title and description

Addresses Gemini code review feedback on PR #704.

https://claude.ai/code/session_01825ZWqyMh1sRYd5MT3fRn7
@github-actions github-actions Bot removed the type:chore Chore / small hygiene change label May 31, 2026
@ashleyshaw ashleyshaw requested a review from Copilot May 31, 2026 21:07
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Completes Wave 5 Phase 3 of the README audit by standardising YAML frontmatter across the remaining README files, and correcting the .github/projects/README.md content so it accurately describes the Projects directory (not Reports).

Changes:

  • Standardised/expanded YAML frontmatter in Phase 3 README files (metadata consistency, updated last_updated, removed duplicate footers).
  • Rewrote .github/projects/README.md to match its Projects scope (structure, guidance, and references).
  • Minor copy/structure tidy-ups across audited READMEs.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
wceu-2026/README.md Frontmatter standardisation and metadata completion for WCEU 2026 materials index.
schema/README.md Frontmatter normalisation (file_type, description formatting, timestamp update).
instructions/README.md Frontmatter reformatted for consistent ordering and quoting.
hooks/tool-guardian/README.md Frontmatter tidy-up, title normalisation, duplicate footer removal.
hooks/session-logger/README.md Frontmatter tidy-up, title normalisation, duplicate footer removal.
hooks/secrets-scanner/README.md Frontmatter tidy-up, title normalisation, duplicate footer removal.
.github/reports/README.md Added missing frontmatter block; removed duplicate footer.
.github/projects/README.md Corrected directory scope/content to Projects; updated structure and guidelines.

Comment thread wceu-2026/README.md Outdated
file_type: "documentation"
title: "WCEU 2026 Presentation Materials"
description: "Complete Phase 1, 2, and 3 materials for WCEU 2026 talk: 'One .github repo to rule them all'"
version: "v1.0"
Comment thread .github/reports/README.md Outdated
file_type: "documentation"
title: "Reports Directory"
description: "Central repository for generated reports, analysis outputs, audit files, and agent execution summaries"
version: "v1.0"
Comment thread .github/projects/README.md Outdated
- Create all project tracking files in this directory
- Use descriptive project names
- Include frontmatter for metadata (created_date, status, etc.)
- Include frontmatter for metadata (created_date, status, owner, etc.)
Comment thread .github/projects/README.md Outdated
- Include frontmatter for metadata (created_date, status, owner, etc.)
- Update files as work progresses
- Start new projects at root level or in `planning/`
- Start new projects at root level
- .github/projects/README.md: Changed 'owner' to 'owners' for consistency with frontmatter convention
- .github/projects/README.md: Clarified 'root level' to 'root of .github/projects/' to avoid ambiguity
- wceu-2026/README.md: Updated version from 'v1.0' to 'v1.0.0' for proper SemVer compliance
- .github/reports/README.md: Updated version from 'v1.0' to 'v1.0.0' for proper SemVer compliance

Addresses all Copilot review comments on Phase 3 audit.

https://claude.ai/code/session_01825ZWqyMh1sRYd5MT3fRn7
@ashleyshaw ashleyshaw marked this pull request as ready for review June 1, 2026 06:51
@ashleyshaw ashleyshaw merged commit 95a9ea7 into develop Jun 1, 2026
15 of 23 checks passed
@ashleyshaw ashleyshaw deleted the claude/wave-5-phase-3-readme-audit-final branch June 1, 2026 06:51
Copy link
Copy Markdown

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

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

description: "Task tracking files, project planning documents, implementation roadmaps, and progress tracking for active and completed projects."
version: "1.1"
last_updated: "2026-05-29"
last_updated: "2026-05-31"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update freshness metadata for changed READMEs

For this README and the other files whose body text changed in this commit, the repository's freshness gate rejects last_updated: "2026-05-31" and unchanged versions: scripts/validation/validate-frontmatter-freshness.js treats any body change as requiring today's UTC date and a version bump (see lines 108-140). I checked the exact range with node scripts/validation/validate-frontmatter-freshness.js --base 0d7bbc0d^ --head 0d7bbc0d, and it fails on .github/projects/README.md, the hook READMEs, instructions/README.md, schema/README.md, and wceu-2026/README.md, so CI will block this documentation audit until those metadata fields are updated.

Useful? React with 👍 / 👎.

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

Labels

area:documentation Docs & guides lang:md Markdown content/docs meta:needs-changelog Requires a changelog entry before merge priority:normal Default priority status:needs-review Awaiting code review type:documentation Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants