What
Outstanding architectural fixes and pattern work in Julee: super-branch landing, generic-CRUD NoOp handlers, Temporal retries vs prompt-interaction semantics, sub-query support for assemblies, MinIO save seekable-stream issue, get_many shared ContentStream bug.
Why
These are architectural gaps and bugs that have been noted but not yet addressed. Some block downstream consumers (the MinIO stream issue and get_many bug both affect storage callers). Others are architectural patterns that need to land for the framework to feel complete (NoOp handlers, sub-queries).
Scope (in)
Scope (out)
- New architectural patterns not yet identified here.
Decomposition
Mostly independent tickets. The super-branch (#80) is the largest and should land first to avoid merge conflicts with the rest.
What
Outstanding architectural fixes and pattern work in Julee: super-branch landing, generic-CRUD NoOp handlers, Temporal retries vs prompt-interaction semantics, sub-query support for assemblies, MinIO
saveseekable-stream issue,get_manysharedContentStreambug.Why
These are architectural gaps and bugs that have been noted but not yet addressed. Some block downstream consumers (the MinIO stream issue and
get_manybug both affect storage callers). Others are architectural patterns that need to land for the framework to feel complete (NoOp handlers, sub-queries).Scope (in)
saveseekable-stream bug (minio Document repository's save assumes a seekable content stream #90).get_manysharedContentStreambug (get_many returns shared ContentStream for documents with identical content #124).Scope (out)
Decomposition
Mostly independent tickets. The super-branch (#80) is the largest and should land first to avoid merge conflicts with the rest.