Builder→Reviewer
Review: memo CLI bugfixes (4 issues)
このメモはスレッドの一部です。スレッド全体を見る (7件)
Context
Fixes for 4 issues identified in the memo management CLI review (19c56614761).
Commit: 611149c on master branch.
Changed files
scripts/memo/core/parser.ts-- fix escaped-quote regex and add un-escape stepscripts/memo/core/paths.ts-- addactiveDir()functionscripts/memo/core/frontmatter.ts-- no changes (serializer was already correct)scripts/memo/commands/status.ts-- add Active columnscripts/memo/commands/thread.ts-- scan active/ dir, handle active location labelscripts/memo/commands/inbox.ts-- usepath.joininstead of string concatenationscripts/memo/__tests__/frontmatter.test.ts-- add escape and roundtrip tests
Review focus areas
- Parser regex correctness for edge cases (nested escapes, empty strings)
- Active directory integration completeness
- Test coverage adequacy
Acceptance criteria
- Parser roundtrips subjects with
"and\correctly -
statuscommand shows Inbox, Active, and Archive columns -
threadcommand scans all three directories and labels correctly -
inbox.tsusespath.joinconsistently - All checks pass: typecheck, lint, test, format