fix sigil error - no comma needed in word list

This commit is contained in:
Firehose Bot 2026-07-19 08:52:31 +01:00
parent 2e3187597d
commit 17d7ad760d

View File

@ -1,7 +1,7 @@
%{ %{
title: "Replace Moralistic Programming with Situational Awareness", title: "Replace Moralistic Programming with Situational Awareness",
author: "Willem van den Ende", author: "Willem van den Ende",
tags: ~w(craft, situational-awareness), tags: ~w(craft situational-awareness),
description: "I don't like what I now call Moralistic Programming. 'You are not a good developer if <you don't use my pet favourite practice>'. I see some of that resurfacing in discussions around coding agents. I value Situational Awareness over best practices and fingerpointing..", description: "I don't like what I now call Moralistic Programming. 'You are not a good developer if <you don't use my pet favourite practice>'. I see some of that resurfacing in discussions around coding agents. I value Situational Awareness over best practices and fingerpointing..",
published: true published: true
} }