-
Notifications
You must be signed in to change notification settings - Fork 2
Complete Phase 3 Extended README Audit (3B-E) #705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
d6418a8
Audit README files and fix accessibility issues
claude 7a37aca
Fix markdown linting and frontmatter validation issues
claude 74b3553
Fix undefined node in Mermaid diagram and remove duplicate footer in …
claude 9f93635
Add required 'name' field to agent frontmatter in scripts/agents/incl…
claude 3af2c3a
Merge branch 'develop' into claude/focused-brahmagupta-gWERj
ashleyshaw 56eecb7
Update version and last_updated for .vscode/README.md content changes
claude 121b41f
Update README audit report to reflect completed fixes and clarify scope
claude 523e570
Update audit report appendix to reflect all fixes with ✓ status
claude 38c703d
Fix frontmatter file_type values and review comments
claude 8d442c6
Merge develop branch - keep HEAD version with all README fixes
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,4 +4,4 @@ | |
| "changes": 2, | ||
| "errors": 0, | ||
| "optouts": 0 | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,15 @@ | ||
| --- | ||
| file_type: "documentation" | ||
| title: "session-logger Hook" | ||
| description: "Captures structured session activity events for audit and troubleshooting." | ||
| version: "v0.1.0" | ||
| last_updated: "2026-05-31" | ||
| owners: ["LightSpeedWP Team"] | ||
| file_type: readme | ||
| title: session-logger hook | ||
| description: Captures structured session activity events for audit and troubleshooting. | ||
| version: v0.1.0 | ||
| last_updated: '2026-05-28' | ||
| owners: | ||
| - LightSpeedWP Team | ||
| --- | ||
|
|
||
| *Built by 🧱 LightSpeedWP with ☕, 🚀, and open-source spirit!* | ||
| [Contributors](https://github.com/lightspeedwp/lsx-demo-theme/graphs/contributors) | ||
|
|
||
| *Built by 🧱 LightSpeedWP with ☕, 🚀, and open-source spirit!* | ||
| [Contributors](https://github.com/lightspeedwp/lsx-demo-theme/graphs/contributors) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,15 @@ | ||
| --- | ||
| file_type: "documentation" | ||
| title: "tool-guardian Hook" | ||
| description: "Prevents unsafe or disallowed tool operations based on configured guardrails." | ||
| version: "v0.1.0" | ||
| last_updated: "2026-05-31" | ||
| owners: ["LightSpeedWP Team"] | ||
| file_type: readme | ||
| title: tool-guardian hook | ||
| description: Prevents unsafe or disallowed tool operations based on configured guardrails. | ||
| version: v0.1.0 | ||
| last_updated: '2026-05-28' | ||
| owners: | ||
| - LightSpeedWP Team | ||
| --- | ||
|
|
||
| *Maintained with ❤️ by the 🚀 LightSpeedWP Automation Team* | ||
| [Org Profile](https://github.com/lightspeedwp/.github/tree/main/profile) | ||
|
|
||
| *Maintained with ❤️ by the 🚀 LightSpeedWP Automation Team* | ||
| [Org Profile](https://github.com/lightspeedwp/.github/tree/main/profile) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README file is missing a main H1 heading (
# Utility Module Test Suite). Every README should have a clear H1 heading matching its frontmatter title to ensure proper rendering and structure.