@dzhechkov/harness-cli 0.8.23 → 0.8.24
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/.dz-manifest.json +16 -16
- package/README.md +116 -6
- package/dist/boolean-flags.d.ts.map +1 -1
- package/dist/boolean-flags.js +2 -0
- package/dist/boolean-flags.js.map +1 -1
- package/dist/cli.d.ts +28 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +458 -12
- package/dist/cli.js.map +1 -1
- package/dist/known-flags.d.ts.map +1 -1
- package/dist/known-flags.js +2 -0
- package/dist/known-flags.js.map +1 -1
- package/package.json +27 -27
- package/sbom.json +15 -15
- package/src/boolean-flags.ts +2 -0
- package/src/cli.ts +474 -11
- package/src/known-flags.ts +2 -0
package/.dz-manifest.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"path": "README.md",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "55e833687e744ffc8f067d1fe9264d1987f32a61dc35236985234f7652b066da"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "dist/bin.d.ts",
|
|
@@ -33,31 +33,31 @@
|
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"path": "dist/boolean-flags.d.ts.map",
|
|
36
|
-
"sha256": "
|
|
36
|
+
"sha256": "6dc1cb51c44d69d47ed68fa59ef83d3864e67c464fd52d19304d686b0d52db0f"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"path": "dist/boolean-flags.js",
|
|
40
|
-
"sha256": "
|
|
40
|
+
"sha256": "2603e6ae974bae8ad682654f4c4ebd732e8a8c98b984c1cb539576cff0e37662"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"path": "dist/boolean-flags.js.map",
|
|
44
|
-
"sha256": "
|
|
44
|
+
"sha256": "bc800f97db0d795fb323dfd8d5d8cf930dd3a426269e559fd6e73bb357f2024a"
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"path": "dist/cli.d.ts",
|
|
48
|
-
"sha256": "
|
|
48
|
+
"sha256": "d68251a8d5bf76c6a91e37bb72ba10169738f9be70aa879992247387845881ce"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"path": "dist/cli.d.ts.map",
|
|
52
|
-
"sha256": "
|
|
52
|
+
"sha256": "55791604a1965a25dff3c3e8563b72a3dc0acc0cb3df8939d398da55221b17e3"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"path": "dist/cli.js",
|
|
56
|
-
"sha256": "
|
|
56
|
+
"sha256": "4ca1bf4b207b13bf6bc679db969a9aede9220a81874440c55715c5f0ad7a552c"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"path": "dist/cli.js.map",
|
|
60
|
-
"sha256": "
|
|
60
|
+
"sha256": "8cf4559933a2db86c202b9283b04041b8425ea50f600e12c4f738c0d73498707"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"path": "dist/command-inventory.d.ts",
|
|
@@ -129,15 +129,15 @@
|
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"path": "dist/known-flags.d.ts.map",
|
|
132
|
-
"sha256": "
|
|
132
|
+
"sha256": "4388c40ba547deb7c1cc8038faab8b34146f3abb5538d4e64b328da4fea2bb7f"
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
"path": "dist/known-flags.js",
|
|
136
|
-
"sha256": "
|
|
136
|
+
"sha256": "481e990a09740a1af38213787041bf2c70f54c3539ccfb49fb045bd374bc7669"
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
"path": "dist/known-flags.js.map",
|
|
140
|
-
"sha256": "
|
|
140
|
+
"sha256": "86d0e1be18f4bca85feafd2865b2371e77a04e202bf99b87ecda9483696e7433"
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"path": "keys/README.md",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "package.json",
|
|
152
|
-
"sha256": "
|
|
152
|
+
"sha256": "fb1f3f04f6937cb01e64ab6c6433fe5871d8609216dc9a176a78e70f23e782a2"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "src/bin.ts",
|
|
@@ -157,11 +157,11 @@
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"path": "src/boolean-flags.ts",
|
|
160
|
-
"sha256": "
|
|
160
|
+
"sha256": "8705ed4427b562d0f39fe772a75cfac13d4322afda4a675cbfcf1e5bbab57628"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"path": "src/cli.ts",
|
|
164
|
-
"sha256": "
|
|
164
|
+
"sha256": "7bf10efa88be8a65d835ed7a65a135022339b75078f8596da3135bfc00a59044"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "src/command-inventory.ts",
|
|
@@ -181,9 +181,9 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"path": "src/known-flags.ts",
|
|
184
|
-
"sha256": "
|
|
184
|
+
"sha256": "a181018a851bbc4b1a7f3a06962a50db138c451abd0e6cca3e89f5a9d1228fba"
|
|
185
185
|
}
|
|
186
186
|
]
|
|
187
187
|
},
|
|
188
|
-
"signature": "
|
|
188
|
+
"signature": "YHA8q4XSLQRlxsnF6+57nf1hkwwfckNrrV73TEs+XQjU6TdSIAEPa9YWx3prd44hACdXgo748KjJlwieg+xDBw=="
|
|
189
189
|
}
|
package/README.md
CHANGED
|
@@ -978,7 +978,13 @@ stated fact rather than an inference from an absent file. Records and reports ar
|
|
|
978
978
|
the state directory itself is contained the same way, before anything is created in it. The audit
|
|
979
979
|
trail is written BEFORE the report and corrected after it, so `reportWritten` can only ever
|
|
980
980
|
understate; if the trail cannot be written at all, the run FAILS (`audit-write-failed`) rather than
|
|
981
|
-
shipping a verdict nobody can re-derive.
|
|
981
|
+
shipping a verdict nobody can re-derive. The record also carries `writeSequence` — diagnostic
|
|
982
|
+
sequencing metadata: a self-reported, process-local trace of the `signoff-write-started` /
|
|
983
|
+
`report-written` / `record-update-prepared` steps with monotonic stamps taken at each named event
|
|
984
|
+
(the start of the first record write, the moment the report is on disk, and just before the atomic
|
|
985
|
+
record update). It replaces a file-mtime comparison in the tests (a race); the write ORDER itself is
|
|
986
|
+
proven by the report-failure test (record exists and says `false` when the report never lands) and
|
|
987
|
+
the failpoint test (`reportWritten:true` only after the report), not by this field.
|
|
982
988
|
|
|
983
989
|
**Exit codes:** `0` a signoff was parsed (ANY grade — a grade F still exits 0: the bridge reports, it
|
|
984
990
|
does not gate), `1` a named failure, `2` a usage error. **Honest limits:** it proves the call was
|
|
@@ -2197,9 +2203,9 @@ dz verify-pack --pack <dir> [--pubkey <path>] # signature check of a pack: fai
|
|
|
2197
2203
|
dz guard check --op <publish|teach|consolidate|reindex> [--text <s>] [--json] [--force <reason>] # declarative constraint layer before self-mutating ops: HARD violation → block (exit 1), SOFT → warn; zero-config defaults, .dz/guard.json to customise; dz guard --init | dz guard log (append-only audit). The built-in SOFT `rounds-traced` rule warns at 10 packages/ commits since the latest round receipt (or the ledger's first row when no round exists); a null git fact is `not measured`, and `.dz/config.json` `rounds.traced:false` is a named skip. dz publish runs it automatically (--no-guard "<reason>" = logged escape hatch)
|
|
2198
2204
|
dz guard promote [--dry-run | --apply] [--window-days <N>] [--periods <N>] [--json] # lesson → guard-rule promotion: ranks lessons by firings × cost, SHADOW-replays each candidate over real commits, and proposes a rule only after TWO consecutive wins AND two window-lengths of REAL elapsed time since first observation. Non-dry runs add bounded prospective funnel evidence to .dz/promotion-state.json without feeding the verdict; --dry-run remains write-free. --apply installs SOFT rules only; promotions/refusals remain under features/guard-promotion/promotions/
|
|
2199
2205
|
dz feature-adr-setup --guards [--loc-cap <n>] [--apply] # P3: scaffold DETERMINISTIC guard tests into the project — guards.config.json + a zero-dependency check.mjs runner (LOC cap, secret scan, frozen-file sha256 pins, waivers-with-reasons); wire `node architecture/guards/check.mjs` into CI
|
|
2200
|
-
dz publish [--filter <name>] [--bump-only] [--claim-check <off|warn|error>] [--mirror-cmd <cmd>|--no-mirror] (dry-run by default; pass --yes/--confirm to go live; a configured mirror must return a live receipt or the published run exits 3; config: publish.mirrorCommand)
|
|
2206
|
+
dz publish [--filter <name>] [--bump-only] [--claim-check <off|warn|error>] [--mirror-cmd <cmd>|--no-mirror] [--allow-sibling-drift] [--include-drifted] (dry-run by default; pass --yes/--confirm to go live; a configured mirror must return a live receipt or the published run exits 3; config: publish.mirrorCommand; sibling-drift + packed-install-smoke gates, feature publish-sibling-drift-gate, ADR-001 — a workspace sibling whose registry build differs blocks with a `--filter <batch>,<S>` fix-it, --allow-sibling-drift overrides (logged to .dz/guard-audit.jsonl), --include-drifted auto-extends the batch; the whole batch is packed + installed together and every bin runs `--version`, exit 0 + non-empty stdout required)
|
|
2201
2207
|
dz parity [--target <name>] [--json] # honest feature×target map COMPUTED from the capability model — full / manual (via which form) / absent, per target
|
|
2202
|
-
dz release [--filter <name>] [--affected] [--audit-dev] [--tag] [--publish] [--json] [--dry-run] [--no-issue] # VERIFIED release: 4 HARD gates in front of dz publish — package test suites, pnpm audit --prod >=high (--audit-dev widens), node --check of every dist/bin file (unbuilt package with a build script ⇒ MISSING_DIST fail), bin smoke-boot "node <bin> --help" (temp cwd + timeout); --affected narrows to git-touched packages (fail-open); any red gate STOPS the release (exit 1) + best-effort gh issue; green ⇒ re-sign reminder, then the ready dz publish command (never with --yes injected)
|
|
2208
|
+
dz release [--filter <name>] [--affected] [--audit-dev] [--tag] [--publish] [--json] [--dry-run] [--no-issue] # VERIFIED release: 4 HARD gates in front of dz publish — package test suites, pnpm audit --prod >=high (--audit-dev widens), node --check of every dist/bin file (unbuilt package with a build script ⇒ MISSING_DIST fail), bin smoke-boot "node <bin> --help" (temp cwd + timeout), packed-install smoke (same rule as dz publish's, feature publish-sibling-drift-gate — pack the batch, install together, `--version` every bin) when the set has a bin; --affected narrows to git-touched packages (fail-open); any red gate STOPS the release (exit 1) + best-effort gh issue; green ⇒ re-sign reminder, then the ready dz publish command (never with --yes injected)
|
|
2203
2209
|
dz auto-canonicalize --source <github-url> --pack <skills-pack>
|
|
2204
2210
|
dz sync-upstream [--package <dir>] [--list] [--all]
|
|
2205
2211
|
dz drift-check [--all] [--json] [--project <dir>] # CI gate: exit 1 on NEW shared-skill drift (baseline: .dz/drift-allowlist.json; --all incl .claude dogfood)
|
|
@@ -3217,6 +3223,61 @@ dz publish --filter skills-devops # publish specific package
|
|
|
3217
3223
|
dz publish --filter skills-devops --bump-only # bump version only, no publish
|
|
3218
3224
|
```
|
|
3219
3225
|
|
|
3226
|
+
#### Sibling-drift + packed-install-smoke gates (feature `publish-sibling-drift-gate`, ADR-001)
|
|
3227
|
+
|
|
3228
|
+
`workspace:^`/`workspace:~`/`workspace:*` pins a sibling dependency to the exact version on disk —
|
|
3229
|
+
but the REGISTRY under that version can carry an OLDER build if the sibling changed without a
|
|
3230
|
+
version bump (the 2026-09-13 incident: 15 minutes of a broken `@dzhechkov/harness-cli` on npm). Two
|
|
3231
|
+
HARD gates catch this before anything ships, and both run on `--dry-run` too — a dry run ALWAYS
|
|
3232
|
+
prints both verdicts, even once sibling-drift already blocks (no gate goes silent because an
|
|
3233
|
+
earlier one failed):
|
|
3234
|
+
|
|
3235
|
+
1. **Sibling drift.** For every workspace `S` a batch package depends on (`dependencies`,
|
|
3236
|
+
`peerDependencies` AND `optionalDependencies` — all three pin and ship identically) that is NOT
|
|
3237
|
+
itself part of the batch, the gate hashes `S`'s published inventory — `dist/**`, every path
|
|
3238
|
+
named in `package.json#files`, and every `bin` target (not `dist/**` alone: a changed bin script
|
|
3239
|
+
or template outside `dist/` is drift too) — plus a normalized `package.json` (version/gitHead/
|
|
3240
|
+
`_*`/`imports`/`browser`/`sideEffects`/`man` compared, not just entry points) against the
|
|
3241
|
+
workspace copy. A mismatch blocks; anything this gate cannot build — a fetch that fails
|
|
3242
|
+
(offline, 404), an unreadable/invalid `package.json` on either side, or a `workspace:`-spec'd
|
|
3243
|
+
name it does not recognize — is `unavailable` and blocks too; `unavailable` is never silently
|
|
3244
|
+
treated as a pass. `--include-drifted` auto-extends the batch and RE-CHECKS the expanded batch's
|
|
3245
|
+
own new edges until nothing new drifts (a fixed point over transitive drift, capped at the
|
|
3246
|
+
package count) — a folded-in sibling that itself depends on a drifted sibling is not missed.
|
|
3247
|
+
2. **Packed-install smoke.** The batch's `.tgz` files are installed TOGETHER into a clean directory
|
|
3248
|
+
(siblings outside the batch resolve from the registry — exactly like a fresh user), then every
|
|
3249
|
+
declared `bin` — including one whose target file turns out NOT to exist after the install,
|
|
3250
|
+
which blocks with `declared bin missing after packed install` rather than silently reading as
|
|
3251
|
+
n/a — runs `--version` and must exit 0 with non-empty stdout. On a **live** publish this gate
|
|
3252
|
+
packs each package's tarball exactly ONCE, right after its own version bump — the SAME bytes are
|
|
3253
|
+
then smoke-tested and handed to `npm publish <tgz>`; their sha256 is printed
|
|
3254
|
+
(`tarball <pkg>@<ver> sha256:<hex>`) and written to `.dz/guard-audit.jsonl` alongside every
|
|
3255
|
+
pass/block/override/n-a verdict, so "the smoke tested what shipped" is a checkable claim rather
|
|
3256
|
+
than an architectural one. `dz release --dry-run` plans the same steps inside its `smoke` gate
|
|
3257
|
+
(`smoke:packed-install:*`) and `dz release`'s own execution judges the `--version` step through
|
|
3258
|
+
the identical rule — the two doors apply one rule, for real, not only on paper.
|
|
3259
|
+
|
|
3260
|
+
```bash
|
|
3261
|
+
dz publish --filter harness-cli # ✓ sibling drift: none / ✓ packed install smoke, or BLOCKED with a fix-it command
|
|
3262
|
+
dz publish --filter harness-cli --allow-sibling-drift # override (logged to .dz/guard-audit.jsonl) — refused if the audit write itself fails
|
|
3263
|
+
dz publish --filter harness-cli --include-drifted # auto-extend the batch (transitively) with the drifted sibling(s) instead of blocking
|
|
3264
|
+
```
|
|
3265
|
+
|
|
3266
|
+
A BLOCKED sibling-drift verdict always names the fix: `add S to the batch (--filter <batch>,<S>) or
|
|
3267
|
+
publish it first`.
|
|
3268
|
+
|
|
3269
|
+
```
|
|
3270
|
+
$ dz publish --filter harness-cli
|
|
3271
|
+
dz publish: BLOCKED harness-cli — sibling drift: @dzhechkov/memory@0.2.20 on the registry differs from the workspace (3 file(s)); add @dzhechkov/memory to the batch (--filter harness-cli,@dzhechkov/memory) or publish it first
|
|
3272
|
+
dz publish: refusing to publish (1 sibling-drift violation(s))
|
|
3273
|
+
|
|
3274
|
+
$ dz publish --filter harness-cli --yes
|
|
3275
|
+
dz publish: tarball @dzhechkov/harness-cli@0.8.24 sha256:9f2c…e10a
|
|
3276
|
+
dz publish: ✓ packed install smoke
|
|
3277
|
+
✓ @dzhechkov/harness-cli 1.0.0 → 1.0.1 published (confirmed by registry after 1 probes)
|
|
3278
|
+
sha256:9f2c…e10a
|
|
3279
|
+
```
|
|
3280
|
+
|
|
3220
3281
|
### dz auto-canonicalize — discover skills in GitHub repos
|
|
3221
3282
|
|
|
3222
3283
|
```bash
|
|
@@ -3498,6 +3559,31 @@ dz setup --target claude-code --preset devops --memory agentdb # AgentDB (vect
|
|
|
3498
3559
|
| **MCP tools** | 0 | pattern, reflexion, causal, skill, hierarchy (whatever the pinned `agentdb` build exposes — `dz` hardcodes no count) |
|
|
3499
3560
|
| **Dependencies** | None | agentdb (optional, via npx) |
|
|
3500
3561
|
|
|
3562
|
+
### Repeat setup — the backend comes from your config, not from a forgotten flag
|
|
3563
|
+
|
|
3564
|
+
**A plain `dz setup --target claude-code` re-run (no `--memory`) now keeps the backend `.dz/config.json`
|
|
3565
|
+
already names — a repeat setup takes the backend from your config; downgrading to jsonl needs an
|
|
3566
|
+
explicit `--memory jsonl`.** Before this feature, a repeat `dz setup --target claude-code` with no
|
|
3567
|
+
`--memory` decided the backend as "`--memory` or jsonl" and silently reset an agentdb project back
|
|
3568
|
+
to jsonl, dropping `.dz/agentdb-writer.mjs` from the `SessionStart` hook — the config still said
|
|
3569
|
+
`agentdb`, the hooks quietly stopped writing to it.
|
|
3570
|
+
|
|
3571
|
+
| You run | `.dz/config.json` before | Result |
|
|
3572
|
+
|---|---|---|
|
|
3573
|
+
| `dz setup --target claude-code` | `memory.backend: "agentdb"` | stays **agentdb** — hooks/writer untouched, byte-identical to the flagged run |
|
|
3574
|
+
| `dz setup --target claude-code --memory agentdb` | anything, or absent | **agentdb** (explicit, unchanged from before) |
|
|
3575
|
+
| `dz setup --target claude-code --memory jsonl` | `memory.backend: "agentdb"` | **downgrades to jsonl** — printed loudly: `⚠ memory backend downgraded agentdb → jsonl by --memory jsonl`; the config is rewritten to jsonl too (even without `--force`), so the two never disagree |
|
|
3576
|
+
| `dz setup --target claude-code` | no config yet | **jsonl** (the documented default — unchanged) |
|
|
3577
|
+
|
|
3578
|
+
Every run also prints where the backend came from, e.g. `memory backend: agentdb (from
|
|
3579
|
+
.dz/config.json)` / `memory backend: jsonl (from --memory)` / `memory backend: jsonl (default — no
|
|
3580
|
+
.dz/config.json)` — never left to be inferred from the flag alone.
|
|
3581
|
+
|
|
3582
|
+
`dz doctor` cross-checks the two truths too: a new `memory hooks match config` row goes red when
|
|
3583
|
+
`.dz/config.json`'s `memory.backend` and the ACTUAL `SessionStart`/`SessionEnd`/`PreCompact` hooks in
|
|
3584
|
+
`.claude/settings.json` disagree in either direction, naming the exact fix (`run: dz setup --target
|
|
3585
|
+
claude-code --memory agentdb`, or the jsonl equivalent).
|
|
3586
|
+
|
|
3501
3587
|
### The apply leg — `dz setup --memory agentdb` installs the whole loop, not two of three
|
|
3502
3588
|
|
|
3503
3589
|
Self-learning is a three-leg loop: **collect** (session hooks write into the store above),
|
|
@@ -3506,7 +3592,7 @@ Self-learning is a three-leg loop: **collect** (session hooks write into the sto
|
|
|
3506
3592
|
Before this feature `dz setup` shipped the first two legs only — the apply leg's files existed
|
|
3507
3593
|
solely in this repo's own `.claude/helpers/`, so every OTHER project that ran `dz setup --memory
|
|
3508
3594
|
agentdb` got collection and ranking, but never automatic recall (MEASURED: a clean install wrote no
|
|
3509
|
-
`UserPromptSubmit` entry at all, on 0.8.10 and 0.8.
|
|
3595
|
+
`UserPromptSubmit` entry at all, on 0.8.10 and 0.8.24 alike, with or without `--memory agentdb`).
|
|
3510
3596
|
|
|
3511
3597
|
`dz setup --target claude-code --memory agentdb` now installs all three, additively (a repeat run
|
|
3512
3598
|
changes nothing; a foreign hook you wrote yourself is left exactly where it is):
|
|
@@ -3558,6 +3644,15 @@ exact fix command, and `dz parity`'s `learning-apply` row for `claude-code` read
|
|
|
3558
3644
|
`not installed — run dz setup --target claude-code --memory agentdb` — never a silent `✓` read off
|
|
3559
3645
|
a capability table that has never looked at your project.
|
|
3560
3646
|
|
|
3647
|
+
**Deeply nested checkout? The socket moves to a short tmpdir path, automatically.** A unix socket
|
|
3648
|
+
path is capped at ~100-108 bytes by the OS (`sun_path`); `<project>/.dz/embed.sock` can exceed that
|
|
3649
|
+
in a project nested several directories deep, and past the limit the daemon used to bind nowhere
|
|
3650
|
+
while still looking "ready". It now falls back to a short, deterministic path under your system temp
|
|
3651
|
+
directory and drops a pointer file (`.dz/embed.sock.path`) the recall hook and `dz doctor` both
|
|
3652
|
+
read — `dz doctor`'s liveness line names the actual path in that case: `embed socket present at
|
|
3653
|
+
/tmp/dz-embed-<hash>.sock (tmpdir-short: project path 118 bytes > 100)`. Nothing to configure; set
|
|
3654
|
+
`DZ_EMBED_SOCKET` yourself only if you need to pin an exact path.
|
|
3655
|
+
|
|
3561
3656
|
#### Post-install verification (acceptance check, dz-harness-hub issue #10)
|
|
3562
3657
|
|
|
3563
3658
|
A live end-to-end check for a fresh `--memory agentdb` install — every line below is something the
|
|
@@ -3588,7 +3683,7 @@ echo '{"prompt":"acceptance check lesson"}' | node .claude/helpers/recall-hook
|
|
|
3588
3683
|
echo '{"prompt":"unrelated weather report"}' | node .claude/helpers/recall-hook.cjs # → empty stdout, exit 0
|
|
3589
3684
|
|
|
3590
3685
|
# 7. Doctor confirms the leg is alive, not merely installed.
|
|
3591
|
-
dz doctor # → "apply-leg alive (embed daemon): embed
|
|
3686
|
+
dz doctor # → "apply-leg alive (embed daemon): embed socket present at <path> — recall injection can run"
|
|
3592
3687
|
```
|
|
3593
3688
|
|
|
3594
3689
|
Every step above is a REPRODUCER, not a claim: run it on a scratch project before trusting a `dz
|
|
@@ -5029,7 +5124,22 @@ refusal as the honest answer.
|
|
|
5029
5124
|
|
|
5030
5125
|
## Status
|
|
5031
5126
|
|
|
5032
|
-
`harness-core v0.8.
|
|
5127
|
+
`harness-core v0.8.32` · `harness-cli v0.8.24` — **this release: `dz publish` refuses a broken pair, `dz setup`
|
|
5128
|
+
reads the memory backend from config, and the embed daemon says "ready" only with a socket that exists.**
|
|
5129
|
+
(1) Sibling-drift gate + packed install smoke: before any live `npm publish`, every `workspace:*` sibling on
|
|
5130
|
+
the registry is compared with the workspace (dist/files/bin + the shipping fields of package.json); a
|
|
5131
|
+
drifted sibling BLOCKS the batch (`add <sibling> to the batch or publish it first`), and each package that
|
|
5132
|
+
declares a `bin` is packed post-bump, installed into a clean directory and asked `--version` — the exact
|
|
5133
|
+
incident of 2026-09-13 (a CLI published against a core that did not export what it imports) is now caught
|
|
5134
|
+
in the dry run. Transport is transactional: the first failed `npm publish` stops the batch. (2) `dz setup`
|
|
5135
|
+
without `--memory` takes the backend from `.dz/config.json` (`memory backend: agentdb (from .dz/config.json)`),
|
|
5136
|
+
downgrades only on an explicit `--memory jsonl` with a warning, and `dz doctor` gained `memory hooks match
|
|
5137
|
+
config` — all three session events must invoke `.dz/agentdb-writer.mjs` when config says agentdb.
|
|
5138
|
+
(3) A project whose `.dz/embed.sock` path exceeds the unix limit gets a short socket in a private
|
|
5139
|
+
`<tmpdir>/dz-<uid>/` directory (mode 0700) with an atomically published pointer `.dz/embed.sock.path`; the
|
|
5140
|
+
daemon prints `ready` only after the socket exists and exits 3 on a bind failure. (4) The qe-bridge signoff
|
|
5141
|
+
record carries `writeSequence` (diagnostic sequencing metadata) so the tests no longer race on file mtimes.
|
|
5142
|
+
Previous release (0.8.30/0.8.22): **the store guard tells "busy" from "broken",
|
|
5033
5143
|
and a publish is not finished until the public mirror confirms it.** (1) The learning-store guard used to
|
|
5034
5144
|
turn ANY read failure into `unreadable` and refuse the write; a neighbour holding the SQLite write lock
|
|
5035
5145
|
(`SQLITE_BUSY`) or a store still being initialised (`no such table`) now gets bounded retries and, if still
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"boolean-flags.d.ts","sourceRoot":"","sources":["../src/boolean-flags.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,iBAAiB,EAAE,WAAW,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"boolean-flags.d.ts","sourceRoot":"","sources":["../src/boolean-flags.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,iBAAiB,EAAE,WAAW,CAAC,MAAM,CAqGhD,CAAC;AAEH,gGAAgG;AAChG,eAAO,MAAM,qBAAqB,EAAE,SAAS,MAAM,EAAc,CAAC;AAElE,iGAAiG;AACjG,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAGpE"}
|
package/dist/boolean-flags.js
CHANGED
|
@@ -25,6 +25,7 @@ export const BOOLEAN_CLI_FLAGS = new Set([
|
|
|
25
25
|
'allow-cold-start',
|
|
26
26
|
'allow-same-family',
|
|
27
27
|
'allow-same-family-qe',
|
|
28
|
+
'allow-sibling-drift',
|
|
28
29
|
'any',
|
|
29
30
|
'apply',
|
|
30
31
|
'audit-dev',
|
|
@@ -55,6 +56,7 @@ export const BOOLEAN_CLI_FLAGS = new Set([
|
|
|
55
56
|
'guards',
|
|
56
57
|
'harmonize',
|
|
57
58
|
'help',
|
|
59
|
+
'include-drifted',
|
|
58
60
|
'include-pairs',
|
|
59
61
|
'init',
|
|
60
62
|
'install',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"boolean-flags.js","sourceRoot":"","sources":["../src/boolean-flags.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAwB,IAAI,GAAG,CAAC;IAC5D,UAAU;IACV,UAAU;IACV,KAAK;IACL,kBAAkB;IAClB,mBAAmB;IACnB,sBAAsB;IACtB,KAAK;IACL,OAAO;IACP,WAAW;IACX,MAAM;IACN,OAAO;IACP,KAAK;IACL,WAAW;IACX,UAAU;IACV,WAAW;IACX,OAAO;IACP,cAAc;IACd,SAAS;IACT,KAAK;IACL,cAAc;IACd,MAAM;IACN,MAAM;IACN,MAAM;IACN,SAAS;IACT,MAAM;IACN,QAAQ;IACR,WAAW;IACX,oBAAoB;IACpB,UAAU;IACV,OAAO;IACP,MAAM;IACN,OAAO;IACP,OAAO;IACP,QAAQ;IACR,WAAW;IACX,MAAM;IACN,eAAe;IACf,MAAM;IACN,SAAS;IACT,gBAAgB;IAChB,cAAc;IACd,MAAM;IACN,cAAc;IACd,QAAQ;IACR,SAAS;IACT,MAAM;IACN,cAAc;IACd,MAAM;IACN,OAAO;IACP,SAAS;IACT,YAAY;IACZ,UAAU;IACV,UAAU;IACV,iBAAiB;IACjB,UAAU;IACV,WAAW;IACX,WAAW;IACX,eAAe;IACf,WAAW;IACX,aAAa;IACb,UAAU;IACV,WAAW;IACX,MAAM;IACN,UAAU;IACV,SAAS;IACT,YAAY;IACZ,OAAO;IACP,aAAa;IACb,kBAAkB;IAClB,SAAS;IACT,WAAW;IACX,oBAAoB;IACpB,mBAAmB;IACnB,QAAQ;IACR,OAAO;IACP,cAAc;IACd,iBAAiB;IACjB,QAAQ;IACR,QAAQ;IACR,WAAW;IACX,aAAa;IACb,UAAU;IACV,MAAM;IACN,QAAQ;IACR,OAAO;IACP,aAAa;IACb,QAAQ;IACR,OAAO;IACP,QAAQ;IACR,KAAK;IACL,OAAO;IACP,OAAO;IACP,UAAU;IACV,MAAM;IACN,MAAM;IACN,YAAY;IACZ,iBAAiB;IACjB,KAAK;CACN,CAAC,CAAC;AAEH,gGAAgG;AAChG,MAAM,CAAC,MAAM,qBAAqB,GAAsB,CAAC,OAAO,CAAC,CAAC;AAElE,iGAAiG;AACjG,MAAM,UAAU,aAAa,CAAC,IAAY,EAAE,OAAe;IACzD,IAAI,IAAI,KAAK,OAAO;QAAE,OAAO,CAAC,qBAAqB,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;IACtE,OAAO,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AACrC,CAAC"}
|
|
1
|
+
{"version":3,"file":"boolean-flags.js","sourceRoot":"","sources":["../src/boolean-flags.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAwB,IAAI,GAAG,CAAC;IAC5D,UAAU;IACV,UAAU;IACV,KAAK;IACL,kBAAkB;IAClB,mBAAmB;IACnB,sBAAsB;IACtB,qBAAqB;IACrB,KAAK;IACL,OAAO;IACP,WAAW;IACX,MAAM;IACN,OAAO;IACP,KAAK;IACL,WAAW;IACX,UAAU;IACV,WAAW;IACX,OAAO;IACP,cAAc;IACd,SAAS;IACT,KAAK;IACL,cAAc;IACd,MAAM;IACN,MAAM;IACN,MAAM;IACN,SAAS;IACT,MAAM;IACN,QAAQ;IACR,WAAW;IACX,oBAAoB;IACpB,UAAU;IACV,OAAO;IACP,MAAM;IACN,OAAO;IACP,OAAO;IACP,QAAQ;IACR,WAAW;IACX,MAAM;IACN,iBAAiB;IACjB,eAAe;IACf,MAAM;IACN,SAAS;IACT,gBAAgB;IAChB,cAAc;IACd,MAAM;IACN,cAAc;IACd,QAAQ;IACR,SAAS;IACT,MAAM;IACN,cAAc;IACd,MAAM;IACN,OAAO;IACP,SAAS;IACT,YAAY;IACZ,UAAU;IACV,UAAU;IACV,iBAAiB;IACjB,UAAU;IACV,WAAW;IACX,WAAW;IACX,eAAe;IACf,WAAW;IACX,aAAa;IACb,UAAU;IACV,WAAW;IACX,MAAM;IACN,UAAU;IACV,SAAS;IACT,YAAY;IACZ,OAAO;IACP,aAAa;IACb,kBAAkB;IAClB,SAAS;IACT,WAAW;IACX,oBAAoB;IACpB,mBAAmB;IACnB,QAAQ;IACR,OAAO;IACP,cAAc;IACd,iBAAiB;IACjB,QAAQ;IACR,QAAQ;IACR,WAAW;IACX,aAAa;IACb,UAAU;IACV,MAAM;IACN,QAAQ;IACR,OAAO;IACP,aAAa;IACb,QAAQ;IACR,OAAO;IACP,QAAQ;IACR,KAAK;IACL,OAAO;IACP,OAAO;IACP,UAAU;IACV,MAAM;IACN,MAAM;IACN,YAAY;IACZ,iBAAiB;IACjB,KAAK;CACN,CAAC,CAAC;AAEH,gGAAgG;AAChG,MAAM,CAAC,MAAM,qBAAqB,GAAsB,CAAC,OAAO,CAAC,CAAC;AAElE,iGAAiG;AACjG,MAAM,UAAU,aAAa,CAAC,IAAY,EAAE,OAAe;IACzD,IAAI,IAAI,KAAK,OAAO;QAAE,OAAO,CAAC,qBAAqB,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;IACtE,OAAO,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AACrC,CAAC"}
|
package/dist/cli.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ declare module '@dzhechkov/harness-core' {
|
|
|
18
18
|
readonly execClaimedAt?: string;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
import { runSyncCodexHooks, type CodexHooksSyncReport, type BridgeFamily } from '@dzhechkov/harness-core';
|
|
21
|
+
import { runSyncCodexHooks, type CodexHooksSyncReport, type FetchPublished, type BridgeFamily } from '@dzhechkov/harness-core';
|
|
22
22
|
import type { RecallPatternsOptions, TeachGuardResult, IntegrationOutcome } from '@dzhechkov/harness-core';
|
|
23
23
|
/** Literal command inventory, pinned against the main dispatch switch by a layer-1 test. */
|
|
24
24
|
export declare const DZ_COMMANDS: readonly string[];
|
|
@@ -112,6 +112,33 @@ export interface CliIo {
|
|
|
112
112
|
readonly releaseRunner?: ReleaseExecRunner;
|
|
113
113
|
/** Post-publish mirror command seam; production uses synchronous shell execution. */
|
|
114
114
|
readonly publishMirrorRunner?: PublishMirrorRunner;
|
|
115
|
+
/**
|
|
116
|
+
* Test seam for `dz publish`'s sibling-drift gate (feature publish-sibling-drift-gate):
|
|
117
|
+
* overrides the registry fetch (production leaves it unset → real `npm pack` + extract into a
|
|
118
|
+
* temp dir). Tests inject a local directory instead of hitting the real registry.
|
|
119
|
+
*/
|
|
120
|
+
readonly publishSiblingDriftFetcher?: FetchPublished;
|
|
121
|
+
/**
|
|
122
|
+
* Test seam for `dz publish`'s packed-install smoke: overrides the pack/install/`--version`
|
|
123
|
+
* subprocesses (production leaves it unset → real `execSync`, stdio piped). Mirrors
|
|
124
|
+
* {@link CliIo.releaseRunner}.
|
|
125
|
+
*/
|
|
126
|
+
readonly publishPackedInstallRunner?: ReleaseExecRunner;
|
|
127
|
+
/**
|
|
128
|
+
* AM-1 (feature publish-sibling-drift-gate): overrides EVERY subprocess `publishPackages` would
|
|
129
|
+
* run on a LIVE publish — build, the `npm pack`/`npm publish <tgz>` packedTransport commands, and
|
|
130
|
+
* the `npm view` registry probes (production leaves it unset → real `execSync`, stdio piped).
|
|
131
|
+
* Threaded into `publishPackages`'s `exec` option so a test can drive the FULL live+packedTransport
|
|
132
|
+
* `cmdPublish` path (pack → smoke → publish → registry-confirm) with zero network and zero real
|
|
133
|
+
* `npm publish`.
|
|
134
|
+
*/
|
|
135
|
+
readonly publishExecRunner?: (command: string, options: {
|
|
136
|
+
cwd?: string | URL | undefined;
|
|
137
|
+
stdio?: unknown;
|
|
138
|
+
encoding?: unknown;
|
|
139
|
+
timeout?: number | undefined;
|
|
140
|
+
env?: NodeJS.ProcessEnv | undefined;
|
|
141
|
+
}) => string;
|
|
115
142
|
/**
|
|
116
143
|
* Test seam for `dz install`: overrides the `npm install` subprocess (production leaves
|
|
117
144
|
* it unset → real `execSync`, stdio piped). A stub runner that pre-stages a fixture
|
package/dist/cli.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAUH,OAAO,EAAoC,KAAK,EAAa,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAK3G,OAAO,EAAyF,KAAK,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEhJ,OAAO,EAOL,KAAK,cAAc,EACnB,KAAK,kBAAkB,EAExB,MAAM,yBAAyB,CAAC;AASjC,OAAO,QAAQ,yBAAyB,CAAC;IACvC,UAAU,UAAU;QAClB;;mFAE2E;QAC3E,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAC1B;2GACmG;QACnG,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAC9B,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;KACjC;CACF;AAED,OAAO,
|
|
1
|
+
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAUH,OAAO,EAAoC,KAAK,EAAa,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAK3G,OAAO,EAAyF,KAAK,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEhJ,OAAO,EAOL,KAAK,cAAc,EACnB,KAAK,kBAAkB,EAExB,MAAM,yBAAyB,CAAC;AASjC,OAAO,QAAQ,yBAAyB,CAAC;IACvC,UAAU,UAAU;QAClB;;mFAE2E;QAC3E,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAC1B;2GACmG;QACnG,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAC9B,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;KACjC;CACF;AAED,OAAO,EAiDL,iBAAiB,EAmBjB,KAAK,oBAAoB,EA2MzB,KAAK,cAAc,EAgOnB,KAAK,YAAY,EA+ElB,MAAM,yBAAyB,CAAC;AAcjC,OAAO,KAAK,EAA8C,qBAAqB,EAAE,gBAAgB,EAAc,kBAAkB,EAAwL,MAAM,yBAAyB,CAAC;AA6BzV,4FAA4F;AAC5F,eAAO,MAAM,WAAW,EAAE,SAAS,MAAM,EAexC,CAAC;AA6JF,MAAM,WAAW,6BAA6B;IAC5C,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;CACjC;AAED,MAAM,MAAM,kBAAkB,GAAG,CAC/B,OAAO,EAAE,MAAM,EACf,OAAO,EAAE;IACP,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,kBAAkB,CAAC;IAC5E,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;CAC3B,KACE,6BAA6B,CAAC;AAEnC,2EAA2E;AAC3E,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C;;;;OAIG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB,kFAAkF;IAClF,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC/B,mGAAmG;IACnG,QAAQ,CAAC,YAAY,CAAC,EAAE,qBAAqB,CAAC,cAAc,CAAC,CAAC;IAC9D,oGAAoG;IACpG,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,MAAM,CAAC;IACjC,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE;QACnE,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;KACzB,KAAK,OAAO,CAAC,SAAS;QACrB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;QACxB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;QACxB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;KACvB,EAAE,CAAC,CAAC;IACL,QAAQ,CAAC,iBAAiB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC;IAC1E,QAAQ,CAAC,iBAAiB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,EAAE,cAAc,GAAG,kBAAkB,KAAK,OAAO,CAAC;IACxG,QAAQ,CAAC,iBAAiB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,MAAM,CAAC;IAC7D,QAAQ,CAAC,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,GAAG,IAAI,CAAC;IACzD,QAAQ,CAAC,sBAAsB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,MAAM,CAAC;IAClE,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACnC;6FACyF;IACzF,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC,QAAQ,CAAC,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE;QAC9B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;QAC1B,QAAQ,CAAC,IAAI,EAAE,SAAS,MAAM,EAAE,CAAC;QACjC,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;QACzB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;QAC3B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;KAC/B,KAAK,OAAO,CAAC;QACZ,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACjC,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;QAC3B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;QACvC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;QAC5B,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC,CAAC;IACH,sFAAsF;IACtF,QAAQ,CAAC,gBAAgB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;QAAE,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC,gBAAgB,CAAC,CAAC;IACjI,uGAAuG;IACvG,QAAQ,CAAC,oBAAoB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC;QAAE,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACtJ;;;;;OAKG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAC3C,qFAAqF;IACrF,QAAQ,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IACnD;;;;OAIG;IACH,QAAQ,CAAC,0BAA0B,CAAC,EAAE,cAAc,CAAC;IACrD;;;;OAIG;IACH,QAAQ,CAAC,0BAA0B,CAAC,EAAE,iBAAiB,CAAC;IACxD;;;;;;;OAOG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,CAC3B,OAAO,EAAE,MAAM,EACf,OAAO,EAAE;QAAE,GAAG,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,GAAG,SAAS,CAAA;KAAE,KAChJ,MAAM,CAAC;IACZ;;;;;OAKG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAChE,wFAAwF;IACxF,QAAQ,CAAC,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACjD,iEAAiE;IACjE,QAAQ,CAAC,SAAS,CAAC,EAAE,SAAS,CAAC;CAChC;AAED,yFAAyF;AACzF,MAAM,MAAM,iBAAiB,GAAG,CAC9B,GAAG,EAAE,MAAM,EACX,IAAI,EAAE;IAAE,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAA;CAAE,KACvD;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAE9E,MAAM,MAAM,mBAAmB,GAAG,CAChC,OAAO,EAAE,MAAM,EACf,OAAO,EAAE;IAAE,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC,UAAU,CAAA;CAAE,KAC/D,MAAM,CAAC;AAmEZ,KAAK,KAAK,GAAG,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;AA41CpC;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,CAExF;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,CAMhF;AA2lED;;;;;;;GAOG;AACH,wBAAsB,yBAAyB,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CA0BnF;AAgmJD,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,QAAQ,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;IAC1B,6EAA6E;IAC7E,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;;;;;;;GAQG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,mBAAmB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAQzG;AAED,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC;IACnC,QAAQ,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC;CACpC;AAED,kGAAkG;AAClG,wBAAgB,yBAAyB,CACvC,IAAI,EAAE,kBAAkB,EACxB,QAAQ,EAAE,iBAAiB,GAAG;IAAE,QAAQ,CAAC,MAAM,EAAE,oBAAoB,CAAA;CAAE,EACvE,QAAQ,UAAQ,GACf,kBAAkB,CAkBpB;AAED;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,oBAAoB,EAAE,KAAK,SAAkB,GAAG,iBAAiB,CAoB1G;AAwGD,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,mBAAmB,EAC1B,IAAI,GAAE,CAAC,OAAO,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,KAAK,oBAA+C,EAC3G,KAAK,SAAa,GACjB,iBAAiB,GAAG;IAAE,QAAQ,CAAC,MAAM,EAAE,oBAAoB,CAAA;CAAE,CAK/D;AAw2FD,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAkBhF;AAmlBD,wFAAwF;AACxF,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,GAAG,OAAO,CAElG;AA4BD,gFAAgF;AAChF,wBAAgB,qBAAqB,IAAI;IAAE,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;IAAC,OAAO,EAAE,MAAM,MAAM,EAAE,CAAC;IAAC,IAAI,EAAE,MAAM,MAAM,CAAA;CAAE,CAM7I;AAiqDD,2FAA2F;AAC3F,wBAAgB,YAAY,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EACtG,IAAI,GAAE,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,KAAK,MAAM,GAAG,MAAiB,GAAG,MAAM,CAkG9I;AAwPD,KAAK,iBAAiB,GAAG;IACvB,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,wBAAsB,eAAe,CAAC,OAAO,EAAE;IAC7C,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,IAAI,EAAE,SAAS,MAAM,EAAE,CAAC;IACjC,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;CAC/B,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAsC7B;AAm9CD,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED;;;;;;;;;GASG;AACH,wBAAsB,eAAe,CACnC,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,MAAM,EAAE,EACd,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,GAAG,GAAE,MAAsB,EAC3B,SAAS,GAAE,OAAO,KAAa,GAC9B,OAAO,CAAC,eAAe,CAAC,CAI1B;AA8CD,gFAAgF;AAChF,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAEvG;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAsB,cAAc,CAClC,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,MAAM,EAAE,EACd,IAAI,EAAE;IACJ,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,KAAK,CAAC;IACzB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;IACxC;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,WAAW,CAAC;IAChC,kGAAkG;IAClG,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;CAC9B,GACA,OAAO,CAAC,eAAe,CAAC,CA8D1B;AA8gGD,wBAAsB,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,GAAE,KAAU,GAAG,OAAO,CAAC,MAAM,CAAC,CA6T5E"}
|