@happyvertical/smrt-support 0.39.4 → 0.39.6
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 +9 -5
- package/dist/index.js +78 -118
- package/dist/index.js.map +1 -1
- package/dist/manifest.json +39 -107
- package/dist/models/service-time-entry.d.ts +10 -42
- package/dist/models/service-time-entry.d.ts.map +1 -1
- package/dist/services/index.d.ts +1 -0
- package/dist/services/index.d.ts.map +1 -1
- package/dist/services/project-assistance-adapter.d.ts +14 -0
- package/dist/services/project-assistance-adapter.d.ts.map +1 -0
- package/dist/smrt-knowledge.json +10 -16
- package/package.json +10 -9
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
|
-
|
|
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
|
|
230
|
-
|
|
231
|
-
keys
|
|
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
|
|