@intentic/sdk 1.125.1 → 1.132.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 +2 -2
- package/dist/__fixtures__/deploy.graph.d.ts.map +1 -1
- package/dist/__fixtures__/deploy.graph.js +597 -491
- package/dist/__fixtures__/deploy.graph.js.map +1 -1
- package/dist/handles.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/stack.d.ts.map +1 -1
- package/dist/stack.js +11 -3
- package/dist/stack.js.map +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @intentic/sdk
|
|
2
2
|
|
|
3
|
-
The **authoring surface** a user writes their `deploy.config.ts` against. A declaration uses `i.have.host` / `i.have.cloudflare` (the inventory you have) and `i.want.app` (what you want), wiring each app to its host/Cloudflare via `on` / `expose`. The support stack each app needs (git+CI, deploy orchestrator, runner, tunnel, routes) is *derived* by the resolvers — authors never name it. Depends on [`@intentic/graph`](../graph), [`@intentic/need-resolver`](../need-resolver), and [`@intentic/state-resolver`](../state-resolver).
|
|
3
|
+
The **authoring surface** a user writes their `deploy.config.ts` against. A declaration uses `i.have.host` / `i.have.cloudflare` (the inventory you have) and `i.want.app` (what you want), wiring each app to its host/Cloudflare via `on` / `expose`. The split is lifecycle ownership, not requirements: intentic never creates or destroys a have, and owns a want end-to-end (create, reconcile, prune, destroy); requirements are the input fields, and may point at haves and wants alike. The support stack each app needs (git+CI, deploy orchestrator, runner, tunnel, routes) is *derived* by the resolvers — authors never name it. Depends on [`@intentic/graph`](../graph), [`@intentic/need-resolver`](../need-resolver), and [`@intentic/state-resolver`](../state-resolver).
|
|
4
4
|
|
|
5
5
|
## Responsibilities
|
|
6
6
|
|
|
@@ -23,4 +23,4 @@ The front door of the pipeline. A `deploy.config.ts` imports this + `@intentic/g
|
|
|
23
23
|
## Conventions & gotchas
|
|
24
24
|
|
|
25
25
|
- Authors import `env` (secret refs) from its true source, [`@intentic/graph`](../graph) — **not** re-exported here.
|
|
26
|
-
- The fixtures are snapshot-tested ([src/index.test.ts](src/index.test.ts), [src/deploy.config.test.ts](src/deploy.config.test.ts)); changing builder output updates them. See [examples/deploy.config.ts](../../examples/deploy.config.ts) and [ARCHITECTURE.md](../../ARCHITECTURE.md).
|
|
26
|
+
- The fixtures are snapshot-tested ([src/index.test.ts](src/index.test.ts), [src/deploy.config.test.ts](src/deploy.config.test.ts)); changing builder output updates them. See [_tools/examples/deploy.config.ts](../../_tools/examples/deploy.config.ts) and [ARCHITECTURE.md](../../ARCHITECTURE.md).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy.graph.d.ts","sourceRoot":"","sources":["../../src/__fixtures__/deploy.graph.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"deploy.graph.d.ts","sourceRoot":"","sources":["../../src/__fixtures__/deploy.graph.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAQzD,eAAO,MAAM,aAAa,EAAE,iBA2pB3B,CAAC"}
|