@lovelybunch/core 1.0.75-alpha.9 → 1.0.76-alpha.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.
Files changed (46) hide show
  1. package/dist/events.d.ts +4 -4
  2. package/dist/index.d.ts +3 -1
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +3 -1
  5. package/dist/index.js.map +1 -1
  6. package/dist/knowledge.d.ts +112 -112
  7. package/dist/logging/index.d.ts +5 -5
  8. package/dist/logging/index.d.ts.map +1 -1
  9. package/dist/logging/index.js +5 -5
  10. package/dist/logging/index.js.map +1 -1
  11. package/dist/logging/kinds.d.ts +71 -25
  12. package/dist/logging/kinds.d.ts.map +1 -1
  13. package/dist/logging/kinds.js +65 -24
  14. package/dist/logging/kinds.js.map +1 -1
  15. package/dist/mail.d.ts +430 -0
  16. package/dist/mail.d.ts.map +1 -0
  17. package/dist/mail.js +414 -0
  18. package/dist/mail.js.map +1 -0
  19. package/dist/markdown-storage.d.ts +6 -6
  20. package/dist/markdown-storage.d.ts.map +1 -1
  21. package/dist/markdown-storage.js +77 -120
  22. package/dist/markdown-storage.js.map +1 -1
  23. package/dist/skill-instructions.d.ts +5 -5
  24. package/dist/skill-instructions.d.ts.map +1 -1
  25. package/dist/skill-instructions.js +21 -27
  26. package/dist/skill-instructions.js.map +1 -1
  27. package/dist/slack.d.ts +102 -0
  28. package/dist/slack.d.ts.map +1 -0
  29. package/dist/slack.js +548 -0
  30. package/dist/slack.js.map +1 -0
  31. package/dist/storage.d.ts +10 -10
  32. package/dist/storage.d.ts.map +1 -1
  33. package/dist/storage.js +30 -58
  34. package/dist/storage.js.map +1 -1
  35. package/dist/system-prompts/coconut-assistant.md +4 -4
  36. package/dist/system-prompts/mail-processor.md +36 -0
  37. package/dist/system-prompts/schema/agent.schema.md +1 -1
  38. package/dist/system-prompts/schema/knowledge.schema.md +2 -2
  39. package/dist/system-prompts/schema/skill.schema.md +1 -1
  40. package/dist/system-prompts/schema/task.schema.md +65 -0
  41. package/dist/tasks.d.ts +850 -0
  42. package/dist/tasks.d.ts.map +1 -0
  43. package/dist/tasks.js +544 -0
  44. package/dist/tasks.js.map +1 -0
  45. package/package.json +3 -2
  46. package/dist/system-prompts/schema/proposal.schema.md +0 -179
@@ -1,179 +0,0 @@
1
- ---
2
- id: cp-1758376921669
3
- title: Remove the green color for the palm tree icon in the top left header
4
- createdAt: '2025-09-20T14:02:01.669Z'
5
- updatedAt: '2025-09-21T09:05:45.123Z'
6
- status: draft
7
- priority: medium
8
- productSpecRef: specs/ui-refresh.md
9
- author:
10
- id: current-user
11
- name: Steve Jobs
12
- email: apple@apple.com
13
- role: engineer
14
- type: human
15
- plan:
16
- estimatedDuration: 'P2D'
17
- dependencies:
18
- - .nut/context/architecture.md
19
- - packages/frontend/src/components/AppLogo.tsx
20
- steps:
21
- - id: step-01
22
- description: Audit every usage of the palm tree icon across the frontend.
23
- status: completed
24
- expectedOutcome: Inventory of components with the hard-coded fill.
25
- command: pnpm --filter @lovelybunch/frontend lint
26
- executedAt: '2025-09-20T17:45:00.000Z'
27
- - id: step-02
28
- description: Replace hard-coded green fills with the neutral brand token.
29
- status: in-progress
30
- expectedOutcome: All icons inherit shared theme tokens.
31
- - id: step-03
32
- description: Update visual regression tests and document changes.
33
- status: pending
34
- expectedOutcome: Screenshots reflect the new neutral color.
35
- tags:
36
- - branding
37
- - accessibility
38
- labels:
39
- - ui-refresh
40
- - iteration-21
41
- comments:
42
- - id: cmt-01
43
- author: design-review@lovelybunch.com
44
- content: Confirm alignment with the design system palette before merging.
45
- createdAt: '2025-09-20T19:10:00.000Z'
46
- - id: cmt-02
47
- author: qa-team@lovelybunch.com
48
- content: Please include snapshots from the regression suite in evidence.
49
- 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
- ---
166
- # Proposal Schema Example
167
-
168
- This file demonstrates the full front matter and content structure Coconut expects for change proposals.
169
- - Keep arrays populated with meaningful objects, not empty lists.
170
- - Update timestamps using ISO 8601 format.
171
- - Maintain sections below the front matter for narrative context and status updates.
172
-
173
- ## Problem Statement
174
-
175
- Document why the change is needed, who benefits, and which constraints apply.
176
-
177
- ## Implementation Notes
178
-
179
- Summarize critical decisions, risks, follow-up work, and any files that must be touched.