@astrale-os/sdk 0.5.0-beta.60 → 0.5.0-beta.62

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 (31) hide show
  1. package/CHANGELOG.md +1203 -0
  2. package/README.md +1 -1
  3. package/dist/application/mutation/authoring/builder.d.ts +19 -1
  4. package/dist/application/mutation/authoring/builder.js +56 -1
  5. package/dist/application/mutation/authoring/properties.d.ts +2 -1
  6. package/dist/application/mutation/authoring/properties.js +5 -3
  7. package/dist/application/state/define.d.ts +5 -5
  8. package/dist/application/state/define.js +34 -14
  9. package/dist/application/state/index.d.ts +2 -4
  10. package/dist/application/state/index.js +1 -1
  11. package/dist/application/state/machine.d.ts +49 -18
  12. package/dist/application/state/relation.d.ts +8 -5
  13. package/dist/application/state/relation.js +47 -12
  14. package/dist/application/state/transition.d.ts +17 -11
  15. package/dist/index.d.ts +2 -2
  16. package/dist/index.js +1 -1
  17. package/dist/tooling/linter/implementations/source/global.js +66 -26
  18. package/dist/tooling/linter/implementations/source/lifecycle.d.ts +20 -0
  19. package/dist/tooling/linter/implementations/source/lifecycle.js +292 -0
  20. package/dist/tooling/linter/implementations/source/mutations.js +700 -2
  21. package/dist/tooling/linter/implementations/source/schema.js +163 -1
  22. package/dist/tooling/linter/implementations/source/states.js +367 -1
  23. package/dist/tooling/linter/policy/compile.js +15 -1
  24. package/dist/tooling/linter/policy/generated.js +10 -14
  25. package/dist/tooling/linter/policy/index.d.ts +1 -0
  26. package/dist/tooling/linter/requirements/registry.js +2 -0
  27. package/dist/tooling/packaging/compile.d.ts +5 -0
  28. package/dist/tooling/packaging/compile.js +159 -15
  29. package/dist/tooling/packaging/javascript.js +14 -0
  30. package/dist/tooling/packaging/packaging.js +11 -3
  31. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,1203 @@
