First commit

This commit is contained in:
2026-07-06 06:00:10 +06:00
commit 68696fa4d2
32 changed files with 1085 additions and 0 deletions

21
part4-debrief/README.md Normal file
View File

@ -0,0 +1,21 @@
# Part 4 — Debrief (no code)
The last part is written, not coded. Fill in `DEBRIEF.md` in this directory.
One page maximum — we value density over length.
Answer three things:
**(a) Anything unusual.** Did you find anything in this repository that was
surprising, wrong, or contradictory? What did you do about it, and why?
If nothing struck you, say so.
**(b) One change per part.** For each of parts 13, name one thing you would
change about how that project is designed or written (not the bugs you
already fixed) and why it would be better.
**(c) Before shipping part 3.** Imagine `taskcli` were about to ship to real
users. What would you ask the team first? List your top three questions, in
priority order, with one line each on why the answer matters.
Specific beats general everywhere: refer to real files, real line numbers,
real decisions you made today.