chore: add pi skills for tdd, cmake, and git

Create .pi/skills/ with three skills:
- tdd: Red-Green-Refactor workflow, Unity assertions, CMock patterns
- cmake: build commands, adding modules, dependency FetchContent pattern
- git: conventional commits, semver tagging, branching conventions

Update AGENTS.md and README.md to reference the skills and template
project description.
This commit is contained in:
2026-06-15 04:27:39 +02:00
parent 286c51b2e7
commit 79d3b92511
6 changed files with 623 additions and 77 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
# ctdd
A C23 project wired for test-driven development using
A C23 template project wired for test-driven development using
[Unity](https://github.com/ThrowTheSwitch/Unity) and
[CMock](https://github.com/ThrowTheSwitch/CMock).
[CMock](https://github.com/ThrowTheSwitch/CMock). Use it as the core
template when scaffolding new projects.
All dependencies are fetched automatically via CMake `FetchContent` with no
manual installation required beyond the tools listed below.