From 3c6b1ae7ed07d375d2ff855b296731dbb7942bf0 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Sat, 14 Mar 2026 08:00:21 -0700 Subject: [PATCH] Updated files to include articles.md --- CLAUDE.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 00c5857..0b55462 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -52,3 +52,4 @@ See [preferences/communication.md](preferences/communication.md) for full detail - [preferences/powershell-wpf.md](preferences/powershell-wpf.md) — PowerShell and WPF coding standards - [preferences/python-web.md](preferences/python-web.md) — FastAPI, SQLAlchemy, Docker standards - [preferences/project-structure.md](preferences/project-structure.md) — Standard folder layouts per project type +- [preferences/articles.md](preferences/articles.md) — Blog post writing guide for chns.tech diff --git a/README.md b/README.md index 9ca68a6..a1a9921 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A personal repository of markdown files that define how AI systems should work w AI/ ├── CLAUDE.md # Main entry point — loaded automatically by Claude Code └── preferences/ + ├── articles.md # Blog post writing guide for chns.tech (Hugo/Markdown) ├── communication.md # How I like responses structured and how to interact ├── powershell-wpf.md # Standards for PowerShell and WPF applications ├── python-web.md # Standards for FastAPI, SQLAlchemy, Docker Compose