mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
ddb415a2c7
* refactor: sink package-closed src modules into existing packages Move closed modules into contracts, kernel, capture-kit, and ad-script, and declare DaemonCommandDescriptor in core so R6/R9 can pin the remaining provider-webdriver type cycle. Co-authored-by: Cursor <cursoragent@cursor.com> * refactor: keep contracts and capture-kit off generic sinks Move interaction-outcome, snapshot warning rendering, and inventory ALS behind focused owners, and plant R18/R70 domain-shape gates so they cannot return as package export-map growth. Co-authored-by: Cursor <cursoragent@cursor.com> * refactor: drop moved implementation comments from owner modules Names, types, and tests already carry those invariants; the relocated files should not keep review-history or control-flow narration. Co-authored-by: Cursor <cursoragent@cursor.com> * refactor: drop the empty snapshot-quality layering zone W1 moved the verdict into capture-kit and this PR moved warning rendering into snapshot-presentation, so the ranked zone no longer has production files. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
90 lines
2.4 KiB
JSON
90 lines
2.4 KiB
JSON
{
|
|
"name": "@agent-device/kernel",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Foundational vocabulary for agent-device: errors, device identity, snapshot model, shared contracts. Internal workspace package bundled into the published agent-device artifact.",
|
|
"exports": {
|
|
"./bounds": {
|
|
"types": "./src/bounds.ts",
|
|
"default": "./src/bounds.ts"
|
|
},
|
|
"./collections": {
|
|
"types": "./src/collections.ts",
|
|
"default": "./src/collections.ts"
|
|
},
|
|
"./contracts": {
|
|
"types": "./src/contracts.ts",
|
|
"default": "./src/contracts.ts"
|
|
},
|
|
"./device": {
|
|
"types": "./src/device.ts",
|
|
"default": "./src/device.ts"
|
|
},
|
|
"./device-isolation": {
|
|
"types": "./src/device-isolation.ts",
|
|
"default": "./src/device-isolation.ts"
|
|
},
|
|
"./errors": {
|
|
"types": "./src/errors.ts",
|
|
"default": "./src/errors.ts"
|
|
},
|
|
"./keyed-lock": {
|
|
"types": "./src/keyed-lock.ts",
|
|
"default": "./src/keyed-lock.ts"
|
|
},
|
|
"./location-coordinates": {
|
|
"types": "./src/location-coordinates.ts",
|
|
"default": "./src/location-coordinates.ts"
|
|
},
|
|
"./numeric": {
|
|
"types": "./src/numeric.ts",
|
|
"default": "./src/numeric.ts"
|
|
},
|
|
"./record": {
|
|
"types": "./src/record.ts",
|
|
"default": "./src/record.ts"
|
|
},
|
|
"./rect": {
|
|
"types": "./src/rect.ts",
|
|
"default": "./src/rect.ts"
|
|
},
|
|
"./rect-center": {
|
|
"types": "./src/rect-center.ts",
|
|
"default": "./src/rect-center.ts"
|
|
},
|
|
"./screenshot-geometry": {
|
|
"types": "./src/screenshot-geometry.ts",
|
|
"default": "./src/screenshot-geometry.ts"
|
|
},
|
|
"./redaction": {
|
|
"types": "./src/redaction.ts",
|
|
"default": "./src/redaction.ts"
|
|
},
|
|
"./scoped-provider": {
|
|
"types": "./src/scoped-provider.ts",
|
|
"default": "./src/scoped-provider.ts"
|
|
},
|
|
"./scroll-indicator": {
|
|
"types": "./src/scroll-indicator.ts",
|
|
"default": "./src/scroll-indicator.ts"
|
|
},
|
|
"./snapshot": {
|
|
"types": "./src/snapshot.ts",
|
|
"default": "./src/snapshot.ts"
|
|
},
|
|
"./source-value": {
|
|
"types": "./src/source-value.ts",
|
|
"default": "./src/source-value.ts"
|
|
},
|
|
"./success-text": {
|
|
"types": "./src/success-text.ts",
|
|
"default": "./src/success-text.ts"
|
|
},
|
|
"./ttl-memo": {
|
|
"types": "./src/ttl-memo.ts",
|
|
"default": "./src/ttl-memo.ts"
|
|
}
|
|
}
|
|
}
|