# 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).