@openclawbrain/openclaw 0.3.2 → 0.3.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/README.md CHANGED
@@ -103,7 +103,6 @@ Keep `install` as the front-door lifecycle command:
103
103
 
104
104
  - `openclawbrain install` is the default attach path. On many-profile hosts, pass `--openclaw-home <path>` or set `OPENCLAW_HOME` so the target profile is explicit instead of guessed.
105
105
  - `openclawbrain install` now writes only the real profile hook and activation state. It no longer creates `BRAIN.md` or rewrites `AGENTS.md`.
106
- - for the `0.3.2` semantic/gating structure wave, use a fresh activation root or `uninstall --purge-data` plus reinstall when you want the new structure cleanly; in-place upgrade keeps existing learned material and does not rewrite it retroactively
107
106
  - `openclawbrain detach --openclaw-home <path>` removes only the OpenClaw profile hook. It preserves OpenClawBrain activation data and now says so plainly in both human output and JSON.
108
107
  - `openclawbrain uninstall --openclaw-home <path> --keep-data|--purge-data` removes the profile hook and forces the operator to pick the data outcome explicitly.
109
108
  - `--restart <never|safe|external>` is guidance only for detach/uninstall. The default `safe` guidance stays conservative: restart the running OpenClaw profile before expecting hook-state changes to take effect; otherwise the next launch picks them up.
@@ -10,7 +10,7 @@
10
10
  * - Missing activation root → fail-open with console.warn
11
11
  */
12
12
  import { fileURLToPath } from "node:url";
13
- import { compileRuntimeContext } from "@openclawbrain/openclaw";
13
+ import { compileRuntimeContext, recordOpenClawProfileRuntimeLoadProof } from "@openclawbrain/openclaw";
14
14
  import { createBeforePromptBuildHandler, isActivationRootPlaceholder, validateExtensionRegistrationApi } from "./runtime-guard.js";
15
15
  const ACTIVATION_ROOT = "__ACTIVATION_ROOT__";
16
16
  const EXTENSION_ENTRY_PATH = fileURLToPath(import.meta.url);
@@ -67,6 +67,22 @@ export default function register(api) {
67
67
  reportDiagnostic,
68
68
  debug: (message) => console.debug(message)
69
69
  }), { priority: 5 });
70
+ if (!isActivationRootPlaceholder(ACTIVATION_ROOT)) {
71
+ try {
72
+ recordOpenClawProfileRuntimeLoadProof({
73
+ activationRoot: ACTIVATION_ROOT,
74
+ extensionEntryPath: EXTENSION_ENTRY_PATH
75
+ });
76
+ }
77
+ catch (error) {
78
+ const detail = error instanceof Error ? error.message : String(error);
79
+ void reportDiagnostic({
80
+ key: `runtime-load-proof:${detail}`,
81
+ once: true,
82
+ message: `[openclawbrain] runtime load proof failed: ${detail}`
83
+ });
84
+ }
85
+ }
70
86
  announceStartupBreadcrumb();
71
87
  }
72
88
  catch (error) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../extension/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../extension/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,34 @@
