Claude opus authored everything to make the user and task work. First iteration

This commit is contained in:
2026-03-07 21:39:10 -05:00
parent 8ab1efcca7
commit 2bee7dce43
25 changed files with 2003 additions and 164 deletions

View File

@@ -0,0 +1,6 @@
// clang-format off
#include "api/users/store.cpp"
#include "api/users/list.cpp"
#include "api/users/add.cpp"
#include "api/users/remove.cpp"
// clang-format on