@astrale-domains/issues 0.3.2 → 0.3.3

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 (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
  3. package/CHANGELOG.md +0 -181
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Issues Domain
2
2
 
3
3
  `issues.astrale.ai` owns collaborative Projects, numbered Issues, Comments, and Project-local Tags.
4
- It is a current Astrale Application with Schema Policies, receiver Methods, atomic Mutations, and an
4
+ It is an Astrale Application with Schema Policies, receiver Methods, atomic Mutations, and an
5
5
  inbox-first Shell View.
6
6
 
7
7
  The graph Schema depends only on Kernel: collaboration edges target any `Identity` subtype.
@@ -31,7 +31,7 @@ The public callable surface keeps observation Project-owned and mutations receiv
31
31
  Project.create
32
32
  Project.list
33
33
  Project.update | addMember | removeMember | createIssue | createTag | archive
34
- Issue.update | assign | setTags | setParent | addComment | archive
34
+ Issue.update | transition | assign | setTags | setParent | addComment | archive
35
35
  Comment.edit | delete
36
36
  Tag.edit | delete
37
37
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrale-domains/issues",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/astrale-os/domains.git",
@@ -28,14 +28,14 @@
28
28
  "registry": "https://registry.npmjs.org/"
29
29
  },
30
30
  "dependencies": {
31
- "@astrale-os/sdk": "0.5.0-beta.128",
31
+ "@astrale-os/sdk": "0.5.0-beta.131",
32
32
  "zod": "4.4.3"
33
33
  },
