@yigemo/choosefire 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -0
- package/contracts/choosefire-family-wealth/v2/capability-matrix.v1.json +464 -0
- package/contracts/choosefire-family-wealth/v2/golden/performance.v1.json +79 -0
- package/contracts/choosefire-family-wealth/v2/golden/r2-contract.v1.json +1070 -0
- package/contracts/choosefire-family-wealth/v2/golden/scenarios.v1.json +241 -0
- package/contracts/choosefire-family-wealth/v2/golden/transport.v1.json +207 -0
- package/contracts/choosefire-family-wealth/v2/manifest.json +58 -0
- package/contracts/choosefire-family-wealth/v2/openapi.generated.json +2605 -0
- package/contracts/choosefire-family-wealth/v2/runtime-schemas/family-wealth.v2.schema.json +2127 -0
- package/contracts/choosefire-family-wealth/v2/taxonomies/account-types.v1.json +41 -0
- package/contracts/choosefire-family-wealth/v2/taxonomies/asset-classes.v1.json +45 -0
- package/contracts/choosefire-family-wealth/v2/taxonomies/transaction-types.v1.json +57 -0
- package/contracts/choosefire-financial-workspace/v1/field-registry.generated.json +137 -0
- package/contracts/choosefire-financial-workspace/v1/field-registry.manifest.json +11 -0
- package/contracts/choosefire-financial-workspace/v1/golden/commands.invalid.json +583 -0
- package/contracts/choosefire-financial-workspace/v1/golden/commands.valid.json +201 -0
- package/contracts/choosefire-financial-workspace/v1/golden/cursors.invalid.json +82 -0
- package/contracts/choosefire-financial-workspace/v1/golden/errors.invalid.json +191 -0
- package/contracts/choosefire-financial-workspace/v1/golden/errors.valid.json +298 -0
- package/contracts/choosefire-financial-workspace/v1/golden/fingerprints.json +105 -0
- package/contracts/choosefire-financial-workspace/v1/golden/projections.invalid.json +3543 -0
- package/contracts/choosefire-financial-workspace/v1/golden/projections.valid.json +2953 -0
- package/contracts/choosefire-financial-workspace/v1/manifest.json +69 -0
- package/contracts/choosefire-financial-workspace/v1/openapi.generated.json +1987 -0
- package/contracts/choosefire-financial-workspace/v1/runtime-schemas/financial-workspace.v1.schema.json +1496 -0
- package/dist/args.d.ts +5 -0
- package/dist/args.js +60 -0
- package/dist/args.js.map +1 -0
- package/dist/auth.d.ts +55 -0
- package/dist/auth.js +480 -0
- package/dist/auth.js.map +1 -0
- package/dist/commands.d.ts +4 -0
- package/dist/commands.js +637 -0
- package/dist/commands.js.map +1 -0
- package/dist/config.d.ts +10 -0
- package/dist/config.js +74 -0
- package/dist/config.js.map +1 -0
- package/dist/family-wealth-v2-contracts.d.ts +276 -0
- package/dist/family-wealth-v2-contracts.js +77 -0
- package/dist/family-wealth-v2-contracts.js.map +1 -0
- package/dist/family-wealth-v2-http.d.ts +65 -0
- package/dist/family-wealth-v2-http.js +340 -0
- package/dist/family-wealth-v2-http.js.map +1 -0
- package/dist/financial-workspace-contracts.d.ts +191 -0
- package/dist/financial-workspace-contracts.js +282 -0
- package/dist/financial-workspace-contracts.js.map +1 -0
- package/dist/http.d.ts +76 -0
- package/dist/http.js +446 -0
- package/dist/http.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +50 -0
- package/dist/index.js.map +1 -0
- package/dist/output.d.ts +18 -0
- package/dist/output.js +111 -0
- package/dist/output.js.map +1 -0
- package/dist/token-store.d.ts +27 -0
- package/dist/token-store.js +408 -0
- package/dist/token-store.js.map +1 -0
- package/dist/types.d.ts +65 -0
- package/dist/types.js +5 -0
- package/dist/types.js.map +1 -0
- package/package.json +43 -0
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cases": [
|
|
3
|
+
{
|
|
4
|
+
"expectedAssertions": [
|
|
5
|
+
"performance level is balance_change",
|
|
6
|
+
"balance change is 30000.00 CNY",
|
|
7
|
+
"result carries not_investment_return"
|
|
8
|
+
],
|
|
9
|
+
"fixtureId": "CFW-FIX-001",
|
|
10
|
+
"milestone": "R4",
|
|
11
|
+
"name": "simplified property balance change only",
|
|
12
|
+
"profile": {
|
|
13
|
+
"account": {
|
|
14
|
+
"accountType": "property",
|
|
15
|
+
"maintenanceMode": "simplified"
|
|
16
|
+
},
|
|
17
|
+
"baseCurrency": "CNY",
|
|
18
|
+
"externalCashFlows": "unknown",
|
|
19
|
+
"valuations": [
|
|
20
|
+
{
|
|
21
|
+
"amount": "500000.00",
|
|
22
|
+
"asOf": "2026-01-01T00:00:00.000Z"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"amount": "530000.00",
|
|
26
|
+
"asOf": "2026-12-31T00:00:00.000Z"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"storyIds": [
|
|
31
|
+
"CAPTURE-01",
|
|
32
|
+
"PERFORMANCE-01",
|
|
33
|
+
"REVIEW-01"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"expectedAssertions": [
|
|
38
|
+
"performance level is estimated_return",
|
|
39
|
+
"estimated profit is 5000.00 CNY",
|
|
40
|
+
"result carries midpoint_cashflow_assumption"
|
|
41
|
+
],
|
|
42
|
+
"fixtureId": "CFW-FIX-002",
|
|
43
|
+
"milestone": "R4",
|
|
44
|
+
"name": "simplified cash account with midpoint contribution",
|
|
45
|
+
"profile": {
|
|
46
|
+
"baseCurrency": "CNY",
|
|
47
|
+
"beginningValue": "100000.00",
|
|
48
|
+
"cashFlowTiming": "period_midpoint_assumption",
|
|
49
|
+
"endingValue": "115000.00",
|
|
50
|
+
"periodNetContribution": "10000.00"
|
|
51
|
+
},
|
|
52
|
+
"storyIds": [
|
|
53
|
+
"CAPTURE-01",
|
|
54
|
+
"PERFORMANCE-01"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"expectedAssertions": [
|
|
59
|
+
"coverage can become detailed_performance",
|
|
60
|
+
"realized, unrealized, income, fees and residual remain separate",
|
|
61
|
+
"TWR stays unavailable without flow-boundary valuations"
|
|
62
|
+
],
|
|
63
|
+
"fixtureId": "CFW-FIX-003",
|
|
64
|
+
"milestone": "R4",
|
|
65
|
+
"name": "detailed brokerage account",
|
|
66
|
+
"profile": {
|
|
67
|
+
"accountType": "brokerage",
|
|
68
|
+
"requiredRecords": [
|
|
69
|
+
"boundary valuations",
|
|
70
|
+
"trades",
|
|
71
|
+
"dividends",
|
|
72
|
+
"fees"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"storyIds": [
|
|
76
|
+
"CAPTURE-01",
|
|
77
|
+
"PERFORMANCE-01"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"expectedAssertions": [
|
|
82
|
+
"unconverted amount is excluded and disclosed",
|
|
83
|
+
"missing FX cannot be inferred by AI"
|
|
84
|
+
],
|
|
85
|
+
"fixtureId": "CFW-FIX-004",
|
|
86
|
+
"milestone": "R4",
|
|
87
|
+
"name": "multi-currency household with missing FX",
|
|
88
|
+
"profile": {
|
|
89
|
+
"accountCurrencies": [
|
|
90
|
+
"CNY",
|
|
91
|
+
"USD"
|
|
92
|
+
],
|
|
93
|
+
"baseCurrency": "CNY",
|
|
94
|
+
"missingFx": [
|
|
95
|
+
"USD/CNY"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
"storyIds": [
|
|
99
|
+
"OVERVIEW-01",
|
|
100
|
+
"PERFORMANCE-01"
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"expectedAssertions": [
|
|
105
|
+
"asset classes total 10000 basis points",
|
|
106
|
+
"purpose buckets total 10000 basis points independently"
|
|
107
|
+
],
|
|
108
|
+
"fixtureId": "CFW-FIX-005",
|
|
109
|
+
"milestone": "R2",
|
|
110
|
+
"name": "purpose and asset-class cross allocation",
|
|
111
|
+
"profile": {
|
|
112
|
+
"assetClasses": [
|
|
113
|
+
{
|
|
114
|
+
"basisPoints": 10000,
|
|
115
|
+
"code": "fixed_income"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"purposeBuckets": [
|
|
119
|
+
{
|
|
120
|
+
"basisPoints": 6000,
|
|
121
|
+
"code": "safety_buffer"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"basisPoints": 4000,
|
|
125
|
+
"code": "near_term_spending"
|
|
126
|
+
}
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
"storyIds": [
|
|
130
|
+
"OVERVIEW-01",
|
|
131
|
+
"GOAL-01"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"expectedAssertions": [
|
|
136
|
+
"a fourth active scenario is rejected",
|
|
137
|
+
"confirming a proposal creates a plan version only",
|
|
138
|
+
"holdings and transactions remain unchanged"
|
|
139
|
+
],
|
|
140
|
+
"fixtureId": "CFW-FIX-006",
|
|
141
|
+
"milestone": "R6",
|
|
142
|
+
"name": "formal plan and three scenarios",
|
|
143
|
+
"profile": {
|
|
144
|
+
"activeScenarios": 3,
|
|
145
|
+
"formalPlans": 1,
|
|
146
|
+
"productCandidates": 2
|
|
147
|
+
},
|
|
148
|
+
"storyIds": [
|
|
149
|
+
"PLAN-01",
|
|
150
|
+
"RESEARCH-01",
|
|
151
|
+
"PROPOSAL-01"
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"expectedAssertions": [
|
|
156
|
+
"member receives only fixed aggregate plus containsRestrictedData",
|
|
157
|
+
"account count, category split, activity and time series are suppressed",
|
|
158
|
+
"suggestion cannot target a hidden object"
|
|
159
|
+
],
|
|
160
|
+
"fixtureId": "CFW-FIX-007",
|
|
161
|
+
"milestone": "R7",
|
|
162
|
+
"name": "private account included in household aggregate",
|
|
163
|
+
"profile": {
|
|
164
|
+
"privateAggregationConsent": true,
|
|
165
|
+
"role": "viewer_suggester"
|
|
166
|
+
},
|
|
167
|
+
"storyIds": [
|
|
168
|
+
"OVERVIEW-01",
|
|
169
|
+
"SHARE-01"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"expectedAssertions": [
|
|
174
|
+
"raw file path and unselected columns never leave the device",
|
|
175
|
+
"replaying a committed chunk does not duplicate records",
|
|
176
|
+
"report distinguishes committed, failed and unprocessed items"
|
|
177
|
+
],
|
|
178
|
+
"fixtureId": "CFW-FIX-008",
|
|
179
|
+
"milestone": "R3",
|
|
180
|
+
"name": "local import with duplicate conflict and partial chunk failure",
|
|
181
|
+
"profile": {
|
|
182
|
+
"candidates": {
|
|
183
|
+
"conflict": 1,
|
|
184
|
+
"duplicate": 1,
|
|
185
|
+
"invalid": 1,
|
|
186
|
+
"new": 3
|
|
187
|
+
},
|
|
188
|
+
"chunks": 2
|
|
189
|
+
},
|
|
190
|
+
"storyIds": [
|
|
191
|
+
"IMPORT-01"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"expectedAssertions": [
|
|
196
|
+
"all channels use workspace.initialize.v2",
|
|
197
|
+
"disabled R0 returns the same REMOTE_UNAVAILABLE envelope",
|
|
198
|
+
"no channel can bypass confirmation or authorization"
|
|
199
|
+
],
|
|
200
|
+
"fixtureId": "CFW-FIX-009",
|
|
201
|
+
"milestone": "R8",
|
|
202
|
+
"name": "cross-channel initialize and projection parity",
|
|
203
|
+
"profile": {
|
|
204
|
+
"channels": [
|
|
205
|
+
"web",
|
|
206
|
+
"cli",
|
|
207
|
+
"mcp",
|
|
208
|
+
"builtin_ai"
|
|
209
|
+
],
|
|
210
|
+
"initialVersion": 0
|
|
211
|
+
},
|
|
212
|
+
"storyIds": [
|
|
213
|
+
"CHANNEL-01",
|
|
214
|
+
"AI-01"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"expectedAssertions": [
|
|
219
|
+
"aggregate facts remain legacy evidence until owner mapping",
|
|
220
|
+
"migration does not double write v1 and v2",
|
|
221
|
+
"dry-run reports unmapped and precision-degraded records"
|
|
222
|
+
],
|
|
223
|
+
"fixtureId": "CFW-FIX-010",
|
|
224
|
+
"milestone": "R8",
|
|
225
|
+
"name": "v1 v13 and legacy plan migration dry-run",
|
|
226
|
+
"profile": {
|
|
227
|
+
"activation": false,
|
|
228
|
+
"sources": [
|
|
229
|
+
"remote_v1",
|
|
230
|
+
"local_v13",
|
|
231
|
+
"legacy_plan"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
"storyIds": [
|
|
235
|
+
"IMPORT-01",
|
|
236
|
+
"CHANNEL-01"
|
|
237
|
+
]
|
|
238
|
+
}
|
|
239
|
+
],
|
|
240
|
+
"kind": "choosefire_family_wealth_scenario_catalog.v1"
|
|
241
|
+
}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cases": [
|
|
3
|
+
{
|
|
4
|
+
"caseId": "TRANSPORT-INITIALIZE-R0-001",
|
|
5
|
+
"fixtureId": "CFW-FIX-009",
|
|
6
|
+
"request": {
|
|
7
|
+
"body": {
|
|
8
|
+
"commandId": "10000000-0000-4000-8000-000000000001",
|
|
9
|
+
"expectedWorkspaceVersion": 0,
|
|
10
|
+
"idempotencyKey": "synthetic-initialize-001",
|
|
11
|
+
"kind": "workspace.initialize.v2",
|
|
12
|
+
"payload": {
|
|
13
|
+
"baseCurrency": "CNY",
|
|
14
|
+
"timezone": "Asia/Shanghai"
|
|
15
|
+
},
|
|
16
|
+
"source": {
|
|
17
|
+
"channel": "cli",
|
|
18
|
+
"clientId": "choosefire-cli"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"method": "POST",
|
|
22
|
+
"path": "/choosefire/v2/workspace"
|
|
23
|
+
},
|
|
24
|
+
"response": {
|
|
25
|
+
"body": {
|
|
26
|
+
"code": "REMOTE_UNAVAILABLE",
|
|
27
|
+
"error": {
|
|
28
|
+
"data": {
|
|
29
|
+
"contractId": "choosefire-family-wealth.v2",
|
|
30
|
+
"retryable": false
|
|
31
|
+
},
|
|
32
|
+
"message": "ChooseFIRE family wealth v2 is not available.",
|
|
33
|
+
"requestId": "request-synthetic-r0"
|
|
34
|
+
},
|
|
35
|
+
"kind": "family_wealth_error.v2",
|
|
36
|
+
"status": "error",
|
|
37
|
+
"success": false
|
|
38
|
+
},
|
|
39
|
+
"httpStatus": 503
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"caseId": "TRANSPORT-INITIALIZE-R1-001",
|
|
44
|
+
"fixtureId": "CFW-FIX-009",
|
|
45
|
+
"request": {
|
|
46
|
+
"body": {
|
|
47
|
+
"commandId": "10000000-0000-4000-8000-000000000001",
|
|
48
|
+
"expectedWorkspaceVersion": 0,
|
|
49
|
+
"idempotencyKey": "synthetic-initialize-001",
|
|
50
|
+
"kind": "workspace.initialize.v2",
|
|
51
|
+
"payload": {
|
|
52
|
+
"baseCurrency": "CNY",
|
|
53
|
+
"timezone": "Asia/Shanghai"
|
|
54
|
+
},
|
|
55
|
+
"source": {
|
|
56
|
+
"channel": "cli",
|
|
57
|
+
"clientId": "choosefire-cli"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"method": "POST",
|
|
61
|
+
"path": "/choosefire/v2/workspace"
|
|
62
|
+
},
|
|
63
|
+
"response": {
|
|
64
|
+
"body": {
|
|
65
|
+
"code": 0,
|
|
66
|
+
"data": {
|
|
67
|
+
"affectedObjects": [
|
|
68
|
+
{
|
|
69
|
+
"objectId": "20000000-0000-4000-8000-000000000001",
|
|
70
|
+
"objectType": "household"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"objectId": "20000000-0000-4000-8000-000000000002",
|
|
74
|
+
"objectType": "workspace"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"baseWorkspaceVersion": 0,
|
|
78
|
+
"commandId": "10000000-0000-4000-8000-000000000001",
|
|
79
|
+
"committedAt": "2026-08-24T08:00:00.000Z",
|
|
80
|
+
"cursor": "eyJraW5kIjoiZmFtaWx5X3dlYWx0aF9jdXJzb3IudjIifQ.c2lnbmF0dXJlLWZpeHR1cmUtdjI",
|
|
81
|
+
"kind": "command_receipt.v2",
|
|
82
|
+
"projectionHints": [
|
|
83
|
+
"workspace.summary.v2",
|
|
84
|
+
"activity.page.v2"
|
|
85
|
+
],
|
|
86
|
+
"receiptId": "20000000-0000-4000-8000-000000000004",
|
|
87
|
+
"replayed": false,
|
|
88
|
+
"resultWorkspaceVersion": 1,
|
|
89
|
+
"status": "committed"
|
|
90
|
+
},
|
|
91
|
+
"kind": "family_wealth_success.v2",
|
|
92
|
+
"status": "success",
|
|
93
|
+
"success": true
|
|
94
|
+
},
|
|
95
|
+
"httpStatus": 200
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"caseId": "TRANSPORT-SUMMARY-R1-001",
|
|
100
|
+
"fixtureId": "CFW-FIX-009",
|
|
101
|
+
"request": {
|
|
102
|
+
"method": "GET",
|
|
103
|
+
"path": "/choosefire/v2/workspace/summary"
|
|
104
|
+
},
|
|
105
|
+
"response": {
|
|
106
|
+
"body": {
|
|
107
|
+
"code": 0,
|
|
108
|
+
"data": {
|
|
109
|
+
"asOf": "2026-08-24T08:00:00.000Z",
|
|
110
|
+
"authority": {
|
|
111
|
+
"householdId": "20000000-0000-4000-8000-000000000001",
|
|
112
|
+
"role": "owner",
|
|
113
|
+
"workspaceId": "20000000-0000-4000-8000-000000000002"
|
|
114
|
+
},
|
|
115
|
+
"baseCurrency": "CNY",
|
|
116
|
+
"capabilities": {
|
|
117
|
+
"readable": [
|
|
118
|
+
"workspace.summary.v2",
|
|
119
|
+
"activity.page.v2",
|
|
120
|
+
"workspace.overview.v2"
|
|
121
|
+
],
|
|
122
|
+
"writable": [
|
|
123
|
+
"asset_account.create.v2",
|
|
124
|
+
"asset_account.update.v2",
|
|
125
|
+
"asset_account.archive.v2",
|
|
126
|
+
"valuation_snapshot.append.v2",
|
|
127
|
+
"classification.replace.v2"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"contractVersion": 2,
|
|
131
|
+
"counts": {
|
|
132
|
+
"accounts": 0,
|
|
133
|
+
"holdings": 0,
|
|
134
|
+
"pendingItems": 0
|
|
135
|
+
},
|
|
136
|
+
"cursor": "eyJraW5kIjoiZmFtaWx5X3dlYWx0aF9jdXJzb3IudjIifQ.c2lnbmF0dXJlLWZpeHR1cmUtdjI",
|
|
137
|
+
"emptyState": "ready_for_first_asset",
|
|
138
|
+
"kind": "workspace.summary.v2",
|
|
139
|
+
"projectionVersion": 1,
|
|
140
|
+
"timezone": "Asia/Shanghai",
|
|
141
|
+
"workspaceVersion": 1
|
|
142
|
+
},
|
|
143
|
+
"kind": "family_wealth_success.v2",
|
|
144
|
+
"status": "success",
|
|
145
|
+
"success": true
|
|
146
|
+
},
|
|
147
|
+
"httpStatus": 200
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"caseId": "TRANSPORT-ACTIVITY-R1-001",
|
|
152
|
+
"fixtureId": "CFW-FIX-009",
|
|
153
|
+
"request": {
|
|
154
|
+
"method": "GET",
|
|
155
|
+
"path": "/choosefire/v2/workspace/activity?limit=20"
|
|
156
|
+
},
|
|
157
|
+
"response": {
|
|
158
|
+
"body": {
|
|
159
|
+
"code": 0,
|
|
160
|
+
"data": {
|
|
161
|
+
"authority": {
|
|
162
|
+
"householdId": "20000000-0000-4000-8000-000000000001",
|
|
163
|
+
"role": "owner",
|
|
164
|
+
"workspaceId": "20000000-0000-4000-8000-000000000002"
|
|
165
|
+
},
|
|
166
|
+
"contractVersion": 2,
|
|
167
|
+
"hasMore": false,
|
|
168
|
+
"items": [
|
|
169
|
+
{
|
|
170
|
+
"actorRole": "owner",
|
|
171
|
+
"affectedObjects": [
|
|
172
|
+
{
|
|
173
|
+
"objectId": "20000000-0000-4000-8000-000000000001",
|
|
174
|
+
"objectType": "household"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"objectId": "20000000-0000-4000-8000-000000000002",
|
|
178
|
+
"objectType": "workspace"
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
"baseWorkspaceVersion": 0,
|
|
182
|
+
"commandId": "10000000-0000-4000-8000-000000000001",
|
|
183
|
+
"committedAt": "2026-08-24T08:00:00.000Z",
|
|
184
|
+
"operation": "workspace.initialize.v2",
|
|
185
|
+
"operationId": "20000000-0000-4000-8000-000000000003",
|
|
186
|
+
"resultWorkspaceVersion": 1,
|
|
187
|
+
"source": {
|
|
188
|
+
"channel": "cli",
|
|
189
|
+
"clientId": "choosefire-cli"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
],
|
|
193
|
+
"kind": "activity.page.v2",
|
|
194
|
+
"nextCursor": "eyJraW5kIjoiZmFtaWx5X3dlYWx0aF9jdXJzb3IudjIifQ.c2lnbmF0dXJlLWZpeHR1cmUtdjI",
|
|
195
|
+
"projectionVersion": 1,
|
|
196
|
+
"workspaceVersion": 1
|
|
197
|
+
},
|
|
198
|
+
"kind": "family_wealth_success.v2",
|
|
199
|
+
"status": "success",
|
|
200
|
+
"success": true
|
|
201
|
+
},
|
|
202
|
+
"httpStatus": 200
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
"kind": "choosefire_family_wealth_transport_golden.v1"
|
|
207
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aggregateSha256": "4b9a76de5d8ffa4dec848febb1b8f1031f530dc93b2489faf5101556734d3b60",
|
|
3
|
+
"artifacts": [
|
|
4
|
+
{
|
|
5
|
+
"bytes": 12171,
|
|
6
|
+
"path": "capability-matrix.v1.json",
|
|
7
|
+
"sha256": "d4c336dd6e7094c1a8f20a2930230bce8198a1ec3573c975ca4b7ff27024684e"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"bytes": 1974,
|
|
11
|
+
"path": "golden/performance.v1.json",
|
|
12
|
+
"sha256": "42e6dff74f4bfb422cac005392b2ae3ab2f9578621cef5750fb2338ce6fab754"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"bytes": 35744,
|
|
16
|
+
"path": "golden/r2-contract.v1.json",
|
|
17
|
+
"sha256": "300968d22c1b983d9a292e15852e063c30fc59c7ddd1f68381178407ae9e5233"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"bytes": 6348,
|
|
21
|
+
"path": "golden/scenarios.v1.json",
|
|
22
|
+
"sha256": "3f36df56f1f6ec3661af524c055d38c74a0876fbd1c366a0374211eddcbeb192"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"bytes": 6586,
|
|
26
|
+
"path": "golden/transport.v1.json",
|
|
27
|
+
"sha256": "a956ab303c2b35720c8328649170a8e0c18ea37a36d98614b46adfc56f5c51cc"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"bytes": 69261,
|
|
31
|
+
"path": "openapi.generated.json",
|
|
32
|
+
"sha256": "4130865041c879f5c6bced1c37870bd5ebf4a50fc4b2ef2b330af5182ca21523"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"bytes": 50783,
|
|
36
|
+
"path": "runtime-schemas/family-wealth.v2.schema.json",
|
|
37
|
+
"sha256": "5858838c14331757f2b14f125aa14a5623f6b982c7d24f8ba97409ac473a8796"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"bytes": 700,
|
|
41
|
+
"path": "taxonomies/account-types.v1.json",
|
|
42
|
+
"sha256": "da2ba5bc9101f611d0e29a054dc0f7b78868fab3a95ede12d697667d0f01e803"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"bytes": 676,
|
|
46
|
+
"path": "taxonomies/asset-classes.v1.json",
|
|
47
|
+
"sha256": "35e7f8c25a1d2371a79a02375ee3a87b661159c750f95cab48c7df8a60fea194"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"bytes": 1110,
|
|
51
|
+
"path": "taxonomies/transaction-types.v1.json",
|
|
52
|
+
"sha256": "19cf0645b587fc34ee1e3f18d07ac3fa929ba435e34dc4647f70bf334cae6d9a"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"contractId": "choosefire-family-wealth.v2",
|
|
56
|
+
"contractVersion": 2,
|
|
57
|
+
"kind": "choosefire_family_wealth_contract_manifest.v1"
|
|
58
|
+
}
|