Replace self-hosted Penpot MCP references with the official Figma Remote MCP server (OAuth, HTTP transport). Swap placeholder semantic colours in tokens.css for the NSW Design System brand palette extracted from Figma (blues, reds, oranges, greens, greys) and add typography size tokens. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run dev)",
|
|
"Bash(npm run build)",
|
|
"Bash(npm run storybook)",
|
|
"Bash(npm run lint)",
|
|
"Bash(npx tsc --noEmit)",
|
|
"Bash(npx storybook *)",
|
|
"Bash(npx prettier *)",
|
|
"Bash(npx vitest *)",
|
|
"Bash(node --check *)",
|
|
"Bash(npm install *)",
|
|
"Bash(npm list *)",
|
|
"Bash(npm outdated *)",
|
|
"Bash(git status *)",
|
|
"Bash(git log *)",
|
|
"Bash(git diff *)",
|
|
"Bash(git add *)",
|
|
"Bash(git commit *)",
|
|
"Bash(git branch *)",
|
|
"Bash(git checkout *)",
|
|
"Bash(git push *)",
|
|
"Bash(git pull *)",
|
|
"Bash(git remote *)",
|
|
"Bash(kill %*)",
|
|
"Bash(lsof -i *)",
|
|
"WebSearch",
|
|
"WebFetch(domain:storybook.js.org)",
|
|
"WebFetch(domain:tailwindcss.com)",
|
|
"WebFetch(domain:react.dev)",
|
|
"WebFetch(domain:vitejs.dev)",
|
|
"WebFetch(domain:vite.dev)",
|
|
"WebFetch(domain:github.com)",
|
|
"WebFetch(domain:npmjs.com)",
|
|
"WebFetch(domain:figma.com)",
|
|
"WebFetch(domain:help.figma.com)",
|
|
"WebFetch(domain:developers.figma.com)",
|
|
"WebFetch(domain:developer.mozilla.org)"
|
|
]
|
|
}
|
|
}
|