Commit Graph

6 Commits

Author SHA1 Message Date
Gregory Gauthier
2df4e5fe10 docs(articles): add draft on testing telos
Introduces article on testing strategies shaped by purpose (telos), including four archetypes: triangle, bullseye, diamond, and star. Adds corresponding SVG diagrams in assets/clipart.
2026-04-17 11:18:39 +01:00
Gregory Gauthier
035cdbc051 feat(articles): add draft page for Testing Telos
Introduces an interactive HTML page in drafts/ explaining testing strategies via geometric shapes (triangle, bullseye, diamond, star). Includes embedded CSS for responsive design, SVG icons, and JavaScript for overview/detail view navigation.
2026-04-08 13:39:02 +01:00
Gregory Gauthier
6be062506b docs(drafts): expand abstract and add exploration directions to when-not-to-test
- Enhanced the abstract to emphasize practical wisdom in choosing not to test.
- Added a new section with possible directions for the article, including Aristotelian angles, opportunity costs, illusion of control, negative impacts of testing, and moral dimensions.
- Removed template footer notes.
2026-04-07 17:07:29 +01:00
Gregory Gauthier
66ec95fce9 feat(articles): add script for creating new article drafts
- Introduce `scripts/new-article` bash script to generate new article files from a title, using a template, and open in vim/vi.
- Add `scripts/article-template.md` as the base structure for new articles.
- Update README.md with instructions on using the new script and directory structure.
- Include an example draft `articles/drafts/when-not-to-test.md` generated via the script.
2026-04-07 16:45:41 +01:00
Gregory Gauthier
65d2e46788 refactor(articles): standardize YAML front-matter across published and draft articles
Add consistent front-matter schema to CLAUDE.md and GROK.md, including title, date, topics, related articles, and abstracts. Apply similar front-matter to draft files (agile-stories.md, uses-and-abuses.md) and published articles (Agile-Or-Whatever-You-Call-It.md, Testers-As-Explorers.md, etc.) to improve indexing, searchability, and cross-referencing. Ensure topics use a controlled vocabulary and abstracts capture core theses.
2026-04-07 16:29:10 +01:00
Gregory Gauthier
da44ea30f1 refactor(structure): reorganize articles and assets directories
Move drafts to articles/drafts, articles to articles/published, and assets to general and memes subdirs.
2026-04-07 15:18:51 +01:00