diff --git a/CLAUDE.md b/CLAUDE.md index 27f2a71..201b24a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -62,7 +62,7 @@ abstract: > --- ``` -- **topics** use a controlled but organically growing vocabulary: `epistemology`, `exploratory-testing`, `agile`, `bdd`, `reasoning`, `formal-logic`, `automation`, `philosophy`, `craft`, `resources` +- **topics** use a small, controlled vocabulary: `philosophy`, `craft`, `epistemology`, `exploratory-testing`, `agile`. Resist inflating this list — split or add terms only after deliberate consideration - **related** lists articles that this one explicitly builds on or cites; use filenames, not paths - **abstract** describes the argument or thesis, not just the subject area - Draft articles do not require front-matter until published diff --git a/GROK.md b/GROK.md index 17d36cf..516158e 100644 --- a/GROK.md +++ b/GROK.md @@ -65,12 +65,12 @@ Grok excels as a creative, truth-seeking collaborator for this kind of reflectiv ```yaml --- -title: Exact Title of the Article +title: "Exact Title of the Article" date: YYYY-MM-DD topics: [philosophy, craft, epistemology, exploratory-testing, agile] related: - - slug-of-related-article - - another-related-article + - slug-of-related-article.md + - another-related-article.md abstract: A dense, content-rich paragraph (usually 2–4 sentences) that captures the central provocation or thesis. Useful for future indexing, search, and reference tools. --- ``` diff --git a/articles/published/The-Various-Uses-Of-Vegetable-Condiments-In-Testing.md b/articles/published/The-Various-Uses-Of-Vegetable-Condiments-In-Testing.md index b23616f..6aae05f 100644 --- a/articles/published/The-Various-Uses-Of-Vegetable-Condiments-In-Testing.md +++ b/articles/published/The-Various-Uses-Of-Vegetable-Condiments-In-Testing.md @@ -1,7 +1,7 @@ --- title: "The Various Uses Of Vegetable Condiments In Testing" date: 2025-06-02 -topics: [bdd, agile, automation] +topics: [agile, craft] related: - Agile-Or-Whatever-You-Call-It.md abstract: > diff --git a/articles/published/five-essential-lessons.md b/articles/published/five-essential-lessons.md index 74dab3f..48ba679 100644 --- a/articles/published/five-essential-lessons.md +++ b/articles/published/five-essential-lessons.md @@ -1,7 +1,7 @@ --- title: "Five Essential Lessons For Software Testers" date: 2025-09-22 -topics: [epistemology, philosophy, craft] +topics: [epistemology, philosophy] related: - Testers-As-Explorers.md abstract: > diff --git a/articles/published/resources-for-testers.md b/articles/published/resources-for-testers.md index 17baa9f..2d66102 100644 --- a/articles/published/resources-for-testers.md +++ b/articles/published/resources-for-testers.md @@ -1,7 +1,7 @@ --- title: "Resources For Testers" date: 2025-12-15 -topics: [resources, craft] +topics: [craft] related: [] abstract: > Recommended books, blogs, and community resources for software testers — diff --git a/articles/published/the-logic-of-software-testing.md b/articles/published/the-logic-of-software-testing.md index ca2fc89..ecd10d3 100644 --- a/articles/published/the-logic-of-software-testing.md +++ b/articles/published/the-logic-of-software-testing.md @@ -1,7 +1,7 @@ --- title: "The Logic Of Software Testing" date: 2025-12-12 -topics: [epistemology, reasoning, formal-logic] +topics: [epistemology] related: - five-essential-lessons.md - Testers-As-Explorers.md diff --git a/articles/published/what-makes-us-better.md b/articles/published/what-makes-us-better.md index 47b12a9..4f1476e 100644 --- a/articles/published/what-makes-us-better.md +++ b/articles/published/what-makes-us-better.md @@ -1,7 +1,7 @@ --- title: “What Makes Us Better Engineers?” date: 2026-03-06 -topics: [philosophy, craft, automation] +topics: [philosophy, craft] related: [] abstract: > Whether LLMs like Claude change engineering in degree or in kind —