Skip to content

Commit 978e355

Browse files
authored
Merge branch 'main' into fix/onclick-shape-drag
2 parents 89039a1 + e69acb6 commit 978e355

File tree

894 files changed

+16818
-5638
lines changed

Some content is hidden

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

894 files changed

+16818
-5638
lines changed

.claude/commands/issue.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ After creating the issue and sharing the link, do a thorough investigation:
152152
- Look for similar patterns, past fixes, or related issues
153153
- Understand the architecture and data flow
154154
- Consider edge cases and potential side effects
155-
- Brainstorm possible solutions with tradeoffs
156155

157156
### Step 5: Comment on the issue with findings
158157

@@ -167,7 +166,6 @@ The comment should include:
167166
- **Relevant files**: List specific files and line numbers
168167
- **Root cause analysis**: What's causing the issue (for bugs)
169168
- **Architecture context**: How the affected system works
170-
- **Potential solutions**: 2-3 approaches with tradeoffs
171169
- **Related code**: Links to relevant functions, types, or patterns
172170
- **Considerations**: Edge cases, breaking changes, testing needs
173171

.claude/settings.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
"zooming",
77
"scrolling",
88
"drawing",
9-
"erasing",
10-
"creating",
11-
"typing",
129
"selecting",
13-
"deselecting",
14-
"duplicating",
1510
"nudging",
1611
"resizing",
1712
"rotating",
@@ -22,11 +17,13 @@
2217
"stacking",
2318
"packing",
2419
"grouping",
25-
"ungrouping",
26-
"editing",
2720
"cropping",
2821
"styling",
29-
"embedding"
22+
"embedding",
23+
"scribbling",
24+
"brushing",
25+
"pointing",
26+
"snapping to grid"
3027
]
3128
},
3229
"permissions": {
@@ -48,7 +45,7 @@
4845
"hooks": [
4946
{
5047
"type": "command",
51-
"command": "git diff --name-only --diff-filter=ACMR | grep -E '\\.(ts|tsx|js|jsx|json|md)$' | xargs -r yarn run -T prettier --write"
48+
"command": "cd \"$(git rev-parse --show-toplevel)\" && git diff --name-only --diff-filter=ACMR | grep -E '\\.(ts|tsx|js|jsx|json|md)$' | xargs -r yarn run -T prettier --write || true"
5249
}
5350
]
5451
}

.claude/skills/pr-walkthrough/SKILL.md

Lines changed: 352 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)