Skip to content

Commit f38b8b6

Browse files
committed
Clean up files, chores
1 parent 8705b42 commit f38b8b6

File tree

216 files changed

+14461
-8152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+14461
-8152
lines changed

.babel.config.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ module.exports = {
5858
'build', // Build output directories
5959
'dist', // Distribution builds
6060
'coverage', // Test coverage reports
61-
'playwright-report', // E2E test reports
6261
'test-results', // Test artifacts
6362
'vendor', // Third-party code
6463
'.next', // Next.js build cache

.claude/mcp.json

Whitespace-only changes.

.claude/settings.json

Whitespace-only changes.

.coderabbit.yml

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json
22
reviews:
33
# === Review Workflow Settings ===
4-
request_changes_workflow: true # Require workflow for requesting changes
5-
high_level_summary: true # Provide high-level summary in reviews
6-
poem: false # Disable poem output in reviews
7-
review_status: true # Show review status in output
8-
collapse_walkthrough: true # Collapse walkthroughs by default
4+
request_changes_workflow: true # Require workflow for requesting changes
5+
high_level_summary: true # Provide high-level summary in reviews
6+
poem: false # Disable poem output in reviews
7+
review_status: true # Show review status in output
8+
collapse_walkthrough: true # Collapse walkthroughs by default
99

1010
# === Path Filters (Exclude from Review) ===
1111
path_filters:
@@ -48,11 +48,11 @@ reviews:
4848
4949
- path: "**/.github/prompts/prompts.md"
5050
instructions: |
51-
- Ensure the file documents prompt conventions and usage patterns.
52-
- Review the prompts index file:
53-
- Ensure a dynamic index reference to all *.prompt.md files exists.
54-
- Validate YAML frontmatter and update date/version fields.
55-
- Confirm all prompt files are discoverable from this index.
51+
- Ensure the file documents prompt conventions and usage patterns.
52+
- Review the prompts index file:
53+
- Ensure a dynamic index reference to all *.prompt.md files exists.
54+
- Validate YAML frontmatter and update date/version fields.
55+
- Confirm all prompt files are discoverable from this index.
5656
5757
- path: "**/.github/prompts/*.md"
5858
instructions: |
@@ -112,13 +112,13 @@ reviews:
112112
113113
- path: "**/e2e/*.{ts,js}"
114114
instructions: |
115-
Review Jest/Playwright tests for agents and blocks:
115+
Review Jest tests for agents and blocks:
116116
- Ensure tests cover accessibility and Full Site Editing (FSE) functionality.
117117
- Check for reliable, non-flaky tests and clear assertions.
118118
- Confirm test coverage for critical user flows and edge cases.
119119
- Validate use of test fixtures, mocks, and snapshot testing where appropriate.
120120
121-
- path: '**/scripts/**/*.sh'
121+
- path: "**/scripts/**/*.sh"
122122
instructions: |
123123
Review shell scripts for automation:
124124
- Check for POSIX compliance and portability.
@@ -130,7 +130,7 @@ reviews:
130130
- Ensure use of `set -euo pipefail` and shebang at the top.
131131
132132
# 5. Workflow and automation files
133-
- path: '**/.github/workflows/*.yml'
133+
- path: "**/.github/workflows/*.yml"
134134
instructions: |
135135
Review .github workflows for CI/CD:
136136
- Check for use of reusable workflow templates and matrix strategies.
@@ -155,7 +155,6 @@ reviews:
155155
Review Claude AI specification file:
156156
- Verify this file
157157
158-
159158
- path: ".github/agents/AGENTS.md"
160159
instructions: |
161160
Review the main agents index file:
@@ -172,7 +171,6 @@ reviews:
172171
- Confirm agent lifecycle, error handling, and security practices are documented.
173172
- Require a section on agent test strategy (unit, integration, workflow).
174173
- Ensure YAML files are referenced in agent indexes or documentation.
175-
- Ensure proper configuration and usage of Playwright and agent tools.
176174
- Validate header of *.sh, *.js, *.py files start with a shebang.
177175
- Confirm agent documentation is clear and up-to-date.
178176
@@ -221,7 +219,7 @@ reviews:
221219
222220
# 7. Tests folders
223221

224-
- path: '**/tests/*.*'
222+
- path: "**/tests/*.*"
225223
instructions: |
226224
Review all test files:
227225
- Ensure valid syntax, logical structure, and clear instructions for users.
@@ -237,7 +235,7 @@ reviews:
237235
238236
# 8. Templates, prompts, and saved replies
239237

240-
- path: '**/.github/ISSUE_TEMPLATE/*.md'
238+
- path: "**/.github/ISSUE_TEMPLATE/*.md"
241239
instructions: |
242240
Review all issue template files:
243241
- Ensure valid markdown syntax, logical structure, and clear, actionable instructions for users.
@@ -247,7 +245,7 @@ reviews:
247245
- Confirm that templates are up to date with current project processes and reference related documentation where relevant.
248246
- Ensure accessibility (e.g., clear headings, no ambiguous language).
249247
250-
- path: '**/.github/PULL_REQUEST_TEMPLATE/*.md'
248+
- path: "**/.github/PULL_REQUEST_TEMPLATE/*.md"
251249
instructions: |
252250
Review all pull request template files:
253251
- Ensure valid markdown syntax, logical structure, and clear, actionable instructions for contributors.
@@ -257,7 +255,7 @@ reviews:
257255
- Confirm that templates are up to date with current project processes and reference related documentation where relevant.
258256
- Ensure accessibility (e.g., clear headings, no ambiguous language).
259257
260-
- path: '**/.github/DISCUSSION_TEMPLATE/*.yml'
258+
- path: "**/.github/DISCUSSION_TEMPLATE/*.yml"
261259
instructions: |
262260
Review all discussion template YAML files:
263261
- Ensure valid YAML syntax, logical structure, and clear, actionable instructions for users.
@@ -267,7 +265,7 @@ reviews:
267265
- Confirm that templates are up to date with current project processes and reference related documentation where relevant.
268266
- Ensure accessibility (e.g., clear field names, no ambiguous language).
269267
270-
- path: '**/.github/SAVED_REPLIES.md'
268+
- path: "**/.github/SAVED_REPLIES.md"
271269
instructions: |
272270
Review the saved replies index file:
273271
- Ensure the file links dynamically to all saved replies or lists all available saved reply files.
@@ -276,7 +274,7 @@ reviews:
276274
- Ensure the file provides guidance on how to use saved replies and when to use each one.
277275
- Confirm that replies are referenced from the index and are up to date with current project processes.
278276
279-
- path: '**/.github/SAVED_REPLIES/**/*.md'
277+
- path: "**/.github/SAVED_REPLIES/**/*.md"
280278
instructions: |
281279
Review all saved replies:
282280
- Ensure all saved replies are valid *.md files, make sense for the project, and are actionable.
@@ -285,7 +283,7 @@ reviews:
285283
- Ensure replies are referenced from the saved replies index and are up to date with current project processes.
286284
287285
# 9. Documentation Folders
288-
- path: '**/docs/*.*/*.md'
286+
- path: "**/docs/*.*/*.md"
289287
instructions: |
290288
Review all documentation files:
291289
- Ensure markdown is linted and formatted according to project style guides.
@@ -296,13 +294,13 @@ reviews:
296294
297295
early_access: true
298296
auto_labels:
299-
enabled: true
300-
- A canonical list of org wide default labels exists in this file "https://github.com/lightspeedwp/.github/blob/develop/.github/labels.yml" https://github.com/lightspeedwp/.github/blob/develop/.github/labeler.yml
301-
- A set of labeler rules exist in this file "https://github.com/lightspeedwp/.github/blob/develop/.github/labeler.yml"
297+
enabled: true
298+
- A canonical list of org wide default labels exists in this file "https://github.com/lightspeedwp/.github/blob/develop/.github/labels.yml" https://github.com/lightspeedwp/.github/blob/develop/.github/labeler.yml
299+
- A set of labeler rules exist in this file "https://github.com/lightspeedwp/.github/blob/develop/.github/labeler.yml"
302300
auto_assign:
303-
enabled: true
304-
reviewers:
305-
- 'ashleyshaw'
301+
enabled: true
302+
reviewers:
303+
- "ashleyshaw"
306304
auto_review:
307305
enabled: true
308306
ignore_title_keywords:

.distignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ composer.phar
2929

3030
# Test directories
3131
coverage
32-
playwright-report
3332
test-results
3433
tests/
3534

@@ -64,7 +63,6 @@ scripts/
6463
.npmrc
6564
.prettierrc.js
6665
eslint.config.js
67-
playwright.config.js
6866
postcss.config.js
6967
stylelint.config.js
7068
tsconfig.json

.env.example

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -212,21 +212,6 @@ JEST_COVERAGE_THRESHOLD=80
212212
# Test timeout in milliseconds (default: 5000)
213213
JEST_TEST_TIMEOUT=5000
214214

215-
# =============================================================================
216-
# Playwright Configuration
217-
# =============================================================================
218-
# Browsers to use for testing (default: "chromium")
219-
PLAYWRIGHT_BROWSERS=chromium
220-
221-
# Enable headed mode (default: false)
222-
PLAYWRIGHT_HEADED=false
223-
224-
# Base URL for tests
225-
PLAYWRIGHT_BASE_URL=
226-
227-
# Test timeout in milliseconds (default: 30000)
228-
PLAYWRIGHT_TEST_TIMEOUT=30000
229-
230215
# =============================================================================
231216
# Development Environment
232217
# =============================================================================

.eslint.config.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const ignoreFolders = process.env.ESLINT_IGNORE
2727
"build/**", // Build output
2828
"dist/**", // Distribution files
2929
"coverage/**", // Test coverage reports
30-
"playwright-report/**", // E2E test reports
3130
"test-results/**", // Test artifacts
3231
"vendor/**", // Vendor libraries
3332
".next/**", // Next.js build cache

.gemini/mcp.json

Whitespace-only changes.

.gemini/settings.json

Whitespace-only changes.

.github/ISSUE_TEMPLATE/01-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ file_type: task
4646
- [ ] Changelog entry prepared for PR
4747
- [ ] PR uses correct branch prefix
4848

49-
---
49+
---

0 commit comments

Comments
 (0)