Commit Graph

2 Commits

Author SHA1 Message Date
Gregory Gauthier
1396de6a7e feat(diagrams): add PNG diagrams for Testing Telos post
Update testing-telos.md with relative asset paths and refined content.
Add generated PNGs: telos-feature-iteration.png, telos-invariance-testing.png,
telos-cross-cutting.png, telos-targeted-concerns.png.
Introduce pyproject.toml and poetry.lock for diagram generation dependencies.
Add svg-to-png.py script for generating diagrams.
Rename drafts/testing-telos.html to references/testing-telos.html.
2026-04-17 11:46:40 +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