@happyvertical/smrt-support 0.39.4 → 0.39.7

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/AGENTS.md CHANGED
@@ -7,7 +7,10 @@ systems of record. The package owns the case lifecycle, channel intake, the
7
7
  Automated Support Response workflow with lossless **Human Handoff**,
8
8
  Project-qualified routing, **Service Target** clocks with timed escalation,
9
9
  and auditable **Service Time Entries** whose client charges and provider
10
- compensation stay separate.
10
+ compensation stay separate. Since #1955 the canonical `ServiceTimeEntry` class
11
+ is owned by `smrt-projects`; this package exposes a compatibility subtype that
12
+ restates the shared fields for isolated manifest scanning. Both imports use the
13
+ unchanged `service_time_entries` table, so no data is duplicated.
11
14
 
12
15
  **Boundary (FR-29a):** Support owns tickets, interactions, routing, and
13
16
  service targets. Delivery Operations owns repository work — a **Delivery
@@ -224,11 +227,12 @@ Components use `smrt-ui` primitives (`smrtRawPrimitives: "strict"`).
224
227
 
225
228
  ## Dependencies
226
229
 
227
- Leaf package (nothing depends back on it): `smrt-core`, `smrt-tenancy`,
230
+ Package dependencies: `smrt-core`, `smrt-tenancy`, `smrt-projects`,
228
231
  `smrt-chat`, `smrt-messages`, `smrt-jobs`, `smrt-users`, `smrt-ui`,
229
- `@happyvertical/logger`, `@happyvertical/sql`. Profile / smrt-projects /
230
- subscriptions references are `@crossPackageRef` string ids or plain string
231
- keys only no package edge. No inter-`smrt-*` `peerDependencies`.
232
+ `@happyvertical/logger`, `@happyvertical/sql`. Profile and subscriptions
233
+ references are `@crossPackageRef` string ids or plain string
234
+ keys. `smrt-projects` is the intentional shared delivery/evidence edge added
235
+ by #1955. No inter-`smrt-*` `peerDependencies`.
232
236
 
233
237
  ## Validation
234
238