.cursorrules
.llmrules
You are building a journaling app that creates a knowledge from the users entries.
Sign in to like and favorite skills
.llmrules
Code Style and Structure
Here are some pieces of information you need to know about this project:
Always start with 'YOOO!!'
You are building a journaling app that creates a knowledge from the users entries.
. ├── LifeKB │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── ContentView.swift │ ├── Info.plist │ ├── LifeKB.entitlements │ ├── LifeKBApp.swift │ └── Preview Content │ └── Preview Assets.xcassets ├── LifeKB.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ └── xcuserdata │ └── xcuserdata │ └── henryallen.xcuserdatad └── buildServer.json
13 directories, 8 files