clawrp 0.3.2 → 0.3.4

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 (52) hide show
  1. package/dist/index.js +60 -22
  2. package/dist/index.js.map +3 -3
  3. package/dist/migrations/0000_mature_masked_marvel.sql +208 -0
  4. package/dist/migrations/0001_fast_northstar.sql +87 -0
  5. package/dist/migrations/0002_big_zaladane.sql +1 -0
  6. package/dist/migrations/0003_shallow_quentin_quire.sql +5 -0
  7. package/dist/migrations/0004_issue_identifiers.sql +28 -0
  8. package/dist/migrations/0005_chief_luke_cage.sql +19 -0
  9. package/dist/migrations/0006_overjoyed_mister_sinister.sql +36 -0
  10. package/dist/migrations/0007_new_quentin_quire.sql +20 -0
  11. package/dist/migrations/0008_amused_zzzax.sql +1 -0
  12. package/dist/migrations/0009_fast_jackal.sql +36 -0
  13. package/dist/migrations/0010_stale_justin_hammer.sql +37 -0
  14. package/dist/migrations/0011_windy_corsair.sql +18 -0
  15. package/dist/migrations/0012_perpetual_ser_duncan.sql +2 -0
  16. package/dist/migrations/0013_dashing_wasp.sql +4 -0
  17. package/dist/migrations/0014_many_mikhail_rasputin.sql +135 -0
  18. package/dist/migrations/0015_project_color_archived.sql +2 -0
  19. package/dist/migrations/0016_agent_icon.sql +1 -0
  20. package/dist/migrations/0017_tiresome_gabe_jones.sql +51 -0
  21. package/dist/migrations/0018_flat_sleepwalker.sql +26 -0
  22. package/dist/migrations/0019_public_victor_mancha.sql +18 -0
  23. package/dist/migrations/0020_white_anita_blake.sql +1 -0
  24. package/dist/migrations/0021_chief_vindicator.sql +1 -0
  25. package/dist/migrations/0022_company_brand_color.sql +1 -0
  26. package/dist/migrations/0023_fair_lethal_legion.sql +3 -0
  27. package/dist/migrations/0024_far_beast.sql +2 -0
  28. package/dist/migrations/0025_nasty_salo.sql +15 -0
  29. package/dist/migrations/meta/0000_snapshot.json +1743 -0
  30. package/dist/migrations/meta/0001_snapshot.json +2441 -0
  31. package/dist/migrations/meta/0002_snapshot.json +2454 -0
  32. package/dist/migrations/meta/0003_snapshot.json +2502 -0
  33. package/dist/migrations/meta/0005_snapshot.json +2719 -0
  34. package/dist/migrations/meta/0006_snapshot.json +3048 -0
  35. package/dist/migrations/meta/0007_snapshot.json +3258 -0
  36. package/dist/migrations/meta/0008_snapshot.json +3264 -0
  37. package/dist/migrations/meta/0009_snapshot.json +3587 -0
  38. package/dist/migrations/meta/0010_snapshot.json +3929 -0
  39. package/dist/migrations/meta/0011_snapshot.json +4068 -0
  40. package/dist/migrations/meta/0012_snapshot.json +4087 -0
  41. package/dist/migrations/meta/0013_snapshot.json +4118 -0
  42. package/dist/migrations/meta/0014_snapshot.json +5187 -0
  43. package/dist/migrations/meta/0017_snapshot.json +5215 -0
  44. package/dist/migrations/meta/0018_snapshot.json +5450 -0
  45. package/dist/migrations/meta/0019_snapshot.json +5603 -0
  46. package/dist/migrations/meta/0020_snapshot.json +5603 -0
  47. package/dist/migrations/meta/0021_snapshot.json +5609 -0
  48. package/dist/migrations/meta/0023_snapshot.json +5633 -0
  49. package/dist/migrations/meta/0024_snapshot.json +5693 -0
  50. package/dist/migrations/meta/0025_snapshot.json +5849 -0
  51. package/dist/migrations/meta/_journal.json +188 -0
  52. package/package.json +1 -1
