apcore-js 0.20.0 → 0.21.1
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/acl-file.d.ts +12 -0
- package/dist/acl-file.d.ts.map +1 -0
- package/dist/acl-file.js +46 -0
- package/dist/acl-file.js.map +1 -0
- package/dist/acl.d.ts.map +1 -1
- package/dist/acl.js +20 -37
- package/dist/acl.js.map +1 -1
- package/dist/bindings.d.ts.map +1 -1
- package/dist/bindings.js +2 -21
- package/dist/bindings.js.map +1 -1
- package/dist/browser/index.d.ts +77 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +78 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/builtin-steps.js +2 -2
- package/dist/builtin-steps.js.map +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +12 -4
- package/dist/client.js.map +1 -1
- package/dist/config-defaults.d.ts +30 -0
- package/dist/config-defaults.d.ts.map +1 -0
- package/dist/config-defaults.js +83 -0
- package/dist/config-defaults.js.map +1 -0
- package/dist/config.d.ts +12 -7
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +27 -125
- package/dist/config.js.map +1 -1
- package/dist/executor.d.ts.map +1 -1
- package/dist/executor.js +39 -1
- package/dist/executor.js.map +1 -1
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/dist/index.d.ts +11 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -2
- package/dist/index.js.map +1 -1
- package/dist/middleware/tracing-otel-default.d.ts +16 -0
- package/dist/middleware/tracing-otel-default.d.ts.map +1 -0
- package/dist/middleware/tracing-otel-default.js +25 -0
- package/dist/middleware/tracing-otel-default.js.map +1 -0
- package/dist/middleware/tracing.d.ts.map +1 -1
- package/dist/middleware/tracing.js +9 -10
- package/dist/middleware/tracing.js.map +1 -1
- package/dist/module.d.ts +94 -2
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +99 -2
- package/dist/module.js.map +1 -1
- package/dist/registry/metadata-pure.d.ts +13 -0
- package/dist/registry/metadata-pure.d.ts.map +1 -0
- package/dist/registry/metadata-pure.js +67 -0
- package/dist/registry/metadata-pure.js.map +1 -0
- package/dist/registry/metadata.d.ts +8 -4
- package/dist/registry/metadata.d.ts.map +1 -1
- package/dist/registry/metadata.js +9 -70
- package/dist/registry/metadata.js.map +1 -1
- package/dist/registry/multi-class.d.ts +14 -31
- package/dist/registry/multi-class.d.ts.map +1 -1
- package/dist/registry/multi-class.js.map +1 -1
- package/dist/registry/registry.d.ts +149 -4
- package/dist/registry/registry.d.ts.map +1 -1
- package/dist/registry/registry.js +318 -19
- package/dist/registry/registry.js.map +1 -1
- package/dist/registry/scanner.d.ts.map +1 -1
- package/dist/registry/scanner.js +3 -15
- package/dist/registry/scanner.js.map +1 -1
- package/dist/schema/annotations.d.ts.map +1 -1
- package/dist/schema/annotations.js +1 -0
- package/dist/schema/annotations.js.map +1 -1
- package/dist/schema/loader-pure.d.ts +24 -0
- package/dist/schema/loader-pure.d.ts.map +1 -0
- package/dist/schema/loader-pure.js +153 -0
- package/dist/schema/loader-pure.js.map +1 -0
- package/dist/schema/loader.d.ts +14 -30
- package/dist/schema/loader.d.ts.map +1 -1
- package/dist/schema/loader.js +20 -201
- package/dist/schema/loader.js.map +1 -1
- package/dist/schema/ref-resolver.d.ts.map +1 -1
- package/dist/schema/ref-resolver.js +5 -19
- package/dist/schema/ref-resolver.js.map +1 -1
- package/dist/sys-modules/control.d.ts +0 -78
- package/dist/sys-modules/control.d.ts.map +1 -1
- package/dist/sys-modules/health.d.ts +0 -138
- package/dist/sys-modules/health.d.ts.map +1 -1
- package/dist/sys-modules/install.d.ts +12 -0
- package/dist/sys-modules/install.d.ts.map +1 -0
- package/dist/sys-modules/install.js +14 -0
- package/dist/sys-modules/install.js.map +1 -0
- package/dist/sys-modules/manifest.d.ts +1 -141
- package/dist/sys-modules/manifest.d.ts.map +1 -1
- package/dist/sys-modules/overrides-file.d.ts +14 -0
- package/dist/sys-modules/overrides-file.d.ts.map +1 -0
- package/dist/sys-modules/overrides-file.js +31 -0
- package/dist/sys-modules/overrides-file.js.map +1 -0
- package/dist/sys-modules/registration.d.ts.map +1 -1
- package/dist/sys-modules/registration.js +41 -12
- package/dist/sys-modules/registration.js.map +1 -1
- package/dist/sys-modules/toggle.d.ts +0 -70
- package/dist/sys-modules/toggle.d.ts.map +1 -1
- package/dist/sys-modules/usage.d.ts +1 -132
- package/dist/sys-modules/usage.d.ts.map +1 -1
- package/dist/utils/index.d.ts +2 -3
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +3 -11
- package/dist/utils/index.js.map +1 -1
- package/package.json +17 -5
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
* Central module registry for discovering, registering, and querying modules.
|
|
3
3
|
*/
|
|
4
4
|
import type { Config } from '../config.js';
|
|
5
|
+
import type { Context } from '../context.js';
|
|
6
|
+
import type { EventEmitter } from '../events/emitter.js';
|
|
5
7
|
import type { ModuleDescriptor } from './types.js';
|
|
6
8
|
/**
|
|
7
9
|
* Standard registry event names.
|
|
@@ -28,6 +30,23 @@ export declare const MAX_MODULE_ID_LENGTH = 192;
|
|
|
28
30
|
* Reserved words that cannot appear as the first segment of a module ID.
|
|
29
31
|
*/
|
|
30
32
|
export declare const RESERVED_WORDS: Set<string>;
|
|
33
|
+
/**
|
|
34
|
+
* Namespace prefix reserved for programmatically-registered modules
|
|
35
|
+
* synthesized at runtime (PROTOCOL_SPEC §2.5; RFC
|
|
36
|
+
* `apcore/docs/spec/rfc-ephemeral-modules.md`). IDs in this namespace MUST
|
|
37
|
+
* be registered through {@link Registry.register} only — the filesystem
|
|
38
|
+
* discoverer rejects matching IDs because the namespace has no
|
|
39
|
+
* directory-rooted source of truth, and {@link Registry.registerInternal}
|
|
40
|
+
* rejects them too so the audit-trail provenance distinction between
|
|
41
|
+
* framework-emitted (`system.*`) and caller-emitted (`ephemeral.*`)
|
|
42
|
+
* modules stays clean.
|
|
43
|
+
*
|
|
44
|
+
* The trailing dot is required so module IDs whose first segment merely
|
|
45
|
+
* *starts with* `ephemeral` (e.g. `ephemerals`) are not falsely classified.
|
|
46
|
+
*/
|
|
47
|
+
export declare const EPHEMERAL_NAMESPACE_PREFIX = "ephemeral.";
|
|
48
|
+
/** Return true when `moduleId` belongs to the reserved `ephemeral.*` namespace. */
|
|
49
|
+
export declare function isEphemeralModuleId(moduleId: string): boolean;
|
|
31
50
|
/**
|
|
32
51
|
* Interface for custom module discovery.
|
|
33
52
|
*/
|
|
@@ -65,6 +84,16 @@ export declare class Registry {
|
|
|
65
84
|
private _refCounts;
|
|
66
85
|
private _draining;
|
|
67
86
|
private _drainResolvers;
|
|
87
|
+
/**
|
|
88
|
+
* Optional EventEmitter for the ephemeral.* registry-side audit emits
|
|
89
|
+
* (RFC `apcore/docs/spec/rfc-ephemeral-modules.md` "Audit-event single-emit
|
|
90
|
+
* rule"). Set via {@link setEventEmitter}; when null, ephemeral audit
|
|
91
|
+
* events are warn-logged so they never silently disappear.
|
|
92
|
+
*
|
|
93
|
+
* Mirrors apcore-python `Registry._event_emitter` /
|
|
94
|
+
* `Registry.set_event_emitter`.
|
|
95
|
+
*/
|
|
96
|
+
private _eventEmitter;
|
|
68
97
|
constructor(options?: {
|
|
69
98
|
config?: Config | null;
|
|
70
99
|
extensionsDir?: string | null;
|
|
@@ -93,6 +122,21 @@ export declare class Registry {
|
|
|
93
122
|
*/
|
|
94
123
|
private _discoverDefault;
|
|
95
124
|
private _scanRoots;
|
|
125
|
+
/**
|
|
126
|
+
* Reject filesystem-derived IDs that fall in the reserved `ephemeral.*`
|
|
127
|
+
* namespace.
|
|
128
|
+
*
|
|
129
|
+
* Per the apcore ephemeral-modules RFC pilot (`apcore/docs/spec/
|
|
130
|
+
* rfc-ephemeral-modules.md`), `ephemeral.*` is reserved for
|
|
131
|
+
* programmatically-registered modules synthesized at runtime. Any
|
|
132
|
+
* filesystem layout that produces such an ID is a configuration error —
|
|
133
|
+
* either the directory is misnamed or the namespace prefix is being
|
|
134
|
+
* misused. We surface this as an `InvalidInputError` so callers cannot
|
|
135
|
+
* accidentally pollute the registry with filesystem-rooted ephemerals.
|
|
136
|
+
*
|
|
137
|
+
* Mirrors apcore-python `Registry._reject_ephemeral_discoveries`.
|
|
138
|
+
*/
|
|
139
|
+
private _rejectEphemeralDiscoveries;
|
|
96
140
|
private _applyIdMapOverrides;
|
|
97
141
|
private _loadAllMetadata;
|
|
98
142
|
private _resolveAllEntryPoints;
|
|
@@ -135,10 +179,14 @@ export declare class Registry {
|
|
|
135
179
|
* fields are merged into the module's metadata so callers can read them
|
|
136
180
|
* back via `getDefinition()` and `list({tags})`. See PROTOCOL_SPEC §5.4.
|
|
137
181
|
*/
|
|
138
|
-
register(moduleId: string, module: unknown, version?: string | null, metadata?: Record<string, unknown> | null
|
|
182
|
+
register(moduleId: string, module: unknown, version?: string | null, metadata?: Record<string, unknown> | null, options?: {
|
|
183
|
+
context?: Context | null;
|
|
184
|
+
}): void;
|
|
139
185
|
/** Inner registration — no validator, no ID validation. Used by discover() paths that run their own checks. */
|
|
140
186
|
private _registerImpl;
|
|
141
|
-
unregister(moduleId: string
|
|
187
|
+
unregister(moduleId: string, options?: {
|
|
188
|
+
context?: Context | null;
|
|
189
|
+
}): boolean;
|
|
142
190
|
/**
|
|
143
191
|
* Look up a registered module by ID.
|
|
144
192
|
*
|
|
@@ -153,13 +201,51 @@ export declare class Registry {
|
|
|
153
201
|
*/
|
|
154
202
|
get(moduleId: string, _versionHint?: string | null): unknown | null;
|
|
155
203
|
has(moduleId: string): boolean;
|
|
204
|
+
/**
|
|
205
|
+
* Return sorted list of registered module IDs, optionally filtered by
|
|
206
|
+
* `prefix` / `tags`.
|
|
207
|
+
*
|
|
208
|
+
* Modules whose `ModuleAnnotations.discoverable === false` are excluded
|
|
209
|
+
* by default per PROTOCOL_SPEC §4.4 (RFC
|
|
210
|
+
* `apcore/docs/spec/rfc-ephemeral-modules.md`). Pass
|
|
211
|
+
* `includeHidden: true` to enumerate every registered module — useful
|
|
212
|
+
* for introspection tools, debug consoles, and tests.
|
|
213
|
+
*/
|
|
156
214
|
list(options?: {
|
|
157
215
|
tags?: string[];
|
|
158
216
|
prefix?: string;
|
|
217
|
+
includeHidden?: boolean;
|
|
159
218
|
}): string[];
|
|
160
|
-
|
|
219
|
+
/**
|
|
220
|
+
* Iterate `[moduleId, module]` pairs. Hides modules annotated
|
|
221
|
+
* `discoverable: false` by default; pass `includeHidden: true` to walk
|
|
222
|
+
* every registered module.
|
|
223
|
+
*/
|
|
224
|
+
iter(options?: {
|
|
225
|
+
includeHidden?: boolean;
|
|
226
|
+
}): IterableIterator<[string, unknown]>;
|
|
227
|
+
/** Total number of registered modules (includes `discoverable: false`). */
|
|
161
228
|
get count(): number;
|
|
229
|
+
/**
|
|
230
|
+
* Sorted list of registered module IDs (excludes
|
|
231
|
+
* `ModuleAnnotations.discoverable === false` modules). Use
|
|
232
|
+
* {@link list} with `includeHidden: true` when the full set is required.
|
|
233
|
+
*/
|
|
162
234
|
get moduleIds(): string[];
|
|
235
|
+
/**
|
|
236
|
+
* Return false when the module's annotations declare
|
|
237
|
+
* `discoverable: false`. Anything else (including missing annotations)
|
|
238
|
+
* keeps the module visible — the default `true` preserves backward
|
|
239
|
+
* compatibility.
|
|
240
|
+
*
|
|
241
|
+
* Resolution order matches `mergeModuleMetadata`:
|
|
242
|
+
* 1. The merged `annotations` slot in `_moduleMeta` (which already
|
|
243
|
+
* accounts for YAML > code precedence).
|
|
244
|
+
* 2. The module instance's `annotations` attribute (covers paths that
|
|
245
|
+
* bypassed the merge, e.g. `registerInternal`).
|
|
246
|
+
*/
|
|
247
|
+
private _isDiscoverable;
|
|
248
|
+
private _readDiscoverable;
|
|
163
249
|
getDefinition(moduleId: string, _versionHint?: string | null): ModuleDescriptor | null;
|
|
164
250
|
describe(moduleId: string): string;
|
|
165
251
|
on(event: string, callback: EventCallback): void;
|
|
@@ -223,8 +309,27 @@ export declare class Registry {
|
|
|
223
309
|
* and the Rust trait method. Internally delegates to the free function
|
|
224
310
|
* {@link discoverMultiClass} (re-exported as `_discoverMultiClass` for
|
|
225
311
|
* scanner internals), so behaviour is identical.
|
|
312
|
+
*
|
|
313
|
+
* **apcore decision-log D-06**: the per-class `ClassDescriptor.multiClass`
|
|
314
|
+
* flag is the sole opt-in mechanism for multi-class discovery. When any
|
|
315
|
+
* qualifying class sets `multiClass: true`, the discovery routine derives
|
|
316
|
+
* a distinct module ID per class; otherwise whole-file mode is used.
|
|
317
|
+
*
|
|
318
|
+
* @param filePath - Source file path (relative to project root).
|
|
319
|
+
* @param classes - Class descriptors; each may carry `multiClass: true`
|
|
320
|
+
* to opt into per-class module ID derivation.
|
|
321
|
+
* @param extensionsRoot - Extensions root directory (defaults to
|
|
322
|
+
* `'extensions'`).
|
|
323
|
+
*
|
|
324
|
+
* **Deprecated 4-arg overload**: passing a `multiClassEnabled` boolean as
|
|
325
|
+
* the fourth argument is retained for backward compatibility through one
|
|
326
|
+
* minor release and will be removed in v0.22.0. The argument is now
|
|
327
|
+
* functionally inert — the per-class `multiClass` field is the source of
|
|
328
|
+
* truth. A one-shot deprecation notice is emitted on first use.
|
|
226
329
|
*/
|
|
227
|
-
discoverMultiClass(filePath: string, classes: readonly import('./multi-class.js').ClassDescriptor[], extensionsRoot?: string
|
|
330
|
+
discoverMultiClass(filePath: string, classes: readonly import('./multi-class.js').ClassDescriptor[], extensionsRoot?: string): import('./multi-class.js').MultiClassEntry[];
|
|
331
|
+
/** @deprecated Pass `multiClass: true` on each `ClassDescriptor` instead. The `multiClassEnabled` argument will be removed in v0.22.0. */
|
|
332
|
+
discoverMultiClass(filePath: string, classes: readonly import('./multi-class.js').ClassDescriptor[], extensionsRoot: string, multiClassEnabled: boolean): import('./multi-class.js').MultiClassEntry[];
|
|
228
333
|
/**
|
|
229
334
|
* Number of in-flight executions per module.
|
|
230
335
|
*/
|
|
@@ -274,6 +379,46 @@ export declare class Registry {
|
|
|
274
379
|
*
|
|
275
380
|
* Returns true if drained cleanly, false if force-unloaded after timeout.
|
|
276
381
|
*/
|
|
382
|
+
/**
|
|
383
|
+
* Wire an EventEmitter for registry-side audit emits.
|
|
384
|
+
*
|
|
385
|
+
* Per the apcore RFC `apcore/docs/spec/rfc-ephemeral-modules.md`
|
|
386
|
+
* "Audit-event single-emit rule", `ephemeral.*` registrations and
|
|
387
|
+
* unregistrations emit a single `apcore.registry.module_registered` /
|
|
388
|
+
* `apcore.registry.module_unregistered` event with the D-35 contextual
|
|
389
|
+
* payload. When no emitter is wired, the event is logged at INFO so it
|
|
390
|
+
* never silently disappears — useful for the v1 pilot where most
|
|
391
|
+
* callers will not have an emitter attached.
|
|
392
|
+
*
|
|
393
|
+
* Pilot scope: only `ephemeral.*` registrations trigger registry-side
|
|
394
|
+
* emits. The pre-existing bridge in
|
|
395
|
+
* `sys-modules/registration.ts` continues to emit empty-payload events
|
|
396
|
+
* for non-ephemeral modules and short-circuits for ephemerals so the
|
|
397
|
+
* single-emit rule holds.
|
|
398
|
+
*/
|
|
399
|
+
setEventEmitter(emitter: EventEmitter | null): void;
|
|
400
|
+
/**
|
|
401
|
+
* Soft-warn when an `ephemeral.*` module is registered without
|
|
402
|
+
* `requiresApproval: true`. Per the ephemeral-modules RFC pilot,
|
|
403
|
+
* agent-synthesized modules SHOULD declare `requiresApproval` so a
|
|
404
|
+
* human gates execution. The registry only warns; it does not refuse
|
|
405
|
+
* the registration.
|
|
406
|
+
*/
|
|
407
|
+
private _warnIfMissingApproval;
|
|
408
|
+
/**
|
|
409
|
+
* Build the D-35 audit payload (`caller_id` plus optional `identity`
|
|
410
|
+
* snapshot) for an ephemeral.* register/unregister. Mirrors the shape
|
|
411
|
+
* `extractAuditIdentity` produces for `system.control.*` events so
|
|
412
|
+
* subscribers can apply identical redaction rules.
|
|
413
|
+
*/
|
|
414
|
+
private _buildEphemeralAuditPayload;
|
|
415
|
+
/**
|
|
416
|
+
* Emit the canonical ephemeral.* audit event to the wired EventEmitter
|
|
417
|
+
* (or warn-log if none is wired). The bridge in
|
|
418
|
+
* `sys-modules/registration.ts` short-circuits on ephemeral.* IDs so
|
|
419
|
+
* exactly one event lands per registration / unregistration.
|
|
420
|
+
*/
|
|
421
|
+
private _emitEphemeralAudit;
|
|
277
422
|
safeUnregister(moduleId: string, timeoutMs?: number): Promise<boolean>;
|
|
278
423
|
}
|
|
279
424
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/registry/registry.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/registry/registry.ts"],"names":[],"mappings":"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"}
|