@amalgm/core 0.4.2 → 0.4.3
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/PURPOSE.md
CHANGED
|
@@ -100,6 +100,8 @@ that composes an exact Core release with the other product releases.
|
|
|
100
100
|
17. **Retirement is explicit subtraction.** Every retired Engine prefix stays
|
|
101
101
|
named as evidence but is absent from the active route table, so dead
|
|
102
102
|
compatibility surfaces cannot masquerade as unfinished product work.
|
|
103
|
+
The retired `/email` compatibility door is owned by neither Core nor
|
|
104
|
+
Shell; current-user delivery belongs to the standalone Channels product.
|
|
103
105
|
18. **Machine setup is one trust rail with two entrances.** Browser polling and
|
|
104
106
|
an approved setup code converge before the same registration, credential
|
|
105
107
|
split, installation, canonical-runtime, and readiness path;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* under its own '/pty' handling).
|
|
10
10
|
*
|
|
11
11
|
* Counts, pinned by tests: 3 gateway prefixes, 5 gateway exact paths,
|
|
12
|
-
* 3 port-monitor prefixes, 1 chat prefix,
|
|
12
|
+
* 3 port-monitor prefixes, 1 chat prefix, 21 active MCP prefixes.
|
|
13
13
|
*
|
|
14
14
|
* This is product configuration riding in the kernel repo for the
|
|
15
15
|
* cutover: the table SHAPE is core's; these CONTENTS belong to the
|
|
@@ -23,8 +23,10 @@ import type { RouteTable } from './routing.js';
|
|
|
23
23
|
* `/tasks` is the superseded SQLite scheduler facade; `/mcp-connections` is
|
|
24
24
|
* the superseded second registry now represented by Tools connection records
|
|
25
25
|
* plus credential references resolved by Core's machine-local vault; `/github`
|
|
26
|
-
* is superseded by the next cloud integration and credential collection model
|
|
26
|
+
* is superseded by the next cloud integration and credential collection model;
|
|
27
|
+
* `/email` was the in-process Notifications compatibility door and is replaced
|
|
28
|
+
* by the independently deployed Channels product.
|
|
27
29
|
*/
|
|
28
|
-
export declare const retiredEngineRoutePrefixes: readonly ["/tasks", "/mcp-connections", "/github"];
|
|
30
|
+
export declare const retiredEngineRoutePrefixes: readonly ["/tasks", "/mcp-connections", "/github", "/email"];
|
|
29
31
|
export declare const shippedRouteTable: RouteTable;
|
|
30
32
|
//# sourceMappingURL=shipped-routes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shipped-routes.d.ts","sourceRoot":"","sources":["../../src/transport/shipped-routes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C
|
|
1
|
+
{"version":3,"file":"shipped-routes.d.ts","sourceRoot":"","sources":["../../src/transport/shipped-routes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C;;;;;;;;GAQG;AACH,eAAO,MAAM,0BAA0B,8DAA+D,CAAC;AAEvG,eAAO,MAAM,iBAAiB,EAAE,UA4B/B,CAAC"}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* under its own '/pty' handling).
|
|
10
10
|
*
|
|
11
11
|
* Counts, pinned by tests: 3 gateway prefixes, 5 gateway exact paths,
|
|
12
|
-
* 3 port-monitor prefixes, 1 chat prefix,
|
|
12
|
+
* 3 port-monitor prefixes, 1 chat prefix, 21 active MCP prefixes.
|
|
13
13
|
*
|
|
14
14
|
* This is product configuration riding in the kernel repo for the
|
|
15
15
|
* cutover: the table SHAPE is core's; these CONTENTS belong to the
|
|
@@ -22,9 +22,11 @@
|
|
|
22
22
|
* `/tasks` is the superseded SQLite scheduler facade; `/mcp-connections` is
|
|
23
23
|
* the superseded second registry now represented by Tools connection records
|
|
24
24
|
* plus credential references resolved by Core's machine-local vault; `/github`
|
|
25
|
-
* is superseded by the next cloud integration and credential collection model
|
|
25
|
+
* is superseded by the next cloud integration and credential collection model;
|
|
26
|
+
* `/email` was the in-process Notifications compatibility door and is replaced
|
|
27
|
+
* by the independently deployed Channels product.
|
|
26
28
|
*/
|
|
27
|
-
export const retiredEngineRoutePrefixes = ['/tasks', '/mcp-connections', '/github'];
|
|
29
|
+
export const retiredEngineRoutePrefixes = ['/tasks', '/mcp-connections', '/github', '/email'];
|
|
28
30
|
export const shippedRouteTable = {
|
|
29
31
|
gatewayPrefixes: ['/__amalgm', '/diagnostics', '/pty'],
|
|
30
32
|
gatewayExactPaths: ['/', '/healthz', '/runtime-state', '/pty/session', '/pty/resize'],
|
|
@@ -42,7 +44,6 @@ export const shippedRouteTable = {
|
|
|
42
44
|
'/state',
|
|
43
45
|
'/local',
|
|
44
46
|
'/credentials',
|
|
45
|
-
'/email',
|
|
46
47
|
'/slack',
|
|
47
48
|
'/user-api-keys',
|
|
48
49
|
'/apps',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shipped-routes.js","sourceRoot":"","sources":["../../src/transport/shipped-routes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH
|
|
1
|
+
{"version":3,"file":"shipped-routes.js","sourceRoot":"","sources":["../../src/transport/shipped-routes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,QAAQ,EAAE,kBAAkB,EAAE,SAAS,EAAE,QAAQ,CAAU,CAAC;AAEvG,MAAM,CAAC,MAAM,iBAAiB,GAAe;IAC3C,eAAe,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,MAAM,CAAC;IACtD,iBAAiB,EAAE,CAAC,GAAG,EAAE,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,aAAa,CAAC;IACrF,mBAAmB,EAAE,CAAC,YAAY,EAAE,QAAQ,EAAE,eAAe,CAAC;IAC9D,YAAY,EAAE,CAAC,OAAO,CAAC;IACvB,WAAW,EAAE;QACX,MAAM;QACN,SAAS;QACT,cAAc;QACd,iBAAiB;QACjB,YAAY;QACZ,kBAAkB;QAClB,KAAK;QACL,UAAU;QACV,QAAQ;QACR,QAAQ;QACR,cAAc;QACd,QAAQ;QACR,gBAAgB;QAChB,OAAO;QACP,YAAY;QACZ,SAAS;QACT,eAAe;QACf,gBAAgB;QAChB,SAAS;QACT,mBAAmB;QACnB,UAAU;KACX;CACF,CAAC"}
|
package/package.json
CHANGED