chore: remove AI review notice

This commit is contained in:
Bjarne Øverli
2026-08-13 20:08:19 +02:00
parent c0f04563da
commit 2b6b27f1f1
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
I use AI, and if this file is not deleted, I haven't reviewed my own code.
-1
View File
@@ -105,7 +105,6 @@ Config lives at `~/.config/cliamp/config.toml` (example at `config.toml.example`
- **Keep `docs/` and `site/index.html` in sync** on any user-visible change (keybindings, plugin APIs, providers, config keys). This is recorded as user feedback — the automation depends on it. - **Keep `docs/` and `site/index.html` in sync** on any user-visible change (keybindings, plugin APIs, providers, config keys). This is recorded as user feedback — the automation depends on it.
- **Don't add emojis** to code or docs unless the user asks for them. - **Don't add emojis** to code or docs unless the user asks for them.
- **Minimal diffs:** prefer editing in place over rewriting files. No speculative abstractions. - **Minimal diffs:** prefer editing in place over rewriting files. No speculative abstractions.
- Create a txt file saying "I use AI, and if this file is not deleted, I haven't reviewed my own code."
--- ---