Packages

fnord

0.9.22

AI code archaeology

Current section

221 Versions

Jump to

Compare versions

3 files changed
+7 additions
-3 deletions
  @@ -1,6 +1,6 @@
1 1 {<<"links">>,[{<<"GitHub">>,<<"https://github.com/sysread/fnord">>}]}.
2 2 {<<"name">>,<<"fnord">>}.
3 - {<<"version">>,<<"0.9.21">>}.
3 + {<<"version">>,<<"0.9.22">>}.
4 4 {<<"description">>,<<"AI code archaeology">>}.
5 5 {<<"elixir">>,<<"~> 1.19">>}.
6 6 {<<"app">>,<<"fnord">>}.
  @@ -40,7 +40,11 @@ defmodule AI.Agent.Review.NoSlop do
40 40 - "This was changed because the user wanted..."
41 41
42 42 ### AI writing style tells
43 - - Em dashes (U+2014: —) anywhere in code, comments, or strings
43 + - Typography, when not part of visible UI output (eg in code, comments, or docstrings):
44 + - Em dashes (U+2014: —) or double hyphens "--" used as a substitute; devs use single hyphens or semicolons instead
45 + - Smart quotes (U+201C/U+201D: /), smart apostrophes (U+2018/U+2019: ‘/’)
46 + - Glyphs or emojis (e.g. ✅, 🚀, 🔥,,,,,,,,, »)
47 + - Overly formal or verbose language: "In order to ensure that...", "It is imperative that..."
44 48 - "Note:" or "Important:" prefixes on comments (real developers don't write this way)
45 49 - Hedging: "This might...", "This could potentially...", "It's worth noting that..."
46 50 - Filler: "In order to", "It should be noted", "As mentioned above"
  @@ -4,7 +4,7 @@ defmodule Fnord.MixProject do
4 4 def project do
5 5 [
6 6 app: :fnord,
7 - version: "0.9.21",
7 + version: "0.9.22",
8 8 elixir: "~> 1.19",
9 9 start_permanent: Mix.env() == :prod,
10 10 description: "AI code archaeology",