1
+ import { type OpenClawHomeInspection } from "./openclaw-home-layout.js";
2
+ declare const ATTACHMENT_RUNTIME_LOAD_PROOFS_CONTRACT: "openclaw_profile_runtime_load_proofs.v1";
3
+ export interface OpenClawProfileRuntimeLoadProofRecordV1 {
4
+ openclawHome: string;
5
+ profileId: string | null;
6
+ profileSource: OpenClawHomeInspection["profileSource"];
7
+ loadedAt: string;
8
+ extensionEntryPath: string;
9
+ }
10
+ export interface OpenClawProfileRuntimeLoadProofsV1 {
11
+ contract: typeof ATTACHMENT_RUNTIME_LOAD_PROOFS_CONTRACT;
12
+ runtimeOwner: "openclaw";
13
+ activationRoot: string;
14
+ updatedAt: string;
15
+ profiles: OpenClawProfileRuntimeLoadProofRecordV1[];
16
+ }
17
+ export interface OpenClawProfileRuntimeLoadProofSetV1 {
18
+ path: string;
19
+ proofs: OpenClawProfileRuntimeLoadProofsV1 | null;
20
+ error: string | null;
21
+ }
22
+ export declare function resolveAttachmentRuntimeLoadProofsPath(activationRoot: string): string;
23
+ export declare function listOpenClawProfileRuntimeLoadProofs(activationRoot: string): OpenClawProfileRuntimeLoadProofSetV1;
24
+ export declare function recordOpenClawProfileRuntimeLoadProof(input: {
25
+ activationRoot: string;
26
+ extensionEntryPath: string;
27
+ loadedAt?: string | null;
28
+ }): OpenClawProfileRuntimeLoadProofRecordV1;
29
+ export declare function clearOpenClawProfileRuntimeLoadProof(input: {
30
+ activationRoot: string;
31
+ openclawHome: string;
32
+ clearedAt?: string | null;
33
+ }): boolean;
34
+ export {};
@@ -0,0 +1,215 @@
1
+ import { existsSync, mkdirSync, readFileSync, realpathSync, writeFileSync } from "node:fs";
2
+ import path from "node:path";
3
+ import { inspectOpenClawHome } from "./openclaw-home-layout.js";
4
+ const ATTACHMENT_RUNTIME_LOAD_PROOFS_CONTRACT = "openclaw_profile_runtime_load_proofs.v1";
5
+ const ATTACHMENT_TRUTH_DIRNAME = "attachment-truth";
6
+ const ATTACHMENT_RUNTIME_LOAD_PROOFS_BASENAME = "runtime-load-proofs.json";
7
+ function toErrorMessage(error) {
8
+ return error instanceof Error ? error.message : String(error);
9
+ }
10
+ function canonicalizeFilesystemPath(filePath) {
11
+ const resolvedPath = path.resolve(filePath);
12
+ try {
13
+ return realpathSync(resolvedPath);
14
+ }
15
+ catch {
16
+ return resolvedPath;
17
+ }
18
+ }
19
+ function normalizeIsoTimestamp(value, fieldName, fallbackValue) {
20
+ const candidate = value ?? fallbackValue;
21
+ if (candidate === undefined || candidate === null || candidate.trim().length === 0) {
22
+ throw new Error(`${fieldName} is required`);
23
+ }
24
+ if (Number.isNaN(Date.parse(candidate))) {
25
+ throw new Error(`${fieldName} must be an ISO timestamp`);
26
+ }
27
+ return new Date(candidate).toISOString();
28
+ }
29
+ function readRecord(value) {
30
+ if (value === null || typeof value !== "object" || Array.isArray(value)) {
31
+ return null;
32
+ }
33
+ return value;
34
+ }
35
+ function validateRuntimeLoadProofRecord(value, index) {
36
+ const record = readRecord(value);
37
+ if (record === null) {
38
+ throw new Error(`profiles[${index}] must be an object`);
39
+ }
40
+ const openclawHome = typeof record.openclawHome === "string" && record.openclawHome.trim().length > 0
41
+ ? canonicalizeFilesystemPath(record.openclawHome)
42
+ : null;
43
+ const profileId = record.profileId === null ? null : typeof record.profileId === "string" && record.profileId.trim().length > 0
44
+ ? record.profileId.trim()
45
+ : undefined;
46
+ const profileSource = record.profileSource === "openclaw_json_profile" ||
47
+ record.profileSource === "openclaw_json_single_profile_key" ||
48
+ record.profileSource === "directory_name" ||
49
+ record.profileSource === "none"
50
+ ? record.profileSource
51
+ : null;
52
+ const extensionEntryPath = typeof record.extensionEntryPath === "string" && record.extensionEntryPath.trim().length > 0
53
+ ? canonicalizeFilesystemPath(record.extensionEntryPath)
54
+ : null;
55
+ const loadedAt = typeof record.loadedAt === "string" && record.loadedAt.trim().length > 0
56
+ ? normalizeIsoTimestamp(record.loadedAt, `profiles[${index}].loadedAt`)
57
+ : null;
58
+ if (openclawHome === null) {
59
+ throw new Error(`profiles[${index}].openclawHome must be a non-empty string`);
60
+ }
61
+ if (profileId === undefined) {
62
+ throw new Error(`profiles[${index}].profileId must be null or a non-empty string`);
63
+ }
64
+ if (profileSource === null) {
65
+ throw new Error(`profiles[${index}].profileSource must be a supported OpenClaw profile source`);
66
+ }
67
+ if (extensionEntryPath === null) {
68
+ throw new Error(`profiles[${index}].extensionEntryPath must be a non-empty string`);
69
+ }
70
+ if (loadedAt === null) {
71
+ throw new Error(`profiles[${index}].loadedAt must be a non-empty ISO timestamp`);
72
+ }
73
+ return {
74
+ openclawHome,
75
+ profileId,
76
+ profileSource,
77
+ extensionEntryPath,
78
+ loadedAt
79
+ };
80
+ }
81
+ function validateRuntimeLoadProofs(activationRoot, value) {
82
+ const record = readRecord(value);
83
+ if (record === null) {
84
+ throw new Error("runtime load proof file must contain an object");
85
+ }
86
+ if (record.contract !== ATTACHMENT_RUNTIME_LOAD_PROOFS_CONTRACT) {
87
+ throw new Error(`runtime load proof contract must be ${ATTACHMENT_RUNTIME_LOAD_PROOFS_CONTRACT}`);
88
+ }
89
+ if (record.runtimeOwner !== "openclaw") {
90
+ throw new Error("runtime load proof runtimeOwner must be openclaw");
91
+ }
92
+ if (typeof record.activationRoot !== "string" || record.activationRoot.trim().length === 0) {
93
+ throw new Error("runtime load proof activationRoot must be a non-empty string");
94
+ }
95
+ const resolvedActivationRoot = path.resolve(record.activationRoot);
96
+ if (resolvedActivationRoot !== activationRoot) {
97
+ throw new Error(`runtime load proof activationRoot mismatch: expected ${activationRoot}, received ${resolvedActivationRoot}`);
98
+ }
99
+ const updatedAt = typeof record.updatedAt === "string" && record.updatedAt.trim().length > 0
100
+ ? normalizeIsoTimestamp(record.updatedAt, "updatedAt")
101
+ : null;
102
+ if (updatedAt === null) {
103
+ throw new Error("runtime load proof updatedAt must be a non-empty ISO timestamp");
104
+ }
105
+ if (!Array.isArray(record.profiles)) {
106
+ throw new Error("runtime load proof profiles must be an array");
107
+ }
108
+ const profiles = record.profiles.map((entry, index) => validateRuntimeLoadProofRecord(entry, index));
109
+ return {
110
+ contract: ATTACHMENT_RUNTIME_LOAD_PROOFS_CONTRACT,
111
+ runtimeOwner: "openclaw",
112
+ activationRoot,
113
+ updatedAt,
114
+ profiles
115
+ };
116
+ }
117
+ function buildEmptyRuntimeLoadProofs(activationRoot, updatedAt) {
118
+ return {
119
+ contract: ATTACHMENT_RUNTIME_LOAD_PROOFS_CONTRACT,
120
+ runtimeOwner: "openclaw",
121
+ activationRoot,
122
+ updatedAt,
123
+ profiles: []
124
+ };
125
+ }
126
+ function writeRuntimeLoadProofs(proofPath, proofs) {
127
+ mkdirSync(path.dirname(proofPath), { recursive: true });
128
+ writeFileSync(proofPath, `${JSON.stringify(proofs, null, 2)}\n`, "utf8");
129
+ }
130
+ function deriveOpenClawHomeFromExtensionEntryPath(extensionEntryPath) {
131
+ return canonicalizeFilesystemPath(path.resolve(path.dirname(canonicalizeFilesystemPath(extensionEntryPath)), "..", ".."));
132
+ }
133
+ export function resolveAttachmentRuntimeLoadProofsPath(activationRoot) {
134
+ return path.join(path.resolve(activationRoot), ATTACHMENT_TRUTH_DIRNAME, ATTACHMENT_RUNTIME_LOAD_PROOFS_BASENAME);
135
+ }
136
+ export function listOpenClawProfileRuntimeLoadProofs(activationRoot) {
137
+ const resolvedActivationRoot = path.resolve(activationRoot);
138
+ const proofPath = resolveAttachmentRuntimeLoadProofsPath(resolvedActivationRoot);
139
+ if (!existsSync(proofPath)) {
140
+ return {
141
+ path: proofPath,
142
+ proofs: null,
143
+ error: null
144
+ };
145
+ }
146
+ try {
147
+ const parsed = JSON.parse(readFileSync(proofPath, "utf8"));
148
+ return {
149
+ path: proofPath,
150
+ proofs: validateRuntimeLoadProofs(resolvedActivationRoot, parsed),
151
+ error: null
152
+ };
153
+ }
154
+ catch (error) {
155
+ return {
156
+ path: proofPath,
157
+ proofs: null,
158
+ error: toErrorMessage(error)
159
+ };
160
+ }
161
+ }
162
+ export function recordOpenClawProfileRuntimeLoadProof(input) {
163
+ const activationRoot = path.resolve(input.activationRoot);
164
+ const loadedAt = normalizeIsoTimestamp(input.loadedAt, "loadedAt", new Date().toISOString());
165
+ const extensionEntryPath = canonicalizeFilesystemPath(input.extensionEntryPath);
166
+ const openclawHome = deriveOpenClawHomeFromExtensionEntryPath(extensionEntryPath);
167
+ const inspection = inspectOpenClawHome(openclawHome);
168
+ const loadedProofs = listOpenClawProfileRuntimeLoadProofs(activationRoot);
169
+ if (loadedProofs.error !== null) {
170
+ throw new Error(`runtime load proof file ${loadedProofs.path} is unreadable: ${loadedProofs.error}`);
171
+ }
172
+ const nextRecord = {
173
+ openclawHome: canonicalizeFilesystemPath(openclawHome),
174
+ profileId: inspection.profileId,
175
+ profileSource: inspection.profileSource,
176
+ loadedAt,
177
+ extensionEntryPath
178
+ };
179
+ const nextProofs = loadedProofs.proofs === null
180
+ ? buildEmptyRuntimeLoadProofs(activationRoot, loadedAt)
181
+ : {
182
+ ...loadedProofs.proofs,
183
+ updatedAt: loadedAt,
184
+ profiles: [...loadedProofs.proofs.profiles]
185
+ };
186
+ nextProofs.profiles = nextProofs.profiles
187
+ .filter((record) => canonicalizeFilesystemPath(record.openclawHome) !== nextRecord.openclawHome)
188
+ .concat(nextRecord)
189
+ .sort((left, right) => left.openclawHome.localeCompare(right.openclawHome));
190
+ writeRuntimeLoadProofs(loadedProofs.path, nextProofs);
191
+ return nextRecord;
192
+ }
193
+ export function clearOpenClawProfileRuntimeLoadProof(input) {
194
+ const activationRoot = path.resolve(input.activationRoot);
195
+ const clearedAt = normalizeIsoTimestamp(input.clearedAt, "clearedAt", new Date().toISOString());
196
+ const openclawHome = canonicalizeFilesystemPath(input.openclawHome);
197
+ const loadedProofs = listOpenClawProfileRuntimeLoadProofs(activationRoot);
198
+ if (loadedProofs.error !== null) {
199
+ throw new Error(`runtime load proof file ${loadedProofs.path} is unreadable: ${loadedProofs.error}`);
200
+ }
201
+ if (loadedProofs.proofs === null) {
202
+ return false;
203
+ }
204
+ const filteredProfiles = loadedProofs.proofs.profiles.filter((record) => canonicalizeFilesystemPath(record.openclawHome) !== openclawHome);
205
+ if (filteredProfiles.length === loadedProofs.proofs.profiles.length) {
206
+ return false;
207
+ }
208
+ writeRuntimeLoadProofs(loadedProofs.path, {
209
+ ...loadedProofs.proofs,
210
+ updatedAt: clearedAt,
211
+ profiles: filteredProfiles
212
+ });
213
+ return true;
214
+ }
215
+ //# sourceMappingURL=attachment-truth.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment-truth.js","sourceRoot":"","sources":["../../src/attachment-truth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC3F,OAAO,IAAI,MAAM,WAAW,CAAC;AAE7B,OAAO,EAAE,mBAAmB,EAA+B,MAAM,2BAA2B,CAAC;AAE7F,MAAM,uCAAuC,GAAG,yCAAkD,CAAC;AACnG,MAAM,wBAAwB,GAAG,kBAAkB,CAAC;AACpD,MAAM,uCAAuC,GAAG,0BAA0B,CAAC;AAwB3E,SAAS,cAAc,CAAC,KAAc;IACpC,OAAO,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAS,0BAA0B,CAAC,QAAgB;IAClD,MAAM,YAAY,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAC5C,IAAI,CAAC;QACH,OAAO,YAAY,CAAC,YAAY,CAAC,CAAC;IACpC,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,YAAY,CAAC;IACtB,CAAC;AACH,CAAC;AAED,SAAS,qBAAqB,CAC5B,KAAgC,EAChC,SAAiB,EACjB,aAAsB;IAEtB,MAAM,SAAS,GAAG,KAAK,IAAI,aAAa,CAAC;IACzC,IAAI,SAAS,KAAK,SAAS,IAAI,SAAS,KAAK,IAAI,IAAI,SAAS,CAAC,IAAI,EAAE,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACnF,MAAM,IAAI,KAAK,CAAC,GAAG,SAAS,cAAc,CAAC,CAAC;IAC9C,CAAC;IAED,IAAI,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC;QACxC,MAAM,IAAI,KAAK,CAAC,GAAG,SAAS,2BAA2B,CAAC,CAAC;IAC3D,CAAC;IAED,OAAO,IAAI,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE,CAAC;AAC3C,CAAC;AAED,SAAS,UAAU,CAAC,KAAc;IAChC,IAAI,KAAK,KAAK,IAAI,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;QACxE,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,KAAgC,CAAC;AAC1C,CAAC;AAED,SAAS,8BAA8B,CAAC,KAAc,EAAE,KAAa;IACnE,MAAM,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,MAAM,KAAK,IAAI,EAAE,CAAC;QACpB,MAAM,IAAI,KAAK,CAAC,YAAY,KAAK,qBAAqB,CAAC,CAAC;IAC1D,CAAC;IAED,MAAM,YAAY,GAAG,OAAO,MAAM,CAAC,YAAY,KAAK,QAAQ,IAAI,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC;QACnG,CAAC,CAAC,0BAA0B,CAAC,MAAM,CAAC,YAAY,CAAC;QACjD,CAAC,CAAC,IAAI,CAAC;IACT,MAAM,SAAS,GACb,MAAM,CAAC,SAAS,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,MAAM,CAAC,SAAS,KAAK,QAAQ,IAAI,MAAM,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC;QAC3G,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,EAAE;QACzB,CAAC,CAAC,SAAS,CAAC;IAChB,MAAM,aAAa,GACjB,MAAM,CAAC,aAAa,KAAK,uBAAuB;QAChD,MAAM,CAAC,aAAa,KAAK,kCAAkC;QAC3D,MAAM,CAAC,aAAa,KAAK,gBAAgB;QACzC,MAAM,CAAC,aAAa,KAAK,MAAM;QAC7B,CAAC,CAAC,MAAM,CAAC,aAAa;QACtB,CAAC,CAAC,IAAI,CAAC;IACX,MAAM,kBAAkB,GACtB,OAAO,MAAM,CAAC,kBAAkB,KAAK,QAAQ,IAAI,MAAM,CAAC,kBAAkB,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC;QAC1F,CAAC,CAAC,0BAA0B,CAAC,MAAM,CAAC,kBAAkB,CAAC;QACvD,CAAC,CAAC,IAAI,CAAC;IACX,MAAM,QAAQ,GACZ,OAAO,MAAM,CAAC,QAAQ,KAAK,QAAQ,IAAI,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC;QACtE,CAAC,CAAC,qBAAqB,CAAC,MAAM,CAAC,QAAQ,EAAE,YAAY,KAAK,YAAY,CAAC;QACvE,CAAC,CAAC,IAAI,CAAC;IAEX,IAAI,YAAY,KAAK,IAAI,EAAE,CAAC;QAC1B,MAAM,IAAI,KAAK,CAAC,YAAY,KAAK,2CAA2C,CAAC,CAAC;IAChF,CAAC;IACD,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;QAC5B,MAAM,IAAI,KAAK,CAAC,YAAY,KAAK,gDAAgD,CAAC,CAAC;IACrF,CAAC;IACD,IAAI,aAAa,KAAK,IAAI,EAAE,CAAC;QAC3B,MAAM,IAAI,KAAK,CAAC,YAAY,KAAK,6DAA6D,CAAC,CAAC;IAClG,CAAC;IACD,IAAI,kBAAkB,KAAK,IAAI,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CAAC,YAAY,KAAK,iDAAiD,CAAC,CAAC;IACtF,CAAC;IACD,IAAI,QAAQ,KAAK,IAAI,EAAE,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,YAAY,KAAK,8CAA8C,CAAC,CAAC;IACnF,CAAC;IAED,OAAO;QACL,YAAY;QACZ,SAAS;QACT,aAAa;QACb,kBAAkB;QAClB,QAAQ;KACT,CAAC;AACJ,CAAC;AAED,SAAS,yBAAyB,CAChC,cAAsB,EACtB,KAAc;IAEd,MAAM,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,MAAM,KAAK,IAAI,EAAE,CAAC;QACpB,MAAM,IAAI,KAAK,CAAC,gDAAgD,CAAC,CAAC;IACpE,CAAC;IAED,IAAI,MAAM,CAAC,QAAQ,KAAK,uCAAuC,EAAE,CAAC;QAChE,MAAM,IAAI,KAAK,CAAC,uCAAuC,uCAAuC,EAAE,CAAC,CAAC;IACpG,CAAC;IACD,IAAI,MAAM,CAAC,YAAY,KAAK,UAAU,EAAE,CAAC;QACvC,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;IACtE,CAAC;IACD,IAAI,OAAO,MAAM,CAAC,cAAc,KAAK,QAAQ,IAAI,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAC3F,MAAM,IAAI,KAAK,CAAC,8DAA8D,CAAC,CAAC;IAClF,CAAC;IAED,MAAM,sBAAsB,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;IACnE,IAAI,sBAAsB,KAAK,cAAc,EAAE,CAAC;QAC9C,MAAM,IAAI,KAAK,CACb,wDAAwD,cAAc,cAAc,sBAAsB,EAAE,CAC7G,CAAC;IACJ,CAAC;IAED,MAAM,SAAS,GACb,OAAO,MAAM,CAAC,SAAS,KAAK,QAAQ,IAAI,MAAM,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC;QACxE,CAAC,CAAC,qBAAqB,CAAC,MAAM,CAAC,SAAS,EAAE,WAAW,CAAC;QACtD,CAAC,CAAC,IAAI,CAAC;IACX,IAAI,SAAS,KAAK,IAAI,EAAE,CAAC;QACvB,MAAM,IAAI,KAAK,CAAC,gEAAgE,CAAC,CAAC;IACpF,CAAC;IAED,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC;QACpC,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;IAClE,CAAC;IAED,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,EAAE,CAAC,8BAA8B,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC;IACrG,OAAO;QACL,QAAQ,EAAE,uCAAuC;QACjD,YAAY,EAAE,UAAU;QACxB,cAAc;QACd,SAAS;QACT,QAAQ;KACT,CAAC;AACJ,CAAC;AAED,SAAS,2BAA2B,CAClC,cAAsB,EACtB,SAAiB;IAEjB,OAAO;QACL,QAAQ,EAAE,uCAAuC;QACjD,YAAY,EAAE,UAAU;QACxB,cAAc;QACd,SAAS;QACT,QAAQ,EAAE,EAAE;KACb,CAAC;AACJ,CAAC;AAED,SAAS,sBAAsB,CAC7B,SAAiB,EACjB,MAA0C;IAE1C,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;IACxD,aAAa,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;AAC3E,CAAC;AAED,SAAS,wCAAwC,CAAC,kBAA0B;IAC1E,OAAO,0BAA0B,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,0BAA0B,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC;AAC5H,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,cAAsB;IAC3E,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,EAAE,wBAAwB,EAAE,uCAAuC,CAAC,CAAC;AACpH,CAAC;AAED,MAAM,UAAU,oCAAoC,CAClD,cAAsB;IAEtB,MAAM,sBAAsB,GAAG,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;IAC5D,MAAM,SAAS,GAAG,sCAAsC,CAAC,sBAAsB,CAAC,CAAC;IAEjF,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC;QAC3B,OAAO;YACL,IAAI,EAAE,SAAS;YACf,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,IAAI;SACZ,CAAC;IACJ,CAAC;IAED,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC;QAC3D,OAAO;YACL,IAAI,EAAE,SAAS;YACf,MAAM,EAAE,yBAAyB,CAAC,sBAAsB,EAAE,MAAM,CAAC;YACjE,KAAK,EAAE,IAAI;SACZ,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO;YACL,IAAI,EAAE,SAAS;YACf,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC;SAC7B,CAAC;IACJ,CAAC;AACH,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,KAIrD;IACC,MAAM,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAC1D,MAAM,QAAQ,GAAG,qBAAqB,CAAC,KAAK,CAAC,QAAQ,EAAE,UAAU,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,CAAC;IAC7F,MAAM,kBAAkB,GAAG,0BAA0B,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC;IAChF,MAAM,YAAY,GAAG,wCAAwC,CAAC,kBAAkB,CAAC,CAAC;IAClF,MAAM,UAAU,GAAG,mBAAmB,CAAC,YAAY,CAAC,CAAC;IACrD,MAAM,YAAY,GAAG,oCAAoC,CAAC,cAAc,CAAC,CAAC;IAC1E,IAAI,YAAY,CAAC,KAAK,KAAK,IAAI,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,2BAA2B,YAAY,CAAC,IAAI,mBAAmB,YAAY,CAAC,KAAK,EAAE,CACpF,CAAC;IACJ,CAAC;IAED,MAAM,UAAU,GAA4C;QAC1D,YAAY,EAAE,0BAA0B,CAAC,YAAY,CAAC;QACtD,SAAS,EAAE,UAAU,CAAC,SAAS;QAC/B,aAAa,EAAE,UAAU,CAAC,aAAa;QACvC,QAAQ;QACR,kBAAkB;KACnB,CAAC;IACF,MAAM,UAAU,GAAG,YAAY,CAAC,MAAM,KAAK,IAAI;QAC7C,CAAC,CAAC,2BAA2B,CAAC,cAAc,EAAE,QAAQ,CAAC;QACvD,CAAC,CAAC;YACE,GAAG,YAAY,CAAC,MAAM;YACtB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,CAAC,GAAG,YAAY,CAAC,MAAM,CAAC,QAAQ,CAAC;SAC5C,CAAC;IAEN,UAAU,CAAC,QAAQ,GAAG,UAAU,CAAC,QAAQ;SACtC,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,MAAM,CAAC,YAAY,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;SAC/F,MAAM,CAAC,UAAU,CAAC;SAClB,IAAI,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC,aAAa,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC;IAE9E,sBAAsB,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;IACtD,OAAO,UAAU,CAAC;AACpB,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,KAIpD;IACC,MAAM,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAC1D,MAAM,SAAS,GAAG,qBAAqB,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,CAAC;IAChG,MAAM,YAAY,GAAG,0BAA0B,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;IACpE,MAAM,YAAY,GAAG,oCAAoC,CAAC,cAAc,CAAC,CAAC;IAE1E,IAAI,YAAY,CAAC,KAAK,KAAK,IAAI,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,2BAA2B,YAAY,CAAC,IAAI,mBAAmB,YAAY,CAAC,KAAK,EAAE,CACpF,CAAC;IACJ,CAAC;IAED,IAAI,YAAY,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;QACjC,OAAO,KAAK,CAAC;IACf,CAAC;IAED,MAAM,gBAAgB,GAAG,YAAY,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAC1D,CAAC,MAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,MAAM,CAAC,YAAY,CAAC,KAAK,YAAY,CAC7E,CAAC;IACF,IAAI,gBAAgB,CAAC,MAAM,KAAK,YAAY,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC;QACpE,OAAO,KAAK,CAAC;IACf,CAAC;IAED,sBAAsB,CAAC,YAAY,CAAC,IAAI,EAAE;QACxC,GAAG,YAAY,CAAC,MAAM;QACtB,SAAS,EAAE,SAAS;QACpB,QAAQ,EAAE,gBAAgB;KAC3B,CAAC,CAAC;IACH,OAAO,IAAI,CAAC;AACd,CAAC"}