@remnic/core 9.6.23 → 9.6.25
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/dist/access-admin-ops-surface.js +1 -1
- package/dist/access-boundary.js +1 -1
- package/dist/access-cli.js +4 -4
- package/dist/access-http.js +3 -3
- package/dist/access-identity-continuity-surface.js +1 -1
- package/dist/access-lcm-surface.js +1 -1
- package/dist/access-mcp.js +2 -2
- package/dist/access-observe-write-surface.js +1 -1
- package/dist/access-operations-batch.js +1 -1
- package/dist/access-operations.d.ts +3 -3
- package/dist/access-operations.js +1 -1
- package/dist/access-recall-surface.js +1 -1
- package/dist/access-schema.d.ts +64 -64
- package/dist/access-service.js +1 -1
- package/dist/{chunk-KEY3FEMP.js → chunk-43VNWTBB.js} +3 -3
- package/dist/{chunk-A2OFRQ5B.js → chunk-N6VIXDT7.js} +2 -2
- package/dist/{chunk-ERA5RSMZ.js → chunk-P32IDSHD.js} +1 -1
- package/dist/{chunk-ERA5RSMZ.js.map → chunk-P32IDSHD.js.map} +1 -1
- package/dist/{chunk-D3D677BV.js → chunk-QLYLTKUG.js} +4 -4
- package/dist/{chunk-D3D677BV.js.map → chunk-QLYLTKUG.js.map} +1 -1
- package/dist/cli.js +4 -4
- package/dist/coding/coding-graph-types.d.ts +23 -1
- package/dist/coding/coding-graph-types.js +1 -1
- package/dist/coding/optional-coding-graph.js +1 -1
- package/dist/index.js +4 -4
- package/dist/orchestrator.js +4 -4
- package/dist/schemas.d.ts +74 -74
- package/dist/shared-context/manager.d.ts +8 -8
- package/dist/transfer/types.d.ts +66 -66
- package/package.json +2 -2
- package/src/access-http.test.ts +2 -2
- package/src/access-mcp.test.ts +2 -2
- package/src/access-mcp.ts +3 -3
- package/src/access-service-coding-write.test.ts +18 -18
- package/src/access-service-lcm-forgery.test.ts +5 -5
- package/src/access-service-observe-lcm-parity.test.ts +25 -25
- package/src/access-service-observe-scope.test.ts +16 -16
- package/src/access-service-project-tag.test.ts +2 -2
- package/src/access-service-raw-excerpt-read-gate.test.ts +1 -1
- package/src/coding/coding-graph-types.ts +23 -0
- package/src/coding/coding-namespace.test.ts +3 -3
- package/src/coding/wire-coding-context.test.ts +22 -22
- package/src/issue-1492-coding-mode-consistency.test.ts +2 -2
- /package/dist/{chunk-KEY3FEMP.js.map → chunk-43VNWTBB.js.map} +0 -0
- /package/dist/{chunk-A2OFRQ5B.js.map → chunk-N6VIXDT7.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -90,7 +90,7 @@ import {
|
|
|
90
90
|
runWorkProductStatusCliCommand,
|
|
91
91
|
runWorkProjectCliCommand,
|
|
92
92
|
runWorkTaskCliCommand
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-43VNWTBB.js";
|
|
94
94
|
import "./chunk-MMACM5G2.js";
|
|
95
95
|
import "./chunk-54BGIBCR.js";
|
|
96
96
|
import "./chunk-H4CKS5B2.js";
|
|
@@ -168,7 +168,7 @@ import "./chunk-G6NKALRN.js";
|
|
|
168
168
|
import "./chunk-OO42R444.js";
|
|
169
169
|
import "./chunk-K6MV3TRQ.js";
|
|
170
170
|
import "./chunk-OADWQ5CR.js";
|
|
171
|
-
import "./chunk-
|
|
171
|
+
import "./chunk-N6VIXDT7.js";
|
|
172
172
|
import "./chunk-V7IZKJI3.js";
|
|
173
173
|
import "./chunk-SEDEKFYQ.js";
|
|
174
174
|
import "./chunk-RKNJBZ55.js";
|
|
@@ -177,7 +177,7 @@ import "./chunk-RSUYKGGZ.js";
|
|
|
177
177
|
import "./chunk-42NQ7AVG.js";
|
|
178
178
|
import "./chunk-TMSXWOBZ.js";
|
|
179
179
|
import "./chunk-7RXCMVFQ.js";
|
|
180
|
-
import "./chunk-
|
|
180
|
+
import "./chunk-QLYLTKUG.js";
|
|
181
181
|
import "./chunk-IC2TCZJ2.js";
|
|
182
182
|
import "./chunk-D24OXEPB.js";
|
|
183
183
|
import "./chunk-5RUE3GHQ.js";
|
|
@@ -199,7 +199,7 @@ import "./chunk-GDB4J2H3.js";
|
|
|
199
199
|
import "./chunk-M5QKGHCR.js";
|
|
200
200
|
import "./chunk-64SE4X5G.js";
|
|
201
201
|
import "./chunk-VQ7B2Q6M.js";
|
|
202
|
-
import "./chunk-
|
|
202
|
+
import "./chunk-P32IDSHD.js";
|
|
203
203
|
import "./chunk-JGSKJHF7.js";
|
|
204
204
|
import "./chunk-PUBTHW5O.js";
|
|
205
205
|
import "./chunk-S4DDLTPX.js";
|
|
@@ -64,12 +64,27 @@ interface SymbolIR {
|
|
|
64
64
|
interface ImportIR {
|
|
65
65
|
/** Raw module specifier as written in source. */
|
|
66
66
|
readonly module: string;
|
|
67
|
+
/** Exported names as declared by the source module (pre-alias). */
|
|
67
68
|
readonly importedNames: readonly string[];
|
|
69
|
+
/**
|
|
70
|
+
* Alias-aware bindings (issue #1894 review): `local` is the identifier
|
|
71
|
+
* usable at call sites in THIS file; `exported` is the name in the
|
|
72
|
+
* source module. For non-aliased imports the two are equal. Optional so
|
|
73
|
+
* pre-existing IR consumers and JSON fixtures stay valid; when absent,
|
|
74
|
+
* consumers treat every `importedNames` entry as `local === exported`.
|
|
75
|
+
*/
|
|
76
|
+
readonly bindings?: readonly ImportBindingIR[];
|
|
68
77
|
readonly span: {
|
|
69
78
|
readonly startByte: number;
|
|
70
79
|
readonly endByte: number;
|
|
71
80
|
};
|
|
72
81
|
}
|
|
82
|
+
interface ImportBindingIR {
|
|
83
|
+
/** Name exported by the source module. */
|
|
84
|
+
readonly exported: string;
|
|
85
|
+
/** Local identifier bound in the importing file. */
|
|
86
|
+
readonly local: string;
|
|
87
|
+
}
|
|
73
88
|
interface ExportIR {
|
|
74
89
|
readonly name: string;
|
|
75
90
|
readonly span: {
|
|
@@ -79,6 +94,13 @@ interface ExportIR {
|
|
|
79
94
|
}
|
|
80
95
|
interface CallSiteIR {
|
|
81
96
|
readonly calleeNameCandidates: readonly string[];
|
|
97
|
+
/**
|
|
98
|
+
* True when the callee is a member/property access (`obj.save()`,
|
|
99
|
+
* `recv.field()`), issue #1894 review: bare-name heuristics must never
|
|
100
|
+
* bind these — method dispatch is Phase B (LSP) territory. Optional so
|
|
101
|
+
* pre-existing IR stays valid; absent = false.
|
|
102
|
+
*/
|
|
103
|
+
readonly memberAccess?: boolean;
|
|
82
104
|
readonly span: {
|
|
83
105
|
readonly startByte: number;
|
|
84
106
|
readonly endByte: number;
|
|
@@ -103,4 +125,4 @@ interface CreateCodingGraphEngineOptions {
|
|
|
103
125
|
readonly grammarDir?: never;
|
|
104
126
|
}
|
|
105
127
|
|
|
106
|
-
export { CODING_GRAPH_ENGINE_VERSION, type CallSiteIR, type CodingGraphEngine, type CodingGraphErrorCode, type CodingGraphLanguage, type CreateCodingGraphEngineOptions, type ExportIR, type FileIR, type ImportIR, type ParseFileInput, type ParseResult, type RouteIR, type SymbolIR, TIER_1_LANGUAGES };
|
|
128
|
+
export { CODING_GRAPH_ENGINE_VERSION, type CallSiteIR, type CodingGraphEngine, type CodingGraphErrorCode, type CodingGraphLanguage, type CreateCodingGraphEngineOptions, type ExportIR, type FileIR, type ImportBindingIR, type ImportIR, type ParseFileInput, type ParseResult, type RouteIR, type SymbolIR, TIER_1_LANGUAGES };
|
package/dist/index.js
CHANGED
|
@@ -348,7 +348,7 @@ import {
|
|
|
348
348
|
registerTrainingExportAdapter,
|
|
349
349
|
runBulkImportCliCommand,
|
|
350
350
|
runWearablesCliCommand
|
|
351
|
-
} from "./chunk-
|
|
351
|
+
} from "./chunk-43VNWTBB.js";
|
|
352
352
|
import "./chunk-MMACM5G2.js";
|
|
353
353
|
import "./chunk-54BGIBCR.js";
|
|
354
354
|
import "./chunk-H4CKS5B2.js";
|
|
@@ -550,7 +550,7 @@ import "./chunk-K6MV3TRQ.js";
|
|
|
550
550
|
import "./chunk-OADWQ5CR.js";
|
|
551
551
|
import {
|
|
552
552
|
EngramAccessHttpServer
|
|
553
|
-
} from "./chunk-
|
|
553
|
+
} from "./chunk-N6VIXDT7.js";
|
|
554
554
|
import {
|
|
555
555
|
WearablesInputError,
|
|
556
556
|
describeErrorForOperator
|
|
@@ -564,7 +564,7 @@ import "./chunk-TMSXWOBZ.js";
|
|
|
564
564
|
import "./chunk-7RXCMVFQ.js";
|
|
565
565
|
import {
|
|
566
566
|
EngramMcpServer
|
|
567
|
-
} from "./chunk-
|
|
567
|
+
} from "./chunk-QLYLTKUG.js";
|
|
568
568
|
import "./chunk-IC2TCZJ2.js";
|
|
569
569
|
import {
|
|
570
570
|
buildCitationGuidance,
|
|
@@ -640,7 +640,7 @@ import "./chunk-VQ7B2Q6M.js";
|
|
|
640
640
|
import {
|
|
641
641
|
CODING_GRAPH_ENGINE_VERSION,
|
|
642
642
|
TIER_1_LANGUAGES
|
|
643
|
-
} from "./chunk-
|
|
643
|
+
} from "./chunk-P32IDSHD.js";
|
|
644
644
|
import {
|
|
645
645
|
isTrustZoneName
|
|
646
646
|
} from "./chunk-JGSKJHF7.js";
|
package/dist/orchestrator.js
CHANGED
|
@@ -126,7 +126,7 @@ import "./chunk-Q6IP2ARR.js";
|
|
|
126
126
|
import "./chunk-6HEM6HTQ.js";
|
|
127
127
|
import "./chunk-O2EL7EGG.js";
|
|
128
128
|
import "./chunk-FVTLSFWU.js";
|
|
129
|
-
import "./chunk-
|
|
129
|
+
import "./chunk-43VNWTBB.js";
|
|
130
130
|
import "./chunk-MMACM5G2.js";
|
|
131
131
|
import "./chunk-54BGIBCR.js";
|
|
132
132
|
import "./chunk-H4CKS5B2.js";
|
|
@@ -217,7 +217,7 @@ import "./chunk-G6NKALRN.js";
|
|
|
217
217
|
import "./chunk-OO42R444.js";
|
|
218
218
|
import "./chunk-K6MV3TRQ.js";
|
|
219
219
|
import "./chunk-OADWQ5CR.js";
|
|
220
|
-
import "./chunk-
|
|
220
|
+
import "./chunk-N6VIXDT7.js";
|
|
221
221
|
import "./chunk-V7IZKJI3.js";
|
|
222
222
|
import "./chunk-SEDEKFYQ.js";
|
|
223
223
|
import "./chunk-RKNJBZ55.js";
|
|
@@ -226,7 +226,7 @@ import "./chunk-RSUYKGGZ.js";
|
|
|
226
226
|
import "./chunk-42NQ7AVG.js";
|
|
227
227
|
import "./chunk-TMSXWOBZ.js";
|
|
228
228
|
import "./chunk-7RXCMVFQ.js";
|
|
229
|
-
import "./chunk-
|
|
229
|
+
import "./chunk-QLYLTKUG.js";
|
|
230
230
|
import "./chunk-IC2TCZJ2.js";
|
|
231
231
|
import "./chunk-D24OXEPB.js";
|
|
232
232
|
import "./chunk-5RUE3GHQ.js";
|
|
@@ -248,7 +248,7 @@ import "./chunk-GDB4J2H3.js";
|
|
|
248
248
|
import "./chunk-M5QKGHCR.js";
|
|
249
249
|
import "./chunk-64SE4X5G.js";
|
|
250
250
|
import "./chunk-VQ7B2Q6M.js";
|
|
251
|
-
import "./chunk-
|
|
251
|
+
import "./chunk-P32IDSHD.js";
|
|
252
252
|
import "./chunk-JGSKJHF7.js";
|
|
253
253
|
import "./chunk-PUBTHW5O.js";
|
|
254
254
|
import "./chunk-S4DDLTPX.js";
|