Skip to content

Commit b61f44e

Browse files
authored
Merge pull request #7 from Language-Research-Technology/add-filesystem
feat: Add file support
2 parents f39c90f + f0587b1 commit b61f44e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+5737
-519
lines changed

.claude/settings.local.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"permissions": {
3-
"allow": ["Bash(pnpm run test:*)", "Bash(pnpm run lint:*)"],
3+
"allow": [
4+
"Bash(pnpm run test:*)",
5+
"Bash(pnpm run lint:*)",
6+
"Bash(pnpm run lint:biome)",
7+
"Bash(pnpm run lint:types)"
8+
],
49
"deny": [],
510
"ask": []
611
}

.knip.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema-jsonc.json",
3-
"ignore": ["example/src/index.express.ts", "example/src/index.fastify.ts", "scripts/loadEntities.ts"],
3+
"ignore": ["src/index.dev.ts", "scripts/loadEntities.ts"],
44
"ignoreDependencies": [
55
// Used in prisma.schema, not directly in code
66
"prisma-json-types-generator",
7+
// Used in generated prisma code
8+
"@prisma/client",
79
// Needed by @semantic-release based on our config
810
"conventional-changelog-conventionalcommits"
911
]

0 commit comments

Comments
 (0)