mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
* chore: install OpenClaw design system * feat: adopt shared design system palette * chore: automate design system updates * feat: add weekly design system audit * fix: prevent mobile skills tab overlap * fix: harden design audit automation * fix: validate audit changes before execution * fix: scope design system clone credentials * fix: align audit with installed design release * fix: preserve audit artifacts and access * feat: adopt shared design system on landing page * fix: align icon geometry with design tokens * chore: pin design system to v0.0.1 * chore: pin design system to v0.0.1 * chore: pin design system to v0.0.1 * chore: pin design system to v0.0.1 * chore: pin design system to v0.0.1 * fix: migrate ClawHub UI to design tokens * fix: use public design system installs * fix: use public design system distribution
36 lines
994 B
JSON
36 lines
994 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"experimentalSortImports": {
|
|
"newlinesBetween": false,
|
|
},
|
|
"experimentalSortPackageJson": {
|
|
"sortScripts": true,
|
|
},
|
|
"ignorePatterns": [
|
|
".agents/skills/axiom-alerting/",
|
|
".agents/skills/axiom-sre/",
|
|
".agents/skills/building-dashboards/",
|
|
".agents/skills/controlling-costs/",
|
|
".agents/skills/convex/",
|
|
".agents/skills/convex-create-component/",
|
|
".agents/skills/convex-migration-helper/",
|
|
".agents/skills/convex-performance-audit/",
|
|
".agents/skills/convex-quickstart/",
|
|
".agents/skills/convex-setup-auth/",
|
|
".agents/skills/query-metrics/",
|
|
".agents/skills/sentry-fix-issues/",
|
|
".agents/skills/spl-to-apl/",
|
|
".agents/skills/writing-evals/",
|
|
".output/",
|
|
".tanstack/",
|
|
"convex/_generated/",
|
|
"coverage/",
|
|
"dist/",
|
|
"node_modules/",
|
|
".agents/skills/openclaw-*/**",
|
|
"public/",
|
|
"src/routeTree.gen.ts",
|
|
"test-results/",
|
|
],
|
|
}
|