Skip to content

Updates claude main project directives with latest changes#1312

Merged
matux merged 2 commits into
masterfrom
matux/update-claude
Sep 19, 2025
Merged

Updates claude main project directives with latest changes#1312
matux merged 2 commits into
masterfrom
matux/update-claude

Conversation

@matux

@matux matux commented Sep 18, 2025

Copy link
Copy Markdown
Contributor

Description of the change

Note

PR description by Copilot

This pull request updates the build and test instructions in the CLAUDE.md documentation to reflect the project's current tooling and workflows. The changes clarify available commands, switch references from Grunt/Karma to Webpack/Web Test Runner/Mocha, and improve the description of test tasks for the replay feature.

Build and Test Command Updates:

  • Updated the build commands to distinguish between production (npm run build) and development (npm run build:dev) builds using Webpack, replacing previous Grunt-based instructions.
  • Revised test commands to use Web Test Runner (npm run test:wtr, npm run test:wtr:watch) for browser tests and Mocha (npm run test:server) for server tests, removing references to Grunt and Karma.
  • Added new commands for validation (npm run validate) and packaging (npm run pack).

Replay Feature Testing Documentation:

  • Updated the description of replay test tasks to refer to dedicated test configurations instead of custom Grunt tasks, aligning with the new test setup.

@matux matux requested review from brianr and Copilot September 18, 2025 18:31
@matux matux self-assigned this Sep 18, 2025

Copilot AI left a comment

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.

Pull Request Overview

Updates the build and test documentation in CLAUDE.md to reflect the current project tooling, transitioning from Grunt/Karma-based workflows to modern Webpack/Web Test Runner/Mocha setup.

  • Modernized build command documentation to distinguish between production and development builds using Webpack
  • Updated test command references from Grunt/Karma to Web Test Runner and Mocha
  • Added new validation and packaging commands to reflect current project capabilities

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@matux matux enabled auto-merge (squash) September 19, 2025 19:02
@matux matux merged commit 20a95aa into master Sep 19, 2025
4 checks passed
@matux matux deleted the matux/update-claude branch September 19, 2025 19:04
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.

3 participants