From 8410fd673b71d6badfbd20ff39aa292cefb0bc2d Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Wed, 17 Dec 2025 19:50:17 +0800 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 950496c..e0f4da7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,10 @@ -# AGENTS.md +# Friendolls + +Passive social app connecting peers through mouse cursor interactions in the form of desktop pets. + +# friendolls-desktop + +Desktop client app for Friendolls. ## Build/Lint/Test Commands @@ -20,7 +26,7 @@ - **Lint**: `cargo clippy` - **Test**: `cargo test` - **Run single test**: `cargo test ` -- **Generate TypeScript bindings**: `TS_RS_EXPORT_DIR="../src/types/bindings" cargo test export_bindings --manifest-path="./src-tauri/Cargo.toml"` +- **Generate TypeScript bindings (from project root)**: `TS_RS_EXPORT_DIR="../src/types/bindings" cargo test export_bindings --manifest-path="./src-tauri/Cargo.toml"` ## Code Style Guidelines