Skip to content

Commit 1500d42

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feat/a7-eventkit
2 parents 5063a5f + 3b83fba commit 1500d42

116 files changed

Lines changed: 6891 additions & 516 deletions

File tree

Some content is hidden

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

.claude/rules/03-platform-setup-windows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
paths:
3+
- "app/src-tauri/**"
4+
- "src-tauri/**"
5+
---
6+
17
# Windows Platform Setup
28

39
## Prerequisites

.claude/rules/04-platform-setup-macos.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
paths:
3+
- "app/src-tauri/**"
4+
- "src-tauri/**"
5+
---
6+
17
# macOS Platform Setup
28

39
## Prerequisites

.claude/rules/05-platform-setup-android.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
paths:
3+
- "src-tauri/gen/android/**"
4+
- "app/src-tauri/gen/android/**"
5+
---
6+
17
# Android Platform Setup
28

39
## Prerequisites

.claude/rules/06-platform-setup-ios.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
paths:
3+
- "src-tauri/gen/apple/**"
4+
- "app/src-tauri/gen/apple/**"
5+
---
6+
17
# iOS Platform Setup
28

39
## Prerequisites

.claude/rules/07-rust-backend-guide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
paths:
3+
- "app/src-tauri/**"
4+
- "src-tauri/**"
5+
- "src/**/*.rs"
6+
- "**/Cargo.toml"
7+
---
8+
19
# Rust Backend Guide
210

311
## Structure

.claude/rules/08-frontend-guide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
paths:
3+
- "app/src/**"
4+
- "app/*.ts"
5+
- "app/*.tsx"
6+
- "app/vite.config.*"
7+
---
8+
19
# Frontend Development Guide - Crypto Community Platform
210

311
## Overview

.claude/rules/09-permissions-capabilities.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
paths:
3+
- "**/capabilities/**"
4+
- "**/tauri.conf.json"
5+
---
6+
17
# Permissions and Capabilities
28

39
## Overview

.claude/rules/12-design-system.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
paths:
3+
- "app/src/**/*.tsx"
4+
- "app/src/**/*.css"
5+
- "**/tailwind.config.*"
6+
---
7+
18
# Design System - Crypto Community Platform
29

310
## Design Philosophy

.claude/rules/13-backend-auth-implementation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
paths:
3+
- "**/auth/**"
4+
- "**/*auth*.ts"
5+
- "**/*auth*.tsx"
6+
- "**/*auth*.rs"
7+
- "app/src-tauri/src/lib.rs"
8+
---
9+
110
# Backend Authentication Implementation Guide
211

312
## Overview

.claude/rules/14-deep-link-platform-guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
paths:
3+
- "**/*deep*link*"
4+
- "**/tauri.conf.json"
5+
- "app/src-tauri/**"
6+
---
7+
18
# Deep Link Platform Guide
29

310
## Overview

0 commit comments

Comments
 (0)