Commit Graph

5 Commits

Author SHA1 Message Date
portersky f13eb491d9 docs: add commit message conventions with 50/72 rule 2026-05-05 21:36:24 +02:00
portersky c7704f42f7 chore: expand .gitignore with common build/IDE artifacts 2026-05-05 21:35:27 +02:00
portersky 237f446c6e feat: implement stopwatch timer
Replace Hello World with a live stopwatch that prints elapsed time
in HH:MM:SS.mmm format, updating every 10ms with color output.
2026-05-05 21:34:00 +02:00
portersky a13105a591 docs: add coding and shell conventions to AGENTS.md
- Add include ordering rules: C++ std, C std, OS-specific,
  third-party, local headers (separated by blank lines)
- Clarify <> for system headers, "" for third-party deps
- Remove .exe from run command
- Mark shell code blocks as sh (POSIX compliant)
- Add shell script conventions section
2026-05-05 21:34:00 +02:00
portersky e2110ddf4f Inital commit 2026-05-05 21:34:00 +02:00