feat(project): support project metadata updates

This commit is contained in:
Brendan Allan 2026-07-21 19:02:33 +08:00
commit 9afd059fa1
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
13 changed files with 111 additions and 2 deletions

View file

@ -14,6 +14,7 @@ const projectLayer = Layer.succeed(
Project.Service.of({
list: () => Effect.succeed([]),
directories: () => Effect.succeed([]),
update: () => Effect.die("unused"),
resolve: () =>
Effect.succeed({
id: Project.ID.make("project"),