@@ -0,0 +1,188 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "postgresql",
4
+ "entries": [
5
+ {
6
+ "idx": 0,
7
+ "version": "7",
8
+ "when": 1771300567463,
9
+ "tag": "0000_mature_masked_marvel",
10
+ "breakpoints": true
11
+ },
12
+ {
13
+ "idx": 1,
14
+ "version": "7",
15
+ "when": 1771349039633,
16
+ "tag": "0001_fast_northstar",
17
+ "breakpoints": true
18
+ },
19
+ {
20
+ "idx": 2,
21
+ "version": "7",
22
+ "when": 1771349403162,
23
+ "tag": "0002_big_zaladane",
24
+ "breakpoints": true
25
+ },
26
+ {
27
+ "idx": 3,
28
+ "version": "7",
29
+ "when": 1771456737635,
30
+ "tag": "0003_shallow_quentin_quire",
31
+ "breakpoints": true
32
+ },
33
+ {
34
+ "idx": 4,
35
+ "version": "7",
36
+ "when": 1771545600000,
37
+ "tag": "0004_issue_identifiers",
38
+ "breakpoints": true
39
+ },
40
+ {
41
+ "idx": 5,
42
+ "version": "7",
43
+ "when": 1771545601000,
44
+ "tag": "0005_chief_luke_cage",
45
+ "breakpoints": true
46
+ },
47
+ {
48
+ "idx": 6,
49
+ "version": "7",
50
+ "when": 1771545602000,
51
+ "tag": "0006_overjoyed_mister_sinister",
52
+ "breakpoints": true
53
+ },
54
+ {
55
+ "idx": 7,
56
+ "version": "7",
57
+ "when": 1771545603000,
58
+ "tag": "0007_new_quentin_quire",
59
+ "breakpoints": true
60
+ },
61
+ {
62
+ "idx": 8,
63
+ "version": "7",
64
+ "when": 1771534160426,
65
+ "tag": "0008_amused_zzzax",
66
+ "breakpoints": true
67
+ },
68
+ {
69
+ "idx": 9,
70
+ "version": "7",
71
+ "when": 1771534211029,
72
+ "tag": "0009_fast_jackal",
73
+ "breakpoints": true
74
+ },
75
+ {
76
+ "idx": 10,
77
+ "version": "7",
78
+ "when": 1771605173513,
79
+ "tag": "0010_stale_justin_hammer",
80
+ "breakpoints": true
81
+ },
82
+ {
83
+ "idx": 11,
84
+ "version": "7",
85
+ "when": 1771616419708,
86
+ "tag": "0011_windy_corsair",
87
+ "breakpoints": true
88
+ },
89
+ {
90
+ "idx": 12,
91
+ "version": "7",
92
+ "when": 1771619674673,
93
+ "tag": "0012_perpetual_ser_duncan",
94
+ "breakpoints": true
95
+ },
96
+ {
97
+ "idx": 13,
98
+ "version": "7",
99
+ "when": 1771623691139,
100
+ "tag": "0013_dashing_wasp",
101
+ "breakpoints": true
102
+ },
103
+ {
104
+ "idx": 14,
105
+ "version": "7",
106
+ "when": 1771691806349,
107
+ "tag": "0014_many_mikhail_rasputin",
108
+ "breakpoints": true
109
+ },
110
+ {
111
+ "idx": 15,
112
+ "version": "7",
113
+ "when": 1771865100000,
114
+ "tag": "0015_project_color_archived",
115
+ "breakpoints": true
116
+ },
117
+ {
118
+ "idx": 16,
119
+ "version": "7",
120
+ "when": 1771955900000,
121
+ "tag": "0016_agent_icon",
122
+ "breakpoints": true
123
+ },
124
+ {
125
+ "idx": 17,
126
+ "version": "7",
127
+ "when": 1771883888199,
128
+ "tag": "0017_tiresome_gabe_jones",
129
+ "breakpoints": true
130
+ },
131
+ {
132
+ "idx": 18,
133
+ "version": "7",
134
+ "when": 1771897769629,
135
+ "tag": "0018_flat_sleepwalker",
136
+ "breakpoints": true
137
+ },
138
+ {
139
+ "idx": 19,
140
+ "version": "7",
141
+ "when": 1772029333401,
142
+ "tag": "0019_public_victor_mancha",
143
+ "breakpoints": true
144
+ },
145
+ {
146
+ "idx": 20,
147
+ "version": "7",
148
+ "when": 1772032176413,
149
+ "tag": "0020_white_anita_blake",
150
+ "breakpoints": true
151
+ },
152
+ {
153
+ "idx": 21,
154
+ "version": "7",
155
+ "when": 1772122471656,
156
+ "tag": "0021_chief_vindicator",
157
+ "breakpoints": true
158
+ },
159
+ {
160
+ "idx": 22,
161
+ "version": "7",
162
+ "when": 1772186400000,
163
+ "tag": "0022_company_brand_color",
164
+ "breakpoints": true
165
+ },
166
+ {
167
+ "idx": 23,
168
+ "version": "7",
169
+ "when": 1772139727599,
170
+ "tag": "0023_fair_lethal_legion",
171
+ "breakpoints": true
172
+ },
173
+ {
174
+ "idx": 24,
175
+ "version": "7",
176
+ "when": 1772806603601,
177
+ "tag": "0024_far_beast",
178
+ "breakpoints": true
179
+ },
180
+ {
181
+ "idx": 25,
182
+ "version": "7",
183
+ "when": 1772807461603,
184
+ "tag": "0025_nasty_salo",
185
+ "breakpoints": true
186
+ }
187
+ ]
188
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawrp",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Clawrp CLI — self-hosted autonomous AI agent platform",
5
5
  "type": "module",
6
6
  "bin": {