Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 586 Bytes

File metadata and controls

10 lines (8 loc) · 586 Bytes

Agent Workspace Repo Instructions

Read CLAUDE.md and CODEBASE_DOCUMENTATION.md before making changes.

Release Versioning

  • package.json is the release version source of truth.
  • Keep src-tauri/tauri.conf.json and src-tauri/Cargo.toml synced with npm run release:sync-version.
  • Run npm run release:check-version before tagging or shipping a release build.
  • Release tags must be v<package.json version>.
  • scripts/tauri/run-tauri-build.js clears stale bundle/ outputs and verifies that installer filenames include the expected version before CI uploads them.