@rayspec/spec 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/README.md +26 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ # @rayspec/spec
2
+
3
+ The RaySpec **config grammar**: parser, linter, and JSON-Schema exporter. A deployed
4
+ RaySpec backend is ONE validated `RaySpec` document (stores · api · agents · jobs · …) —
5
+ this package defines and validates that document.
6
+
7
+ Part of [RaySpec](https://rayspec.dev) — **file-deployable AI infrastructure**: describe a
8
+ product's backend in one declarative YAML file, and RaySpec stands up accounts and
9
+ authentication, in-process agents, an HTTP API, a Postgres-backed data layer, durable
10
+ background jobs, and the supporting tooling — deployed GitOps-style from that single file.
11
+
12
+ Most projects consume this package indirectly — start with
13
+ [`npx rayspec init`](https://www.npmjs.com/package/rayspec) or `@rayspec/server` rather
14
+ than depending on it directly.
15
+
16
+ ## Links
17
+
18
+ - Website & docs: <https://rayspec.dev>
19
+ - Source (monorepo): <https://github.com/rayspec-labs/rayspec>
20
+ - Changelog: <https://github.com/rayspec-labs/rayspec/blob/main/CHANGELOG.md>
21
+
22
+ ## License
23
+
24
+ Source-available under the **Functional Source License (FSL-1.1-ALv2)** — each release
25
+ converts to Apache-2.0 two years after publication. See
26
+ [LICENSE](https://github.com/rayspec-labs/rayspec/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayspec/spec",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist"
@@ -19,7 +19,7 @@
19
19
  "ajv": "8.20.0",
20
20
  "yaml": "2.9.0",
21
21
  "zod": "4.4.3",
22
- "@rayspec/core": "1.5.0"
22
+ "@rayspec/core": "1.5.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "22.12.0",