feat: add the TechLog asset multipart upload transport
Wires the whole Asset capability into the running application: the multipart upload transport (the contract runtime can only express JSON bodies), a single composition-root-owned CSRF provider shared between the platform's credential collaborator (18 JSON operations) and the upload transport (1 multipart operation), and Studio/StudioShell exposure of the Asset gateway alongside the existing document gateway. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
d9c2d8bc5e
commit
c9c832c365
@@ -14,7 +14,10 @@ type Equal<Left, Right> =
|
||||
type Assert<Condition extends true> = Condition;
|
||||
|
||||
type TechLogFeatureInputExposesNoMissingOrAdditionalKeys = Assert<
|
||||
Equal<keyof ApplicationFeatureInputs["tech-log"], "publicContent" | "createStudioGateway">
|
||||
Equal<
|
||||
keyof ApplicationFeatureInputs["tech-log"],
|
||||
"publicContent" | "createStudioGateway" | "createStudioAssetGateway"
|
||||
>
|
||||
>;
|
||||
type TechLogFeatureInputRegistryValueMatchesFeatureContract = Assert<
|
||||
Equal<ApplicationFeatureInputs["tech-log"], TechLogFeatureInput>
|
||||
|
||||
Reference in New Issue
Block a user