From fe533c67ce4d2a63e53ff8174e2de0ed75672743 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:47:48 +0000 Subject: [PATCH 1/3] chore: typos hidden check --- typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typos.toml b/typos.toml index 7882ea9..822175e 100644 --- a/typos.toml +++ b/typos.toml @@ -8,7 +8,9 @@ extend-ignore-re = [ ] [files] +ignore-hidden = false extend-exclude = [ + ".git", "node_modules", "package.json", "pnpm-lock.yaml", From b4d0428676447e58ec2aee6ea662b63e59d0f184 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:47:59 +0000 Subject: [PATCH 2/3] chore: format --- .claude/rules/file-operations.md | 2 +- .claude/rules/typescript-testing.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude/rules/file-operations.md b/.claude/rules/file-operations.md index bccf340..bc594ea 100644 --- a/.claude/rules/file-operations.md +++ b/.claude/rules/file-operations.md @@ -127,7 +127,7 @@ async function getProtectedData(token: string): Promise { ## When to Use Direct HTTP Clients -Only use specialised HTTP clients when: +Only use specialized HTTP clients when: - You need advanced features not covered by fetch (e.g., interceptors, retries) - You're integrating with a framework that requires it diff --git a/.claude/rules/typescript-testing.md b/.claude/rules/typescript-testing.md index 64c2e7b..b35ae99 100644 --- a/.claude/rules/typescript-testing.md +++ b/.claude/rules/typescript-testing.md @@ -116,7 +116,7 @@ it('should save file to disk', async () => { **Reference:** See `node_modules/fs-fixture/README.md` for full API and advanced usage -## Test Organisation +## Test Organization - Use snapshot testing for generated outputs - Comprehensive unit tests for parsing logic @@ -127,6 +127,6 @@ it('should save file to disk', async () => { - Run tests frequently during development - Maintain >90% code coverage for core modules -- Use descriptive test names that explain the behaviour being tested +- Use descriptive test names that explain the behavior being tested - Keep tests isolated and independent - Clean up MSW overrides automatically via global hooks From 6282dc1e8e1a229849a78ba802d347040083739e Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:50:50 +0000 Subject: [PATCH 3/3] chore: check package.json --- typos.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/typos.toml b/typos.toml index 822175e..05c3caf 100644 --- a/typos.toml +++ b/typos.toml @@ -12,7 +12,6 @@ ignore-hidden = false extend-exclude = [ ".git", "node_modules", - "package.json", "pnpm-lock.yaml", "pnpm-workspace.yaml", "CHANGELOG.md",