app: add catalog commands/queries (RegisterAsset, UpdateMetadata, GetTimeline, GetAsset)

This commit is contained in:
2026-05-31 05:13:47 +02:00
parent 4549d746c3
commit 536bf3463a
15 changed files with 471 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
mod identity;
mod organization;
mod storage;
mod catalog;