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

22
part3-taskcli/WRITEUP.md Normal file
View File

@ -0,0 +1,22 @@
# Bug write-up
For each bug: what was wrong, and why Go behaves that way. A few sentences
each, in your own words.
## Bug 1 — `Complete` doesn't stick
**What was wrong:**
**Why Go behaves this way:**
## Bug 2 — title width is wrong for some titles
**What was wrong:**
**Why Go behaves this way:**
## Bug 3 — bad ids are silently accepted
**What was wrong:**
**Why Go behaves this way:**