You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.8: Improve configuration, add new report command, add group_by arguments and more... (#5)
* refactor(wip): work on report (list -s)
* refactor(wip): work on config refactor with more customizations support
* wip(config): improve config support
* feat: worked on many features
- rework auto_start + add confirm flags args for some commands
- implement group_by for list command
- add support for confirm on cancel and delete
- improve configuration
* test: have Claude improve test coverage + update old broken tests after config update
* chore: run cargo fmt to fix code styling
* fix: confirm was not evaluated in modify command + fix cli_smoke.rs which was not using the temp config file
* docs: update README
> Prefer using the full length command names in scripts as they are more explicit and unlikely to be changed (unlike shorter aliases).
@@ -152,3 +188,22 @@ Like `stop` would have been a better command than `pause` but since it shares th
152
188
Maybe I will drop this in the future, let's see.
153
189
154
190
_I have included some fallback in case you type `stop`/`remove` instead of `pause`/`delete` 👀_
191
+
192
+
## 🧠 (mostly) Brain made
193
+
194
+
**This project was NOT vibe-coded BUT AI is still involved in some parts of it.**
195
+
196
+
I think generating big portions of code using AI can be justified in some contexts, and I am not opposed to it if done well. But, I care about this project too much to vibe code it :)
197
+
198
+
Still, **AI is used** in this project and here's where:
199
+
200
+
-**Generating tests:** Because it's something I always skip so I would rather have some AI generated tests than none at all.
201
+
-**Micro-improvements:** I have used AI as an advisor to improve some bits of code here and there. Big refactors or new features are done by my hand though. _(This is why this tool breaks so often I guess 💀)_
0 commit comments