contentful-ui-extensions-sdk 4.57.0 → 4.58.1
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.
- package/README.md +8 -0
- package/dist/cf-extension-api.bundled.js +1 -1
- package/dist/cf-extension-api.js +1 -1
- package/dist/exo.d.ts +13 -0
- package/dist/types/api.types.d.ts +14 -1
- package/dist/types/exo.types.d.ts +212 -0
- package/dist/types/index.d.ts +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
The App SDK (formerly known as UI Extensions SDK) is a JavaScript library that allows developers to create custom Contentful Apps
|
|
4
4
|
for the Contentful Web App. Every Contentful App has to include the library in its source.
|
|
5
5
|
|
|
6
|
+
## For agents and contributors
|
|
7
|
+
|
|
8
|
+
If you're an AI agent or a new contributor, start here:
|
|
9
|
+
|
|
10
|
+
- [AGENTS.md](./AGENTS.md) — routing table, sharp edges, and never/always rules
|
|
11
|
+
- [ARCHITECTURE.md](./ARCHITECTURE.md) — module map, data flows, build/release pipeline
|
|
12
|
+
- [CONTRIBUTING.md](./CONTRIBUTING.md) — local setup, tests, commit conventions, release process
|
|
13
|
+
|
|
6
14
|
## Resources
|
|
7
15
|
|
|
8
16
|
- [App SDK reference](https://www.contentful.com/developers/docs/extensibility/app-framework/sdk/)
|