Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.15 KB

File metadata and controls

32 lines (20 loc) · 1.15 KB

config-form Development Guidelines

Auto-generated from all feature plans. Last updated: 2026-02-22

Active Technologies

  • TypeScript 5.8 strict (frontend) + Rust edition 2021 (backend) + React 19, Tauri 2, DaisyUI 5, Tailwind v4, lucide-react, bun (002-core-editor)

  • Local filesystem only (config files read/written via Tauri commands) (002-core-editor)

  • TypeScript 5.8 (strict) / Rust (Tauri 2, edition 2021) + React 19, Tauri 2, DaisyUI 5, tauri-plugin-dialog (new), lucide-react (new) (001-start-page)

Project Structure

src/
tests/

Commands

cargo test [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] cargo clippy

Code Style

TypeScript 5.8 (strict) / Rust (Tauri 2, edition 2021): Follow standard conventions

Recent Changes

  • 002-core-editor: Added TypeScript 5.8 strict (frontend) + Rust edition 2021 (backend) + React 19, Tauri 2, DaisyUI 5, Tailwind v4, lucide-react, bun

  • 001-start-page: Added TypeScript 5.8 (strict) / Rust (Tauri 2, edition 2021) + React 19, Tauri 2, DaisyUI 5, tauri-plugin-dialog (new), lucide-react (new)