From 4f472586e72ce3a52628144e29b3306e1d487875 Mon Sep 17 00:00:00 2001 From: Priec Date: Sun, 6 Sep 2026 20:05:04 +0200 Subject: [PATCH] closing period has automatic difference between currencies of accounts setup --- AGENTS.md | 4 +++- client-gui2 | 2 +- server | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index a631b1c2..991b1524 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,8 @@ # Repository agent rules -- Never run `cargo fmt`, `rustfmt`, or any other automatic code-formatting command in this repository, including commands scoped to individual files or packages. +- When creating a new Rust file, format ONLY that new file with the Cargo formatter (`rustfmt --edition 2024 --config skip_children=true path/to/new_file.rs`). Use the file’s actual Rust edition. Never run workspace-wide or package-wide `cargo fmt`, and never format existing files unless explicitly requested. +- Do not run other automatic code-formatting commands unless explicitly requested. +- Write new or changed SQL in a human-readable layout. Use indented multiline queries, put SQL clauses and JOIN conditions on separate lines, and indent subqueries. Rust formatting does not format SQL inside strings; review that SQL manually. - Preserve existing formatting. Make only the smallest hand-edited changes required for the task. - Do not run builds, checks, linters, or pre-existing tests. Only run tests that an agent wrote or modified as part of the current task; if the agent did not write or modify any tests, run no tests. - Check if what you are doing is running. Server can be running, tauri app might be running. No need to turn on redundant systems. diff --git a/client-gui2 b/client-gui2 index b76f9b43..7e28ffe0 160000 --- a/client-gui2 +++ b/client-gui2 @@ -1 +1 @@ -Subproject commit b76f9b430b6a4f60180e715c71fe1caa99b022ed +Subproject commit 7e28ffe0e9338b95f74ac4d3c6aff7598847a6fe diff --git a/server b/server index f3ff9392..370e5a81 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit f3ff9392236ac4c5d232a2ee3d41ef76e9355fcb +Subproject commit 370e5a81a183144f3a921a42502a01d96fc229c3