1
+ # Changelog
2
+
3
+ ## [0.5.0-beta.62](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.61...sdk-v0.5.0-beta.62) (2026-08-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * **adapter-cloudflare:** configure invocation timeout ([#290](https://github.com/astrale-os/sdk/issues/290)) ([9c4e144](https://github.com/astrale-os/sdk/commit/9c4e144618846e8e1c8d76c432e8d5008285c3b7))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * admit pnpm multi-document locks ([#288](https://github.com/astrale-os/sdk/issues/288)) ([eedfdf4](https://github.com/astrale-os/sdk/commit/eedfdf4aa3be97766a546d1cf37556b233bdcfd3))
14
+
15
+ ## [0.5.0-beta.61](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.60...sdk-v0.5.0-beta.61) (2026-08-27)
16
+
17
+
18
+ ### Features
19
+
20
+ * **app:** make state machines authoritative ([#284](https://github.com/astrale-os/sdk/issues/284)) ([2c22561](https://github.com/astrale-os/sdk/commit/2c2256170a1cc1c86b4cc31fce9684329f87a4d1))
21
+ * declare layer facades at layer roots ([#281](https://github.com/astrale-os/sdk/issues/281)) ([86f875a](https://github.com/astrale-os/sdk/commit/86f875a73a9baeca7968e6bfefbd9c1b0b5eacc8))
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * **app:** preserve Services deployment rejections ([#282](https://github.com/astrale-os/sdk/issues/282)) ([102a74f](https://github.com/astrale-os/sdk/commit/102a74f296c58bf70a59b0fd3ef942ebd813808e))
27
+ * conform lifecycle authority for domains ([#286](https://github.com/astrale-os/sdk/issues/286)) ([1725d11](https://github.com/astrale-os/sdk/commit/1725d11f75449930ba437c4a57549f40df2b4757))
28
+
29
+ ## [0.5.0-beta.60](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.59...sdk-v0.5.0-beta.60) (2026-08-27)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **release:** qualify stable managed service requests ([#275](https://github.com/astrale-os/sdk/issues/275)) ([192efb8](https://github.com/astrale-os/sdk/commit/192efb8b9cdb990b8e3647e68f90fb649a132316))
35
+
36
+ ## [0.5.0-beta.59](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.58...sdk-v0.5.0-beta.59) (2026-08-27)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * align SDK with Edge policy Kernel cohort ([#277](https://github.com/astrale-os/sdk/issues/277)) ([1859301](https://github.com/astrale-os/sdk/commit/1859301e2d98200be0627001cdf48f653efd42a9))
42
+
43
+ ## [0.5.0-beta.58](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.57...sdk-v0.5.0-beta.58) (2026-08-27)
44
+
45
+
46
+ ### Features
47
+
48
+ * **app:** add project rule escape hatch ([#271](https://github.com/astrale-os/sdk/issues/271)) ([27edc07](https://github.com/astrale-os/sdk/commit/27edc078ac8936c86c325bbd382e9b11392bc79a))
49
+ * **app:** close hosted Application runtime contracts ([#261](https://github.com/astrale-os/sdk/issues/261)) ([b0ec17b](https://github.com/astrale-os/sdk/commit/b0ec17bcfeb613a2e6dcd986a22355ba8ea0efd5))
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * preserve stable compatible Service routing ([#272](https://github.com/astrale-os/sdk/issues/272)) ([059f188](https://github.com/astrale-os/sdk/commit/059f1884c7d4e65018721abc0ad0af17917e9812))
55
+
56
+ ## [0.5.0-beta.57](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.56...sdk-v0.5.0-beta.57) (2026-08-27)
57
+
58
+
59
+ ### Features
60
+
61
+ * **app:** enforce cross-domain capability requirements ([#267](https://github.com/astrale-os/sdk/issues/267)) ([5c358e3](https://github.com/astrale-os/sdk/commit/5c358e3a36f8e277eee552f0709e1b875b2e511d))
62
+
63
+ ## [0.5.0-beta.56](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.55...sdk-v0.5.0-beta.56) (2026-08-27)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * **execution:** serve canonical publication media type ([#268](https://github.com/astrale-os/sdk/issues/268)) ([62b4d49](https://github.com/astrale-os/sdk/commit/62b4d49e1f8736916d83240401662f3b9c705d38))
69
+
70
+ ## [0.5.0-beta.55](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.54...sdk-v0.5.0-beta.55) (2026-08-26)
71
+
72
+
73
+ ### Bug Fixes
74
+
75
+ * **ci:** normalize terminal output in publication proof ([#259](https://github.com/astrale-os/sdk/issues/259)) ([5eb3f90](https://github.com/astrale-os/sdk/commit/5eb3f90892667d26f813141965e5dc5762f552bf))
76
+ * **identity:** refresh callbacks during long invocations ([#263](https://github.com/astrale-os/sdk/issues/263)) ([dcfbfb7](https://github.com/astrale-os/sdk/commit/dcfbfb7e570e44b8b1a17b7decdde7e4a2d407fc))
77
+
78
+ ## [0.5.0-beta.54](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.53...sdk-v0.5.0-beta.54) (2026-08-26)
79
+
80
+
81
+ ### Bug Fixes
82
+
83
+ * **ci:** isolate manual qualification runs ([#256](https://github.com/astrale-os/sdk/issues/256)) ([50d48fe](https://github.com/astrale-os/sdk/commit/50d48fed713f1d898395d36645fcd6276ac7e2f0))
84
+ * **release:** adopt latest Kernel client cohort ([#258](https://github.com/astrale-os/sdk/issues/258)) ([ee7f865](https://github.com/astrale-os/sdk/commit/ee7f865b410598819b807202a8382c82689e59a4))
85
+
86
+ ## [0.5.0-beta.53](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.52...sdk-v0.5.0-beta.53) (2026-08-26)
87
+
88
+
89
+ ### Features
90
+
91
+ * package multiple Domain schemas ([#253](https://github.com/astrale-os/sdk/issues/253)) ([3074518](https://github.com/astrale-os/sdk/commit/3074518dc342c30d12aee64754aba4701d3ed806))
92
+
93
+
94
+ ### Bug Fixes
95
+
96
+ * **ci:** admit manual qualification recovery ([#254](https://github.com/astrale-os/sdk/issues/254)) ([103a383](https://github.com/astrale-os/sdk/commit/103a3837e163ee586f1f40d806dd0d28e634403a))
97
+
98
+ ## [0.5.0-beta.52](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.51...sdk-v0.5.0-beta.52) (2026-08-26)
99
+
100
+
101
+ ### Bug Fixes
102
+
103
+ * **ci:** finalize SDK publication qualification ([#250](https://github.com/astrale-os/sdk/issues/250)) ([5de288c](https://github.com/astrale-os/sdk/commit/5de288c9b15486ae244d56e2d1424639acb79aee))
104
+
105
+ ## [0.5.0-beta.51](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.50...sdk-v0.5.0-beta.51) (2026-08-26)
106
+
107
+
108
+ ### Bug Fixes
109
+
110
+ * **worker:** restore exact generated builds ([#248](https://github.com/astrale-os/sdk/issues/248)) ([f4cc0e0](https://github.com/astrale-os/sdk/commit/f4cc0e012c70c992ca8ff23ff5999d12c18e5e7d))
111
+
112
+ ## [0.5.0-beta.50](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.49...sdk-v0.5.0-beta.50) (2026-08-26)
113
+
114
+
115
+ ### Bug Fixes
116
+
117
+ * **cloudflare:** pin local development origin ([#246](https://github.com/astrale-os/sdk/issues/246)) ([0dbce7f](https://github.com/astrale-os/sdk/commit/0dbce7fbbe048a5856304b602c892b3e02af98f5))
118
+
119
+ ## [0.5.0-beta.49](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.48...sdk-v0.5.0-beta.49) (2026-08-26)
120
+
121
+
122
+ ### Bug Fixes
123
+
124
+ * **sdk:** adopt kernel beta 12 cohort ([#244](https://github.com/astrale-os/sdk/issues/244)) ([9e78c70](https://github.com/astrale-os/sdk/commit/9e78c70aecf542ab41728b3f1b1630e0ab182619))
125
+
126
+ ## [0.5.0-beta.48](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.47...sdk-v0.5.0-beta.48) (2026-08-26)
127
+
128
+
129
+ ### Bug Fixes
130
+
131
+ * **scaffold:** honor the selected package manager ([#242](https://github.com/astrale-os/sdk/issues/242)) ([e9afcdc](https://github.com/astrale-os/sdk/commit/e9afcdc9dc684a7fc29903313b6d6bce7b8113cb))
132
+
133
+ ## [0.5.0-beta.47](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.46...sdk-v0.5.0-beta.47) (2026-08-26)
134
+
135
+
136
+ ### Bug Fixes
137
+
138
+ * **deps:** pin internal package cohort ([#240](https://github.com/astrale-os/sdk/issues/240)) ([739d397](https://github.com/astrale-os/sdk/commit/739d397bd651e559fe6c97b0bdf9c684941054a1))
139
+
140
+ ## [0.5.0-beta.46](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.45...sdk-v0.5.0-beta.46) (2026-08-25)
141
+
142
+
143
+ ### Features
144
+
145
+ * **domain:** admit native binary responses and routes ([8554b24](https://github.com/astrale-os/sdk/commit/8554b24796ba11a067f828c982a766e001d84c0d))
146
+ * **domain:** support native binary HTTP routes ([6549db4](https://github.com/astrale-os/sdk/commit/6549db4206348632cdd2a4ed1567ffe7d89a7aa4))
147
+
148
+
149
+ ### Bug Fixes
150
+
151
+ * **app:** clarify binary Action receiver reads ([a91eeaa](https://github.com/astrale-os/sdk/commit/a91eeaaef7ff8e26c07070f564362eaee319dd60))
152
+ * **app:** follow buffered binary result ([c2f7b9a](https://github.com/astrale-os/sdk/commit/c2f7b9a8e4b7ad06525161400c3ca7537012113a))
153
+ * **deploy:** preserve partial readiness evidence ([c37a1c5](https://github.com/astrale-os/sdk/commit/c37a1c53680bf26211b51e880a4bd6519a842b0c))
154
+ * **scaffold:** register routes aliases ([2ad1675](https://github.com/astrale-os/sdk/commit/2ad1675db54193eb678a2c2d5b11f219f59100c2))
155
+
156
+
157
+ ### Documentation
158
+
159
+ * record Domain publication recovery ([97c6b73](https://github.com/astrale-os/sdk/commit/97c6b73fe62ea18f3a258b41a818647361df5111))
160
+ * record Domain publication recovery ([009b1cb](https://github.com/astrale-os/sdk/commit/009b1cb07221d037ba5d3f15204f0dd85cad8a6c))
161
+
162
+ ## [0.5.0-beta.45](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.44...sdk-v0.5.0-beta.45) (2026-08-25)
163
+
164
+
165
+ ### Bug Fixes
166
+
167
+ * **schema:** keep KernelSchema declarations portable ([bd4690b](https://github.com/astrale-os/sdk/commit/bd4690bf5defde05a847770f0df90de1a4f77180))
168
+ * **schema:** keep KernelSchema declarations portable ([bae4bc2](https://github.com/astrale-os/sdk/commit/bae4bc2e9f432aa013f96921c53b789723c175c8))
169
+
170
+
171
+ ### Documentation
172
+
173
+ * record KernelSchema CI proof ([6f67d04](https://github.com/astrale-os/sdk/commit/6f67d04c2e0b4ca838b2c3ea7efa1de5f8190243))
174
+
175
+ ## [0.5.0-beta.44](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.43...sdk-v0.5.0-beta.44) (2026-08-25)
176
+
177
+
178
+ ### Features
179
+
180
+ * make Domain packages Schema-only by default ([2eea4ef](https://github.com/astrale-os/sdk/commit/2eea4ef46360026bbabfb3607b8defc75f89d23e))
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * **ci:** materialize admitted Bun during publication qualification ([ca0e998](https://github.com/astrale-os/sdk/commit/ca0e9985cafae26aead5e39a80c3b98f5b73507d))
186
+ * **ci:** materialize admitted Bun during publication qualification ([7f23b30](https://github.com/astrale-os/sdk/commit/7f23b300849200c7431beeabfab742be276e03c6))
187
+
188
+
189
+ ### Documentation
190
+
191
+ * **history:** decouple generic Domains workflows ([3b13f5f](https://github.com/astrale-os/sdk/commit/3b13f5fd1d164c21dc4b625f7195a24603997f13))
192
+ * **history:** record generic workflow CI ([1eb39a4](https://github.com/astrale-os/sdk/commit/1eb39a44de59d582b85c5908a853e8651d2d4c31))
193
+ * **history:** record Windows publication proof ([d054ba5](https://github.com/astrale-os/sdk/commit/d054ba5f80c356a2af63ebff28b47aea8212eda4))
194
+
195
+ ## [0.5.0-beta.43](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.42...sdk-v0.5.0-beta.43) (2026-08-25)
196
+
197
+
198
+ ### Bug Fixes
199
+
200
+ * **app:** provision project-local Bun in domain scaffold ([5e8b462](https://github.com/astrale-os/sdk/commit/5e8b462a8f966759428339ea353a926e0b600021))
201
+ * **scaffold:** provision project-local bun ([132a939](https://github.com/astrale-os/sdk/commit/132a9399573196e833d693c21460d55995089205))
202
+
203
+
204
+ ### Documentation
205
+
206
+ * **history:** retain Services function latency proof ([32a398c](https://github.com/astrale-os/sdk/commit/32a398c7c932c717b540d8c3a342094c7c851a96))
207
+ * **history:** retain Services function latency proof ([413b1bf](https://github.com/astrale-os/sdk/commit/413b1bfe349c56530f7d949e5c81211472748247))
208
+
209
+ ## [0.5.0-beta.42](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.41...sdk-v0.5.0-beta.42) (2026-08-25)
210
+
211
+
212
+ ### Bug Fixes
213
+
214
+ * **cloudflare:** prefer concrete SPA assets ([039d47b](https://github.com/astrale-os/sdk/commit/039d47b347d0b1a6d3cda5e6896cbcecc9a65106))
215
+ * **cloudflare:** serve root frontend assets ([f8f5a11](https://github.com/astrale-os/sdk/commit/f8f5a11b4558107713608605be883aeedcc60907))
216
+ * **frontend:** serve complete generated identity ([0a8987e](https://github.com/astrale-os/sdk/commit/0a8987e82e47850d4fbfbad7c4ef475dfae56388))
217
+ * **scaffold:** generate complete frontend identity ([c5b03b4](https://github.com/astrale-os/sdk/commit/c5b03b4f97bce129ac934e96583e5e83f4516367))
218
+
219
+ ## [0.5.0-beta.41](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.40...sdk-v0.5.0-beta.41) (2026-08-25)
220
+
221
+
222
+ ### Bug Fixes
223
+
224
+ * **cloudflare:** admit compatibility flag order ([#227](https://github.com/astrale-os/sdk/issues/227)) ([b4a7695](https://github.com/astrale-os/sdk/commit/b4a769525ae75beaa480a0b0d860d44a7bfe785a))
225
+
226
+
227
+ ### Documentation
228
+
229
+ * **history:** retain Services latency qualification ([#223](https://github.com/astrale-os/sdk/issues/223)) ([c3a7107](https://github.com/astrale-os/sdk/commit/c3a71076a103f6ed2be565fbda3f5c718e9fd2c5))
230
+
231
+ ## [0.5.0-beta.40](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.39...sdk-v0.5.0-beta.40) (2026-08-25)
232
+
233
+
234
+ ### Performance Improvements
235
+
236
+ * **cloudflare:** serve frontend before runtime realization ([#221](https://github.com/astrale-os/sdk/issues/221)) ([1c3f8db](https://github.com/astrale-os/sdk/commit/1c3f8db9fe3f8a0f3120fe92f5341ddf5bcd7f3f))
237
+
238
+ ## [0.5.0-beta.39](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.38...sdk-v0.5.0-beta.39) (2026-08-25)
239
+
240
+
241
+ ### Bug Fixes
242
+
243
+ * **client:** consume retained query provenance ([#218](https://github.com/astrale-os/sdk/issues/218)) ([00781c8](https://github.com/astrale-os/sdk/commit/00781c88cf683d040116c94107f51864058a9b64))
244
+
245
+ ## [0.5.0-beta.38](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.37...sdk-v0.5.0-beta.38) (2026-08-25)
246
+
247
+
248
+ ### Bug Fixes
249
+
250
+ * **scaffold:** discover project frontend sources ([#216](https://github.com/astrale-os/sdk/issues/216)) ([019ef30](https://github.com/astrale-os/sdk/commit/019ef3096f8e29aa532b4ea67bd9816dc11d7781))
251
+
252
+ ## [0.5.0-beta.37](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.36...sdk-v0.5.0-beta.37) (2026-08-25)
253
+
254
+
255
+ ### Bug Fixes
256
+
257
+ * **adapter-cloudflare:** parse status stdout only ([#213](https://github.com/astrale-os/sdk/issues/213)) ([4ebb41a](https://github.com/astrale-os/sdk/commit/4ebb41ad918e1cb8aefbfb396218204c96a9fd48))
258
+ * **release:** invoke the canonical deployment script ([#215](https://github.com/astrale-os/sdk/issues/215)) ([b59e739](https://github.com/astrale-os/sdk/commit/b59e7395c7cb6f41ce17d05270f9aa844ca26d0d))
259
+
260
+ ## [0.5.0-beta.36](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.35...sdk-v0.5.0-beta.36) (2026-08-25)
261
+
262
+
263
+ ### Bug Fixes
264
+
265
+ * **scaffold:** remove redundant prod script ([#210](https://github.com/astrale-os/sdk/issues/210)) ([7327ea9](https://github.com/astrale-os/sdk/commit/7327ea9e09daadc7a060a11b0b3df423a2be66b1))
266
+
267
+ ## [0.5.0-beta.35](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.34...sdk-v0.5.0-beta.35) (2026-08-25)
268
+
269
+
270
+ ### Bug Fixes
271
+
272
+ * **adapter-cloudflare:** retain watch service modules ([#208](https://github.com/astrale-os/sdk/issues/208)) ([0c0fb64](https://github.com/astrale-os/sdk/commit/0c0fb6497776cabb399717df92b0a7b3eab9f5d8))
273
+
274
+ ## [0.5.0-beta.34](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.33...sdk-v0.5.0-beta.34) (2026-08-25)
275
+
276
+
277
+ ### Bug Fixes
278
+
279
+ * **scaffold:** own selected adapter closure ([#205](https://github.com/astrale-os/sdk/issues/205)) ([19336f5](https://github.com/astrale-os/sdk/commit/19336f50819ab5237ced04f7a55d3ca9f50796eb))
280
+
281
+ ## [0.5.0-beta.33](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.32...sdk-v0.5.0-beta.33) (2026-08-25)
282
+
283
+
284
+ ### Bug Fixes
285
+
286
+ * **adapter-astrale:** carry large managed artifacts portably ([#201](https://github.com/astrale-os/sdk/issues/201)) ([49425dd](https://github.com/astrale-os/sdk/commit/49425dd89ac9e45fc51b5b0ebbe86ecf068479b2))
287
+
288
+ ## [0.5.0-beta.32](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.31...sdk-v0.5.0-beta.32) (2026-08-25)
289
+
290
+
291
+ ### Bug Fixes
292
+
293
+ * **schema:** consume compact resolved projections ([#202](https://github.com/astrale-os/sdk/issues/202)) ([ec59d41](https://github.com/astrale-os/sdk/commit/ec59d41cbcf632dba0059e0dad7dce3e545c499c))
294
+
295
+ ## [0.5.0-beta.31](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.30...sdk-v0.5.0-beta.31) (2026-08-24)
296
+
297
+
298
+ ### Bug Fixes
299
+
300
+ * **client:** consume canonical mutation closure ([#197](https://github.com/astrale-os/sdk/issues/197)) ([6023215](https://github.com/astrale-os/sdk/commit/6023215cfdd797832f173b1ef9f72d181173ba94))
301
+ * **deps:** close downstream package boundaries ([#193](https://github.com/astrale-os/sdk/issues/193)) ([00ac85a](https://github.com/astrale-os/sdk/commit/00ac85a23f65f4d34384812e33f3a77b9cc8e572))
302
+
303
+ ## [0.5.0-beta.30](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.29...sdk-v0.5.0-beta.30) (2026-08-24)
304
+
305
+
306
+ ### Bug Fixes
307
+
308
+ * **release:** pin token-scoped package mirror ([#194](https://github.com/astrale-os/sdk/issues/194)) ([1c95eeb](https://github.com/astrale-os/sdk/commit/1c95eebbdfc1e3356a1298a27323a66ef46528c5))
309
+
310
+ ## [0.5.0-beta.29](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.28...sdk-v0.5.0-beta.29) (2026-08-24)
311
+
312
+
313
+ ### Bug Fixes
314
+
315
+ * **app:** complete projected recipe realization ([#188](https://github.com/astrale-os/sdk/issues/188)) ([47bd9ed](https://github.com/astrale-os/sdk/commit/47bd9ed54292962721cf79c356ff1198608c6834))
316
+ * **cloudflare:** disable workers.dev for routed deployments ([#189](https://github.com/astrale-os/sdk/issues/189)) ([d0781f6](https://github.com/astrale-os/sdk/commit/d0781f6027cfdaf34d304af2e12a4c917740729e))
317
+
318
+ ## [0.5.0-beta.28](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.27...sdk-v0.5.0-beta.28) (2026-08-24)
319
+
320
+
321
+ ### Bug Fixes
322
+
323
+ * **release:** admit exact managed publication projection ([#190](https://github.com/astrale-os/sdk/issues/190)) ([20bd081](https://github.com/astrale-os/sdk/commit/20bd08149261089daed9d70b50f8986c5eb07ddf))
324
+
325
+ ## [0.5.0-beta.27](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.26...sdk-v0.5.0-beta.27) (2026-08-24)
326
+
327
+
328
+ ### Features
329
+
330
+ * **adapters:** productionize managed Astrale deployment ([#181](https://github.com/astrale-os/sdk/issues/181)) ([bf6180a](https://github.com/astrale-os/sdk/commit/bf6180af70ed3e6c1863b509ba2d038fba27ed9e))
331
+ * **release:** mirror private GitHub packages ([#187](https://github.com/astrale-os/sdk/issues/187)) ([a39f8a3](https://github.com/astrale-os/sdk/commit/a39f8a335473d46b237539aafd0dad79bc92c295))
332
+
333
+
334
+ ### Bug Fixes
335
+
336
+ * **cloudflare:** watch admitted worker entrypoint ([#186](https://github.com/astrale-os/sdk/issues/186)) ([37a70b5](https://github.com/astrale-os/sdk/commit/37a70b5f5a3fe1453947edfd9e5dad81a9e8221d))
337
+
338
+ ## [0.5.0-beta.26](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.25...sdk-v0.5.0-beta.26) (2026-08-24)
339
+
340
+
341
+ ### Bug Fixes
342
+
343
+ * **adapter-cloudflare:** omit implicit router in local watch ([#182](https://github.com/astrale-os/sdk/issues/182)) ([4788faf](https://github.com/astrale-os/sdk/commit/4788fafec22d6906eedad9f08e7743f27e5a8e9f))
344
+
345
+ ## [0.5.0-beta.25](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.24...sdk-v0.5.0-beta.25) (2026-08-24)
346
+
347
+
348
+ ### Features
349
+
350
+ * complete cross-domain runtime execution ([#179](https://github.com/astrale-os/sdk/issues/179)) ([e6a3d6a](https://github.com/astrale-os/sdk/commit/e6a3d6a2985fb2ea2631a728e6c06497a4670f04))
351
+
352
+ ## [0.5.0-beta.24](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.23...sdk-v0.5.0-beta.24) (2026-08-24)
353
+
354
+
355
+ ### Performance Improvements
356
+
357
+ * reuse admitted build evidence ([#176](https://github.com/astrale-os/sdk/issues/176)) ([b13ad77](https://github.com/astrale-os/sdk/commit/b13ad772093ff61805fff576aa46f4f31bfe1cdf))
358
+
359
+ ## [0.5.0-beta.23](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.22...sdk-v0.5.0-beta.23) (2026-08-24)
360
+
361
+
362
+ ### Bug Fixes
363
+
364
+ * **app:** colocate custom scaffold features ([#174](https://github.com/astrale-os/sdk/issues/174)) ([4825bb6](https://github.com/astrale-os/sdk/commit/4825bb6d1395f91bec0a0f70690ff248603114e6))
365
+ * **cloudflare:** defer worker application loading ([#173](https://github.com/astrale-os/sdk/issues/173)) ([aa47ddd](https://github.com/astrale-os/sdk/commit/aa47ddda94372dadea9491b5492bfecf689f8d8a))
366
+
367
+ ## [0.5.0-beta.22](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.21...sdk-v0.5.0-beta.22) (2026-08-24)
368
+
369
+
370
+ ### Bug Fixes
371
+
372
+ * **packaging:** normalize local declaration specifiers ([#171](https://github.com/astrale-os/sdk/issues/171)) ([e7cda6d](https://github.com/astrale-os/sdk/commit/e7cda6dfb896e3ce26c621114ea0daa433f79b1b))
373
+
374
+ ## [0.5.0-beta.21](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.20...sdk-v0.5.0-beta.21) (2026-08-24)
375
+
376
+
377
+ ### Bug Fixes
378
+
379
+ * **scaffold:** isolate registry qualification ([#169](https://github.com/astrale-os/sdk/issues/169)) ([472e93b](https://github.com/astrale-os/sdk/commit/472e93bfa1a5d39070a05dc3ec7556ea76b425f6))
380
+
381
+ ## [0.5.0-beta.20](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.19...sdk-v0.5.0-beta.20) (2026-08-24)
382
+
383
+
384
+ ### Bug Fixes
385
+
386
+ * **ci:** install bun for release qualification ([#167](https://github.com/astrale-os/sdk/issues/167)) ([dae20bf](https://github.com/astrale-os/sdk/commit/dae20bfd6775a8efe35ddb37bd6bafaff7ffcf78))
387
+
388
+ ## [0.5.0-beta.19](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.18...sdk-v0.5.0-beta.19) (2026-08-24)
389
+
390
+
391
+ ### Bug Fixes
392
+
393
+ * **ci:** harden public package qualification ([#165](https://github.com/astrale-os/sdk/issues/165)) ([da0728f](https://github.com/astrale-os/sdk/commit/da0728f70ac7b9b9db5e0be46b20a101f9689f9b))
394
+ * **release:** remove cohort publication topology ([#163](https://github.com/astrale-os/sdk/issues/163)) ([eab66f5](https://github.com/astrale-os/sdk/commit/eab66f51c4e003d0e81b909eca83783a2101388a))
395
+
396
+ ## [0.5.0-beta.18](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.17...sdk-v0.5.0-beta.18) (2026-08-24)
397
+
398
+
399
+ ### Bug Fixes
400
+
401
+ * **ci:** publish public packages through npm ([65fa7f9](https://github.com/astrale-os/sdk/commit/65fa7f98c4248dfc2aaa9cd19f1a397bcf24dccc))
402
+ * **ci:** publish public packages through npm ([4a6960e](https://github.com/astrale-os/sdk/commit/4a6960e685c7c46ed5667352e87552d8f73d132f))
403
+
404
+ ## [0.5.0-beta.17](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.16...sdk-v0.5.0-beta.17) (2026-08-24)
405
+
406
+
407
+ ### Features
408
+
409
+ * **action:** bind query and mutation executors ([1e7dd8b](https://github.com/astrale-os/sdk/commit/1e7dd8b22b3450671bb046997a6d0f905ae15ab0))
410
+ * **action:** bind query and mutation executors ([459068c](https://github.com/astrale-os/sdk/commit/459068cc20773e311e1347e44f721ce2c2d3e4b5))
411
+ * **app:** accept string mutation bindings ([fd509c0](https://github.com/astrale-os/sdk/commit/fd509c052566bf51577bb1311b1796b984c38a7b))
412
+ * expose canonical DNS label values ([2c8d251](https://github.com/astrale-os/sdk/commit/2c8d251f48377da4470c057aa72b0b4c579eea6f))
413
+ * **platform:** expose wire contract facades ([a0f2cd2](https://github.com/astrale-os/sdk/commit/a0f2cd20eac1dc4f334f4fef72a56777e4cde7ec))
414
+
415
+
416
+ ### Bug Fixes
417
+
418
+ * **adapter-cloudflare:** retain installed schema revisions ([f3b65a6](https://github.com/astrale-os/sdk/commit/f3b65a601d77989bcbfafe605644c5b90e6538cc))
419
+ * **adapter-cloudflare:** retain installed schema revisions ([32b277b](https://github.com/astrale-os/sdk/commit/32b277b1bdec619ef227183046765249f460da5a))
420
+ * **adapters:** retain execution signing identity ([1b8d50d](https://github.com/astrale-os/sdk/commit/1b8d50d73708c3202bb886dadaf1bf2dce09525c))
421
+ * **app:** keep recipe declarations portable ([ec9f334](https://github.com/astrale-os/sdk/commit/ec9f33473d47600351c04385e7bf1769bc8b1350))
422
+ * **app:** preserve exact packed domain types ([866e4af](https://github.com/astrale-os/sdk/commit/866e4af37df3ffae24c9009355d53bdcec352799))
423
+ * **cloudflare:** admit revision deployment evidence ([82de3cf](https://github.com/astrale-os/sdk/commit/82de3cf20348b0782efc74dce8791b2a32c14b24))
424
+ * **cloudflare:** derive signing key ids from material ([3423348](https://github.com/astrale-os/sdk/commit/3423348017dbbcfc77f3038e867fd6a315dd51dc))
425
+ * **cloudflare:** derive signing key ids from material ([324f61f](https://github.com/astrale-os/sdk/commit/324f61f3a75e2486a436827d5f69729765a42487))
426
+ * **cloudflare:** migrate legacy signing key ids ([afe97d7](https://github.com/astrale-os/sdk/commit/afe97d79627ea95b82d46f0ce38e7728e4f1cbb3))
427
+ * **deps:** advance published kernel cohort ([b95952c](https://github.com/astrale-os/sdk/commit/b95952c6ce34378b551234f48db5e5a2467d7578))
428
+ * **deps:** consume the Kernel beta.10 cohort ([75c380f](https://github.com/astrale-os/sdk/commit/75c380ffb0e5e324ccd9dac7cbb30c6bee14aab0))
429
+ * **deps:** consume the Kernel beta.10 cohort ([a6a34d2](https://github.com/astrale-os/sdk/commit/a6a34d213d62501d3471c593b9ceb6af9a7aa1d3))
430
+ * **deps:** preserve release-age admission ([f0c7977](https://github.com/astrale-os/sdk/commit/f0c7977b0c4deef6e4cef8798c3db6d990553e7f))
431
+ * **packaging:** admit the exact domain package boundary ([d84900e](https://github.com/astrale-os/sdk/commit/d84900efa7c8954c89f47b1e02973c178c62f839))
432
+ * **packaging:** publish domains through sdk facades ([48d3eef](https://github.com/astrale-os/sdk/commit/48d3eef0825d97d34a38a8fef671e085baea913a))
433
+ * **platform:** restore result facade ([d07152c](https://github.com/astrale-os/sdk/commit/d07152c975c001c9eb88283e9b847298aa124cba))
434
+ * remove broken published source maps ([38237dc](https://github.com/astrale-os/sdk/commit/38237dc4f6c4b7a91a1de1001dbb930216c24324))
435
+ * select precise declaration facades ([c5ba6c3](https://github.com/astrale-os/sdk/commit/c5ba6c320372b48aaaafbd3c47b1b18017827809))
436
+ * **worker:** merge Cloudflare revision gateway ([df2887c](https://github.com/astrale-os/sdk/commit/df2887ce2b097623548c04e1c13456952aec4230))
437
+ * **worker:** merge Cloudflare signing identity ([3aefa00](https://github.com/astrale-os/sdk/commit/3aefa00c84d385fc929fa9f3bf416d8af11c6ed3))
438
+
439
+
440
+ ### Documentation
441
+
442
+ * close kernel publication gate ([c291b25](https://github.com/astrale-os/sdk/commit/c291b259f3ba16ec32f1bf62383b89d091e88dfa))
443
+ * record downstream release readiness ([d571c7e](https://github.com/astrale-os/sdk/commit/d571c7e09a072877f3e8e84f38fd3f3fc5f1cd76))
444
+ * record public Shell release owner ([28d5104](https://github.com/astrale-os/sdk/commit/28d5104c5c92f0bff6e905aeac8b17dd152166f1))
445
+
446
+ ## [0.5.0-beta.16](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.15...sdk-v0.5.0-beta.16) (2026-08-24)
447
+
448
+
449
+ ### ⚠ BREAKING CHANGES
450
+
451
+ * redesign SDK V1 authoring and execution
452
+
453
+ * redesign SDK V1 authoring and execution ([41653c2](https://github.com/astrale-os/sdk/commit/41653c20e371e5ed3d3992a930ad5460e3163019))
454
+
455
+
456
+ ### Features
457
+
458
+ * **application:** expose direct graph node targets ([fd05d33](https://github.com/astrale-os/sdk/commit/fd05d335ace1ee00fe672ec222818d7d8a2d1b59))
459
+ * **application:** expose direct graph node targets ([9ae24d9](https://github.com/astrale-os/sdk/commit/9ae24d941f42b4817497ca7ab26b900fed8d74d8))
460
+
461
+
462
+ ### Bug Fixes
463
+
464
+ * **ci:** contain runtime delegation failures ([ac9da14](https://github.com/astrale-os/sdk/commit/ac9da14394f6f57db0f39768ba9d3b4af659597e))
465
+ * **ci:** delegate runtime commands to bun ([2a6c878](https://github.com/astrale-os/sdk/commit/2a6c878f4a6bad1e615f8bb1bfb900cb3c50b3b4))
466
+ * **ci:** preserve sdk cli executable mode ([207d4e1](https://github.com/astrale-os/sdk/commit/207d4e1288a5a46e286210aab34db043b54d280e))
467
+ * **ci:** run package tooling under node ([577222f](https://github.com/astrale-os/sdk/commit/577222f2f4510d6dbd606be69a291161dfa3ed05))
468
+ * **ci:** separate source and published cli runtimes ([66c0729](https://github.com/astrale-os/sdk/commit/66c0729060e18789f93f065036183fa8d9ff0520))
469
+ * **ci:** supervise sdk runtime delegation ([355a1bb](https://github.com/astrale-os/sdk/commit/355a1bb93a5f4dd829b9cd5408843a21f042cfd2))
470
+ * **ci:** verify exact linked kernel cohort ([eb17821](https://github.com/astrale-os/sdk/commit/eb178210e01b83e52580d701720191110323a739))
471
+ * **deployment:** use resolved domain projection ([#146](https://github.com/astrale-os/sdk/issues/146)) ([af58848](https://github.com/astrale-os/sdk/commit/af5884810048758d05e9606235fcb83846a9871e))
472
+ * **deps:** consume the published Kernel cohort ([#152](https://github.com/astrale-os/sdk/issues/152)) ([8ca7548](https://github.com/astrale-os/sdk/commit/8ca7548191d176089bf75ffb887a253a69425691))
473
+ * **execution:** complete remote admission proof ([f7e988e](https://github.com/astrale-os/sdk/commit/f7e988e450fd26974087bf98035bc90826a7446b))
474
+ * **sdk:** close downstream facade and runtime boundaries ([bb4a29f](https://github.com/astrale-os/sdk/commit/bb4a29f62a612b9eb96dc137b51edfb8eef0abe0))
475
+ * **sdk:** close downstream facade and runtime boundaries ([740799b](https://github.com/astrale-os/sdk/commit/740799bb9b13b2947f0b28133b21517dfff33f68))
476
+ * **sdk:** make packed authoring token-free ([feacf89](https://github.com/astrale-os/sdk/commit/feacf8941dfac1e372cfdc04623c59f3903e4305))
477
+
478
+
479
+ ### Documentation
480
+
481
+ * refresh final SDK V1 evidence ([0a0c96b](https://github.com/astrale-os/sdk/commit/0a0c96b1d6a5f00f0d3d10608f89d3e30fdeaa3d))
482
+
483
+ ## [0.5.0-beta.15](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.14...sdk-v0.5.0-beta.15) (2026-08-21)
484
+
485
+
486
+ ### Bug Fixes
487
+
488
+ * **scaffold:** align generated domains with the cohort ([#142](https://github.com/astrale-os/sdk/issues/142)) ([3877bfa](https://github.com/astrale-os/sdk/commit/3877bfa1713093b5beaf42dca18e7daf26f7866b))
489
+
490
+ ## [0.5.0-beta.14](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.13...sdk-v0.5.0-beta.14) (2026-08-21)
491
+
492
+
493
+ ### Bug Fixes
494
+
495
+ * adopt the official kernel cohort ([#140](https://github.com/astrale-os/sdk/issues/140)) ([afb6580](https://github.com/astrale-os/sdk/commit/afb6580bc7ac39a1cc32a8668ba70ec19767b1be))
496
+
497
+ ## [0.5.0-beta.13](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.12...sdk-v0.5.0-beta.13) (2026-08-21)
498
+
499
+
500
+ ### ⚠ BREAKING CHANGES
501
+
502
+ * View declarations no longer accept or expose auth. Function authentication uses anonymous, authenticated, or authorized, while frontend access remains governed by publication routes and Shell handshake.
503
+
504
+ ### Features
505
+
506
+ * remove View authentication metadata ([33e99ad](https://github.com/astrale-os/sdk/commit/33e99adcee470a7f78278dbc3db6023c099d058f))
507
+
508
+ ## [0.5.0-beta.12](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.11...sdk-v0.5.0-beta.12) (2026-08-21)
509
+
510
+
511
+ ### Bug Fixes
512
+
513
+ * **app:** align InvocationError with Protocol ([f0b921f](https://github.com/astrale-os/sdk/commit/f0b921fbd58230fd599446a69971cf8bf7b96d3a))
514
+ * **app:** align InvocationError with Protocol ([f07d0ae](https://github.com/astrale-os/sdk/commit/f07d0ae59103022f85475baf925f8ad35f6d8cca))
515
+
516
+ ## [0.5.0-beta.11](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.10...sdk-v0.5.0-beta.11) (2026-08-21)
517
+
518
+
519
+ ### Bug Fixes
520
+
521
+ * **app:** expose Domain InvocationError ([bf23fc9](https://github.com/astrale-os/sdk/commit/bf23fc9c37d3388d6a841fab9d3af8776cd38847))
522
+ * **app:** expose Domain InvocationError ([b2e5bbe](https://github.com/astrale-os/sdk/commit/b2e5bbe2a078ae09da69f9632f2dcf758d194294))
523
+ * **ci:** qualify packed frontend lint boundary ([09478b4](https://github.com/astrale-os/sdk/commit/09478b4bde3fada6b4fbc3a9a56a5945ce6e5618))
524
+
525
+ ## [0.5.0-beta.10](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.9...sdk-v0.5.0-beta.10) (2026-08-21)
526
+
527
+
528
+ ### Bug Fixes
529
+
530
+ * **auth:** delegate Subject to Core ([c653d46](https://github.com/astrale-os/sdk/commit/c653d460a64cc2d9b1696c4dcd502b3e03b4f61f))
531
+ * **deps:** require Subject-compatible kernel cohort ([1146277](https://github.com/astrale-os/sdk/commit/114627729eea51b6960d28b36b71c6ad93bae6bc))
532
+ * **sdk:** restore private invocation boundary ([af016b0](https://github.com/astrale-os/sdk/commit/af016b09212d5a31afb139eaa917bd74dcb9823f))
533
+
534
+ ## [0.5.0-beta.9](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.8...sdk-v0.5.0-beta.9) (2026-08-21)
535
+
536
+
537
+ ### ⚠ BREAKING CHANGES
538
+
539
+ * Cloudflare domain workers no longer expose the legacy /meta endpoint; consumers must use the canonical Publication chain.
540
+
541
+ ### Features
542
+
543
+ * qualify deployment readiness through publications ([980cd35](https://github.com/astrale-os/sdk/commit/980cd35587483b50851744137f569a7bf0bb89bf))
544
+
545
+
546
+ ### Bug Fixes
547
+
548
+ * **invocation:** preserve mutation replay key ([951c404](https://github.com/astrale-os/sdk/commit/951c40429f8eb818e2ce2f60cd15d7e99d3636e4))
549
+ * **invocation:** preserve mutation replay key ([8f30a50](https://github.com/astrale-os/sdk/commit/8f30a5082bbcf34b0d243e3dd8da0d7a1f410ed8))
550
+
551
+ ## [0.5.0-beta.8](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.7...sdk-v0.5.0-beta.8) (2026-08-21)
552
+
553
+
554
+ ### Bug Fixes
555
+
556
+ * **release:** target repository when dispatching publish ([8cfc337](https://github.com/astrale-os/sdk/commit/8cfc3377b735dc40a5a82dc99ad71539d1e6718f))
557
+ * **release:** target repository when dispatching publish ([c94c89e](https://github.com/astrale-os/sdk/commit/c94c89ebebab83d88aa7b0ffbd9bc5010c9f4322))
558
+
559
+ ## [0.5.0-beta.7](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.6...sdk-v0.5.0-beta.7) (2026-08-21)
560
+
561
+
562
+ ### Bug Fixes
563
+
564
+ * **ci:** dispatch trusted Publish workflow ([d1c746d](https://github.com/astrale-os/sdk/commit/d1c746d2d682777ee8c0022f62a9e4801deee707))
565
+ * **ci:** dispatch trusted Publish workflow ([5b4caa0](https://github.com/astrale-os/sdk/commit/5b4caa06b27739cdee0fb1e6214a02771cb72857))
566
+
567
+ ## [0.5.0-beta.6](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.5...sdk-v0.5.0-beta.6) (2026-08-21)
568
+
569
+
570
+ ### Bug Fixes
571
+
572
+ * **ci:** isolate reusable publish concurrency ([f1436b0](https://github.com/astrale-os/sdk/commit/f1436b0f2ae4fb6f62b6491e32acd88397e9c9be))
573
+ * **ci:** isolate reusable publish concurrency ([b2de893](https://github.com/astrale-os/sdk/commit/b2de8937c147abf7da92f6824c69335527eacf74))
574
+ * **scaffold:** require compatible Shell beta ([f61a356](https://github.com/astrale-os/sdk/commit/f61a356d352b99ac7f6fd4be6b27ac9fb5b83b2a))
575
+ * **scaffold:** require compatible Shell beta ([7a8016a](https://github.com/astrale-os/sdk/commit/7a8016aa21db53bc8e472805b50c9a976a6bf283))
576
+ * **test:** launch Wrangler from its package root ([#122](https://github.com/astrale-os/sdk/issues/122)) ([547b450](https://github.com/astrale-os/sdk/commit/547b45022625fc84834215223e6e4ffb56f862ad))
577
+
578
+ ## [0.5.0-beta.5](https://github.com/astrale-os/sdk/compare/sdk-v0.5.0-beta.1...sdk-v0.5.0-beta.5) (2026-08-21)
579
+
580
+
581
+ ### ⚠ BREAKING CHANGES
582
+
583
+ * expose explicit edge builders
584
+ * **sdk:** Capability replay kind non-repeatable is replaced by unsafe.
585
+ * adopt path-only invocation
586
+ * **sdk:** introduce semantic authoring modules
587
+ * **server:** adopt publication and installation vocabulary
588
+ * rename domain-config `installLocation` → `path` ([#18](https://github.com/astrale-os/sdk/issues/18))
589
+ * **backend:** drop ctx.graph; ctx.kernel carries the graph sugar directly
590
+ * **backend:** remove dead graph-patch, workerMeta, hashSpecFile; patch types from core
591
+ * pushPatch and PatchKernel are removed from @astrale-os/sdk. Batch graph writes through ctx.graph.mutate(patch) instead.
592
+
593
+ * **backend:** drop ctx.graph; ctx.kernel carries the graph sugar directly ([c08b5a9](https://github.com/astrale-os/sdk/commit/c08b5a925aed63bd8c60dfaa5d23e3a02e8e8906))
594
+ * **backend:** remove dead graph-patch, workerMeta, hashSpecFile; patch types from core ([bdf5483](https://github.com/astrale-os/sdk/commit/bdf54834b6577aa862471118adf1ea455cef0e8c))
595
+ * rename domain-config `installLocation` → `path` ([#18](https://github.com/astrale-os/sdk/issues/18)) ([e34bd3a](https://github.com/astrale-os/sdk/commit/e34bd3a77de6279e9f221996f04f56040233161d))
596
+ * route SDK graph access through function.get/mutate doors ([adf07ff](https://github.com/astrale-os/sdk/commit/adf07ffd423e8824ebeb8dcac525fb7b819d0ae6))
597
+ * **server:** adopt publication and installation vocabulary ([7309843](https://github.com/astrale-os/sdk/commit/7309843f7da3d349216a8392a87ecd989a14ae06))
598
+
599
+
600
+ ### Features
601
+
602
+ * **adapter-cloudflare:** load worker domains lazily ([15df5b1](https://github.com/astrale-os/sdk/commit/15df5b14f06c0a469dbdcedda2f331594d943397))
603
+ * **adapter-cloudflare:** load worker domains lazily ([45deafd](https://github.com/astrale-os/sdk/commit/45deafda5060be9000a4bd8a8048c5a945b193ae))
604
+ * **adapter-cloudflare:** resolve domain environment from bindings ([68dfa2b](https://github.com/astrale-os/sdk/commit/68dfa2bec4a8e69d34cd0dfa5e71353bde5dfc8c))
605
+ * add .dev.vars to .gitignore and update type assertion in derivePublicJwk function ([9a0cfc1](https://github.com/astrale-os/sdk/commit/9a0cfc13944f34ccd790a2f9832332886d6aaf1a))
606
+ * add `installLocation` domain-config field; place domains under /domains/<origin> ([7ee04f7](https://github.com/astrale-os/sdk/commit/7ee04f78dd70f584a1addcdbc2a981280dba94c0))
607
+ * add auth policy to remote method definitions ([369d5b4](https://github.com/astrale-os/sdk/commit/369d5b42561f502b8dd38986051aa217d4de2f46))
608
+ * add authorize hook + assertPerm helpers + fix public auth policy ([b644585](https://github.com/astrale-os/sdk/commit/b6445857cd3bef35890388869a4c61e5a618b35a))
609
+ * add comments.json template and update CLI references in publish functions ([b689797](https://github.com/astrale-os/sdk/commit/b689797b7139b380943390fddae95e9a2c040ce4))
610
+ * add defineCapability SDK contract ([2fe180a](https://github.com/astrale-os/sdk/commit/2fe180a0b46f845b99ff892c451b0e8edfa2527f))
611
+ * add defineCapability SDK contract ([1478747](https://github.com/astrale-os/sdk/commit/1478747becef9c6ebb90548bb340a0293e6b6dee))
612
+ * add dispatch method to SdkDispatcher for handling local resolutions and return types ([5c190b1](https://github.com/astrale-os/sdk/commit/5c190b15df995b34b24bc7ed1036745d08c52d31))
613
+ * add governed domain architecture toolkit ([672b179](https://github.com/astrale-os/sdk/commit/672b1793b8bc6d70e673c3276eb8d07196a36329))
614
+ * add governed domain architecture toolkit ([c36c54d](https://github.com/astrale-os/sdk/commit/c36c54d5c5b532dbd115d6e2ef601d46298ad110))
615
+ * add latest version of @typescript/native-preview to devDependencies ([003647a](https://github.com/astrale-os/sdk/commit/003647a30f96c1a161bf773946e221a5a71b8470))
616
+ * add manifest support for domain definition and metadata ([247afa2](https://github.com/astrale-os/sdk/commit/247afa2f1bf502a94221b2209af61ff36348829e))
617
+ * add optional core parameter to RemoteDomain and RemoteDomainConfig types ([ebacba6](https://github.com/astrale-os/sdk/commit/ebacba687506e81702d08115eeb623331b31d2ec))
618
+ * add remoteInterfaceMethods factory for interface-hosted methods ([#5](https://github.com/astrale-os/sdk/issues/5)) ([9f05a0c](https://github.com/astrale-os/sdk/commit/9f05a0cb71d1b8f73d7f676fb8af1e19ef9d1510))
619
+ * add requireEnv helper and require issuer in createRemoteServer ([ac4f25a](https://github.com/astrale-os/sdk/commit/ac4f25a610a549f069739a2b09891b0529fc2ec7))
620
+ * add schema-first domain definition ([72cd622](https://github.com/astrale-os/sdk/commit/72cd622de2b056086d3eb5fdaf85b0225f9c9713))
621
+ * add SDK v2 with JSON-RPC support and streaming capabilities ([a9c30ec](https://github.com/astrale-os/sdk/commit/a9c30ec1527e381c715d7881200af3db0903dc53))
622
+ * add SDK-native Astrale domain linter ([#50](https://github.com/astrale-os/sdk/issues/50)) ([002c4f0](https://github.com/astrale-os/sdk/commit/002c4f0da8f09670d4ad3fa8c139d336a0d6ca52))
623
+ * add semantic kernel facades ([31a212c](https://github.com/astrale-os/sdk/commit/31a212c9baf1b810e3948e654f042327ac06a0c1))
624
+ * add semantic kernel facades ([260c31c](https://github.com/astrale-os/sdk/commit/260c31cd25015f0ac2f2aa5d07d84294e4b9e50b))
625
+ * add unit tests for method resolution and enhance normalization logic ([b4ffebd](https://github.com/astrale-os/sdk/commit/b4ffebd3cc4a54aaf1eb2221982c46ddf32329fc))
626
+ * adopt kernel client session vocabulary ([87de6f1](https://github.com/astrale-os/sdk/commit/87de6f15bdf8b77b1f7bc0e06cdbae00efe2bec5))
627
+ * adopt Kernel Client Session vocabulary ([8810285](https://github.com/astrale-os/sdk/commit/881028508c4823315ecd2160161475c5cb7d871f))
628
+ * adopt path-only invocation ([6749661](https://github.com/astrale-os/sdk/commit/67496619c597257e0f3df4b6a888a1dddbec8400))
629
+ * astrale adapter ships prod secrets on the install call ([80f7420](https://github.com/astrale-os/sdk/commit/80f742035df96b13e3ff9c001f525ef543566b5b))
630
+ * astrale-domain publish = register-only (no deploy) + --public-url ([708656b](https://github.com/astrale-os/sdk/commit/708656b4c38b0daa5e69cb88802652fa774daf2b))
631
+ * astrale() managed adapter and template fixes (hono dep, bun compat) ([9cee71c](https://github.com/astrale-os/sdk/commit/9cee71c1c9ecbf6ed42451d8a6ac225ebd38a9c5))
632
+ * author publication authority requirements ([169df91](https://github.com/astrale-os/sdk/commit/169df91ec6ba22f71dd532c122d94c08afed81e1))
633
+ * **auth:** provide domain token exchange ([8fa9466](https://github.com/astrale-os/sdk/commit/8fa9466b643d1d5e49841fb58f5d80bd7d0cec2f))
634
+ * auto-materialize Views/RemoteFunctions + mount worker routes from defineRemoteDomain ([34f4011](https://github.com/astrale-os/sdk/commit/34f4011369d6bedcbd1293f0b43cbc256057c14c))
635
+ * **backend:** bind handler kernels from compiled schemas ([2f87bf9](https://github.com/astrale-os/sdk/commit/2f87bf9dc65362c1a8bd552a99afb1d8c9fe3439))
636
+ * **backend:** carry declarative core into builds ([e9b64b1](https://github.com/astrale-os/sdk/commit/e9b64b14ac1ac7eeb93b3b8c60f586631ca5ecfb))
637
+ * **backend:** provide Domain token exchange ([d9bc475](https://github.com/astrale-os/sdk/commit/d9bc475f14fa47bea2c7bcd1c01485ed3eac75ea))
638
+ * **backend:** support deferred and redirected functions ([4180d69](https://github.com/astrale-os/sdk/commit/4180d694a15af6de20f4c684b32fd91bde33425c))
639
+ * **backend:** support deferred handler execution ([1bb4fd8](https://github.com/astrale-os/sdk/commit/1bb4fd8fc5cd8b0c1e270f791a063caafd6b6643))
640
+ * carry publication and caller authority ([64088be](https://github.com/astrale-os/sdk/commit/64088be1d188229b78d3062a1f1671138ad645f6))
641
+ * **cli:** consume canonical domain definitions ([c498a8b](https://github.com/astrale-os/sdk/commit/c498a8b4c88d850f4e26c0fe5511eb6ed223577f))
642
+ * cloudflare adapter, create-astrale-domain, and devkit ([60d67ec](https://github.com/astrale-os/sdk/commit/60d67ec1f2dad3a77cce4c3410d6e52c088c228a))
643
+ * complete kernel v2 sdk migration ([854114d](https://github.com/astrale-os/sdk/commit/854114d256156cbb4e7f2e0fe3c50b3c99553db8))
644
+ * config hot-regen (adapter.regenerate + config watch) + X-Forwarded-Proto origin upgrade ([4cd5fb8](https://github.com/astrale-os/sdk/commit/4cd5fb878d03cd4333c12b10e48094f78e70c29b))
645
+ * ctx.callRemote for worker→worker remote-method calls ([d61a3aa](https://github.com/astrale-os/sdk/commit/d61a3aaa99b8d6ecb4b9e7e9f91e6a7c1b88b3fe))
646
+ * declare remote functions in the schema (functions-in-DSL) ([f5c1482](https://github.com/astrale-os/sdk/commit/f5c1482398de83091557ea1b20a6f08f92d570a4))
647
+ * decouple JWT issuer from server URL and use method path as outbound subject ([3af4055](https://github.com/astrale-os/sdk/commit/3af4055121dff6ef0d1cf5f2a192b7cdff719145))
648
+ * defineView and defineRemoteFunction declarative authoring helpers ([b300183](https://github.com/astrale-os/sdk/commit/b30018354e7523e06563f7db570db9548eccf332))
649
+ * dev --host <public-url> for off-localhost dev ([0d13136](https://github.com/astrale-os/sdk/commit/0d1313666a36bb69e0efcfc030cc5849bdc6db8d))
650
+ * devkit dev --port override ([17ff493](https://github.com/astrale-os/sdk/commit/17ff493f865a9227c56474ee83003d285c3f9e2a))
651
+ * devkit dx batch — loud dev build failure, adapter-swap hint, managed footer, missing-def hint ([b6c0b0b](https://github.com/astrale-os/sdk/commit/b6c0b0b611a9887b06569d6798d46c2b76016856))
652
+ * enhance authorization flow with JWKS and issuer registry support ([2bfab25](https://github.com/astrale-os/sdk/commit/2bfab25d1d651e7b97137a53112c20f4816212bd))
653
+ * enhance identity handling and function path derivation in remote server setup ([6cbdf59](https://github.com/astrale-os/sdk/commit/6cbdf591913bd982f5b3b070dd86316a6fb4f4f6))
654
+ * enhance SDK v2 with new domain methods and testing framework ([3ba1b5e](https://github.com/astrale-os/sdk/commit/3ba1b5e00b4af316ddbfec188a8cbefdd1846a6c))
655
+ * enhance SDK with domain installation and authorization features ([faaebab](https://github.com/astrale-os/sdk/commit/faaebab1ec1ec5ee29d56b765ccae18f26730653))
656
+ * enhance SdkValidationError to include detailed error messages and structure ([c498580](https://github.com/astrale-os/sdk/commit/c498580e44132ce05c272f13f557954f92b545c7))
657
+ * enhance self resolution handling and add tests for resolveSelf functionality ([63c8de5](https://github.com/astrale-os/sdk/commit/63c8de5b08281afc803dc57e711d080da374acb7))
658
+ * expose dispatcher capabilities to handlers ([0e32cba](https://github.com/astrale-os/sdk/commit/0e32cba3af1aeace84e695bfabdbd35eda9415fc))
659
+ * expose dispatcher capabilities to handlers ([26d5891](https://github.com/astrale-os/sdk/commit/26d5891986fc10c6db04a8559f3761fd42be3a64))
660
+ * expose explicit edge builders ([c067445](https://github.com/astrale-os/sdk/commit/c0674455f470d648cb91d856dc55e6332b088e9b))
661
+ * expose kernel client to defineRemoteFunction handlers ([b1ff25a](https://github.com/astrale-os/sdk/commit/b1ff25a698045b1a6df2df0d85072515f57c43dd))
662
+ * fail loud when a preset-declared secrets file is missing ([d2f7202](https://github.com/astrale-os/sdk/commit/d2f7202fc5f8b177a0b6da77cedb3b9504eec825))
663
+ * implement buildSpec function for RemoteDomain and update exports ([a1673db](https://github.com/astrale-os/sdk/commit/a1673dbfd3e7dc3b29e8f4ba03bfed2df5d8a4c8))
664
+ * implement deploy check functionality and related types for SDK deployment validation ([bf81c9a](https://github.com/astrale-os/sdk/commit/bf81c9abc5fe02efbec78786200a8aee2eabda16))
665
+ * implement managed service readiness checks and retry logic ([4d5f91d](https://github.com/astrale-os/sdk/commit/4d5f91dcadaf3f3314ba1de6d4bbbd380615038d))
666
+ * Implement StatusPage functionality with monitoring capabilities ([18cc7f6](https://github.com/astrale-os/sdk/commit/18cc7f6ea95e47740857effa19551c6ef58be725))
667
+ * initial SDK packages for Astrale OS ([9b0e085](https://github.com/astrale-os/sdk/commit/9b0e08591b301882686db51703ccf730901f70b6))
668
+ * integrate remaining kernel v2 SDK changes ([c614eac](https://github.com/astrale-os/sdk/commit/c614eacfbe6096021c174fa9fa517ed36fe2ac12))
669
+ * integrate remaining kernel v2 SDK changes ([e144a77](https://github.com/astrale-os/sdk/commit/e144a7762358df4a4d951d6e89278de38454ce69))
670
+ * introduce deploy and domain configuration for standalone domains ([eac596b](https://github.com/astrale-os/sdk/commit/eac596b3774719f2767ec8f2d6ec8bde60502266))
671
+ * introduce remote server configuration and creation ([a669256](https://github.com/astrale-os/sdk/commit/a669256cb88010f5b7f2aba135d6e5b32db15507))
672
+ * **invocation:** add v2 handler adapter ([87943bd](https://github.com/astrale-os/sdk/commit/87943bd3d9a02d71d241f9ee43c372e6732f679c))
673
+ * lazy self.node() accessor for method handlers ([920ac6a](https://github.com/astrale-os/sdk/commit/920ac6ae98690008ae9348fcd6eac11aba5072dc))
674
+ * managed adapter is the scaffold default; --instance stamps the slug ([4e300d6](https://github.com/astrale-os/sdk/commit/4e300d692e6b8bc91d9f298fb21f936ada9c10d9))
675
+ * managed deploys ship the client SPA — /ui serves on managed services ([51c1ee3](https://github.com/astrale-os/sdk/commit/51c1ee37d3f0b17c2ad6b0640a28cb951c446a59))
676
+ * modernize domain scaffolding ([d0830af](https://github.com/astrale-os/sdk/commit/d0830afb093426884b68a62266d64e1c67c0117a))
677
+ * normalize method names in resolveMethod and update buildSpec return type ([4175e22](https://github.com/astrale-os/sdk/commit/4175e220fdb0cc8ea603de10ea01f6fe37e1caf2))
678
+ * prepare canonical domain publications ([d27135f](https://github.com/astrale-os/sdk/commit/d27135f1d5dc5f0b973b7fb2a0f1b042610f6067))
679
+ * promote v2 to top-level sdk, archive legacy packages ([05946b0](https://github.com/astrale-os/sdk/commit/05946b05caa0e541ed6e6e40ad232a8a136c1605))
680
+ * **react:** add managed domain frontend substrate ([459ea31](https://github.com/astrale-os/sdk/commit/459ea31e121e74707d3bd08038516fcf37dec115))
681
+ * **react:** add managed Domain frontend substrate ([60d011d](https://github.com/astrale-os/sdk/commit/60d011d3efad53e407631b0ab653b3c45b782a51))
682
+ * redesign remote context api ([de02159](https://github.com/astrale-os/sdk/commit/de0215924b5b5e4c0c2055358ba93603a266792c))
683
+ * redesign remote context api ([f332ac8](https://github.com/astrale-os/sdk/commit/f332ac8fa9f9978e8f1ea975e1c36f371753e62d))
684
+ * refactor authentication and identity handling, improve method resolution and deploy checks ([a70bf10](https://github.com/astrale-os/sdk/commit/a70bf101473404b364dfed34b50a5d62c56b1d7d))
685
+ * refine domain dx refactor ([b2f7768](https://github.com/astrale-os/sdk/commit/b2f7768b521563a22411562d3878bb1c18d2ee86))
686
+ * replace BoundClient with BoundSessionView in authentication and dispatch layers ([c6020e3](https://github.com/astrale-os/sdk/commit/c6020e39fe4cee59d124c000def2ef0f9c1250ce))
687
+ * rich typed self (BoundNode) + schema-bound dispatch wiring ([#16](https://github.com/astrale-os/sdk/issues/16)) ([05c46b8](https://github.com/astrale-os/sdk/commit/05c46b8d01663aeb26e2bc2b0db266a182ea685e))
688
+ * scaffold ships the astrale-cli skill alongside astrale-domain ([52519c4](https://github.com/astrale-os/sdk/commit/52519c448ef3ea7a67d6649378f94b9bfcf63929))
689
+ * scaffolder prints the workspace-level skills registration one-liner ([9d838be](https://github.com/astrale-os/sdk/commit/9d838bea586524ad300abf0e84688b29a297d8cc))
690
+ * **scaffold:** make the default domain template a wired blank skeleton ([74e72d5](https://github.com/astrale-os/sdk/commit/74e72d52852c907bb4b5c04fe00a71e1bce9351d))
691
+ * **scaffold:** rebuild the default domain template ([#43](https://github.com/astrale-os/sdk/issues/43)) ([091147c](https://github.com/astrale-os/sdk/commit/091147c156a2bfff783fa002cd0e7a8152013d33))
692
+ * scaffolds ship the astrale-domain authoring skill (.agents/skills) ([5e3338d](https://github.com/astrale-os/sdk/commit/5e3338dc94bb059df3ef1465329df81c92df94ff))
693
+ * **sdk:** add typed domain scaffolding ([bedff51](https://github.com/astrale-os/sdk/commit/bedff51fd81766077e92c34ef87667afc6ad1069))
694
+ * **sdk:** add typed domain scaffolding ([66a8b14](https://github.com/astrale-os/sdk/commit/66a8b14a1ae71de2a3578a7e9fcb5b771138ad26))
695
+ * **sdk:** expand governed domain primitives ([ecfa7c8](https://github.com/astrale-os/sdk/commit/ecfa7c8da819c68bf0de34003eb94b53e0ae0cb9))
696
+ * **sdk:** introduce semantic authoring modules ([638efd5](https://github.com/astrale-os/sdk/commit/638efd50be696cb2023996fadcb9f58eb602b7c6))
697
+ * **sdk:** rename replay kind to unsafe ([80ed6de](https://github.com/astrale-os/sdk/commit/80ed6de1c6f4ca03f4e434f72b46405ae6cf30d2))
698
+ * **sdk:** wire capability execution ([0d89524](https://github.com/astrale-os/sdk/commit/0d8952415d3470bc0a9d91d91f696d167df20b86))
699
+ * **sdk:** wire capability execution ([433beeb](https://github.com/astrale-os/sdk/commit/433beebe2ef88eb2117f08c092b5a643c7707389))
700
+ * selfKernel — public/webhook handlers act as the function's own identity ([30b71b6](https://github.com/astrale-os/sdk/commit/30b71b65e6a5e89939fcb257ce2235cc0a710876))
701
+ * selfKernel in the view render context + dev port auto-pick ([6a53616](https://github.com/astrale-os/sdk/commit/6a53616eab32accab79490e85cd2a3b9dc061f02))
702
+ * **server:** compose v2 application lifecycle ([68fa85a](https://github.com/astrale-os/sdk/commit/68fa85af6d98d3e4d244bf9142cdfe6787918842))
703
+ * single status-page view; release 0.2.0 ([cb202cd](https://github.com/astrale-os/sdk/commit/cb202cd30f15965d5d06657aec4bc1425b972a76))
704
+ * stamp /meta endpoint and spec.json with build provenance ([41d8a92](https://github.com/astrale-os/sdk/commit/41d8a92d0dce55c6ba91a7e59f11d6abd661a27c))
705
+ * support domain import aliases ([d56ec80](https://github.com/astrale-os/sdk/commit/d56ec801a35aab45ea2472a0cfaad319c8f52752))
706
+ * **template:** add domain import aliases ([b67032e](https://github.com/astrale-os/sdk/commit/b67032ec09ec0aefa8400f21170cfccde345a9fa))
707
+ * type auth context by policy ([db3d5f5](https://github.com/astrale-os/sdk/commit/db3d5f5278838136936808fd22519efa99e2af50))
708
+ * update /meta endpoint to publish JWKS URL and improve identity resolution ([265c170](https://github.com/astrale-os/sdk/commit/265c170d0ce4fd6bb47636865b9c734482064816))
709
+ * update buildSpec and defineRemoteDomain to streamline remote domain handling ([daba714](https://github.com/astrale-os/sdk/commit/daba714624cbb066a6ced0c18884670545e90d42))
710
+ * update buildSpec and identity binding to use Graph instead of PortableSpec ([acd3441](https://github.com/astrale-os/sdk/commit/acd344152dba56487076da10c1b5fe1ff9675e59))
711
+ * validate function outputs against outputSchema (parity with kernel) ([#6](https://github.com/astrale-os/sdk/issues/6)) ([22648ea](https://github.com/astrale-os/sdk/commit/22648ea2c9ceca5ff42dbaaf78944935c957c3f9))
712
+ * **worker:** add declarative hosted functions ([407f50c](https://github.com/astrale-os/sdk/commit/407f50c07f1b23455ac8bc0c90c1599f85e21a2b))
713
+ * **worker:** add declarative hosted functions ([ea0e457](https://github.com/astrale-os/sdk/commit/ea0e45739249f3503aa169a072c6ebaacd296bd8))
714
+ * **worker:** bind lazy domain resolution ([083a195](https://github.com/astrale-os/sdk/commit/083a195e67324957024fa65f47dc3fb6c6a9d3ee))
715
+ * **worker:** bind lazy Domain resolution ([f2b3612](https://github.com/astrale-os/sdk/commit/f2b3612d605689f4c364ea05b8ffbf990b8f6ed6))
716
+ * **worker:** compose domain environment from Cloudflare bindings ([dc7852c](https://github.com/astrale-os/sdk/commit/dc7852c02cc880fb7461dbab090243420faf5ecc))
717
+ * **worker:** refine monitoring template ([4c1887c](https://github.com/astrale-os/sdk/commit/4c1887c09fd1a785a72a47258bf2b4a4d87c859f))
718
+ * **worker:** simplify inline step contract ([de6a6e1](https://github.com/astrale-os/sdk/commit/de6a6e1eb11330ac552f491014d28507594f1c03))
719
+ * workspace-refactor enablers — manifest roles, DomainIssuer mint seam, fn-context graph ([6202965](https://github.com/astrale-os/sdk/commit/62029654453f67a365df93abaa9bcd1db130baff))
720
+
721
+
722
+ ### Bug Fixes
723
+
724
+ * 30m session-credential ttl — handlers outliving 60s could not write back ([985834d](https://github.com/astrale-os/sdk/commit/985834d0fd8a869633698d50f6fe30d32f457ce9))
725
+ * accept public/optional functions in domain function maps ([#9](https://github.com/astrale-os/sdk/issues/9)) ([46ccb4a](https://github.com/astrale-os/sdk/commit/46ccb4a7c6ff3c582475f2baaad60fb3a112d24e))
726
+ * accept public/optional method handlers in the AnyRemoteHandler bag ([#10](https://github.com/astrale-os/sdk/issues/10)) ([4969779](https://github.com/astrale-os/sdk/commit/49697796988ad28174cf16993401715c5282fe45))
727
+ * adapt build-spec to the kernel two-axis placement (parent, not mount) ([#17](https://github.com/astrale-os/sdk/issues/17)) ([61ac025](https://github.com/astrale-os/sdk/commit/61ac025bfe51f9460caf470be005b43716f0117c))
728
+ * **adapter-cloudflare:** keep Wrangler logs in workspace [skip ci] ([bb1dadc](https://github.com/astrale-os/sdk/commit/bb1dadc19c50747d851688ec644a4279a557a035))
729
+ * **adapter-cloudflare:** pin supported compatibility date ([9fd9798](https://github.com/astrale-os/sdk/commit/9fd9798037a50a1878b842aec1c96ad432f21d3b))
730
+ * **adapter-cloudflare:** pin supported compatibility date ([9652315](https://github.com/astrale-os/sdk/commit/9652315c78c86a4e11b797727ca91e80e2c52048))
731
+ * **adapter-cloudflare:** preserve remote invocation lifetime ([a77f4bf](https://github.com/astrale-os/sdk/commit/a77f4bfc2af85e053f532d76696bfce0c53342e0))
732
+ * **adapter-cloudflare:** preserve remote invocation lifetime ([fe95965](https://github.com/astrale-os/sdk/commit/fe95965c2e170526bc5c5865b83eef3e6e0804f8))
733
+ * **adapter-cloudflare:** refresh worker compatibility baseline ([00b921c](https://github.com/astrale-os/sdk/commit/00b921c4d111f7b8f0888bce11e433c0fa2220c6))
734
+ * add js/cjs/mjs to lint-staged config ([d932f8f](https://github.com/astrale-os/sdk/commit/d932f8f8c1825bc05a80654bcffcc3208bec1a65))
735
+ * align domain runtime with current kernel ([ab97857](https://github.com/astrale-os/sdk/commit/ab978576709860097a63f8cec40122a2fb35e64a))
736
+ * align packed beta scaffold ([e3fb45f](https://github.com/astrale-os/sdk/commit/e3fb45f1e50402c93df57da33e9bc0f2c88c5ab9))
737
+ * align remote domain delivery with current kernel protocol ([3cd6e2a](https://github.com/astrale-os/sdk/commit/3cd6e2aa1529c2d99b0643bd5c6d0fc349863f7a))
738
+ * align remote domain delivery with current kernel protocol ([3cd6e2a](https://github.com/astrale-os/sdk/commit/3cd6e2aa1529c2d99b0643bd5c6d0fc349863f7a))
739
+ * align SDK with current kernel beta APIs ([7a0bf6e](https://github.com/astrale-os/sdk/commit/7a0bf6e1dea5b619d15e536bb9dab7ef3afaa43f))
740
+ * align SDK with the current Kernel cohort ([0e553f8](https://github.com/astrale-os/sdk/commit/0e553f8a6af5b265bc4ec82211ef040625bc735a))
741
+ * apply CORS to auxiliary /functions and /views routes ([0cb8e12](https://github.com/astrale-os/sdk/commit/0cb8e12ae97c7b334584bcd79d2e907fbbf0ffa9))
742
+ * **app:** pin exchange proof verification basis ([bdd8782](https://github.com/astrale-os/sdk/commit/bdd878212ec4466647d3a8de789e29ed5cb92666))
743
+ * **app:** resolve eslint errors for empty object and any types ([6e4272a](https://github.com/astrale-os/sdk/commit/6e4272a3af3770e65f1e079838866e67edb05084))
744
+ * **app:** restore zod type import ([c9a9f99](https://github.com/astrale-os/sdk/commit/c9a9f997f390aa587749511862b57ead47c2b8ad))
745
+ * **app:** skip scaffold target instance prompt ([8b0254a](https://github.com/astrale-os/sdk/commit/8b0254a7b71f66f6773ca977a2f1bdbeacddd93a))
746
+ * **app:** skip scaffold target instance prompt (issue iss_8abc9b4b) ([fd6608e](https://github.com/astrale-os/sdk/commit/fd6608e2abeececd4d55552acd5283649b71e385))
747
+ * **backend:** deploy services by semantic method path ([991dcae](https://github.com/astrale-os/sdk/commit/991dcaecb861be7fe884ed9ff34e0d8c403e3135))
748
+ * **backend:** emit node-compatible ESM specifiers ([7cf13a9](https://github.com/astrale-os/sdk/commit/7cf13a997746ee93ec2ff0eefea27090d737b940))
749
+ * **backend:** forward ctx.issuer to remote handlers ([12031d4](https://github.com/astrale-os/sdk/commit/12031d408d68753f2c2aa53dfc1bb2eb286babdf))
750
+ * **backend:** keep lifetime adapter structurally private ([a3c70be](https://github.com/astrale-os/sdk/commit/a3c70bed0f22ccd7bef417181dbda5d741c44a1b))
751
+ * **ci:** admit packed runtime preinstall ([d34c6d6](https://github.com/astrale-os/sdk/commit/d34c6d6921c616b4df2797011816c20bb5af1557))
752
+ * **ci:** authenticate packed scaffold install ([b1249a7](https://github.com/astrale-os/sdk/commit/b1249a70c0bb3455e62196be75ce58a2d4078800))
753
+ * **ci:** automate SDK beta releases ([bbc2406](https://github.com/astrale-os/sdk/commit/bbc2406bc9c64f7da169dce8b3ce42a8388a1dfc))
754
+ * **ci:** automate SDK beta releases ([8d68ac4](https://github.com/astrale-os/sdk/commit/8d68ac49f57c86d0e758852720d0c56d14b82d83))
755
+ * **ci:** configure GitHub Packages auth for external dependencies ([9cbf721](https://github.com/astrale-os/sdk/commit/9cbf721ae811d3940de34e4c9a0ded09a7998c0d))
756
+ * **ci:** gracefully handle missing external dependencies ([a9e315e](https://github.com/astrale-os/sdk/commit/a9e315e0eae61e4e07e70085f285f75e062cf7db))
757
+ * **ci:** remove cache requirement and use --no-frozen-lockfile ([1f2e25e](https://github.com/astrale-os/sdk/commit/1f2e25e7aafb5efca62de7e0e4e62241c5fda31a))
758
+ * **ci:** target beta versions per package ([392e613](https://github.com/astrale-os/sdk/commit/392e6132638b2156b53dd5d3e8b1ee7b16f3c9eb))
759
+ * **ci:** update publish workflow to handle missing dependencies ([5ce3ea9](https://github.com/astrale-os/sdk/commit/5ce3ea94c217506157302193754e92e69aac8dbb))
760
+ * **ci:** use shared publish action and fix typegraph dependency ([9a211f4](https://github.com/astrale-os/sdk/commit/9a211f4005259ec2ae8178265715aa05fcfa0854))
761
+ * **ci:** verify SDK dist in linked workspaces ([64c47ce](https://github.com/astrale-os/sdk/commit/64c47cecb412b7245497d7990242f3acc4d4994e))
762
+ * clean up error handling and validation ([a669256](https://github.com/astrale-os/sdk/commit/a669256cb88010f5b7f2aba135d6e5b32db15507))
763
+ * **cloudflare:** adapt redirect before request construction ([243c80f](https://github.com/astrale-os/sdk/commit/243c80fcf32fd4cb697a7db64dc912c3e66c9fa9))
764
+ * **cloudflare:** adapt redirect before request construction ([e600814](https://github.com/astrale-os/sdk/commit/e6008146e80e3e8e229a9ec44191d087d39bf27c))
765
+ * **cloudflare:** preserve redirect error semantics ([aa2578c](https://github.com/astrale-os/sdk/commit/aa2578c49258069e1dfc7beb7dc272079b56956b))
766
+ * **cloudflare:** preserve redirect error semantics ([a2486e1](https://github.com/astrale-os/sdk/commit/a2486e1906d20034999f4e9f89bb02d7e65b3bd4))
767
+ * **cloudflare:** publish domain authority requirements ([011b024](https://github.com/astrale-os/sdk/commit/011b024807b327d6e878acc810cb419a8a4c321e))
768
+ * **cloudflare:** publish Domain-owned authority requirements ([a01ab1b](https://github.com/astrale-os/sdk/commit/a01ab1ba5cf3bcf68e240019daf0930e97dcbeae))
769
+ * **cloudflare:** restore service response metadata ([4d56d66](https://github.com/astrale-os/sdk/commit/4d56d6609f186827194e7c73fa800b0f486dee1e))
770
+ * **cloudflare:** restore service response metadata ([50128a1](https://github.com/astrale-os/sdk/commit/50128a1ad1ac82f9335c1c7f70cee2c61bd09d74))
771
+ * cold-run dx batch (timeout, epilogue, pnpm-first, .env.dev) ([a3398f0](https://github.com/astrale-os/sdk/commit/a3398f022e2eca98188627217443369d59469a69))
772
+ * correctness + quality pass on SDK dispatch, auth, and server ([d58f17c](https://github.com/astrale-os/sdk/commit/d58f17c8e95d0f9e201da2534a1243662b9ab5d5))
773
+ * **deploy:** ignore transport ETags in checks ([5c3f1c9](https://github.com/astrale-os/sdk/commit/5c3f1c9154648ae0a9d76bfe44234f4f7dd2f083))
774
+ * **deploy:** ignore transport ETags in checks [skip ci] ([eafd4e2](https://github.com/astrale-os/sdk/commit/eafd4e233786093d21f5edc1effc95480bd35fc3))
775
+ * **deps:** align kernel package family ([aab90fc](https://github.com/astrale-os/sdk/commit/aab90fc4a24a99de70d3d7c984815744e19a0b26))
776
+ * **deps:** require a consistent kernel package set ([11d738c](https://github.com/astrale-os/sdk/commit/11d738c7d0c18fc83c640cf1a055b6dfdfc60679))
777
+ * **deps:** require edge-cardinality kernel packages ([c7b81f8](https://github.com/astrale-os/sdk/commit/c7b81f894202e8826d0dbff1be3233894c6dc410))
778
+ * devkit --help prints usage instead of deploying; devkit 0.1.6 ([65541cd](https://github.com/astrale-os/sdk/commit/65541cd1c227de15406282139ffdbd4e41cfda62))
779
+ * **domain:** make install graphs authoritative ([#46](https://github.com/astrale-os/sdk/issues/46)) ([3d7e898](https://github.com/astrale-os/sdk/commit/3d7e898550676ba45e629a39268098946b2b5345))
780
+ * **domain:** reject classes without kernel bases ([d67a153](https://github.com/astrale-os/sdk/commit/d67a153c98390788a63dd2a5a002b916cd860706))
781
+ * **domain:** reject domains missing kernel before deploy ([16efcf3](https://github.com/astrale-os/sdk/commit/16efcf361177a88d98201c28784ac4e4bff0ecc6))
782
+ * drop stray version field from /meta manifest schema ([69889fa](https://github.com/astrale-os/sdk/commit/69889fa7d62d3b7d063f6973a4fd6359f56524a4))
783
+ * drop the client ESM pre-bundle workaround, resolve first-party deps fresh ([a3f73ec](https://github.com/astrale-os/sdk/commit/a3f73ec25a132f4cfa2f0b05bbe65b428edd8419))
784
+ * drop the client ESM pre-bundle workaround, resolve first-party deps fresh ([c7876c4](https://github.com/astrale-os/sdk/commit/c7876c47d094a79607843d60166d09a6f9b438c6))
785
+ * export ./package.json in publishConfig.exports — the map that ships ([982eb50](https://github.com/astrale-os/sdk/commit/982eb50b808bc935e37ed907fd797159ad00d8e2))
786
+ * export ./package.json in publishConfig.exports — the map that ships ([a7b419f](https://github.com/astrale-os/sdk/commit/a7b419fecfd35052cf3c0d0a87466653b0bb899e))
787
+ * expose `self.id` on SelfResult for instance dispatch — META_TRACE [#61](https://github.com/astrale-os/sdk/issues/61) ([850ffd8](https://github.com/astrale-os/sdk/commit/850ffd8aa9b28d7f90a28b22344b88848a2b81d5))
788
+ * guard sdk preinstall for tarball installs + bump publish chain (workspace:^ internal pins) ([7519a29](https://github.com/astrale-os/sdk/commit/7519a29a1ae6b29a452cf5629b93b3c8419a324f))
789
+ * **iframe:** mark render views no-handshake ([5cfea82](https://github.com/astrale-os/sdk/commit/5cfea826edb2c96d113322ac9bca1595acda4759))
790
+ * **invocation:** honor kernel-selected receiver ([cf58a55](https://github.com/astrale-os/sdk/commit/cf58a55707e563f5921ee543c56c941bb7613013))
791
+ * **invocation:** honor kernel-selected receiver ([730fe57](https://github.com/astrale-os/sdk/commit/730fe57df22eb34d55d3cdcdcb5993504fc3ca74))
792
+ * **linter:** allow configurable layer paths ([b2d6bdd](https://github.com/astrale-os/sdk/commit/b2d6bdd1cf0b3aaddf4674062fe936bc50d08639))
793
+ * **linter:** honor configured physical source paths ([7d23e40](https://github.com/astrale-os/sdk/commit/7d23e40bc95bab9955345a07816435bb9ceabc5a))
794
+ * **linter:** prevent managed lint crashes and hangs ([4af5f40](https://github.com/astrale-os/sdk/commit/4af5f40b4c5e7de94c51019ce892d29a5b575eda))
795
+ * make astrale adapter params.instance optional for dev-only envs ([7e44313](https://github.com/astrale-os/sdk/commit/7e4431334cc440c9375c10922733f9c36ed22438))
796
+ * make packed scaffold installs reproducible ([17ccac6](https://github.com/astrale-os/sdk/commit/17ccac677435c5a089c896f5258c0b46df5f639a))
797
+ * never ship a pnpm-lock.yaml in scaffolds ([80c0196](https://github.com/astrale-os/sdk/commit/80c01964c5f777887f77cafc98fb4cb0da09e094))
798
+ * next-hop delegation mints as the function's own identity with composed grant ([77e570e](https://github.com/astrale-os/sdk/commit/77e570e9837be524c0f858e652fd966af3e021d6))
799
+ * opaque @hono/node-server import so worker bundles skip the optional peer ([e53e983](https://github.com/astrale-os/sdk/commit/e53e983638b2643875e55ca1587e1fe606479d1c))
800
+ * **package:** emit node-compatible esm specifiers ([257e312](https://github.com/astrale-os/sdk/commit/257e312597bd09da7f2aacd6937eb513f473e84e))
801
+ * pin zod by exact version in create-astrale-domain --link scaffolds ([9a778ca](https://github.com/astrale-os/sdk/commit/9a778ca44073a2f318faf7d1f1092844946046da))
802
+ * postInstall must be a typed colon-path - template seed becomes a Note static ([35c5d45](https://github.com/astrale-os/sdk/commit/35c5d45836c13109d28af0f541f41550457767f1))
803
+ * prevent managed lint crashes and hangs ([3c191d5](https://github.com/astrale-os/sdk/commit/3c191d549786d0c02cb7f05c63981f12ebfdc68a))
804
+ * **query:** support explicit edge endpoint counts ([f9846c7](https://github.com/astrale-os/sdk/commit/f9846c70a0322e81392327da08229376c1046aa7))
805
+ * **remote:** expose carried caller authority ([4e6d3da](https://github.com/astrale-os/sdk/commit/4e6d3dac8a8145b6aea333256300e69e80522632))
806
+ * replace ~20 `any` casts with proper types across worker, react, and backend ([786bba2](https://github.com/astrale-os/sdk/commit/786bba22a13e8ddef0e71b047163c2b6dc3145bd))
807
+ * require virtual capability-safe kernel client ([#41](https://github.com/astrale-os/sdk/issues/41)) ([5ce48a8](https://github.com/astrale-os/sdk/commit/5ce48a8aa48504e7b0e490b08dfee4b28e2a6182))
808
+ * resolve package imports in analyzer ([a9f7c15](https://github.com/astrale-os/sdk/commit/a9f7c15641171041e51180668df31f6e205d2f09))
809
+ * roll back partial scaffolds, name resolver failures, green client template ([50faef5](https://github.com/astrale-os/sdk/commit/50faef5146a61f25282f30486adf6f7e9ab19ef7))
810
+ * scaffold cp filter must test template-relative paths (npx installs live in node_modules) ([3fd0a79](https://github.com/astrale-os/sdk/commit/3fd0a7925bb3c77a5aba3cde24aad26013cd7973))
811
+ * **scaffold:** admit published shell fallback ([ddede2f](https://github.com/astrale-os/sdk/commit/ddede2fe76e3f0aa0dde025d2e8158bfe5e6dc46))
812
+ * **scaffold:** derive managed adapter range from target ([936561f](https://github.com/astrale-os/sdk/commit/936561f217c93b5e34abd5c1420211fdca11130b))
813
+ * **scaffold:** derive managed adapter range from target ([d8f0ad9](https://github.com/astrale-os/sdk/commit/d8f0ad971803e98ae33308d73693ad0aae7863dd))
814
+ * scaffolder rollback + failure transparency, client template green (iss_12ae5ba3, iss_a7fe5e38) ([c05ab86](https://github.com/astrale-os/sdk/commit/c05ab86520ab9268b00b98eba4779743ae5fed34))
815
+ * **scaffold:** omit bundled agent skills ([978b172](https://github.com/astrale-os/sdk/commit/978b17204ae67ced328cbc17d50e92343f360bbc))
816
+ * **scaffold:** qualify published dependencies ([b603ffd](https://github.com/astrale-os/sdk/commit/b603ffda9a46a5a87e748bc1ce8dece905488cf7))
817
+ * scaffolds keep template semver ranges; resilient package-root resolution ([e458207](https://github.com/astrale-os/sdk/commit/e458207891d7c5427b036b7af4233979e737aa17))
818
+ * scaffolds keep template semver ranges; resilient package-root resolution ([b43ba4a](https://github.com/astrale-os/sdk/commit/b43ba4aa6050264668f45a401be65372cfa3c978))
819
+ * sdk root tsconfig extends its own base for standalone build ([2cd7eab](https://github.com/astrale-os/sdk/commit/2cd7eab861ae4728fce119cf2249548d00d5b8ad))
820
+ * **sdk:** align remote delivery with kernel protocol ([3af21ca](https://github.com/astrale-os/sdk/commit/3af21ca72a3697f2c939f5fb91df9d085b02c200))
821
+ * **sdk:** preserve Domain failure semantics ([deb0ad3](https://github.com/astrale-os/sdk/commit/deb0ad314acddab6ba199d65f8d1434a6bff3f4a))
822
+ * **sdk:** preserve nested mutation failures ([97d3aca](https://github.com/astrale-os/sdk/commit/97d3aca82ea0d67c0fd9e8ec9b0e946ede2f9108))
823
+ * **sdk:** preserve remote public errors ([70e9349](https://github.com/astrale-os/sdk/commit/70e934977aa9c5af7c252b01ebac5becd8ad70b6))
824
+ * selfKernel prefers INSTANCE_KERNEL_URL (instance graph) over the host KERNEL_URL ([a767aa8](https://github.com/astrale-os/sdk/commit/a767aa83f9bf0c3357cbed6f7bfc11a4f94cb51a))
825
+ * **server:** publish verification-safe jwks ([a5a5608](https://github.com/astrale-os/sdk/commit/a5a560825f6ee6411b418d9c50da70ec0917dcd8))
826
+ * **server:** publish verification-safe JWKS ([abeb106](https://github.com/astrale-os/sdk/commit/abeb106c8bbffee76838ac9f679436a063cc57b1))
827
+ * **server:** support source-qualified invocation identities ([9817996](https://github.com/astrale-os/sdk/commit/9817996c093acd3c9fb080e1fe651e8b5dff6709))
828
+ * sign runtime creds with bare-slug iss; verify with audience tolerance ([16d8a26](https://github.com/astrale-os/sdk/commit/16d8a26025435059a03ce736efeb1225c976dd9a))
829
+ * support published beta cohort ([34984b6](https://github.com/astrale-os/sdk/commit/34984b6d3edfa28828f0b04c95ebeba859f9bcf1))
830
+ * template dep floors to known-good versions + pnpm build-gate declarations ([bc681da](https://github.com/astrale-os/sdk/commit/bc681daabc717316b1e22f9b0bcaa0b7c727981f))
831
+ * WFP tenant self-subrequest 404 + scaffolds shipping a stale lockfile ([fda3a28](https://github.com/astrale-os/sdk/commit/fda3a285ddc775474ec53c1ea2a902b4c364b361))
832
+ * wire + default-on the router service binding ([4d05110](https://github.com/astrale-os/sdk/commit/4d05110e4796a2dad9e7fca1fab53206dca39823))
833
+ * **worker:** accept public domain environment resolution ([b41df98](https://github.com/astrale-os/sdk/commit/b41df98971983a8e9f360354ef85f7b24df157d8))
834
+ * **worker:** accept public Domain environment resolution ([88a7e14](https://github.com/astrale-os/sdk/commit/88a7e1456936f8c23781dd1e78cd4ffbe187988a))
835
+ * **worker:** dispatch same-origin self-subrequests in-process when no SELF binding ([6017c75](https://github.com/astrale-os/sdk/commit/6017c759c6ba70efdda9f8b699f1f6cb25b080fb))
836
+ * **worker:** preserve raw request body for standalone function routes ([025a273](https://github.com/astrale-os/sdk/commit/025a2730a5ac14709cd956d174e56c53122c6609))
837
+ * **worker:** preserve raw request body for standalone function routes ([aa23799](https://github.com/astrale-os/sdk/commit/aa2379940b84b5d3792a80c663587815d9024b2b))
838
+ * **worker:** repair managed deploy hotfix ([65bdbb9](https://github.com/astrale-os/sdk/commit/65bdbb90c9036e5591e10be61079ed4f4baec52c))
839
+ * **worker:** support schema-only domain deployments ([413a003](https://github.com/astrale-os/sdk/commit/413a0038ac3efabc8b2f72db023a245e7bb8d794))
840
+
841
+
842
+ ### Performance Improvements
843
+
844
+ * cache JWKS resolvers, evict-and-retry on stale issuer keys ([bc31c93](https://github.com/astrale-os/sdk/commit/bc31c9317c421361182d1851e74ea25f5f23373a))
845
+
846
+
847
+ ### Documentation
848
+
849
+ * **adapter-astrale:** document beta installation ([2e5cba8](https://github.com/astrale-os/sdk/commit/2e5cba8cdab2f647d5868994e5ea30cd5cf2639e))
850
+ * **adapter-cloudflare:** document beta installation ([7c0b030](https://github.com/astrale-os/sdk/commit/7c0b030084191f1c794ba65ac0280eb2034d267b))
851
+ * **backend:** reference kernel Domain.install in adapter-astrale comment ([1fcdca2](https://github.com/astrale-os/sdk/commit/1fcdca28b660985ddd31a056e026f636e9e294f6))
852
+ * clarify development setup and workspace dependency ([6af5a67](https://github.com/astrale-os/sdk/commit/6af5a673dce763fa65e22234a76f74387fd1dc69))
853
+ * **create-astrale-domain:** document beta scaffolding ([1a3b5b4](https://github.com/astrale-os/sdk/commit/1a3b5b4774df461284447d4003733e5de31b6348))
854
+ * document instance kernel url for the cloudflare adapter ([4a25ddd](https://github.com/astrale-os/sdk/commit/4a25dddef405540935e180dd8c547c26ec04c323))
855
+ * note raw build-spec-cli lacks cross-domain env injection (use astrale domain build) ([d9864ae](https://github.com/astrale-os/sdk/commit/d9864ae0aca9f4bc3857bee94a3a4184a2b7086c))
856
+ * rename instance install -> domain install; point hints at --direct ([ce0c567](https://github.com/astrale-os/sdk/commit/ce0c567851077cce56d5fd8569cd9f110fc5216e))
857
+ * self binding present on managed runtime; logs rows in skills ([265841e](https://github.com/astrale-os/sdk/commit/265841e7eb921bdcf75b7294f8f7604fbd92adf5))
858
+ * selfKernel in skill webhook section ([4be446b](https://github.com/astrale-os/sdk/commit/4be446bc8620eaa2cc57ea1e2ab448b991d520c1))
859
+ * skill — correct schema registration (edges under classes) and defineSchema import ([7b5de46](https://github.com/astrale-os/sdk/commit/7b5de46cdd17ac3d5f704e1925354919517e8352))
860
+ * skill — dev --port ([9f1f90a](https://github.com/astrale-os/sdk/commit/9f1f90a9d6481732edef31bf7b6335ef76baa711))
861
+ * skill — local-dev vs remote-instance install reality ([61eacaf](https://github.com/astrale-os/sdk/commit/61eacaf2517c63eb6fb04bfb9f83f9389076a7db))
862
+ * skill — view discovery, mount semantics, managed-install debugging and recovery ([88f2e7f](https://github.com/astrale-os/sdk/commit/88f2e7f15a0018a9ef6b1c896a72f80f9adf5127))
863
+ * skill — views ship on both adapters ([63b8825](https://github.com/astrale-os/sdk/commit/63b88253f6001d63f910d92ae113f88a31466f41))
864
+ * skill + scope — managed secrets shipped ([55fe37e](https://github.com/astrale-os/sdk/commit/55fe37e01852b5717f7cbeb210f66b6957a9d023))
865
+ * skill carries the grantperm snippet for the public-view pattern ([3c5d346](https://github.com/astrale-os/sdk/commit/3c5d346765a42946620d34acb352e6b141d57181))
866
+ * skill recipe — public server-rendered view reading the graph ([32b00ea](https://github.com/astrale-os/sdk/commit/32b00ea0b115c8178c248c4dc5f61d05b45e9d2a))
867
+ * update shell domain references ([099a01b](https://github.com/astrale-os/sdk/commit/099a01bd11b78b0a51a3896779b9fba0e93f999f))
868
+ * update shell domain references ([1d97ac5](https://github.com/astrale-os/sdk/commit/1d97ac5508a8d94f11728cc288785cd83db34a91))
869
+
870
+ ## [0.4.19](https://github.com/astrale-os/sdk/compare/sdk-v0.4.18...sdk-v0.4.19) (2026-07-17)
871
+
872
+
873
+ ### Bug Fixes
874
+
875
+ * **deps:** align kernel package family ([aab90fc](https://github.com/astrale-os/sdk/commit/aab90fc4a24a99de70d3d7c984815744e19a0b26))
876
+ * **domain:** reject classes without kernel bases ([d67a153](https://github.com/astrale-os/sdk/commit/d67a153c98390788a63dd2a5a002b916cd860706))
877
+ * **domain:** reject domains missing kernel before deploy ([16efcf3](https://github.com/astrale-os/sdk/commit/16efcf361177a88d98201c28784ac4e4bff0ecc6))
878
+ * **linter:** prevent managed lint crashes and hangs ([4af5f40](https://github.com/astrale-os/sdk/commit/4af5f40b4c5e7de94c51019ce892d29a5b575eda))
879
+ * make packed scaffold installs reproducible ([17ccac6](https://github.com/astrale-os/sdk/commit/17ccac677435c5a089c896f5258c0b46df5f639a))
880
+ * prevent managed lint crashes and hangs ([3c191d5](https://github.com/astrale-os/sdk/commit/3c191d549786d0c02cb7f05c63981f12ebfdc68a))
881
+
882
+ ## [0.4.18](https://github.com/astrale-os/sdk/compare/sdk-v0.4.17...sdk-v0.4.18) (2026-07-16)
883
+
884
+
885
+ ### Bug Fixes
886
+
887
+ * **scaffold:** derive managed adapter range from target ([936561f](https://github.com/astrale-os/sdk/commit/936561f217c93b5e34abd5c1420211fdca11130b))
888
+ * **scaffold:** derive managed adapter range from target ([d8f0ad9](https://github.com/astrale-os/sdk/commit/d8f0ad971803e98ae33308d73693ad0aae7863dd))
889
+
890
+ ## [0.4.17](https://github.com/astrale-os/sdk/compare/sdk-v0.4.16...sdk-v0.4.17) (2026-07-16)
891
+
892
+
893
+ ### Bug Fixes
894
+
895
+ * **app:** skip scaffold target instance prompt ([8b0254a](https://github.com/astrale-os/sdk/commit/8b0254a7b71f66f6773ca977a2f1bdbeacddd93a))
896
+ * **app:** skip scaffold target instance prompt (issue iss_8abc9b4b) ([fd6608e](https://github.com/astrale-os/sdk/commit/fd6608e2abeececd4d55552acd5283649b71e385))
897
+
898
+ ## [0.4.16](https://github.com/astrale-os/sdk/compare/sdk-v0.4.15...sdk-v0.4.16) (2026-07-15)
899
+
900
+
901
+ ### Bug Fixes
902
+
903
+ * **ci:** verify SDK dist in linked workspaces ([64c47ce](https://github.com/astrale-os/sdk/commit/64c47cecb412b7245497d7990242f3acc4d4994e))
904
+
905
+ ## [0.4.15](https://github.com/astrale-os/sdk/compare/sdk-v0.4.14...sdk-v0.4.15) (2026-07-14)
906
+
907
+
908
+ ### Bug Fixes
909
+
910
+ * **adapter-cloudflare:** pin supported compatibility date ([9fd9798](https://github.com/astrale-os/sdk/commit/9fd9798037a50a1878b842aec1c96ad432f21d3b))
911
+ * **adapter-cloudflare:** pin supported compatibility date ([9652315](https://github.com/astrale-os/sdk/commit/9652315c78c86a4e11b797727ca91e80e2c52048))
912
+
913
+ ## [0.4.14](https://github.com/astrale-os/sdk/compare/sdk-v0.4.13...sdk-v0.4.14) (2026-07-13)
914
+
915
+
916
+ ### Features
917
+
918
+ * support domain import aliases ([d56ec80](https://github.com/astrale-os/sdk/commit/d56ec801a35aab45ea2472a0cfaad319c8f52752))
919
+ * **template:** add domain import aliases ([b67032e](https://github.com/astrale-os/sdk/commit/b67032ec09ec0aefa8400f21170cfccde345a9fa))
920
+ * **worker:** add declarative hosted functions ([407f50c](https://github.com/astrale-os/sdk/commit/407f50c07f1b23455ac8bc0c90c1599f85e21a2b))
921
+ * **worker:** add declarative hosted functions ([ea0e457](https://github.com/astrale-os/sdk/commit/ea0e45739249f3503aa169a072c6ebaacd296bd8))
922
+
923
+
924
+ ### Bug Fixes
925
+
926
+ * resolve package imports in analyzer ([a9f7c15](https://github.com/astrale-os/sdk/commit/a9f7c15641171041e51180668df31f6e205d2f09))
927
+
928
+ ## [0.4.13](https://github.com/astrale-os/sdk/compare/sdk-v0.4.12...sdk-v0.4.13) (2026-07-13)
929
+
930
+
931
+ ### Features
932
+
933
+ * add SDK-native Astrale domain linter ([#50](https://github.com/astrale-os/sdk/issues/50)) ([002c4f0](https://github.com/astrale-os/sdk/commit/002c4f0da8f09670d4ad3fa8c139d336a0d6ca52))
934
+ * expose dispatcher capabilities to handlers ([0e32cba](https://github.com/astrale-os/sdk/commit/0e32cba3af1aeace84e695bfabdbd35eda9415fc))
935
+ * expose dispatcher capabilities to handlers ([26d5891](https://github.com/astrale-os/sdk/commit/26d5891986fc10c6db04a8559f3761fd42be3a64))
936
+
937
+ ## [0.4.12](https://github.com/astrale-os/sdk/compare/sdk-v0.4.11...sdk-v0.4.12) (2026-07-13)
938
+
939
+
940
+ ### Bug Fixes
941
+
942
+ * **backend:** emit node-compatible ESM specifiers ([7cf13a9](https://github.com/astrale-os/sdk/commit/7cf13a997746ee93ec2ff0eefea27090d737b940))
943
+ * **package:** emit node-compatible esm specifiers ([257e312](https://github.com/astrale-os/sdk/commit/257e312597bd09da7f2aacd6937eb513f473e84e))
944
+
945
+ ## [0.4.11](https://github.com/astrale-os/sdk/compare/sdk-v0.4.10...sdk-v0.4.11) (2026-07-13)
946
+
947
+
948
+ ### Features
949
+
950
+ * **backend:** carry declarative core into builds ([e9b64b1](https://github.com/astrale-os/sdk/commit/e9b64b14ac1ac7eeb93b3b8c60f586631ca5ecfb))
951
+ * **backend:** support deferred and redirected functions ([4180d69](https://github.com/astrale-os/sdk/commit/4180d694a15af6de20f4c684b32fd91bde33425c))
952
+ * **backend:** support deferred handler execution ([1bb4fd8](https://github.com/astrale-os/sdk/commit/1bb4fd8fc5cd8b0c1e270f791a063caafd6b6643))
953
+
954
+
955
+ ### Bug Fixes
956
+
957
+ * **adapter-cloudflare:** refresh worker compatibility baseline ([00b921c](https://github.com/astrale-os/sdk/commit/00b921c4d111f7b8f0888bce11e433c0fa2220c6))
958
+ * **backend:** deploy services by semantic method path ([991dcae](https://github.com/astrale-os/sdk/commit/991dcaecb861be7fe884ed9ff34e0d8c403e3135))
959
+ * **backend:** keep lifetime adapter structurally private ([a3c70be](https://github.com/astrale-os/sdk/commit/a3c70bed0f22ccd7bef417181dbda5d741c44a1b))
960
+ * **domain:** make install graphs authoritative ([#46](https://github.com/astrale-os/sdk/issues/46)) ([3d7e898](https://github.com/astrale-os/sdk/commit/3d7e898550676ba45e629a39268098946b2b5345))
961
+
962
+ ## [0.4.10](https://github.com/astrale-os/sdk/compare/sdk-v0.4.9...sdk-v0.4.10) (2026-07-12)
963
+
964
+
965
+ ### Features
966
+
967
+ * **scaffold:** rebuild the default domain template ([#43](https://github.com/astrale-os/sdk/issues/43)) ([091147c](https://github.com/astrale-os/sdk/commit/091147c156a2bfff783fa002cd0e7a8152013d33))
968
+
969
+ ## [0.4.9](https://github.com/astrale-os/sdk/compare/sdk-v0.4.8...sdk-v0.4.9) (2026-07-12)
970
+
971
+
972
+ ### Bug Fixes
973
+
974
+ * require virtual capability-safe kernel client ([#41](https://github.com/astrale-os/sdk/issues/41)) ([5ce48a8](https://github.com/astrale-os/sdk/commit/5ce48a8aa48504e7b0e490b08dfee4b28e2a6182))
975
+
976
+ ## [0.4.8](https://github.com/astrale-os/sdk/compare/sdk-v0.4.7...sdk-v0.4.8) (2026-07-12)
977
+
978
+
979
+ ### Bug Fixes
980
+
981
+ * **deps:** require edge-cardinality kernel packages ([c7b81f8](https://github.com/astrale-os/sdk/commit/c7b81f894202e8826d0dbff1be3233894c6dc410))
982
+
983
+ ## [0.4.7](https://github.com/astrale-os/sdk/compare/sdk-v0.4.6...sdk-v0.4.7) (2026-07-12)
984
+
985
+
986
+ ### Bug Fixes
987
+
988
+ * **deps:** require a consistent kernel package set ([11d738c](https://github.com/astrale-os/sdk/commit/11d738c7d0c18fc83c640cf1a055b6dfdfc60679))
989
+
990
+ ## [0.4.6](https://github.com/astrale-os/sdk/compare/sdk-v0.4.5...sdk-v0.4.6) (2026-07-12)
991
+
992
+
993
+ ### Features
994
+
995
+ * **backend:** bind handler kernels from compiled schemas ([2f87bf9](https://github.com/astrale-os/sdk/commit/2f87bf9dc65362c1a8bd552a99afb1d8c9fe3439))
996
+
997
+ ## [0.4.5](https://github.com/astrale-os/sdk/compare/sdk-v0.4.4...sdk-v0.4.5) (2026-07-11)
998
+
999
+
1000
+ ### Bug Fixes
1001
+
1002
+ * drop the client ESM pre-bundle workaround, resolve first-party deps fresh ([a3f73ec](https://github.com/astrale-os/sdk/commit/a3f73ec25a132f4cfa2f0b05bbe65b428edd8419))
1003
+ * drop the client ESM pre-bundle workaround, resolve first-party deps fresh ([c7876c4](https://github.com/astrale-os/sdk/commit/c7876c47d094a79607843d60166d09a6f9b438c6))
1004
+ * **worker:** preserve raw request body for standalone function routes ([025a273](https://github.com/astrale-os/sdk/commit/025a2730a5ac14709cd956d174e56c53122c6609))
1005
+ * **worker:** preserve raw request body for standalone function routes ([aa23799](https://github.com/astrale-os/sdk/commit/aa2379940b84b5d3792a80c663587815d9024b2b))
1006
+
1007
+ ## [0.4.4](https://github.com/astrale-os/sdk/compare/sdk-v0.4.3...sdk-v0.4.4) (2026-07-10)
1008
+
1009
+
1010
+ ### Bug Fixes
1011
+
1012
+ * roll back partial scaffolds, name resolver failures, green client template ([50faef5](https://github.com/astrale-os/sdk/commit/50faef5146a61f25282f30486adf6f7e9ab19ef7))
1013
+ * scaffolder rollback + failure transparency, client template green (iss_12ae5ba3, iss_a7fe5e38) ([c05ab86](https://github.com/astrale-os/sdk/commit/c05ab86520ab9268b00b98eba4779743ae5fed34))
1014
+
1015
+ ## [0.4.3](https://github.com/astrale-os/sdk/compare/sdk-v0.4.2...sdk-v0.4.3) (2026-07-10)
1016
+
1017
+
1018
+ ### Bug Fixes
1019
+
1020
+ * export ./package.json in publishConfig.exports — the map that ships ([982eb50](https://github.com/astrale-os/sdk/commit/982eb50b808bc935e37ed907fd797159ad00d8e2))
1021
+ * export ./package.json in publishConfig.exports — the map that ships ([a7b419f](https://github.com/astrale-os/sdk/commit/a7b419fecfd35052cf3c0d0a87466653b0bb899e))
1022
+ * scaffolds keep template semver ranges; resilient package-root resolution ([e458207](https://github.com/astrale-os/sdk/commit/e458207891d7c5427b036b7af4233979e737aa17))
1023
+ * scaffolds keep template semver ranges; resilient package-root resolution ([b43ba4a](https://github.com/astrale-os/sdk/commit/b43ba4aa6050264668f45a401be65372cfa3c978))
1024
+
1025
+ ## [0.4.2](https://github.com/astrale-os/sdk/compare/sdk-v0.4.1...sdk-v0.4.2) (2026-07-09)
1026
+
1027
+
1028
+ ### Features
1029
+
1030
+ * redesign remote context api ([de02159](https://github.com/astrale-os/sdk/commit/de0215924b5b5e4c0c2055358ba93603a266792c))
1031
+ * redesign remote context api ([f332ac8](https://github.com/astrale-os/sdk/commit/f332ac8fa9f9978e8f1ea975e1c36f371753e62d))
1032
+
1033
+ ## [0.4.1](https://github.com/astrale-os/sdk/compare/sdk-v0.4.0...sdk-v0.4.1) (2026-07-08)
1034
+
1035
+
1036
+ ### Bug Fixes
1037
+
1038
+ * **scaffold:** omit bundled agent skills ([978b172](https://github.com/astrale-os/sdk/commit/978b17204ae67ced328cbc17d50e92343f360bbc))
1039
+
1040
+ ## [0.4.0](https://github.com/astrale-os/sdk/compare/sdk-v0.3.0...sdk-v0.4.0) (2026-07-08)
1041
+
1042
+
1043
+ ### ⚠ BREAKING CHANGES
1044
+
1045
+ * rename domain-config `installLocation` → `path` ([#18](https://github.com/astrale-os/sdk/issues/18))
1046
+ * **backend:** drop ctx.graph; ctx.kernel carries the graph sugar directly
1047
+ * **backend:** remove dead graph-patch, workerMeta, hashSpecFile; patch types from core
1048
+ * pushPatch and PatchKernel are removed from @astrale-os/sdk. Batch graph writes through ctx.graph.mutate(patch) instead.
1049
+
1050
+ * **backend:** drop ctx.graph; ctx.kernel carries the graph sugar directly ([c08b5a9](https://github.com/astrale-os/sdk/commit/c08b5a925aed63bd8c60dfaa5d23e3a02e8e8906))
1051
+ * **backend:** remove dead graph-patch, workerMeta, hashSpecFile; patch types from core ([bdf5483](https://github.com/astrale-os/sdk/commit/bdf54834b6577aa862471118adf1ea455cef0e8c))
1052
+ * rename domain-config `installLocation` → `path` ([#18](https://github.com/astrale-os/sdk/issues/18)) ([e34bd3a](https://github.com/astrale-os/sdk/commit/e34bd3a77de6279e9f221996f04f56040233161d))
1053
+ * route SDK graph access through function.get/mutate doors ([adf07ff](https://github.com/astrale-os/sdk/commit/adf07ffd423e8824ebeb8dcac525fb7b819d0ae6))
1054
+
1055
+
1056
+ ### Features
1057
+
1058
+ * add .dev.vars to .gitignore and update type assertion in derivePublicJwk function ([9a0cfc1](https://github.com/astrale-os/sdk/commit/9a0cfc13944f34ccd790a2f9832332886d6aaf1a))
1059
+ * add `installLocation` domain-config field; place domains under /domains/<origin> ([7ee04f7](https://github.com/astrale-os/sdk/commit/7ee04f78dd70f584a1addcdbc2a981280dba94c0))
1060
+ * add auth policy to remote method definitions ([369d5b4](https://github.com/astrale-os/sdk/commit/369d5b42561f502b8dd38986051aa217d4de2f46))
1061
+ * add authorize hook + assertPerm helpers + fix public auth policy ([b644585](https://github.com/astrale-os/sdk/commit/b6445857cd3bef35890388869a4c61e5a618b35a))
1062
+ * add comments.json template and update CLI references in publish functions ([b689797](https://github.com/astrale-os/sdk/commit/b689797b7139b380943390fddae95e9a2c040ce4))
1063
+ * add dispatch method to SdkDispatcher for handling local resolutions and return types ([5c190b1](https://github.com/astrale-os/sdk/commit/5c190b15df995b34b24bc7ed1036745d08c52d31))
1064
+ * add latest version of @typescript/native-preview to devDependencies ([003647a](https://github.com/astrale-os/sdk/commit/003647a30f96c1a161bf773946e221a5a71b8470))
1065
+ * add manifest support for domain definition and metadata ([247afa2](https://github.com/astrale-os/sdk/commit/247afa2f1bf502a94221b2209af61ff36348829e))
1066
+ * add optional core parameter to RemoteDomain and RemoteDomainConfig types ([ebacba6](https://github.com/astrale-os/sdk/commit/ebacba687506e81702d08115eeb623331b31d2ec))
1067
+ * add remoteInterfaceMethods factory for interface-hosted methods ([#5](https://github.com/astrale-os/sdk/issues/5)) ([9f05a0c](https://github.com/astrale-os/sdk/commit/9f05a0cb71d1b8f73d7f676fb8af1e19ef9d1510))
1068
+ * add requireEnv helper and require issuer in createRemoteServer ([ac4f25a](https://github.com/astrale-os/sdk/commit/ac4f25a610a549f069739a2b09891b0529fc2ec7))
1069
+ * add SDK v2 with JSON-RPC support and streaming capabilities ([a9c30ec](https://github.com/astrale-os/sdk/commit/a9c30ec1527e381c715d7881200af3db0903dc53))
1070
+ * add unit tests for method resolution and enhance normalization logic ([b4ffebd](https://github.com/astrale-os/sdk/commit/b4ffebd3cc4a54aaf1eb2221982c46ddf32329fc))
1071
+ * astrale adapter ships prod secrets on the install call ([80f7420](https://github.com/astrale-os/sdk/commit/80f742035df96b13e3ff9c001f525ef543566b5b))
1072
+ * astrale-domain publish = register-only (no deploy) + --public-url ([708656b](https://github.com/astrale-os/sdk/commit/708656b4c38b0daa5e69cb88802652fa774daf2b))
1073
+ * astrale() managed adapter and template fixes (hono dep, bun compat) ([9cee71c](https://github.com/astrale-os/sdk/commit/9cee71c1c9ecbf6ed42451d8a6ac225ebd38a9c5))
1074
+ * auto-materialize Views/RemoteFunctions + mount worker routes from defineRemoteDomain ([34f4011](https://github.com/astrale-os/sdk/commit/34f4011369d6bedcbd1293f0b43cbc256057c14c))
1075
+ * cloudflare adapter, create-astrale-domain, and devkit ([60d67ec](https://github.com/astrale-os/sdk/commit/60d67ec1f2dad3a77cce4c3410d6e52c088c228a))
1076
+ * config hot-regen (adapter.regenerate + config watch) + X-Forwarded-Proto origin upgrade ([4cd5fb8](https://github.com/astrale-os/sdk/commit/4cd5fb878d03cd4333c12b10e48094f78e70c29b))
1077
+ * ctx.callRemote for worker→worker remote-method calls ([d61a3aa](https://github.com/astrale-os/sdk/commit/d61a3aaa99b8d6ecb4b9e7e9f91e6a7c1b88b3fe))
1078
+ * declare remote functions in the schema (functions-in-DSL) ([f5c1482](https://github.com/astrale-os/sdk/commit/f5c1482398de83091557ea1b20a6f08f92d570a4))
1079
+ * decouple JWT issuer from server URL and use method path as outbound subject ([3af4055](https://github.com/astrale-os/sdk/commit/3af4055121dff6ef0d1cf5f2a192b7cdff719145))
1080
+ * defineView and defineRemoteFunction declarative authoring helpers ([b300183](https://github.com/astrale-os/sdk/commit/b30018354e7523e06563f7db570db9548eccf332))
1081
+ * dev --host <public-url> for off-localhost dev ([0d13136](https://github.com/astrale-os/sdk/commit/0d1313666a36bb69e0efcfc030cc5849bdc6db8d))
1082
+ * devkit dev --port override ([17ff493](https://github.com/astrale-os/sdk/commit/17ff493f865a9227c56474ee83003d285c3f9e2a))
1083
+ * devkit dx batch — loud dev build failure, adapter-swap hint, managed footer, missing-def hint ([b6c0b0b](https://github.com/astrale-os/sdk/commit/b6c0b0b611a9887b06569d6798d46c2b76016856))
1084
+ * enhance authorization flow with JWKS and issuer registry support ([2bfab25](https://github.com/astrale-os/sdk/commit/2bfab25d1d651e7b97137a53112c20f4816212bd))
1085
+ * enhance identity handling and function path derivation in remote server setup ([6cbdf59](https://github.com/astrale-os/sdk/commit/6cbdf591913bd982f5b3b070dd86316a6fb4f4f6))
1086
+ * enhance SDK v2 with new domain methods and testing framework ([3ba1b5e](https://github.com/astrale-os/sdk/commit/3ba1b5e00b4af316ddbfec188a8cbefdd1846a6c))
1087
+ * enhance SDK with domain installation and authorization features ([faaebab](https://github.com/astrale-os/sdk/commit/faaebab1ec1ec5ee29d56b765ccae18f26730653))
1088
+ * enhance SdkValidationError to include detailed error messages and structure ([c498580](https://github.com/astrale-os/sdk/commit/c498580e44132ce05c272f13f557954f92b545c7))
1089
+ * enhance self resolution handling and add tests for resolveSelf functionality ([63c8de5](https://github.com/astrale-os/sdk/commit/63c8de5b08281afc803dc57e711d080da374acb7))
1090
+ * expose kernel client to defineRemoteFunction handlers ([b1ff25a](https://github.com/astrale-os/sdk/commit/b1ff25a698045b1a6df2df0d85072515f57c43dd))
1091
+ * fail loud when a preset-declared secrets file is missing ([d2f7202](https://github.com/astrale-os/sdk/commit/d2f7202fc5f8b177a0b6da77cedb3b9504eec825))
1092
+ * implement buildSpec function for RemoteDomain and update exports ([a1673db](https://github.com/astrale-os/sdk/commit/a1673dbfd3e7dc3b29e8f4ba03bfed2df5d8a4c8))
1093
+ * implement deploy check functionality and related types for SDK deployment validation ([bf81c9a](https://github.com/astrale-os/sdk/commit/bf81c9abc5fe02efbec78786200a8aee2eabda16))
1094
+ * implement managed service readiness checks and retry logic ([4d5f91d](https://github.com/astrale-os/sdk/commit/4d5f91dcadaf3f3314ba1de6d4bbbd380615038d))
1095
+ * Implement StatusPage functionality with monitoring capabilities ([18cc7f6](https://github.com/astrale-os/sdk/commit/18cc7f6ea95e47740857effa19551c6ef58be725))
1096
+ * initial SDK packages for Astrale OS ([9b0e085](https://github.com/astrale-os/sdk/commit/9b0e08591b301882686db51703ccf730901f70b6))
1097
+ * introduce deploy and domain configuration for standalone domains ([eac596b](https://github.com/astrale-os/sdk/commit/eac596b3774719f2767ec8f2d6ec8bde60502266))
1098
+ * introduce remote server configuration and creation ([a669256](https://github.com/astrale-os/sdk/commit/a669256cb88010f5b7f2aba135d6e5b32db15507))
1099
+ * lazy self.node() accessor for method handlers ([920ac6a](https://github.com/astrale-os/sdk/commit/920ac6ae98690008ae9348fcd6eac11aba5072dc))
1100
+ * managed adapter is the scaffold default; --instance stamps the slug ([4e300d6](https://github.com/astrale-os/sdk/commit/4e300d692e6b8bc91d9f298fb21f936ada9c10d9))
1101
+ * managed deploys ship the client SPA — /ui serves on managed services ([51c1ee3](https://github.com/astrale-os/sdk/commit/51c1ee37d3f0b17c2ad6b0640a28cb951c446a59))
1102
+ * normalize method names in resolveMethod and update buildSpec return type ([4175e22](https://github.com/astrale-os/sdk/commit/4175e220fdb0cc8ea603de10ea01f6fe37e1caf2))
1103
+ * promote v2 to top-level sdk, archive legacy packages ([05946b0](https://github.com/astrale-os/sdk/commit/05946b05caa0e541ed6e6e40ad232a8a136c1605))
1104
+ * refactor authentication and identity handling, improve method resolution and deploy checks ([a70bf10](https://github.com/astrale-os/sdk/commit/a70bf101473404b364dfed34b50a5d62c56b1d7d))
1105
+ * refine domain dx refactor ([b2f7768](https://github.com/astrale-os/sdk/commit/b2f7768b521563a22411562d3878bb1c18d2ee86))
1106
+ * replace BoundClient with BoundSessionView in authentication and dispatch layers ([c6020e3](https://github.com/astrale-os/sdk/commit/c6020e39fe4cee59d124c000def2ef0f9c1250ce))
1107
+ * rich typed self (BoundNode) + schema-bound dispatch wiring ([#16](https://github.com/astrale-os/sdk/issues/16)) ([05c46b8](https://github.com/astrale-os/sdk/commit/05c46b8d01663aeb26e2bc2b0db266a182ea685e))
1108
+ * scaffold ships the astrale-cli skill alongside astrale-domain ([52519c4](https://github.com/astrale-os/sdk/commit/52519c448ef3ea7a67d6649378f94b9bfcf63929))
1109
+ * scaffolder prints the workspace-level skills registration one-liner ([9d838be](https://github.com/astrale-os/sdk/commit/9d838bea586524ad300abf0e84688b29a297d8cc))
1110
+ * **scaffold:** make the default domain template a wired blank skeleton ([74e72d5](https://github.com/astrale-os/sdk/commit/74e72d52852c907bb4b5c04fe00a71e1bce9351d))
1111
+ * scaffolds ship the astrale-domain authoring skill (.agents/skills) ([5e3338d](https://github.com/astrale-os/sdk/commit/5e3338dc94bb059df3ef1465329df81c92df94ff))
1112
+ * selfKernel — public/webhook handlers act as the function's own identity ([30b71b6](https://github.com/astrale-os/sdk/commit/30b71b65e6a5e89939fcb257ce2235cc0a710876))
1113
+ * selfKernel in the view render context + dev port auto-pick ([6a53616](https://github.com/astrale-os/sdk/commit/6a53616eab32accab79490e85cd2a3b9dc061f02))
1114
+ * single status-page view; release 0.2.0 ([cb202cd](https://github.com/astrale-os/sdk/commit/cb202cd30f15965d5d06657aec4bc1425b972a76))
1115
+ * stamp /meta endpoint and spec.json with build provenance ([41d8a92](https://github.com/astrale-os/sdk/commit/41d8a92d0dce55c6ba91a7e59f11d6abd661a27c))
1116
+ * type auth context by policy ([db3d5f5](https://github.com/astrale-os/sdk/commit/db3d5f5278838136936808fd22519efa99e2af50))
1117
+ * update /meta endpoint to publish JWKS URL and improve identity resolution ([265c170](https://github.com/astrale-os/sdk/commit/265c170d0ce4fd6bb47636865b9c734482064816))
1118
+ * update buildSpec and defineRemoteDomain to streamline remote domain handling ([daba714](https://github.com/astrale-os/sdk/commit/daba714624cbb066a6ced0c18884670545e90d42))
1119
+ * update buildSpec and identity binding to use Graph instead of PortableSpec ([acd3441](https://github.com/astrale-os/sdk/commit/acd344152dba56487076da10c1b5fe1ff9675e59))
1120
+ * validate function outputs against outputSchema (parity with kernel) ([#6](https://github.com/astrale-os/sdk/issues/6)) ([22648ea](https://github.com/astrale-os/sdk/commit/22648ea2c9ceca5ff42dbaaf78944935c957c3f9))
1121
+ * **worker:** refine monitoring template ([4c1887c](https://github.com/astrale-os/sdk/commit/4c1887c09fd1a785a72a47258bf2b4a4d87c859f))
1122
+ * workspace-refactor enablers — manifest roles, DomainIssuer mint seam, fn-context graph ([6202965](https://github.com/astrale-os/sdk/commit/62029654453f67a365df93abaa9bcd1db130baff))
1123
+
1124
+
1125
+ ### Bug Fixes
1126
+
1127
+ * 30m session-credential ttl — handlers outliving 60s could not write back ([985834d](https://github.com/astrale-os/sdk/commit/985834d0fd8a869633698d50f6fe30d32f457ce9))
1128
+ * accept public/optional functions in domain function maps ([#9](https://github.com/astrale-os/sdk/issues/9)) ([46ccb4a](https://github.com/astrale-os/sdk/commit/46ccb4a7c6ff3c582475f2baaad60fb3a112d24e))
1129
+ * accept public/optional method handlers in the AnyRemoteHandler bag ([#10](https://github.com/astrale-os/sdk/issues/10)) ([4969779](https://github.com/astrale-os/sdk/commit/49697796988ad28174cf16993401715c5282fe45))
1130
+ * adapt build-spec to the kernel two-axis placement (parent, not mount) ([#17](https://github.com/astrale-os/sdk/issues/17)) ([61ac025](https://github.com/astrale-os/sdk/commit/61ac025bfe51f9460caf470be005b43716f0117c))
1131
+ * add js/cjs/mjs to lint-staged config ([d932f8f](https://github.com/astrale-os/sdk/commit/d932f8f8c1825bc05a80654bcffcc3208bec1a65))
1132
+ * apply CORS to auxiliary /functions and /views routes ([0cb8e12](https://github.com/astrale-os/sdk/commit/0cb8e12ae97c7b334584bcd79d2e907fbbf0ffa9))
1133
+ * **app:** resolve eslint errors for empty object and any types ([6e4272a](https://github.com/astrale-os/sdk/commit/6e4272a3af3770e65f1e079838866e67edb05084))
1134
+ * **app:** restore zod type import ([c9a9f99](https://github.com/astrale-os/sdk/commit/c9a9f997f390aa587749511862b57ead47c2b8ad))
1135
+ * **backend:** forward ctx.issuer to remote handlers ([12031d4](https://github.com/astrale-os/sdk/commit/12031d408d68753f2c2aa53dfc1bb2eb286babdf))
1136
+ * **ci:** configure GitHub Packages auth for external dependencies ([9cbf721](https://github.com/astrale-os/sdk/commit/9cbf721ae811d3940de34e4c9a0ded09a7998c0d))
1137
+ * **ci:** gracefully handle missing external dependencies ([a9e315e](https://github.com/astrale-os/sdk/commit/a9e315e0eae61e4e07e70085f285f75e062cf7db))
1138
+ * **ci:** remove cache requirement and use --no-frozen-lockfile ([1f2e25e](https://github.com/astrale-os/sdk/commit/1f2e25e7aafb5efca62de7e0e4e62241c5fda31a))
1139
+ * **ci:** update publish workflow to handle missing dependencies ([5ce3ea9](https://github.com/astrale-os/sdk/commit/5ce3ea94c217506157302193754e92e69aac8dbb))
1140
+ * **ci:** use shared publish action and fix typegraph dependency ([9a211f4](https://github.com/astrale-os/sdk/commit/9a211f4005259ec2ae8178265715aa05fcfa0854))
1141
+ * clean up error handling and validation ([a669256](https://github.com/astrale-os/sdk/commit/a669256cb88010f5b7f2aba135d6e5b32db15507))
1142
+ * cold-run dx batch (timeout, epilogue, pnpm-first, .env.dev) ([a3398f0](https://github.com/astrale-os/sdk/commit/a3398f022e2eca98188627217443369d59469a69))
1143
+ * correctness + quality pass on SDK dispatch, auth, and server ([d58f17c](https://github.com/astrale-os/sdk/commit/d58f17c8e95d0f9e201da2534a1243662b9ab5d5))
1144
+ * devkit --help prints usage instead of deploying; devkit 0.1.6 ([65541cd](https://github.com/astrale-os/sdk/commit/65541cd1c227de15406282139ffdbd4e41cfda62))
1145
+ * drop stray version field from /meta manifest schema ([69889fa](https://github.com/astrale-os/sdk/commit/69889fa7d62d3b7d063f6973a4fd6359f56524a4))
1146
+ * expose `self.id` on SelfResult for instance dispatch — META_TRACE [#61](https://github.com/astrale-os/sdk/issues/61) ([850ffd8](https://github.com/astrale-os/sdk/commit/850ffd8aa9b28d7f90a28b22344b88848a2b81d5))
1147
+ * guard sdk preinstall for tarball installs + bump publish chain (workspace:^ internal pins) ([7519a29](https://github.com/astrale-os/sdk/commit/7519a29a1ae6b29a452cf5629b93b3c8419a324f))
1148
+ * **iframe:** mark render views no-handshake ([5cfea82](https://github.com/astrale-os/sdk/commit/5cfea826edb2c96d113322ac9bca1595acda4759))
1149
+ * make astrale adapter params.instance optional for dev-only envs ([7e44313](https://github.com/astrale-os/sdk/commit/7e4431334cc440c9375c10922733f9c36ed22438))
1150
+ * never ship a pnpm-lock.yaml in scaffolds ([80c0196](https://github.com/astrale-os/sdk/commit/80c01964c5f777887f77cafc98fb4cb0da09e094))
1151
+ * next-hop delegation mints as the function's own identity with composed grant ([77e570e](https://github.com/astrale-os/sdk/commit/77e570e9837be524c0f858e652fd966af3e021d6))
1152
+ * opaque @hono/node-server import so worker bundles skip the optional peer ([e53e983](https://github.com/astrale-os/sdk/commit/e53e983638b2643875e55ca1587e1fe606479d1c))
1153
+ * pin zod by exact version in create-astrale-domain --link scaffolds ([9a778ca](https://github.com/astrale-os/sdk/commit/9a778ca44073a2f318faf7d1f1092844946046da))
1154
+ * postInstall must be a typed colon-path - template seed becomes a Note static ([35c5d45](https://github.com/astrale-os/sdk/commit/35c5d45836c13109d28af0f541f41550457767f1))
1155
+ * replace ~20 `any` casts with proper types across worker, react, and backend ([786bba2](https://github.com/astrale-os/sdk/commit/786bba22a13e8ddef0e71b047163c2b6dc3145bd))
1156
+ * scaffold cp filter must test template-relative paths (npx installs live in node_modules) ([3fd0a79](https://github.com/astrale-os/sdk/commit/3fd0a7925bb3c77a5aba3cde24aad26013cd7973))
1157
+ * sdk root tsconfig extends its own base for standalone build ([2cd7eab](https://github.com/astrale-os/sdk/commit/2cd7eab861ae4728fce119cf2249548d00d5b8ad))
1158
+ * selfKernel prefers INSTANCE_KERNEL_URL (instance graph) over the host KERNEL_URL ([a767aa8](https://github.com/astrale-os/sdk/commit/a767aa83f9bf0c3357cbed6f7bfc11a4f94cb51a))
1159
+ * sign runtime creds with bare-slug iss; verify with audience tolerance ([16d8a26](https://github.com/astrale-os/sdk/commit/16d8a26025435059a03ce736efeb1225c976dd9a))
1160
+ * template dep floors to known-good versions + pnpm build-gate declarations ([bc681da](https://github.com/astrale-os/sdk/commit/bc681daabc717316b1e22f9b0bcaa0b7c727981f))
1161
+ * WFP tenant self-subrequest 404 + scaffolds shipping a stale lockfile ([fda3a28](https://github.com/astrale-os/sdk/commit/fda3a285ddc775474ec53c1ea2a902b4c364b361))
1162
+ * wire + default-on the router service binding ([4d05110](https://github.com/astrale-os/sdk/commit/4d05110e4796a2dad9e7fca1fab53206dca39823))
1163
+ * **worker:** dispatch same-origin self-subrequests in-process when no SELF binding ([6017c75](https://github.com/astrale-os/sdk/commit/6017c759c6ba70efdda9f8b699f1f6cb25b080fb))
1164
+ * **worker:** repair managed deploy hotfix ([65bdbb9](https://github.com/astrale-os/sdk/commit/65bdbb90c9036e5591e10be61079ed4f4baec52c))
1165
+
1166
+
1167
+ ### Performance Improvements
1168
+
1169
+ * cache JWKS resolvers, evict-and-retry on stale issuer keys ([bc31c93](https://github.com/astrale-os/sdk/commit/bc31c9317c421361182d1851e74ea25f5f23373a))
1170
+
1171
+
1172
+ ### Documentation
1173
+
1174
+ * **backend:** reference kernel Domain.install in adapter-astrale comment ([1fcdca2](https://github.com/astrale-os/sdk/commit/1fcdca28b660985ddd31a056e026f636e9e294f6))
1175
+ * clarify development setup and workspace dependency ([6af5a67](https://github.com/astrale-os/sdk/commit/6af5a673dce763fa65e22234a76f74387fd1dc69))
1176
+ * document instance kernel url for the cloudflare adapter ([4a25ddd](https://github.com/astrale-os/sdk/commit/4a25dddef405540935e180dd8c547c26ec04c323))
1177
+ * note raw build-spec-cli lacks cross-domain env injection (use astrale domain build) ([d9864ae](https://github.com/astrale-os/sdk/commit/d9864ae0aca9f4bc3857bee94a3a4184a2b7086c))
1178
+ * rename instance install -> domain install; point hints at --direct ([ce0c567](https://github.com/astrale-os/sdk/commit/ce0c567851077cce56d5fd8569cd9f110fc5216e))
1179
+ * self binding present on managed runtime; logs rows in skills ([265841e](https://github.com/astrale-os/sdk/commit/265841e7eb921bdcf75b7294f8f7604fbd92adf5))
1180
+ * selfKernel in skill webhook section ([4be446b](https://github.com/astrale-os/sdk/commit/4be446bc8620eaa2cc57ea1e2ab448b991d520c1))
1181
+ * skill — correct schema registration (edges under classes) and defineSchema import ([7b5de46](https://github.com/astrale-os/sdk/commit/7b5de46cdd17ac3d5f704e1925354919517e8352))
1182
+ * skill — dev --port ([9f1f90a](https://github.com/astrale-os/sdk/commit/9f1f90a9d6481732edef31bf7b6335ef76baa711))
1183
+ * skill — local-dev vs remote-instance install reality ([61eacaf](https://github.com/astrale-os/sdk/commit/61eacaf2517c63eb6fb04bfb9f83f9389076a7db))
1184
+ * skill — view discovery, mount semantics, managed-install debugging and recovery ([88f2e7f](https://github.com/astrale-os/sdk/commit/88f2e7f15a0018a9ef6b1c896a72f80f9adf5127))
1185
+ * skill — views ship on both adapters ([63b8825](https://github.com/astrale-os/sdk/commit/63b88253f6001d63f910d92ae113f88a31466f41))
1186
+ * skill + scope — managed secrets shipped ([55fe37e](https://github.com/astrale-os/sdk/commit/55fe37e01852b5717f7cbeb210f66b6957a9d023))
1187
+ * skill carries the grantperm snippet for the public-view pattern ([3c5d346](https://github.com/astrale-os/sdk/commit/3c5d346765a42946620d34acb352e6b141d57181))
1188
+ * skill recipe — public server-rendered view reading the graph ([32b00ea](https://github.com/astrale-os/sdk/commit/32b00ea0b115c8178c248c4dc5f61d05b45e9d2a))
1189
+
1190
+ ## [0.2.1](https://github.com/astrale-os/sdk/compare/sdk-v0.2.0...sdk-v0.2.1) (2026-06-24)
1191
+
1192
+
1193
+ ### Features
1194
+
1195
+ * add comments.json template and update CLI references in publish functions ([b689797](https://github.com/astrale-os/sdk/commit/b689797b7139b380943390fddae95e9a2c040ce4))
1196
+ * add manifest support for domain definition and metadata ([247afa2](https://github.com/astrale-os/sdk/commit/247afa2f1bf502a94221b2209af61ff36348829e))
1197
+ * **scaffold:** make the default domain template a wired blank skeleton ([74e72d5](https://github.com/astrale-os/sdk/commit/74e72d52852c907bb4b5c04fe00a71e1bce9351d))
1198
+
1199
+
1200
+ ### Bug Fixes
1201
+
1202
+ * drop stray version field from /meta manifest schema ([69889fa](https://github.com/astrale-os/sdk/commit/69889fa7d62d3b7d063f6973a4fd6359f56524a4))
1203
+ * sdk root tsconfig extends its own base for standalone build ([2cd7eab](https://github.com/astrale-os/sdk/commit/2cd7eab861ae4728fce119cf2249548d00d5b8ad))