Skip to content

Commit c514a59

Browse files
committed
chore: Remove cspell configuration and update CI scripts in package.json
1 parent c5da64e commit c514a59

4 files changed

Lines changed: 60 additions & 865 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Pre-Commit
1414

15-
Before committing: run the repo's format and verify commands for touched files. Run a spellcheck when docs, Markdown, config examples, PR text, or user-facing copy changed.
15+
Before committing: run the repo's format and verify commands for touched files.
1616

1717
## Ticket Completion Checklist
1818

@@ -53,5 +53,5 @@ When invoking a review subagent during orchestrated delivery:
5353

5454
**Prerequisite:** Son-of-Anton requires a global `bun` install. All CLI delivery commands run via `bun run deliver …`.
5555

56-
Before every commit: run `bun run format`, then `bun run verify` (or `bun run verify:quiet`). Run `bun run spellcheck` when docs, Markdown, config examples, PR text, or user-facing copy changed. Use `bun run ci:quiet` as the final publication gate before opening a PR.
56+
Before every commit: run `bun run format`, then `bun run verify` (or `bun run verify:quiet`). Use `bun run ci:quiet` as the final publication gate before opening a PR.
5757
<!-- soa:end -->

cspell.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
2828
"sb:reset": "psql postgresql://postgres:postgres@localhost:54322/postgres < supabase/reset.sql",
2929
"sb:seed": "psql postgresql://postgres:postgres@localhost:54322/postgres < supabase/seed.sql",
3030
"codegen": "rm -rf src/lib/generated/openapi/shortcut; openapi-generator-cli generate -i https://developer.shortcut.com/api/rest/v3/shortcut.swagger.json -o src/lib/generated/openapi/shortcut -g typescript-fetch --additional-properties=supportsES6=true,npmVersion=6.9.0,typescriptThreePlus=true",
31-
"spell": "cspell \"src/**/*.{ts,svelte,js}\" --no-progress",
32-
"verify": "pnpm check && pnpm lint && pnpm spell",
33-
"ci": "pnpm check && pnpm lint && pnpm spell && pnpm test:unit",
31+
"verify": "pnpm check && pnpm lint",
32+
"ci": "pnpm check && pnpm lint && pnpm test:unit",
3433
"verify:quiet": "pnpm tsx ./scripts/verify-quiet.ts",
3534
"ci:quiet": "pnpm tsx ./scripts/ci-quiet.ts",
3635
"deliver": "pnpm tsx ./scripts/deliver.ts",
@@ -55,7 +54,6 @@
5554
"@vercel/analytics": "2.0.1",
5655
"@vitest/coverage-v8": "4.1.6",
5756
"@vitest/ui": "4.1.6",
58-
"cspell": "10.0.0",
5957
"daisyui": "5.5.19",
6058
"dayjs": "1.11.20",
6159
"echarts": "6.0.0",

0 commit comments

Comments
 (0)