chore(claude-rules): add paths frontmatter for conditional loading (#804)

Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
This commit is contained in:
Jwalin Shah
2026-04-22 23:29:19 -07:00
committed by GitHub
co-authored by Jwalin Shah
parent 77515fe9e6
commit 42d7147808
13 changed files with 90 additions and 0 deletions
@@ -1,3 +1,9 @@
---
paths:
- "app/src-tauri/**"
- "src-tauri/**"
---
# Windows Platform Setup
## Prerequisites
+6
View File
@@ -1,3 +1,9 @@
---
paths:
- "app/src-tauri/**"
- "src-tauri/**"
---
# macOS Platform Setup
## Prerequisites
@@ -1,3 +1,9 @@
---
paths:
- "src-tauri/gen/android/**"
- "app/src-tauri/gen/android/**"
---
# Android Platform Setup
## Prerequisites
+6
View File
@@ -1,3 +1,9 @@
---
paths:
- "src-tauri/gen/apple/**"
- "app/src-tauri/gen/apple/**"
---
# iOS Platform Setup
## Prerequisites
+8
View File
@@ -1,3 +1,11 @@
---
paths:
- "app/src-tauri/**"
- "src-tauri/**"
- "src/**/*.rs"
- "**/Cargo.toml"
---
# Rust Backend Guide
## Structure
+8
View File
@@ -1,3 +1,11 @@
---
paths:
- "app/src/**"
- "app/*.ts"
- "app/*.tsx"
- "app/vite.config.*"
---
# Frontend Development Guide - Crypto Community Platform
## Overview
@@ -1,3 +1,9 @@
---
paths:
- "**/capabilities/**"
- "**/tauri.conf.json"
---
# Permissions and Capabilities
## Overview
+7
View File
@@ -1,3 +1,10 @@
---
paths:
- "app/src/**/*.tsx"
- "app/src/**/*.css"
- "**/tailwind.config.*"
---
# Design System - Crypto Community Platform
## Design Philosophy
@@ -1,3 +1,12 @@
---
paths:
- "**/auth/**"
- "**/*auth*.ts"
- "**/*auth*.tsx"
- "**/*auth*.rs"
- "app/src-tauri/src/lib.rs"
---
# Backend Authentication Implementation Guide
## Overview
@@ -1,3 +1,10 @@
---
paths:
- "**/*deep*link*"
- "**/tauri.conf.json"
- "app/src-tauri/**"
---
# Deep Link Platform Guide
## Overview
@@ -1,3 +1,8 @@
---
paths:
- "app/src/components/settings/**"
---
# Settings Modal System - URL-Based Modal Architecture
## Overview
@@ -1,3 +1,10 @@
---
paths:
- "app/src-tauri/src/lib.rs"
- "**/Info.plist"
- "**/tauri.conf.json"
---
# macOS Background Execution - Menu Bar & Autostart
## Overview
@@ -1,3 +1,12 @@
---
paths:
- "**/skills/**"
- "**/memory/**"
- "src/openhuman/**"
- "app/src/providers/SkillProvider.tsx"
- "app/src/lib/ai/**"
---
# Skills → Memory Layer → Agent Inference: Full Flow
## Overview