npm package diff

Package: @forge/manifest

Versions: 8.9.0-next.3 - 8.9.0-next.3-experimental-900adc2

Modified: package/out/schema/manifest-schema.json

Large diffs are not rendered by default.

Modified: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/manifest",
-  "version": "8.9.0-next.3",
+  "version": "8.9.0-next.3-experimental-900adc2",
   "description": "Definitions and validations of the Forge manifest",
   "main": "out/index.js",
   "scripts": {
     "build": "yarn run compile",

Modified: package/out/scopes/shipyard-scopes.json

Index: package/out/scopes/shipyard-scopes.json
===================================================================
--- package/out/scopes/shipyard-scopes.json
+++ package/out/scopes/shipyard-scopes.json
@@ -17,8 +17,9 @@
     "delete:board-scope.admin:jira-software",
     "delete:build-info:jira",
     "delete:calendar-info:jira",
     "delete:cmdb-attribute:jira",
+    "delete:cmdb-config:jira",
     "delete:cmdb-object:jira",
     "delete:cmdb-schema:jira",
     "delete:cmdb-type:jira",
     "delete:comment-info:jira",
@@ -144,8 +145,9 @@
     "read:build:jira-software",
     "read:calendar-info:jira",
     "read:chat:rovo",
     "read:cmdb-attribute:jira",
+    "read:cmdb-config:jira",
     "read:cmdb-icon:jira",
     "read:cmdb-object:jira",
     "read:cmdb-schema:jira",
     "read:cmdb-type:jira",
@@ -373,8 +375,9 @@
     "write:build-info:jira",
     "write:build:jira-software",
     "write:calendar-info:jira",
     "write:cmdb-attribute:jira",
+    "write:cmdb-config:jira",
     "write:cmdb-object:jira",
     "write:cmdb-schema:jira",
     "write:cmdb-type:jira",
     "write:comment-info:jira",

Modified: package/CHANGELOG.md

Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,20 @@
 # @forge/manifest
 
+## 8.9.0-next.3-experimental-900adc2
+
+### Minor Changes
+
+- 94e48b9: Remove agent mode support per product decision
+
+### Patch Changes
+
+- 9d231e9: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
+- b503084: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
+- 64daaa5: validate schema for app.contexts so developers can define a required context in the manifest
+- 3a703de: Update manifest definitions
+- 003b1ed: Update manifest definitions
+
 ## 8.9.0-next.3
 
 ### Patch Changes

Modified: package/out/schema/manifest.d.ts

Large diffs are not rendered by default.