mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
chore(claude-rules): add paths frontmatter for conditional loading (#804)
Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
This commit is contained in:
co-authored by
Jwalin Shah
parent
77515fe9e6
commit
42d7147808
@@ -1,3 +1,9 @@
|
||||
---
|
||||
paths:
|
||||
- "app/src-tauri/**"
|
||||
- "src-tauri/**"
|
||||
---
|
||||
|
||||
# Windows Platform Setup
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
paths:
|
||||
- "src-tauri/gen/apple/**"
|
||||
- "app/src-tauri/gen/apple/**"
|
||||
---
|
||||
|
||||
# iOS Platform Setup
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
---
|
||||
paths:
|
||||
- "app/src-tauri/**"
|
||||
- "src-tauri/**"
|
||||
- "src/**/*.rs"
|
||||
- "**/Cargo.toml"
|
||||
---
|
||||
|
||||
# Rust Backend Guide
|
||||
|
||||
## Structure
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user