@baselineos/persona 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/.turbo/turbo-build.log +14 -0
- package/.turbo/turbo-test.log +250 -0
- package/LICENSE +17 -0
- package/README.md +19 -0
- package/dist/index.d.ts +530 -0
- package/dist/index.js +2445 -0
- package/package.json +34 -0
- package/src/__tests__/persona-ui.test.ts +336 -0
- package/src/__tests__/smoke.test.ts +16 -0
- package/src/engine.ts +1196 -0
- package/src/index.ts +33 -0
- package/src/personas/agile-pm.ts +399 -0
- package/src/personas/dev-lead.ts +654 -0
- package/src/ui.ts +1042 -0
- package/tsconfig.json +8 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
> @baselineos/persona@0.1.0 build /home/runner/work/baseline/baseline/packages/persona
|
|
3
|
+
> tsup src/index.ts --format esm --dts
|
|
4
|
+
|
|
5
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
+
[34mCLI[39m tsup v8.5.1
|
|
8
|
+
[34mCLI[39m Target: es2022
|
|
9
|
+
[34mESM[39m Build start
|
|
10
|
+
[32mESM[39m [1mdist/index.js [22m[32m90.28 KB[39m
|
|
11
|
+
[32mESM[39m ⚡️ Build success in 253ms
|
|
12
|
+
[34mDTS[39m Build start
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 16435ms
|
|
14
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m15.57 KB[39m
|
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
|
|
2
|
+
> @baselineos/persona@0.1.0 test /home/runner/work/baseline/baseline/packages/persona
|
|
3
|
+
> vitest run
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
[1m[7m[36m RUN [39m[27m[22m [36mv2.1.9 [39m[90m/home/runner/work/baseline/baseline/packages/persona[39m
|
|
7
|
+
|
|
8
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2minitializes with default components
|
|
9
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
10
|
+
[PersonaUISystem] UI system initialized
|
|
11
|
+
[PersonaUISystem] UI system disposed
|
|
12
|
+
|
|
13
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mregisters default persona-selector component
|
|
14
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
15
|
+
[PersonaUISystem] UI system initialized
|
|
16
|
+
[PersonaUISystem] UI system disposed
|
|
17
|
+
|
|
18
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mregisters default studio-interface component
|
|
19
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
20
|
+
[PersonaUISystem] UI system initialized
|
|
21
|
+
[PersonaUISystem] UI system disposed
|
|
22
|
+
|
|
23
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mregisters default workflow-engine component
|
|
24
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
25
|
+
[PersonaUISystem] UI system initialized
|
|
26
|
+
[PersonaUISystem] UI system disposed
|
|
27
|
+
|
|
28
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mregisters a custom component
|
|
29
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
30
|
+
[PersonaUISystem] UI system initialized
|
|
31
|
+
[PersonaUISystem] UI system disposed
|
|
32
|
+
|
|
33
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2memits component:registered event
|
|
34
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
35
|
+
[PersonaUISystem] UI system initialized
|
|
36
|
+
[PersonaUISystem] UI system disposed
|
|
37
|
+
|
|
38
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mupdates component properties
|
|
39
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
40
|
+
[PersonaUISystem] UI system initialized
|
|
41
|
+
[PersonaUISystem] UI system disposed
|
|
42
|
+
|
|
43
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mshows and hides components
|
|
44
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
45
|
+
[PersonaUISystem] UI system initialized
|
|
46
|
+
[PersonaUISystem] UI system disposed
|
|
47
|
+
|
|
48
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mremoves a component
|
|
49
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
50
|
+
[PersonaUISystem] UI system initialized
|
|
51
|
+
[PersonaUISystem] UI system disposed
|
|
52
|
+
|
|
53
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mlists all and visible components
|
|
54
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
55
|
+
[PersonaUISystem] UI system initialized
|
|
56
|
+
[PersonaUISystem] UI system disposed
|
|
57
|
+
|
|
58
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mopens and closes selector
|
|
59
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
60
|
+
[PersonaUISystem] UI system initialized
|
|
61
|
+
[PersonaUISystem] Persona selector opened
|
|
62
|
+
[PersonaUISystem] Persona selector closed
|
|
63
|
+
[PersonaUISystem] UI system disposed
|
|
64
|
+
|
|
65
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mtoggles selector
|
|
66
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
67
|
+
[PersonaUISystem] UI system initialized
|
|
68
|
+
[PersonaUISystem] Persona selector opened
|
|
69
|
+
[PersonaUISystem] Persona selector closed
|
|
70
|
+
[PersonaUISystem] UI system disposed
|
|
71
|
+
|
|
72
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mreturns persona options
|
|
73
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
74
|
+
[PersonaUISystem] UI system initialized
|
|
75
|
+
[PersonaUISystem] UI system disposed
|
|
76
|
+
|
|
77
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mfilters persona options by search query
|
|
78
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
79
|
+
[PersonaUISystem] UI system initialized
|
|
80
|
+
[PersonaUISystem] UI system disposed
|
|
81
|
+
|
|
82
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mreturns all options for empty search
|
|
83
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
84
|
+
[PersonaUISystem] UI system initialized
|
|
85
|
+
[PersonaUISystem] UI system disposed
|
|
86
|
+
|
|
87
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mhovers persona updates state
|
|
88
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
89
|
+
[PersonaUISystem] UI system initialized
|
|
90
|
+
[PersonaUISystem] UI system disposed
|
|
91
|
+
|
|
92
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mselects persona updates state and closes selector
|
|
93
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
94
|
+
[PersonaUISystem] UI system initialized
|
|
95
|
+
[PersonaUISystem] Persona selector opened
|
|
96
|
+
[BaselinePersonaEngine] Persona activated: developer for user user-1
|
|
97
|
+
[PersonaUISystem] Persona applied: developer for user user-1
|
|
98
|
+
[PersonaUISystem] Persona selector closed
|
|
99
|
+
[PersonaUISystem] UI system disposed
|
|
100
|
+
|
|
101
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mstarts a workflow
|
|
102
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
103
|
+
[PersonaUISystem] UI system initialized
|
|
104
|
+
[PersonaUISystem] Workflow started: 64e0c834-2fc1-46d5-946f-617a0d8e7158
|
|
105
|
+
[PersonaUISystem] UI system disposed
|
|
106
|
+
|
|
107
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mworkflow has correct initial state
|
|
108
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
109
|
+
[PersonaUISystem] UI system initialized
|
|
110
|
+
[PersonaUISystem] Workflow started: 3d067f25-a2ee-4d3d-921f-f077dc7a1886
|
|
111
|
+
[PersonaUISystem] UI system disposed
|
|
112
|
+
|
|
113
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mretrieves workflow by id
|
|
114
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
115
|
+
[PersonaUISystem] UI system initialized
|
|
116
|
+
[PersonaUISystem] Workflow started: 5a0b35c1-f9f1-4c79-8d66-ea56e27b2acb
|
|
117
|
+
[PersonaUISystem] UI system disposed
|
|
118
|
+
|
|
119
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mlists active and completed workflows
|
|
120
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
121
|
+
[PersonaUISystem] UI system initialized
|
|
122
|
+
[PersonaUISystem] Workflow started: eb44e68d-0972-4266-a04e-f8bd3f02e1d7
|
|
123
|
+
[PersonaUISystem] UI system disposed
|
|
124
|
+
|
|
125
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2menforces max concurrent workflows
|
|
126
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
127
|
+
[PersonaUISystem] UI system initialized
|
|
128
|
+
[PersonaUISystem] UI system initialized
|
|
129
|
+
[PersonaUISystem] Workflow started: 6eb3198d-33b2-491e-8626-e0424b00ef9c
|
|
130
|
+
[PersonaUISystem] Workflow started: 080ae3b3-1763-46e8-801d-fa9dfcf3c6bf
|
|
131
|
+
[PersonaUISystem] UI system disposed
|
|
132
|
+
[PersonaUISystem] UI system disposed
|
|
133
|
+
|
|
134
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mcancels a running workflow
|
|
135
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
136
|
+
[PersonaUISystem] UI system initialized
|
|
137
|
+
[PersonaUISystem] Workflow started: e7f273df-3f2c-4d26-b02a-bb1f3ef1f3ad
|
|
138
|
+
[PersonaUISystem] UI system disposed
|
|
139
|
+
|
|
140
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mcancel returns false for completed workflow
|
|
141
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
142
|
+
[PersonaUISystem] UI system initialized
|
|
143
|
+
[PersonaUISystem] Workflow started: d8f79bbf-1b77-4bed-8f89-e9412260b52e
|
|
144
|
+
|
|
145
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mcancel returns false for completed workflow
|
|
146
|
+
[22m[39m[PersonaUISystem] Workflow completed: d8f79bbf-1b77-4bed-8f89-e9412260b52e
|
|
147
|
+
|
|
148
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mcancel returns false for completed workflow
|
|
149
|
+
[22m[39m[PersonaUISystem] UI system disposed
|
|
150
|
+
|
|
151
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2memits workflow:started event
|
|
152
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
153
|
+
[PersonaUISystem] UI system initialized
|
|
154
|
+
[PersonaUISystem] Workflow started: a373851d-db2a-4ac6-8c58-2c89c5d34ce9
|
|
155
|
+
[PersonaUISystem] UI system disposed
|
|
156
|
+
|
|
157
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mtracks progress for started workflow
|
|
158
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
159
|
+
[PersonaUISystem] UI system initialized
|
|
160
|
+
[PersonaUISystem] Workflow started: 9b564285-7cdf-4c32-8017-4d9140716024
|
|
161
|
+
[PersonaUISystem] UI system disposed
|
|
162
|
+
|
|
163
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mreturns undefined for nonexistent workflow progress
|
|
164
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
165
|
+
[PersonaUISystem] UI system initialized
|
|
166
|
+
[PersonaUISystem] UI system disposed
|
|
167
|
+
|
|
168
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mcreates a result display
|
|
169
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
170
|
+
[PersonaUISystem] UI system initialized
|
|
171
|
+
[PersonaUISystem] UI system disposed
|
|
172
|
+
|
|
173
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mretrieves and removes result display
|
|
174
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
175
|
+
[PersonaUISystem] UI system initialized
|
|
176
|
+
[PersonaUISystem] UI system disposed
|
|
177
|
+
|
|
178
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mgets results for workflow
|
|
179
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
180
|
+
[PersonaUISystem] UI system initialized
|
|
181
|
+
[PersonaUISystem] UI system disposed
|
|
182
|
+
|
|
183
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mclears all results
|
|
184
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
185
|
+
[PersonaUISystem] UI system initialized
|
|
186
|
+
[PersonaUISystem] UI system disposed
|
|
187
|
+
|
|
188
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2msets and gets layout
|
|
189
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
190
|
+
[PersonaUISystem] UI system initialized
|
|
191
|
+
[PersonaUISystem] UI system disposed
|
|
192
|
+
|
|
193
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2msets and gets theme
|
|
194
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
195
|
+
[PersonaUISystem] UI system initialized
|
|
196
|
+
[PersonaUISystem] UI system disposed
|
|
197
|
+
|
|
198
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2memits layout:changed and theme:changed events
|
|
199
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
200
|
+
[PersonaUISystem] UI system initialized
|
|
201
|
+
[PersonaUISystem] UI system disposed
|
|
202
|
+
|
|
203
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mactivates and deactivates frames
|
|
204
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
205
|
+
[PersonaUISystem] UI system initialized
|
|
206
|
+
[PersonaUISystem] UI system disposed
|
|
207
|
+
|
|
208
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mdoes not duplicate frames on re-activate
|
|
209
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
210
|
+
[PersonaUISystem] UI system initialized
|
|
211
|
+
[PersonaUISystem] UI system disposed
|
|
212
|
+
|
|
213
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2msets all active frames
|
|
214
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
215
|
+
[PersonaUISystem] UI system initialized
|
|
216
|
+
[PersonaUISystem] UI system disposed
|
|
217
|
+
|
|
218
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mreports status
|
|
219
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
220
|
+
[PersonaUISystem] UI system initialized
|
|
221
|
+
[PersonaUISystem] UI system disposed
|
|
222
|
+
|
|
223
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mreports UI analytics
|
|
224
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
225
|
+
[PersonaUISystem] UI system initialized
|
|
226
|
+
[PersonaUISystem] Workflow started: 90c0b2cd-a926-49db-b202-b04a5334d10c
|
|
227
|
+
[PersonaUISystem] UI system disposed
|
|
228
|
+
|
|
229
|
+
[90mstdout[2m | src/__tests__/persona-ui.test.ts[2m > [22m[2mPersonaUISystem[2m > [22m[2mdispose clears all state
|
|
230
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
231
|
+
[PersonaUISystem] UI system initialized
|
|
232
|
+
[PersonaUISystem] Workflow started: 89093ffb-8442-4851-a1ad-49ffc561ca2a
|
|
233
|
+
[PersonaUISystem] UI system disposed
|
|
234
|
+
[PersonaUISystem] UI system disposed
|
|
235
|
+
|
|
236
|
+
[32m✓[39m src/__tests__/persona-ui.test.ts [2m([22m[2m40 tests[22m[2m)[22m[33m 2286[2mms[22m[39m
|
|
237
|
+
[33m[2m✓[22m[39m PersonaUISystem[2m > [22mcancel returns false for completed workflow [33m2002[2mms[22m[39m
|
|
238
|
+
[90mstdout[2m | src/__tests__/smoke.test.ts[2m > [22m[2mpersona[2m > [22m[2mshould instantiate BaselinePersonaEngine
|
|
239
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
240
|
+
|
|
241
|
+
[90mstdout[2m | src/__tests__/smoke.test.ts[2m > [22m[2mpersona[2m > [22m[2mshould load 5 core personas
|
|
242
|
+
[22m[39m[BaselinePersonaEngine] Persona engine initialized with [33m5[39m core personas
|
|
243
|
+
|
|
244
|
+
[32m✓[39m src/__tests__/smoke.test.ts [2m([22m[2m2 tests[22m[2m)[22m[90m 19[2mms[22m[39m
|
|
245
|
+
|
|
246
|
+
[2m Test Files [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
247
|
+
[2m Tests [22m [1m[32m42 passed[39m[22m[90m (42)[39m
|
|
248
|
+
[2m Start at [22m 14:02:30
|
|
249
|
+
[2m Duration [22m 7.13s[2m (transform 1.98s, setup 0ms, collect 2.35s, tests 2.31s, environment 5ms, prepare 885ms)[22m
|
|
250
|
+
|
package/LICENSE
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
Copyright 2026 Baseline Protocol Foundation
|
|
6
|
+
|
|
7
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
you may not use this file except in compliance with the License.
|
|
9
|
+
You may obtain a copy of the License at
|
|
10
|
+
|
|
11
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
|
|
13
|
+
Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
See the License for the specific language governing permissions and
|
|
17
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @baselineos/persona
|
|
2
|
+
|
|
3
|
+
Persona layer package for Baseline.
|
|
4
|
+
|
|
5
|
+
## Purpose
|
|
6
|
+
|
|
7
|
+
Implements role/persona behavior contracts and adaptive context used by Baseline run orchestration.
|
|
8
|
+
|
|
9
|
+
## Commands
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
pnpm --filter @baselineos/persona build
|
|
13
|
+
pnpm --filter @baselineos/persona test
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Integration
|
|
17
|
+
|
|
18
|
+
- Depends on: `@baselineos/protocol-core`
|
|
19
|
+
- Consumed by: `@baselineos/cli`, `baselineos`
|