feat: claude init#45
Conversation
There was a problem hiding this comment.
Pull request overview
Adds Claude Code repository guidance/config and introduces a “validate” build flow intended to mirror CI without requiring private/local plugin configuration.
Changes:
- Add a
build:validatewebpack build path and corresponding webpack config. - Add Claude Code repo docs (
CLAUDE.md) and a/validatecommand runbook. - Configure Claude permissions allow-list for common validation commands.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
webpack.validate.config.js |
New webpack config meant to support build:validate with an env.config stub. |
package.json |
Adds build:validate script to run webpack with the validate config. |
CLAUDE.md |
Adds repo/architecture guidance and common developer commands for Claude Code. |
.claude/settings.json |
Allows specific shell commands for Claude-driven validation. |
.claude/commands/validate.md |
Documents the /validate procedure and reporting format. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
jansenk
left a comment
There was a problem hiding this comment.
This looks good but I have one comment and I think the copilot suggestions are valid
4a91e26 to
3d49deb
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3d49deb to
1e7d0f8
Compare
Add Claude related files & setup:
CLAUDE.mdwith repo overview.validatecommand to run tests & build steps.