34
34
  "devDependencies": {
35
- "@astrale-os/adapter-cloudflare": "0.5.0-beta.131",
35
+ "@astrale-os/adapter-cloudflare": "0.5.0-beta.134",
36
36
  "@astrale-os/ox": ">=0.1.4 <1.0.0",
37
- "@astrale-os/shell": "0.5.0-beta.16",
38
- "@astrale-os/shell-react": "0.4.0-beta.15",
37
+ "@astrale-os/shell": "0.5.0-beta.18",
38
+ "@astrale-os/shell-react": "0.4.0-beta.17",
39
39
  "@astrale-os/ui": "0.3.0-beta.25",
40
40
  "@tailwindcss/vite": "^4.3.3",
41
41
  "@tanstack/react-router": "1.170.18",
package/CHANGELOG.md DELETED
@@ -1,181 +0,0 @@
1
- # Changelog
2
-
3
- ## [0.3.2](https://github.com/astrale-os/domains/compare/issues-v0.3.1...issues-v0.3.2) (2026-09-08)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * consume the published compact schema SDK ([#202](https://github.com/astrale-os/domains/issues/202)) ([ec127c1](https://github.com/astrale-os/domains/commit/ec127c16077c9193e8dc305d67bacbcdbb771865))
9
- * **issues:** expose archived resource conflicts as business errors ([#201](https://github.com/astrale-os/domains/issues/201)) ([0630c71](https://github.com/astrale-os/domains/commit/0630c71aa5d6cbe5778a1bb8612181377ddf4a4f))
10
- * **issues:** guard transitions against project archival ([#199](https://github.com/astrale-os/domains/issues/199)) ([d92d476](https://github.com/astrale-os/domains/commit/d92d4765aa257c9b1d8d2ee63869081337753ee3))
11
-
12
- ## [0.3.1](https://github.com/astrale-os/domains/compare/issues-v0.3.0...issues-v0.3.1) (2026-09-07)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * **issues:** report invalid project input as validation errors ([#192](https://github.com/astrale-os/domains/issues/192)) ([d544723](https://github.com/astrale-os/domains/commit/d54472314dc40822325f025fc4754c6f96bbabb5))
18
- * **schema:** infer domain schemas with the released SDK ([#189](https://github.com/astrale-os/domains/issues/189)) ([c6198a1](https://github.com/astrale-os/domains/commit/c6198a188ed97ea747419e5a3367faf5839c3ba4))
19
-
20
- ## [0.3.0](https://github.com/astrale-os/domains/compare/issues-v0.2.3...issues-v0.3.0) (2026-09-07)
21
-
22
-
23
- ### ⚠ BREAKING CHANGES
24
-
25
- * **services:** implement management methods on exact worker classes ([#176](https://github.com/astrale-os/domains/issues/176))
26
-
27
- ### Features
28
-
29
- * **domains:** adopt deploy-only project environments ([#183](https://github.com/astrale-os/domains/issues/183)) ([cedee91](https://github.com/astrale-os/domains/commit/cedee910d89e3e23420aad8291f54715fc6c87f5))
30
- * **services:** implement management methods on exact worker classes ([#176](https://github.com/astrale-os/domains/issues/176)) ([f08ecd5](https://github.com/astrale-os/domains/commit/f08ecd5ffed9305e3ebae194202a1d252a84d1af))
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * **domains:** align bootstrap domains with Register kernel ([#185](https://github.com/astrale-os/domains/issues/185)) ([ead0ed0](https://github.com/astrale-os/domains/commit/ead0ed0fc7483d862e825934dd5e7ec01fbeaced))
36
- * **issues:** derive Browse assignment from readable Issue state ([#171](https://github.com/astrale-os/domains/issues/171)) ([31ec886](https://github.com/astrale-os/domains/commit/31ec88671a4ddb2d47e38293c917dfa1a10f75d2))
37
- * **issues:** use visible identity indexes in view ([#169](https://github.com/astrale-os/domains/issues/169)) ([58f2ad0](https://github.com/astrale-os/domains/commit/58f2ad02803113bfdd06dbddfa893f827f54ad86))
38
- * **schema:** migrate downstream Class Policy contracts ([#174](https://github.com/astrale-os/domains/issues/174)) ([15abf49](https://github.com/astrale-os/domains/commit/15abf49f3c8ecc1e23313f9fdde8d7c85085d3a3))
39
-
40
- ## [0.2.3](https://github.com/astrale-os/domains/compare/issues-v0.2.2...issues-v0.2.3) (2026-09-04)
41
-
42
-
43
- ### Bug Fixes
44
-
45
- * **deps:** align SDK and Kernel release cohort ([#167](https://github.com/astrale-os/domains/issues/167)) ([68a40b6](https://github.com/astrale-os/domains/commit/68a40b6a82435212ed499bc1c102894f09bf917c))
46
- * **issues:** retain the effective caller identity ([#164](https://github.com/astrale-os/domains/issues/164)) ([5096a9f](https://github.com/astrale-os/domains/commit/5096a9f13408db81754b81fa4feab86e14a90538))
47
-
48
- ## [0.2.2](https://github.com/astrale-os/domains/compare/issues-v0.2.1...issues-v0.2.2) (2026-09-03)
49
-
50
-
51
- ### Features
52
-
53
- * **schema:** declare required node class icons ([#160](https://github.com/astrale-os/domains/issues/160)) ([5424171](https://github.com/astrale-os/domains/commit/5424171a7a6131bb8cf4c983b1866fc6bbefb73e))
54
-
55
- ## [0.2.1](https://github.com/astrale-os/domains/compare/issues-v0.2.0...issues-v0.2.1) (2026-09-01)
56
-
57
-
58
- ### Bug Fixes
59
-
60
- * **issues:** use domain authority in receiver workflows ([#150](https://github.com/astrale-os/domains/issues/150)) ([5351723](https://github.com/astrale-os/domains/commit/53517238b57e9e4b3140c5e1c5a564362efa37e6))
61
-
62
- ## [0.2.0](https://github.com/astrale-os/domains/compare/issues-v0.1.8...issues-v0.2.0) (2026-09-01)
63
-
64
-
65
- ### ⚠ BREAKING CHANGES
66
-
67
- * adopt unified Domain functions layer ([#144](https://github.com/astrale-os/domains/issues/144))
68
-
69
- ### Features
70
-
71
- * adopt unified Domain functions layer ([#144](https://github.com/astrale-os/domains/issues/144)) ([47879e1](https://github.com/astrale-os/domains/commit/47879e1401fc63dbe4dcfc2c6dcc23262b6baf7c))
72
-
73
- ## [0.1.8](https://github.com/astrale-os/domains/compare/issues-v0.1.7...issues-v0.1.8) (2026-08-30)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * **domains:** adopt function requirements ([#141](https://github.com/astrale-os/domains/issues/141)) ([29710c9](https://github.com/astrale-os/domains/commit/29710c9ee057e4c6a50901b3c54e42c3694d143e))
79
-
80
- ## [0.1.7](https://github.com/astrale-os/domains/compare/issues-v0.1.6...issues-v0.1.7) (2026-08-30)
81
-
82
-
83
- ### Features
84
-
85
- * **state:** colocate lifecycle authorities with schema modules ([#131](https://github.com/astrale-os/domains/issues/131)) ([14cf6f5](https://github.com/astrale-os/domains/commit/14cf6f539ef947e4d8306e4e962e690765ff0011))
86
-
87
- ## [0.1.6](https://github.com/astrale-os/domains/compare/issues-v0.1.5...issues-v0.1.6) (2026-08-29)
88
-
89
-
90
- ### Features
91
-
92
- * **state:** adopt portable topology surface ([#123](https://github.com/astrale-os/domains/issues/123)) ([2c41605](https://github.com/astrale-os/domains/commit/2c4160574e04bc5449139c32ab4720e4ef00818c))
93
-
94
- ## [0.1.5](https://github.com/astrale-os/domains/compare/issues-v0.1.4...issues-v0.1.5) (2026-08-29)
95
-
96
-
97
- ### Features
98
-
99
- * **issues:** declare popup iframe requirements ([#120](https://github.com/astrale-os/domains/issues/120)) ([48ed75b](https://github.com/astrale-os/domains/commit/48ed75b2f45f760d98d0f075df64fd9c67f6a87e))
100
-
101
-
102
- ### Bug Fixes
103
-
104
- * **issues:** deploy state transition runtime ([#121](https://github.com/astrale-os/domains/issues/121)) ([2794a62](https://github.com/astrale-os/domains/commit/2794a623ce4692921c3d80f8682a383b63ee1853))
105
-
106
- ## [0.1.4](https://github.com/astrale-os/domains/compare/issues-v0.1.3...issues-v0.1.4) (2026-08-29)
107
-
108
-
109
- ### Features
110
-
111
- * **domains:** remove Property visibility annotations from V1 schemas ([#118](https://github.com/astrale-os/domains/issues/118)) ([215e5e0](https://github.com/astrale-os/domains/commit/215e5e0ca3b849cb56fcccc685d4e3fc51cc41f5))
112
- * **issues:** restore native reporting continuity ([#119](https://github.com/astrale-os/domains/issues/119)) ([4c0738d](https://github.com/astrale-os/domains/commit/4c0738d05fb5b1281b1d480376960fd494b98840))
113
- * **states:** adopt intrinsic property transitions ([#108](https://github.com/astrale-os/domains/issues/108)) ([0d137c2](https://github.com/astrale-os/domains/commit/0d137c2832e8f9b732b337086ccb17ad0c49bb4e))
114
-
115
- ## [0.1.3](https://github.com/astrale-os/domains/compare/issues-v0.1.2...issues-v0.1.3) (2026-08-27)
116
-
117
-
118
- ### Features
119
-
120
- * **issues:** replace Tracker with collaborative Projects ([#93](https://github.com/astrale-os/domains/issues/93)) ([68fbabe](https://github.com/astrale-os/domains/commit/68fbabe10ce1ffe45f854166c6db1a7028a10759))
121
- * make Domain lifecycles authoritative ([#101](https://github.com/astrale-os/domains/issues/101)) ([4ed45f6](https://github.com/astrale-os/domains/commit/4ed45f6c3f5708db52455904c28a2c13c983e33f))
122
-
123
- ## [0.1.2](https://github.com/astrale-os/domains/compare/issues-v0.1.1...issues-v0.1.2) (2026-08-26)
124
-
125
-
126
- ### Features
127
-
128
- * **domains:** complete AI Gateway and Integrations parity qualification ([#87](https://github.com/astrale-os/domains/issues/87)) ([5be7461](https://github.com/astrale-os/domains/commit/5be74610469c4a20b108d73c38d0d2b6a298eef6))
129
- * **domains:** restore AI Gateway and Integrations parity ([#80](https://github.com/astrale-os/domains/issues/80)) ([51ca802](https://github.com/astrale-os/domains/commit/51ca8027109bdc3fd3a05e861e6ed58bea8fe755))
130
-
131
-
132
- ### Bug Fixes
133
-
134
- * align domains with current SDK cohort ([#85](https://github.com/astrale-os/domains/issues/85)) ([f2153e2](https://github.com/astrale-os/domains/commit/f2153e271e1389692ee9f98a14207c5e4340a743))
135
- * **deps:** qualify GRC and domain dependencies ([#84](https://github.com/astrale-os/domains/issues/84)) ([e8a4c6b](https://github.com/astrale-os/domains/commit/e8a4c6b80e8e8f02a385e0001aa0f220acef5ce6))
136
-
137
- ## [0.1.1](https://github.com/astrale-os/domains/compare/issues-v0.1.0...issues-v0.1.1) (2026-08-25)
138
-
139
-
140
- ### Features
141
-
142
- * **events:** add Events V0 and async issue notifications ([9538769](https://github.com/astrale-os/domains/commit/9538769b0e3ff4063583b3798b1e2301098a5e0c))
143
- * **issues:** add complete issues domain ([9b9928c](https://github.com/astrale-os/domains/commit/9b9928cea40d91db91083935ee074086d8d365bd))
144
- * **issues:** polish scoped views and navigation ([8c67e56](https://github.com/astrale-os/domains/commit/8c67e56ef273054b9ea82e852bbe1d5f32f05ca5))
145
- * **issues:** publish creation events asynchronously ([711a2ec](https://github.com/astrale-os/domains/commit/711a2eceb7b12d2a24db7051bb6a4a9ea5bc8601))
146
- * **issues:** publish schema package ([cf931cb](https://github.com/astrale-os/domains/commit/cf931cb50efe2e9888b8721dc7d7876aaf39d05e))
147
- * **issues:** support priority updates ([2ade78d](https://github.com/astrale-os/domains/commit/2ade78dd46f91c8dd6d170edc2fc5c03aa9ccbb3))
148
- * overhaul domain apps and runtime flows ([cb92e06](https://github.com/astrale-os/domains/commit/cb92e0601d329a601c4eb072d4c80b0eff6816e7))
149
- * overhaul services and domain applications ([b8bc24d](https://github.com/astrale-os/domains/commit/b8bc24dbce4c4541ccf1f453b5f3cd335ff1aca4))
150
- * publish Schema-only Domain contracts ([ec0a16a](https://github.com/astrale-os/domains/commit/ec0a16a46a08a3a2118ca1490a4f7e71239d62eb))
151
- * publish Schema-only Domain contracts ([70aab15](https://github.com/astrale-os/domains/commit/70aab152f4eea0c69fed1a35cd4611d8d2f99ff9))
152
- * replace issues and events with kernel v2 ([c0152fa](https://github.com/astrale-os/domains/commit/c0152fa326a598cfe76bbda75f5e7cc5d42fd011))
153
- * **skills:** add domain skill packages ([#28](https://github.com/astrale-os/domains/issues/28)) ([6c0b949](https://github.com/astrale-os/domains/commit/6c0b949f1e5821d9f53745fb02eca3453ffb7f80))
154
-
155
-
156
- ### Bug Fixes
157
-
158
- * **ci:** keep standalone packaging permissive ([9151cf9](https://github.com/astrale-os/domains/commit/9151cf99311dd070068734c373a1b7ec7e1027a0))
159
- * **ci:** make domain workspace standalone ([ff42931](https://github.com/astrale-os/domains/commit/ff429317dfd8dd4b0af2ffe8160867c9ba410099))
160
- * **ci:** simplify Domain publication ([097befc](https://github.com/astrale-os/domains/commit/097befc1217352ce4e3ce91c01d797aba8fd78a2))
161
- * **ci:** simplify Domain publication ([1b99dd9](https://github.com/astrale-os/domains/commit/1b99dd9781337e13e63c5b1838d96d4fd0dfa3bc))
162
- * fetch kernel packages from codeload ([c7239d3](https://github.com/astrale-os/domains/commit/c7239d3678c97c902688e42476c93f568ed523bf))
163
- * **frontend:** complete retained Domain identity ([cd667d1](https://github.com/astrale-os/domains/commit/cd667d111da05b76c599ce60ba7d741994a40abb))
164
- * **frontend:** complete retained Domain identity ([efb9878](https://github.com/astrale-os/domains/commit/efb9878947877205f3469836d226875a7c50d055))
165
- * **frontend:** restore project source discovery ([#72](https://github.com/astrale-os/domains/issues/72)) ([7795508](https://github.com/astrale-os/domains/commit/77955086688833289b474c64314a6adae598be9f))
166
- * **issues:** grant create mutation authority ([60ebffc](https://github.com/astrale-os/domains/commit/60ebffc28bda5fd3b54333d347b7375edab538f9))
167
- * **issues:** hide migration provenance in views ([246c9a2](https://github.com/astrale-os/domains/commit/246c9a2a074cfec115177f52ce8096c7eb688f08))
168
- * **issues:** pin a coherent kernel cohort ([2bb8f80](https://github.com/astrale-os/domains/commit/2bb8f80e872d301d0dd7c0b32ddbc0e01151a7c5))
169
- * **issues:** pin mature frontend dependencies ([e8f67f3](https://github.com/astrale-os/domains/commit/e8f67f3ac81ad1178675bc00b0cb787dba62d183))
170
- * **issues:** preserve complete native issue projections ([6c327e3](https://github.com/astrale-os/domains/commit/6c327e33d0c203af70f006050509856b9d67540b))
171
- * **issues:** preserve complete paginated exports ([35d03d2](https://github.com/astrale-os/domains/commit/35d03d216ef13a07cfada894f2d93fe3ba390d89))
172
- * **issues:** remove redundant list method ([1ca9a31](https://github.com/astrale-os/domains/commit/1ca9a31fbaead49b3b0a715a862e3751e79bbc25))
173
- * **issues:** restore Issue.create function authority ([20f6169](https://github.com/astrale-os/domains/commit/20f6169f17b5e0922cb3108624e69a81e2765bf1))
174
- * **issues:** use mature lucide release ([c0010f5](https://github.com/astrale-os/domains/commit/c0010f52de8c2eefbb4c6c900760c51ac18b602d))
175
- * migrate durable domains to public invocation errors [skip ci] ([b951546](https://github.com/astrale-os/domains/commit/b95154607eabcb19b152bf6192b202c884337391))
176
- * pin published kernel runtime beta ([d3f508e](https://github.com/astrale-os/domains/commit/d3f508e56c85b3595a56fe880f07bb34a895a906))
177
- * require hosted-functions SDK release ([e4d3122](https://github.com/astrale-os/domains/commit/e4d312268798a1ab803b815ebaff234aae24500a))
178
- * use HTTPS for kernel dependencies ([182c604](https://github.com/astrale-os/domains/commit/182c6045580f407d0cd42077e9d4a8286770cf3a))
179
- * use published kernel package cohort ([6671da9](https://github.com/astrale-os/domains/commit/6671da9fc3f27f05b165da59a184ca5291e86d07))
180
- * **views:** adopt proof-bounded Shell cohort ([#74](https://github.com/astrale-os/domains/issues/74)) ([09fb9f3](https://github.com/astrale-os/domains/commit/09fb9f39e5350cf930ff083090b6a6f21369dc49))
181
- * **views:** retain graph query provenance ([#75](https://github.com/astrale-os/domains/issues/75)) ([c880a42](https://github.com/astrale-os/domains/commit/c880a42f78f15e24ebfe54ae4eb76388d8872a80))