@principles/core 1.146.2 → 1.147.0
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/index.d.ts +0 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/dist/io.d.ts +0 -1
- package/dist/io.d.ts.map +1 -1
- package/dist/io.js +0 -2
- package/dist/io.js.map +1 -1
- package/dist/principle-injector.d.ts +1 -1
- package/dist/principle-injector.d.ts.map +1 -1
- package/dist/runtime-v2/__tests__/architecture-regression.test.js +76 -1
- package/dist/runtime-v2/__tests__/architecture-regression.test.js.map +1 -1
- package/dist/runtime-v2/config/__tests__/pd-config-contract.test.js +5 -0
- package/dist/runtime-v2/config/__tests__/pd-config-contract.test.js.map +1 -1
- package/dist/runtime-v2/config/pd-config-agent-binding.d.ts +1 -0
- package/dist/runtime-v2/config/pd-config-agent-binding.d.ts.map +1 -1
- package/dist/runtime-v2/config/pd-config-agent-binding.js +3 -0
- package/dist/runtime-v2/config/pd-config-agent-binding.js.map +1 -1
- package/dist/runtime-v2/config/pd-config-types.d.ts +2 -0
- package/dist/runtime-v2/config/pd-config-types.d.ts.map +1 -1
- package/dist/runtime-v2/config/pd-config-types.js.map +1 -1
- package/dist/runtime-v2/config/pd-config-validate.d.ts.map +1 -1
- package/dist/runtime-v2/config/pd-config-validate.js +12 -0
- package/dist/runtime-v2/config/pd-config-validate.js.map +1 -1
- package/dist/runtime-v2/context-payload.d.ts +4 -4
- package/dist/runtime-v2/core-principles/__tests__/core-axiom-block.test.d.ts +5 -0
- package/dist/runtime-v2/core-principles/__tests__/core-axiom-block.test.d.ts.map +1 -0
- package/dist/runtime-v2/core-principles/__tests__/core-axiom-block.test.js +91 -0
- package/dist/runtime-v2/core-principles/__tests__/core-axiom-block.test.js.map +1 -0
- package/dist/runtime-v2/core-principles/core-axiom-block.d.ts +67 -0
- package/dist/runtime-v2/core-principles/core-axiom-block.d.ts.map +1 -0
- package/dist/runtime-v2/core-principles/core-axiom-block.js +76 -0
- package/dist/runtime-v2/core-principles/core-axiom-block.js.map +1 -0
- package/dist/runtime-v2/core-principles/index.d.ts +2 -0
- package/dist/runtime-v2/core-principles/index.d.ts.map +1 -1
- package/dist/runtime-v2/core-principles/index.js +1 -0
- package/dist/runtime-v2/core-principles/index.js.map +1 -1
- package/dist/runtime-v2/diagnostician/distiller-prompt-builder.d.ts.map +1 -1
- package/dist/runtime-v2/diagnostician/distiller-prompt-builder.js +5 -12
- package/dist/runtime-v2/diagnostician/distiller-prompt-builder.js.map +1 -1
- package/dist/runtime-v2/diagnostician/rootcause-prompt-builder.d.ts.map +1 -1
- package/dist/runtime-v2/diagnostician/rootcause-prompt-builder.js +9 -13
- package/dist/runtime-v2/diagnostician/rootcause-prompt-builder.js.map +1 -1
- package/dist/runtime-v2/feature-flags/__tests__/feature-flag-contract.test.js +2 -0
- package/dist/runtime-v2/feature-flags/__tests__/feature-flag-contract.test.js.map +1 -1
- package/dist/runtime-v2/feature-flags/feature-flag-contract.d.ts.map +1 -1
- package/dist/runtime-v2/feature-flags/feature-flag-contract.js +1 -0
- package/dist/runtime-v2/feature-flags/feature-flag-contract.js.map +1 -1
- package/dist/runtime-v2/full-trace-contract.d.ts +3 -3
- package/dist/runtime-v2/internalization/__tests__/scribe-prompt-builder.test.js +13 -8
- package/dist/runtime-v2/internalization/__tests__/scribe-prompt-builder.test.js.map +1 -1
- package/dist/runtime-v2/internalization/__tests__/scribe-prompt-language.test.js +4 -3
- package/dist/runtime-v2/internalization/__tests__/scribe-prompt-language.test.js.map +1 -1
- package/dist/runtime-v2/internalization/artificer-prompt-builder.d.ts +1 -1
- package/dist/runtime-v2/internalization/artificer-prompt-builder.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/artificer-prompt-builder.js +1 -1
- package/dist/runtime-v2/internalization/artificer-runner.d.ts +3 -0
- package/dist/runtime-v2/internalization/artificer-runner.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/artificer-runner.js +8 -0
- package/dist/runtime-v2/internalization/artificer-runner.js.map +1 -1
- package/dist/runtime-v2/internalization/dreamer-prompt-builder.d.ts +19 -1
- package/dist/runtime-v2/internalization/dreamer-prompt-builder.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/dreamer-prompt-builder.js +48 -8
- package/dist/runtime-v2/internalization/dreamer-prompt-builder.js.map +1 -1
- package/dist/runtime-v2/internalization/dreamer-runner.d.ts +6 -0
- package/dist/runtime-v2/internalization/dreamer-runner.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/dreamer-runner.js +24 -1
- package/dist/runtime-v2/internalization/dreamer-runner.js.map +1 -1
- package/dist/runtime-v2/internalization/evaluator-prompt-builder.d.ts +1 -1
- package/dist/runtime-v2/internalization/evaluator-prompt-builder.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/evaluator-prompt-builder.js +2 -2
- package/dist/runtime-v2/internalization/evaluator-runner.d.ts +3 -0
- package/dist/runtime-v2/internalization/evaluator-runner.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/evaluator-runner.js +8 -0
- package/dist/runtime-v2/internalization/evaluator-runner.js.map +1 -1
- package/dist/runtime-v2/internalization/philosopher-prompt-builder.d.ts +20 -1
- package/dist/runtime-v2/internalization/philosopher-prompt-builder.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/philosopher-prompt-builder.js +47 -6
- package/dist/runtime-v2/internalization/philosopher-prompt-builder.js.map +1 -1
- package/dist/runtime-v2/internalization/philosopher-runner.d.ts +5 -0
- package/dist/runtime-v2/internalization/philosopher-runner.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/philosopher-runner.js +14 -1
- package/dist/runtime-v2/internalization/philosopher-runner.js.map +1 -1
- package/dist/runtime-v2/internalization/rollout-reviewer-prompt-builder.d.ts +1 -1
- package/dist/runtime-v2/internalization/rollout-reviewer-prompt-builder.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/rollout-reviewer-prompt-builder.js +2 -2
- package/dist/runtime-v2/internalization/scribe-prompt-builder.d.ts +20 -6
- package/dist/runtime-v2/internalization/scribe-prompt-builder.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/scribe-prompt-builder.js +31 -15
- package/dist/runtime-v2/internalization/scribe-prompt-builder.js.map +1 -1
- package/dist/runtime-v2/internalization/scribe-runner.d.ts +5 -0
- package/dist/runtime-v2/internalization/scribe-runner.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/scribe-runner.js +14 -1
- package/dist/runtime-v2/internalization/scribe-runner.js.map +1 -1
- package/dist/runtime-v2/internalization/trainer-prompt-builder.d.ts +1 -1
- package/dist/runtime-v2/internalization/trainer-prompt-builder.d.ts.map +1 -1
- package/dist/runtime-v2/internalization/trainer-prompt-builder.js +2 -2
- package/dist/runtime-v2/pain-signal-runtime-factory.d.ts.map +1 -1
- package/dist/runtime-v2/pain-signal-runtime-factory.js +1 -0
- package/dist/runtime-v2/pain-signal-runtime-factory.js.map +1 -1
- package/dist/runtime-v2/runner/base-peer-runner.d.ts +4 -1
- package/dist/runtime-v2/runner/base-peer-runner.d.ts.map +1 -1
- package/dist/runtime-v2/runner/base-peer-runner.js +12 -2
- package/dist/runtime-v2/runner/base-peer-runner.js.map +1 -1
- package/dist/runtime-v2/runner/peer-runner-types.d.ts +7 -0
- package/dist/runtime-v2/runner/peer-runner-types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/evolution-hook.d.ts +0 -70
- package/dist/evolution-hook.d.ts.map +0 -1
- package/dist/evolution-hook.js +0 -10
- package/dist/evolution-hook.js.map +0 -1
- package/dist/pain-flag-resolver.d.ts +0 -18
- package/dist/pain-flag-resolver.d.ts.map +0 -1
- package/dist/pain-flag-resolver.js +0 -21
- package/dist/pain-flag-resolver.js.map +0 -1
- package/dist/pain-recorder.d.ts +0 -38
- package/dist/pain-recorder.d.ts.map +0 -1
- package/dist/pain-recorder.js +0 -62
- package/dist/pain-recorder.js.map +0 -1
- package/dist/storage-adapter.d.ts +0 -59
- package/dist/storage-adapter.d.ts.map +0 -1
- package/dist/storage-adapter.js +0 -2
- package/dist/storage-adapter.js.map +0 -1
- package/dist/types/workspace-resolver.d.ts +0 -25
- package/dist/types/workspace-resolver.d.ts.map +0 -1
- package/dist/types/workspace-resolver.js +0 -10
- package/dist/types/workspace-resolver.js.map +0 -1
- package/dist/types.d.ts +0 -56
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -16
- package/dist/types.js.map +0 -1
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* StorageAdapter interface for the Evolution SDK.
|
|
3
|
-
*
|
|
4
|
-
* This interface decouples the evolution engine from specific persistence
|
|
5
|
-
* implementations (file system, SQLite, remote API). All higher-level
|
|
6
|
-
* modules that need to read or mutate the principle ledger should depend
|
|
7
|
-
* on this interface rather than importing principle-tree-ledger directly.
|
|
8
|
-
*
|
|
9
|
-
* The interface uses HybridLedgerStore from types.ts as the
|
|
10
|
-
* canonical store shape, but future adapters can map alternative backends
|
|
11
|
-
* to this shape.
|
|
12
|
-
*/
|
|
13
|
-
import type { HybridLedgerStore } from './types.js';
|
|
14
|
-
/**
|
|
15
|
-
* Abstract storage adapter for the principle ledger.
|
|
16
|
-
*
|
|
17
|
-
* Implementations must guarantee:
|
|
18
|
-
* - Atomic writes (no partial/corrupted state on crash)
|
|
19
|
-
* - Thread-safe concurrent access (locking or equivalent)
|
|
20
|
-
* - Consistent read-after-write visibility
|
|
21
|
-
*
|
|
22
|
-
* The `mutateLedger` method is the preferred way to perform read-modify-write
|
|
23
|
-
* cycles. It encapsulates locking so callers never need to manage it.
|
|
24
|
-
*/
|
|
25
|
-
export interface StorageAdapter {
|
|
26
|
-
/**
|
|
27
|
-
* Load the current ledger state from persistence.
|
|
28
|
-
*
|
|
29
|
-
* If no persisted state exists (first run), returns an empty store.
|
|
30
|
-
*/
|
|
31
|
-
loadLedger(): Promise<HybridLedgerStore>;
|
|
32
|
-
/**
|
|
33
|
-
* Persist the full ledger state.
|
|
34
|
-
*
|
|
35
|
-
* Must be atomic -- partial writes must never be visible to readers.
|
|
36
|
-
*/
|
|
37
|
-
saveLedger(store: HybridLedgerStore): Promise<void>;
|
|
38
|
-
/**
|
|
39
|
-
* Perform a read-modify-write cycle with automatic locking.
|
|
40
|
-
*
|
|
41
|
-
* The `mutate` function receives the current store and may return a
|
|
42
|
-
* value synchronously or via Promise. The store is persisted after
|
|
43
|
-
* the mutate function resolves, regardless of its return value.
|
|
44
|
-
*
|
|
45
|
-
* If two concurrent `mutateLedger` calls overlap, one must wait for
|
|
46
|
-
* the other to complete (pessimistic locking) or retry on conflict
|
|
47
|
-
* (optimistic locking). The choice is left to the implementation.
|
|
48
|
-
*
|
|
49
|
-
* @example
|
|
50
|
-
* ```ts
|
|
51
|
-
* const count = await adapter.mutateLedger((store) => {
|
|
52
|
-
* store.tree.principles['p-1'] = newPrinciple;
|
|
53
|
-
* return Object.keys(store.tree.principles).length;
|
|
54
|
-
* });
|
|
55
|
-
* ```
|
|
56
|
-
*/
|
|
57
|
-
mutateLedger<T>(mutate: (store: HybridLedgerStore) => T | Promise<T>): Promise<T>;
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=storage-adapter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storage-adapter.d.ts","sourceRoot":"","sources":["../src/storage-adapter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAMpD;;;;;;;;;;GAUG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,UAAU,IAAI,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAEzC;;;;OAIG;IACH,UAAU,CAAC,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEpD;;;;;;;;;;;;;;;;;;OAkBG;IACH,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CACnF"}
|
package/dist/storage-adapter.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storage-adapter.js","sourceRoot":"","sources":["../src/storage-adapter.ts"],"names":[],"mappings":""}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* WorkspaceResolver Interface
|
|
3
|
-
*
|
|
4
|
-
* Framework-agnostic contract for resolving the active workspace directory.
|
|
5
|
-
* Concrete implementation is provided by the openclaw-plugin extension mechanism.
|
|
6
|
-
*
|
|
7
|
-
* D-01: Interface in @principles/core, implementation in openclaw-plugin
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* Interface for resolving the active workspace directory.
|
|
11
|
-
*
|
|
12
|
-
* Concrete implementation lives in openclaw-plugin via extension/override pattern.
|
|
13
|
-
* CLI commands depend on the interface only — no plugin internals.
|
|
14
|
-
*/
|
|
15
|
-
export interface WorkspaceResolver {
|
|
16
|
-
/**
|
|
17
|
-
* Resolve the active workspace directory.
|
|
18
|
-
*
|
|
19
|
-
* @param workspaceDir - Optional override. If not provided, resolves using
|
|
20
|
-
* platform-specific defaults (env vars, config file, cwd).
|
|
21
|
-
* @returns The resolved workspace directory path.
|
|
22
|
-
*/
|
|
23
|
-
resolve(workspaceDir?: string): string;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=workspace-resolver.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspace-resolver.d.ts","sourceRoot":"","sources":["../../src/types/workspace-resolver.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH;;;;;GAKG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;;;;OAMG;IACH,OAAO,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* WorkspaceResolver Interface
|
|
3
|
-
*
|
|
4
|
-
* Framework-agnostic contract for resolving the active workspace directory.
|
|
5
|
-
* Concrete implementation is provided by the openclaw-plugin extension mechanism.
|
|
6
|
-
*
|
|
7
|
-
* D-01: Interface in @principles/core, implementation in openclaw-plugin
|
|
8
|
-
*/
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=workspace-resolver.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspace-resolver.js","sourceRoot":"","sources":["../../src/types/workspace-resolver.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG"}
|
package/dist/types.d.ts
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Duplicated type shapes for principles-core.
|
|
3
|
-
*
|
|
4
|
-
* These types are minimal shapes duplicated from openclaw-plugin to avoid
|
|
5
|
-
* cross-package imports. principles-core must NOT depend on openclaw-plugin.
|
|
6
|
-
*
|
|
7
|
-
* MAINTENANCE CONTRACT: When updating these types, also update the corresponding
|
|
8
|
-
* source types in openclaw-plugin and vice-versa. These are the same shapes --
|
|
9
|
-
* drift between them will cause subtle storage/pipeline bugs.
|
|
10
|
-
*
|
|
11
|
-
* Source locations:
|
|
12
|
-
* - InjectablePrinciple -> openclaw-plugin/src/core/principle-injection.ts
|
|
13
|
-
* - HybridLedgerStore -> openclaw-plugin/src/core/principle-tree-ledger.ts
|
|
14
|
-
*/
|
|
15
|
-
/**
|
|
16
|
-
* Minimal InjectablePrinciple shape for principle injection.
|
|
17
|
-
* Must stay in sync with openclaw-plugin/src/core/principle-injection.ts.
|
|
18
|
-
*/
|
|
19
|
-
export interface InjectablePrinciple {
|
|
20
|
-
id: string;
|
|
21
|
-
text: string;
|
|
22
|
-
/** Priority level. Defaults to 'P1' if not set by the source. */
|
|
23
|
-
priority?: 'P0' | 'P1' | 'P2';
|
|
24
|
-
createdAt: string;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Minimal HybridLedgerStore shape for storage adapter interface.
|
|
28
|
-
* Must stay in sync with openclaw-plugin/src/core/principle-tree-ledger.ts.
|
|
29
|
-
*
|
|
30
|
-
* Note: tree.* fields use `unknown` to avoid importing the actual node types.
|
|
31
|
-
* This is an intentional trade-off -- StorageAdapter implementations must
|
|
32
|
-
* be careful to validate the shape of objects they store/retrieve.
|
|
33
|
-
*/
|
|
34
|
-
export interface HybridLedgerStore {
|
|
35
|
-
trainingStore: Record<string, {
|
|
36
|
-
principleId: string;
|
|
37
|
-
evaluability: 'deterministic' | 'weak_heuristic' | 'manual_only';
|
|
38
|
-
applicableOpportunityCount: number;
|
|
39
|
-
observedViolationCount: number;
|
|
40
|
-
complianceRate: number;
|
|
41
|
-
violationTrend: number;
|
|
42
|
-
generatedSampleCount: number;
|
|
43
|
-
approvedSampleCount: number;
|
|
44
|
-
includedTrainRunIds: string[];
|
|
45
|
-
deployedCheckpointIds: string[];
|
|
46
|
-
internalizationStatus: 'prompt_only' | 'needs_training' | 'in_training' | 'deployed_pending_eval' | 'internalized' | 'regressed';
|
|
47
|
-
}>;
|
|
48
|
-
tree: {
|
|
49
|
-
principles: Record<string, unknown>;
|
|
50
|
-
rules: Record<string, unknown>;
|
|
51
|
-
implementations: Record<string, unknown>;
|
|
52
|
-
metrics: Record<string, unknown>;
|
|
53
|
-
lastUpdated: string;
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
//# sourceMappingURL=types.d.ts.map
|
package/dist/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,iEAAiE;IACjE,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,iBAAiB;IAChC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE;QAC5B,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,eAAe,GAAG,gBAAgB,GAAG,aAAa,CAAC;QACjE,0BAA0B,EAAE,MAAM,CAAC;QACnC,sBAAsB,EAAE,MAAM,CAAC;QAC/B,cAAc,EAAE,MAAM,CAAC;QACvB,cAAc,EAAE,MAAM,CAAC;QACvB,oBAAoB,EAAE,MAAM,CAAC;QAC7B,mBAAmB,EAAE,MAAM,CAAC;QAC5B,mBAAmB,EAAE,MAAM,EAAE,CAAC;QAC9B,qBAAqB,EAAE,MAAM,EAAE,CAAC;QAChC,qBAAqB,EAAE,aAAa,GAAG,gBAAgB,GAAG,aAAa,GAAG,uBAAuB,GAAG,cAAc,GAAG,WAAW,CAAC;KAClI,CAAC,CAAC;IACH,IAAI,EAAE;QACJ,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QACpC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAC/B,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QACzC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QACjC,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;CACH"}
|
package/dist/types.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Duplicated type shapes for principles-core.
|
|
3
|
-
*
|
|
4
|
-
* These types are minimal shapes duplicated from openclaw-plugin to avoid
|
|
5
|
-
* cross-package imports. principles-core must NOT depend on openclaw-plugin.
|
|
6
|
-
*
|
|
7
|
-
* MAINTENANCE CONTRACT: When updating these types, also update the corresponding
|
|
8
|
-
* source types in openclaw-plugin and vice-versa. These are the same shapes --
|
|
9
|
-
* drift between them will cause subtle storage/pipeline bugs.
|
|
10
|
-
*
|
|
11
|
-
* Source locations:
|
|
12
|
-
* - InjectablePrinciple -> openclaw-plugin/src/core/principle-injection.ts
|
|
13
|
-
* - HybridLedgerStore -> openclaw-plugin/src/core/principle-tree-ledger.ts
|
|
14
|
-
*/
|
|
15
|
-
export {};
|
|
16
|
-
//# sourceMappingURL=types.js.map
|
package/dist/types.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
|