From f13906d7628ca24336ddafd899d606fd5b84084d Mon Sep 17 00:00:00 2001 From: hak8or Date: Sat, 10 Jan 2026 14:11:46 -0500 Subject: [PATCH] Add a GEMINI.md for vibe coding --- GEMINI.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 GEMINI.md diff --git a/GEMINI.md b/GEMINI.md new file mode 100644 index 0000000..4320f36 --- /dev/null +++ b/GEMINI.md @@ -0,0 +1,11 @@ +# Project: Tool to help handle mirroring of projects to Gitea + +## General Instructions + +Look at the `vibe_coding_log` directory (especially the `README.md` file) where you will track conversations for audit/archival purposes. + +Any changes you do should be as minimal as possible to the underlying code (to make code review easier). Also, follow coding styles that already exist and do not deviate from them. + +Always run `cargo check` and `cargo test` and `cargo clippy` to maintain general project quality. + +When creating commits, look at past commits and try to follow that style (so no smileys).