Update project issues: resolve #02-#04, add #08-#10

Mark issues #02 (backtick lexing/parsing), #03 (command execution
runtime), and #04 (argv parsing) as resolved. Add new issues for
configuration (#08), programmable prompt (#09), and interactive
command execution (#10).
This commit is contained in:
Cormac Shannon
2026-02-28 18:27:55 +00:00
parent 39d6cc95cb
commit 4b49907ce7
6 changed files with 204 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# 04 — Implement argv parsing (tokenize command strings)
**Status:** open
**Status:** resolved
**Blocked by:** #01
**Blocks:** #06