@lovelybunch/core 1.0.75-alpha.13 → 1.0.75-alpha.14
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/dist/mail.d.ts +14 -8
- package/dist/mail.d.ts.map +1 -1
- package/dist/mail.js +7 -0
- package/dist/mail.js.map +1 -1
- package/dist/markdown-storage.d.ts.map +1 -1
- package/dist/markdown-storage.js +5 -57
- package/dist/markdown-storage.js.map +1 -1
- package/dist/storage.d.ts.map +1 -1
- package/dist/storage.js +0 -31
- package/dist/storage.js.map +1 -1
- package/dist/system-prompts/schema/task.schema.md +1 -115
- package/dist/tasks.d.ts +218 -190
- package/dist/tasks.d.ts.map +1 -1
- package/dist/tasks.js +6 -12
- package/dist/tasks.js.map +1 -1
- package/package.json +2 -2
|
@@ -5,6 +5,7 @@ createdAt: '2025-09-20T14:02:01.669Z'
|
|
|
5
5
|
updatedAt: '2025-09-21T09:05:45.123Z'
|
|
6
6
|
status: draft
|
|
7
7
|
priority: medium
|
|
8
|
+
readiness: 75
|
|
8
9
|
productSpecRef: specs/ui-refresh.md
|
|
9
10
|
author:
|
|
10
11
|
id: current-user
|
|
@@ -47,121 +48,6 @@ comments:
|
|
|
47
48
|
author: qa-team@lovelybunch.com
|
|
48
49
|
content: Please include snapshots from the regression suite in evidence.
|
|
49
50
|
createdAt: '2025-09-21T08:30:00.000Z'
|
|
50
|
-
evidence:
|
|
51
|
-
- type: screenshot
|
|
52
|
-
description: Before and after comparison exported from Storybook.
|
|
53
|
-
data: artifacts/screenshots/logo-before-after.png
|
|
54
|
-
timestamp: '2025-09-21T08:45:00.000Z'
|
|
55
|
-
- type: test
|
|
56
|
-
description: Jest snapshot update for the header logo.
|
|
57
|
-
data:
|
|
58
|
-
command: pnpm --filter @lovelybunch/frontend test -- Logo
|
|
59
|
-
result: passed
|
|
60
|
-
timestamp: '2025-09-21T08:50:00.000Z'
|
|
61
|
-
policies:
|
|
62
|
-
- id: policy-brand
|
|
63
|
-
name: Brand consistency
|
|
64
|
-
description: Any palette change must be approved by design.
|
|
65
|
-
status: passed
|
|
66
|
-
message: Confirmed by Design Systems lead.
|
|
67
|
-
checkedAt: '2025-09-21T08:55:00.000Z'
|
|
68
|
-
featureFlags:
|
|
69
|
-
- id: flag-ui-logo-color
|
|
70
|
-
version: v1
|
|
71
|
-
name: ui-logo-neutral
|
|
72
|
-
description: Gradually roll out the neutral palm tree icon.
|
|
73
|
-
type: boolean
|
|
74
|
-
defaultValue: false
|
|
75
|
-
scopes:
|
|
76
|
-
- web
|
|
77
|
-
- desktop
|
|
78
|
-
targets:
|
|
79
|
-
- audience: internal
|
|
80
|
-
value: true
|
|
81
|
-
percentage: 100
|
|
82
|
-
killSwitch: true
|
|
83
|
-
dependencies: []
|
|
84
|
-
createdAt: '2025-09-20T14:05:00.000Z'
|
|
85
|
-
updatedAt: '2025-09-21T08:45:00.000Z'
|
|
86
|
-
experiments:
|
|
87
|
-
- id: exp-logo-sentiment
|
|
88
|
-
name: Logo sentiment experiment
|
|
89
|
-
hypothesis: A neutral logo improves trust without reducing recognition.
|
|
90
|
-
variants:
|
|
91
|
-
- id: control
|
|
92
|
-
name: current-logo
|
|
93
|
-
description: Maintains the green fill.
|
|
94
|
-
allocation: 50
|
|
95
|
-
config:
|
|
96
|
-
asset: logo-green.svg
|
|
97
|
-
- id: treatment
|
|
98
|
-
name: neutral-logo
|
|
99
|
-
description: Uses the neutral brand token.
|
|
100
|
-
allocation: 50
|
|
101
|
-
config:
|
|
102
|
-
asset: logo-neutral.svg
|
|
103
|
-
allocation:
|
|
104
|
-
method: random
|
|
105
|
-
totalAllocation: 20
|
|
106
|
-
successMetrics:
|
|
107
|
-
- trust_score
|
|
108
|
-
- click_through_header
|
|
109
|
-
guardrailMetrics:
|
|
110
|
-
- name: bounce_rate
|
|
111
|
-
threshold: 5
|
|
112
|
-
comparison: greater
|
|
113
|
-
action: alert
|
|
114
|
-
stopRules:
|
|
115
|
-
- metric: trust_score
|
|
116
|
-
condition: treatment <= control
|
|
117
|
-
action: pause
|
|
118
|
-
analysisConfig:
|
|
119
|
-
confidenceLevel: 0.95
|
|
120
|
-
minimumSampleSize: 500
|
|
121
|
-
testType: two-tailed
|
|
122
|
-
status: draft
|
|
123
|
-
telemetryContracts:
|
|
124
|
-
- eventName: header_logo_rendered
|
|
125
|
-
version: '2025-09-20'
|
|
126
|
-
schema:
|
|
127
|
-
iconFill: string
|
|
128
|
-
theme: string
|
|
129
|
-
piiFields: []
|
|
130
|
-
samplingRate: 1
|
|
131
|
-
retentionPolicy:
|
|
132
|
-
duration: 30
|
|
133
|
-
deleteAfter: 90
|
|
134
|
-
approvals: []
|
|
135
|
-
releasePlan:
|
|
136
|
-
strategy: gradual
|
|
137
|
-
stages:
|
|
138
|
-
- name: design-review
|
|
139
|
-
percentage: 10
|
|
140
|
-
duration: 4
|
|
141
|
-
criteria:
|
|
142
|
-
- Design approval recorded in comments.
|
|
143
|
-
- name: staging
|
|
144
|
-
percentage: 30
|
|
145
|
-
duration: 12
|
|
146
|
-
criteria:
|
|
147
|
-
- No visual diffs detected.
|
|
148
|
-
- name: production
|
|
149
|
-
percentage: 60
|
|
150
|
-
duration: 24
|
|
151
|
-
criteria:
|
|
152
|
-
- Support team informed.
|
|
153
|
-
schedule: '2025-09-25T09:00:00.000Z'
|
|
154
|
-
rollbackPlan: Revert to the previous SVG asset and restore original theme tokens.
|
|
155
|
-
aiInteractions:
|
|
156
|
-
- id: ai-01
|
|
157
|
-
timestamp: '2025-09-20T14:10:00.000Z'
|
|
158
|
-
model: claude-3.5
|
|
159
|
-
prompt: Suggest implementation plan for updating the shared logo asset.
|
|
160
|
-
response: Validate the SVG once shared tokens are in place and run visual regression tests.
|
|
161
|
-
tokens:
|
|
162
|
-
prompt: 820
|
|
163
|
-
completion: 260
|
|
164
|
-
total: 1080
|
|
165
51
|
---
|
|
166
52
|
# Task Schema Example
|
|
167
53
|
|