Updated files to include articles.md

This commit is contained in:
2026-03-14 08:00:21 -07:00
parent a97cc5441f
commit 3c6b1ae7ed
2 changed files with 2 additions and 0 deletions

View File

@@ -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/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/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/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

View File

@@ -10,6 +10,7 @@ A personal repository of markdown files that define how AI systems should work w
AI/ AI/
├── CLAUDE.md # Main entry point — loaded automatically by Claude Code ├── CLAUDE.md # Main entry point — loaded automatically by Claude Code
└── preferences/ └── preferences/
├── articles.md # Blog post writing guide for chns.tech (Hugo/Markdown)
├── communication.md # How I like responses structured and how to interact ├── communication.md # How I like responses structured and how to interact
├── powershell-wpf.md # Standards for PowerShell and WPF applications ├── powershell-wpf.md # Standards for PowerShell and WPF applications
├── python-web.md # Standards for FastAPI, SQLAlchemy, Docker Compose ├── python-web.md # Standards for FastAPI, SQLAlchemy, Docker Compose