-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump deps, modernise Claude Code config, and spring-clean docs #39
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
13 commits
Select commit
Hold shift + click to select a range
fb09f21
chore: update dependencies and replace vite-tsconfig-paths with nativ…
michellepace 84f05fc
docs: rename x_docs/ to .xdocs/ and add evaluation reports
michellepace 6cd46f8
chore: migrate markdownlint config to cli2 format and tidy workspace
michellepace 9508d21
rules: update permission syntax and expand coderabbit command
michellepace 7a78ca2
chore: bump dependencies within semver ranges
michellepace 789dae5
rules: adopt git-utils plugin and remove superseded local commands
michellepace bd2baa4
fix: silence next/image aspect-ratio warning on Vercel logomark
michellepace d3514fa
rules: adopt typescript-lsp plugin and register official marketplace
michellepace 3b6dc15
chore: tidy Claude Code allow permissions in project settings
michellepace 3ce5a73
chore: allow gh pr view in project Claude Code permissions
michellepace 3bc25ad
coderabbit: action two review threads on PR #39
michellepace 714f631
coderabbit: action two more review threads on PR #39
michellepace 1bfb7e4
ci: bump actions/github-script from v8 to v9
michellepace 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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,77 +1,60 @@ | ||
| { | ||
| "extraKnownMarketplaces": { | ||
| "playwright-skill": { | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "lackeyjb/playwright-skill" | ||
| } | ||
| } | ||
| }, | ||
| "$schema": "https://json.schemastore.org/claude-code-settings.json", | ||
| "permissions": { | ||
| "deny": ["Read(**/.env)", "Read(**/.envrc)"], | ||
| "ask": [], | ||
|
|
||
| "allow": [ | ||
| "mcp__ide__getDiagnostics", | ||
|
|
||
| "Bash(claude mcp get:*)", | ||
| "Bash(claude mcp get *)", | ||
| "Bash(claude mcp list)", | ||
|
|
||
| "mcp__playwright__browser_click", | ||
| "mcp__playwright__browser_close", | ||
| "mcp__playwright__browser_console_messages", | ||
| "mcp__playwright__browser_evaluate", | ||
| "mcp__playwright__browser_navigate", | ||
| "mcp__playwright__browser_navigate_back", | ||
| "mcp__playwright__browser_network_requests", | ||
| "mcp__playwright__browser_resize", | ||
| "mcp__playwright__browser_run_code", | ||
| "mcp__playwright__browser_snapshot", | ||
| "mcp__playwright__browser_tabs", | ||
| "mcp__playwright__browser_take_screenshot", | ||
| "mcp__playwright__browser_wait_for", | ||
|
|
||
| "Bash(cat:*)", | ||
| "Bash(echo:*)", | ||
| "Bash(find:*)", | ||
| "Bash(lsof:*)", | ||
| "Bash(ls:*)", | ||
| "Bash(sed:*)", | ||
| "Bash(tree:*)", | ||
| "Bash(wc:*)", | ||
| "Bash(xargs:*)", | ||
|
|
||
| "Bash(git log:*)", | ||
| "Bash(gh pr checks:*)", | ||
| "Bash(gh pr list:*)", | ||
| "Bash(gh run list:*)", | ||
| "Bash(gh run view:*)", | ||
|
|
||
| "Bash(echo *)", | ||
| "Bash(find *)", | ||
| "Bash(gh pr checks *)", | ||
| "Bash(gh pr list *)", | ||
| "Bash(gh pr view *)", | ||
| "Bash(gh run list *)", | ||
| "Bash(gh run view *)", | ||
| "Bash(git log *)", | ||
| "Bash(ls *)", | ||
| "Bash(lsof *)", | ||
| "Bash(npm outdated)", | ||
| "Bash(npm run build)", | ||
| "Bash(npm run dev)", | ||
| "Bash(npm run start)", | ||
| "Bash(npm run check)", | ||
| "Bash(npm run lint)", | ||
| "Bash(npm run lint:md:*)", | ||
| "Bash(npm run test)", | ||
| "Bash(npm run test:e2e:*)", | ||
| "Bash(npm run test:unit:*)", | ||
| "Bash(npm run typecheck)", | ||
| "Bash(npx @biomejs/biome:*)", | ||
| "Bash(npx lefthook:*)", | ||
| "Bash(npx playwright:*)", | ||
|
|
||
| "Bash(npx vercel:*)", | ||
| "Bash(npm run *)", | ||
| "Bash(npx @biomejs/biome *)", | ||
| "Bash(npx lefthook *)", | ||
| "Bash(npx playwright *)", | ||
| "Bash(tree *)", | ||
| "Bash(vercel --help)", | ||
| "Bash(vercel env --help)", | ||
| "Bash(vercel env ls:*)", | ||
| "Bash(vercel env ls *)", | ||
| "Bash(vercel git --help)", | ||
| "Bash(vercel integration --help)", | ||
| "Bash(vercel list:*)", | ||
| "Bash(vercel list *)", | ||
| "Bash(vercel open)", | ||
| "Bash(vercel project ls:*)", | ||
| "Bash(vercel whoami)" | ||
| ] | ||
| "Bash(vercel project ls *)", | ||
| "Bash(vercel whoami)", | ||
| "Bash(wc *)", | ||
| "mcp__ide__getDiagnostics", | ||
| "mcp__playwright__browser_*", | ||
| "mcp__playwright__browser_run_code" | ||
| ], | ||
| "deny": ["Read(**/.env*)", "Read(**/.envrc)"], | ||
| "ask": [] | ||
| }, | ||
| "enabledPlugins": { | ||
| "git-utils@my-claude-marketplace": true, | ||
| "typescript-lsp@claude-plugins-official": true, | ||
| "frontend-design@claude-plugins-official": false, | ||
| "feature-dev@claude-plugins-official": false | ||
| }, | ||
| "extraKnownMarketplaces": { | ||
| "my-claude-marketplace": { | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "michellepace/my-claude-marketplace" | ||
| } | ||
| }, | ||
| "claude-plugins-official": { | ||
| "source": { | ||
| "source": "github", | ||
| "repo": "anthropics/claude-plugins-official" | ||
| } | ||
| } | ||
| } | ||
| } | ||
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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Configuration for markdownlint-cli2 and VSCode/Cursor extension | ||
| # Extension: davidanson.vscode-markdownlint | ||
|
|
||
| ignores: | ||
| - "node_modules/**" | ||
|
|
||
| # Disable only the rules that interfere with practical markdown writing | ||
| config: | ||
| MD013: false # Line length (inappropriate for markdown) | ||
| MD024: false # Allow duplicate headings ("### Example", "### Example") | ||
| MD033: false # Allow inline HTML (<details>, <tags>, etc.) | ||
| MD036: false # Allow emphasis (bold/italic) without treating it as heading | ||
| MD040: false # Fenced code blocks don't need language specified | ||
| MD028: false # Allow blank lines between blockquotes (attributed quotes) | ||
| MD041: false # First line doesn't need to be h1 | ||
| MD060: false # Table column style (compact tables are fine) | ||
| MD032: false # Lists in templates don't need surrounding blank lines |
This file was deleted.
Oops, something went wrong.
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
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.