@aotter/mantle 0.0.11-alpha.33 → 0.0.11-alpha.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -47,9 +47,9 @@ encode step to where it already runs in a real Node-like runtime:
|
|
|
47
47
|
- Scaffolders, ops scripts, the admin SPA's local helper, and MCP
|
|
48
48
|
agents (Claude Code, etc.) all execute in environments where
|
|
49
49
|
`sharp` works.
|
|
50
|
-
-
|
|
51
|
-
|
|
52
|
-
|
|
50
|
+
- The MCP client or operator tooling runs the agent-side image
|
|
51
|
+
processor: take a source file, produce the format set, call
|
|
52
|
+
`create_media_upload`, upload every variant, and call
|
|
53
53
|
`commit_media_upload`.
|
|
54
54
|
- The Worker only **enforces policy**: required mime set, per-mime
|
|
55
55
|
byte caps, suspicious-shape heuristic (modern format must not be
|
|
@@ -178,4 +178,4 @@ use case layer via the repository. The R2 adapter:
|
|
|
178
178
|
- `packages/mantle-runtime/src/infrastructure/persistence/DatabaseMediaAssetRepository.ts`
|
|
179
179
|
- `packages/mantle-spec/src/domain/model/SiteConfig.ts` (MediaPurposePolicy)
|
|
180
180
|
- `packages/adapters/cloudflare/src/bindings/R2MediaStorage.ts`
|
|
181
|
-
-
|
|
181
|
+
- MCP client / operator-side image processing tools
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aotter/mantle",
|
|
3
|
-
"version": "0.0.11-alpha.
|
|
3
|
+
"version": "0.0.11-alpha.34",
|
|
4
4
|
"description": "Umbrella entry for @aotter/mantle. Adopters install this one package and import from subpaths: /spec, /runtime, /cloudflare, /admin-ui. Sub-packages remain individually installable on npm for tooling / alt-adapter authors. The Netlify adapter ships as a private workspace stub in v0.1 — its subpath will be added when the impl lands in v0.2.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://mantle.tools/",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"README.md"
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@aotter/mantle-
|
|
51
|
-
"@aotter/mantle-
|
|
52
|
-
"@aotter/mantle-
|
|
53
|
-
"@aotter/mantle-
|
|
50
|
+
"@aotter/mantle-cloudflare": "0.0.11-alpha.34",
|
|
51
|
+
"@aotter/mantle-admin-ui": "0.0.11-alpha.34",
|
|
52
|
+
"@aotter/mantle-runtime": "0.0.11-alpha.34",
|
|
53
|
+
"@aotter/mantle-spec": "0.0.11-alpha.34"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@cloudflare/workers-oauth-provider": "^0.7.0",
|