orionfold-relay 0.20.0 → 0.22.0
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 +4 -1
- package/dist/cli.js +435 -67
- package/package.json +1 -1
- package/src/app/api/packs/update/route.ts +87 -0
- package/src/app/packs/page.tsx +47 -11
- package/src/components/packs/pack-update-button.tsx +102 -0
- package/src/lib/licensing/cli.ts +59 -0
- package/src/lib/licensing/recap.ts +119 -0
- package/src/lib/packs/cli.ts +63 -11
- package/src/lib/packs/format.ts +7 -0
- package/src/lib/packs/install-state.ts +66 -0
- package/src/lib/packs/install.ts +60 -20
- package/src/lib/packs/templates/relay-agency-pro/base/blueprints/relay-agency-pro--grant-pipeline-deep.yaml +117 -0
- package/src/lib/packs/templates/relay-agency-pro/base/manifest.yaml +15 -2
- package/src/lib/packs/templates/relay-agency-pro/base/profiles/relay-agency-pro--nonprofit-grants-analyst/SKILL.md +59 -0
- package/src/lib/packs/templates/relay-agency-pro/base/profiles/relay-agency-pro--nonprofit-grants-analyst/profile.yaml +19 -0
- package/src/lib/packs/templates/relay-agency-pro/pack.yaml +22 -6
- package/src/lib/packs/update.ts +259 -0
- package/src/lib/plugins/examples/echo-server/plugin.yaml +1 -1
- package/src/lib/plugins/examples/finance-pack/plugin.yaml +1 -1
- package/src/lib/plugins/examples/reading-radar/plugin.yaml +1 -1
- package/src/lib/plugins/registry.ts +1 -1
- package/src/lib/plugins/sdk/types.ts +1 -1
package/README.md
CHANGED
|
@@ -143,7 +143,10 @@ relay license remove <license-id> # forget a license
|
|
|
143
143
|
pack. Paid packs are new content, not repossessed features.
|
|
144
144
|
|
|
145
145
|
The full terms in plain language — seats, transfer, what expiry does and doesn't do —
|
|
146
|
-
are in [docs/trust/license-terms.md](docs/trust/license-terms.md).
|
|
146
|
+
are in [docs/trust/license-terms.md](docs/trust/license-terms.md). The gating
|
|
147
|
+
philosophy behind the boundary — and the never-regress promise that binds us to it —
|
|
148
|
+
is published at [orionfold.com/promise](https://orionfold.com/promise/). Browse and
|
|
149
|
+
buy premium packs at [orionfold.com/relay](https://orionfold.com/relay/).
|
|
147
150
|
|
|
148
151
|
---
|
|
149
152
|
|