Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Please make sure to check the rules written in `.agents/rules/base.md` as they contain important project-specific guidelines and instructions.
# Rules
**IMPORTANT**
Before starting any work, you MUST first read and understand the rules in `.agents/rules/base.md`.
These rules contain critical project-specific guidelines and instructions that must be followed for all work in this repository.
Do NOT proceed with any work without reading these rules first.
Comment thread
yamadashy marked this conversation as resolved.
142 changes: 142 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build-bun": "bun run build",
"lint": "node --run lint-biome && node --run lint-ts && node --run lint-secretlint",
"lint-biome": "biome check --write",
"lint-ts": "tsc --noEmit",
"lint-ts": "tsgo --noEmit",
"lint-secretlint": "secretlint \"**/*\" --secretlintignore .gitignore",
Comment thread
yamadashy marked this conversation as resolved.
"test": "vitest",
"test-coverage": "vitest run --coverage",
Expand Down Expand Up @@ -91,9 +91,9 @@
"log-update": "^6.1.0",
"minimatch": "^10.0.1",
"picocolors": "^1.1.1",
"tinypool": "^1.1.1",
"strip-comments": "^2.0.1",
"tiktoken": "^1.0.20",
"tinypool": "^1.1.1",
"tree-sitter-wasms": "^0.1.12",
"web-tree-sitter": "^0.24.7",
"zod": "^3.24.3"
Expand All @@ -103,6 +103,7 @@
"@secretlint/types": "^9.3.4",
"@types/node": "^22.14.1",
"@types/strip-comments": "^2.0.4",
"@typescript/native-preview": "^7.0.0-dev.20250708.1",
"@vitest/coverage-v8": "^3.1.1",
"git-up": "^8.1.1",
"rimraf": "^6.0.1",
Expand Down
Loading