diff --git a/.agent/braid-design-audit-2026-08-10.md b/.agent/braid-design-audit-2026-08-10.md deleted file mode 100644 index 7b61c04..0000000 --- a/.agent/braid-design-audit-2026-08-10.md +++ /dev/null @@ -1,137 +0,0 @@ -# Braid current terminal design audit - -## Verdict - -The packaged local and CLI Bridge product path passes the current terminal design audit. - -The review used current reference source, not screenshots or old package releases. - -Protected Tangle inference and sandbox paths remain unverified without their credentials. - -Native runner attachment and normalized incremental tool events remain explicit upstream limits. - -## Product basis - -[`docs/01-product-contract.md`](../docs/01-product-contract.md) is the canonical product brief. - -It defines four primary users: individual developers, Tangle cloud users, agent operators, and agent researchers. - -The core job is one portable `AgentProfile` across runners and execution locations. - -Braid owns the conversation, branch, analysis, interaction, and terminal experience. - -The runtime and provider packages own execution. - -## Current references - -The source review in [`docs/10-upstream-strategy.md`](../docs/10-upstream-strategy.md) was refreshed on 2026-08-10. - -| Reference | Inspected version | Braid use | -| --- | --- | --- | -| Pi TUI | repository `cd6852a`; TUI `87142a8`; npm `0.84.1` | Renderer, editor, focus, overlays, and terminal lifecycle | -| Kimi Code | commit `e22479a6` | Interaction, approval, queue, and narrow-layout patterns | -| OpenCode | commit `3a90639c`; npm `1.18.16` | Worker inspection and retained terminal patterns | -| Codex | repository `070a26a`; TUI `9742cc8e`; CLI `0.147.0` | Composer, status, worker navigation, and snapshot patterns | -| Hermes Agent | commit `f88ed6c7` | Workflow and client/runtime comparison | - -No newer Pi TUI change exists after its inspected subtree commit. - -No newer Codex terminal change exists after its inspected subtree commit. - -## Surface coverage - -The packaged proof contains 75 artifacts for 11 required states. - -It covers empty, streaming, interaction, automation, fork, graph, analysis, comparison, profile, narrow, and recovery states. - -The terminal proof covers 40 by 12, 80 by 24, 120 by 40, and 200 by 60 cells. - -Stable top rows identify the workspace, conversation, branch, admitted profile, runner, model, connection, and reasoning level. - -Stable bottom rows identify status, controls, direct usage, analysis usage, and worker usage. - -Interactions and fork previews use one divided, full-screen focused surface instead of stacked floating panels. - -The 40-by-12 layout preserves the question, validation failure, response input, outcome keys, and closing key. - -The same identity and composer renderers drive startup preview and the live terminal. - -The same application core drives the Pi terminal, plain output, and JSONL control mode. - -Keyboard proof covers transcript paging, selection, completion, cancellation, approval, browser navigation, and return behavior. - -Accessibility proof covers no-color output, high contrast, reduced motion, Unicode, grapheme editing, and sanitized terminal input. - -## User complaint ledger - -| Complaint | Resolution | Proof | -| --- | --- | --- | -| The design could be behind current terminal products. | The review uses current Pi, Codex, OpenCode, Kimi Code, and Hermes source versions. | `docs/10-upstream-strategy.md` | -| The screen hid profile, model, runner, and connection identity. | Stable chrome places the exact execution target above the transcript. | `test/terminal-responsive.test.ts` | -| Startup looked different from the loaded application. | Startup and live views share identity and composer renderers. | `test/cli-startup.test.ts` | -| The `/ask` surface looked layered and lacked a divider. | One divided activity browser replaces stacked analysis overlays. | `artifacts/verification/w6/states/analysis.png` | -| Permissions looked like floating cards over another screen. | Interactions use one full-screen focused surface with one header and footer. | `artifacts/verification/w6/states/interaction.png` | -| Small terminals could hide validation and decisions. | The shared layout keeps four response rows and drops secondary preview rows first. | `test/tui-core-workflows.test.ts` | -| Back navigation was unclear. | Left arrow and Escape return from analysis, activity, and fork detail views. | `test/tui-core-workflows.test.ts` | -| Analysis was a raw record dump. | The view groups question, findings, numbered evidence, next action, model use, and run receipt. | `test/tui-core-workflows.test.ts` | -| Runtime labels exposed internal names. | The transcript presents `agent-turn-result` as `run result`. | `test/w6-ui.test.ts` | -| Calls, tokens, costs, and latency were opaque. | Analysis and session views retain separate model-call and aggregate measurements. | `test/analysis-model-call-roundtrip.test.ts` | -| Estimated cost could look exact. | Estimated totals use `~`; partial observed totals use `>=`; missing values remain unknown. | `test/terminal-usage-status.test.ts` | -| Worker and direct-run usage could be mixed. | Direct, analysis, and worker totals remain separate. | `test/terminal-usage-status.test.ts` | -| The empty screen gave generic instructions. | The prompt names the selected profile and the command shortcut. | `test/w6-ui.test.ts` | -| Terminal chrome risked becoming one large controller. | Composition, identity, and usage live in separate 143-line, 200-line, and 177-line modules. | `src/views/tui/terminal-chrome.ts` | -| The public demo looked like a toy. | The packed demo uses a Product engineer profile through real Pi and Local CLI Bridge. | `artifacts/demo/braid-live-pi.gif` | - -## Decisions and rejected alternatives - -| Decision | Selected | Alternative 1 | Alternative 2 | Reason | -| --- | --- | --- | --- | --- | -| Renderer | Published Pi TUI package | Copy a complete runner application | Rewrite with OpenTUI | Pi supplies mature primitives without taking runtime ownership. | -| Focused workflow | One full-screen divided surface | Centered floating panel | Permanent side pane | One surface keeps context and controls legible at every supported size. | -| Execution identity | Stable top chrome from one exact target | Repeat identity in messages | Mix selected and active fields | One immutable run receipt prevents misleading route combinations. | -| Narrow layout | Preserve response rows and shorten secondary detail | Scroll controls below content | Add another permanent row | Users must always see the current decision and exit path. | -| Analysis presentation | Grouped complete document | Raw event fields | Hide detailed evidence | Users need conclusions and the records that support them. | -| Activity navigation | Context rail plus full browser | Layered modal stack | Permanent wide sidebar | One projection works at every width and preserves transcript space. | -| Public demo | Packed Braid through CLI Bridge and Pi | Fixture-only recording | Static mock | The real route proves identity, execution, analysis, and accounting together. | - -## Measured proof - -| Check | Result | -| --- | --- | -| Complete repository command | `pnpm check` passed | -| Repository tests | 615 passed, 0 failed, 2 protected checks skipped | -| Unit tests | 226 passed, 0 failed | -| Real terminal-cell tests | 122 passed, 0 failed | -| Performance tests | 15 passed, 0 failed | -| Dependency structure | 457 modules, 2,336 edges, 0 cycles | -| Production dependencies | 68 packages, 0 known vulnerabilities, 0 high or critical audit findings | -| Live-demo safety tests | 18 passed, 0 failed | -| Visual states | 11 of 11 captured | -| Reference terminal sizes | 4 of 4 captured | -| Packed visual artifacts | 75 written and inspected | -| Exact packed source | Commit `ab893af041e6d7d0efe670b9472af6a0d9bea651`, tarball SHA-256 `8dddc8d112dd142b8a11c5c08a4f7c59ed031fcae80a31081264de353988671a` | -| Real coding task | 8 passed, 0 failed in the retained Pi demo | -| Real coding route | Product engineer profile, Pi `0.83.0`, GLM 5.2, high reasoning, and Local CLI Bridge | -| Real coding usage | 12,804 input tokens, 2,173 output tokens, 1 call, and 63,300 ms model latency | -| Real analysis evidence | 7 of 7 calls retained across 2 pages in the retained Pi demo | -| Real analysis usage | 53,757 input tokens, 8,153 output tokens, estimated $0.0501908, and 210,327 ms wall time | - -The retained visual capture is [`artifacts/verification/w6`](../artifacts/verification/w6). - -It was generated from a clean install of the exact packed tarball through a real pseudo-terminal. - -The retained Pi demo is [`artifacts/demo/braid-live-pi.json`](../artifacts/demo/braid-live-pi.json). - -It ran the exact packed tarball through Local CLI Bridge and real Pi before it rendered the coding result and `/ask` analysis. - -## Remaining external limits - -[`agent-runtime` issue 762](https://github.com/tangle-network/agent-runtime/issues/762) must expose incremental normalized tool events. - -[`agent-runtime` issue 773](https://github.com/tangle-network/agent-runtime/issues/773) must expose exact execution and worker attachment. - -Protected Tangle inference and sandbox checks require their real credentials and service paths. - -These limits are visible and fail closed. - -They do not change the proven local Pi and CLI Bridge product path. diff --git a/.agent/release-progress.md b/.agent/release-progress.md deleted file mode 100644 index b9c8aa5..0000000 --- a/.agent/release-progress.md +++ /dev/null @@ -1,46 +0,0 @@ -# Release Progress - -## Target - -- Environment: npm public registry and GitHub Releases. -- Live package: `@tangle-network/braid@0.1.0`. -- Source repository: `tangle-network/braid`. -- Release archive: an immutable npm tarball stored outside the source checkout. -- Rollback: stop before publication on any failed check; after publication, deprecate the bad version and publish a corrected patch without mutating `0.1.0`. -- Credentials: GitHub Actions trusted publishing or a repository-scoped npm token; no credential value belongs in this file or the checkout. - -## Local State - -- Branch: `feat/release-pipeline`. -- Starting commit: `d743b03e8110c9b6a698471d8e56474f1b76090b`. -- Starting source state: clean. -- Current registry state: `@tangle-network/braid` is unpublished. -- Local npm state: `npm whoami` returned HTTP 401, so publication must use protected GitHub credentials or trusted publishing. -- Checks planned: focused collector tests, full repository check, packed install, isolated release dry run, GitHub CI, registry download, and post-publication smoke. -- Release implementation: one external candidate tarball, 65 check records for 154 requirements, pre-publication qualification, and isolated candidate and final archive endorsements after validation. - -## Remote State - -- Provider: npm public registry. -- Current live package: absent. -- GitHub `main`: `d743b03e8110c9b6a698471d8e56474f1b76090b`. -- Latest merged pull request: #3. -- Latest checked source and package flow: pull-request CI passed 1/1 job in 3m48s on commit `26be5e4b193a92115db0b5f54db07c4a8f2f1f52`. -- Repository publication secrets or variables: none are currently configured at repository scope. - -## Decision - -- Build path: create one tarball in isolated temporary storage, record its digest, run all checks against that digest, and publish those same bytes. -- Reason: the current collector writes into the checkout, recursively includes `verify:release`, and cannot satisfy its own clean-source rule. -- Expected duration: implementation and local dry run first, then one review/CI cycle; external npm authorization may be the final blocker. -- Fallback: preserve the signed candidate and checks without publishing until npm authorization is available. - -## Timeline - -- [2026-08-09T14:33:46.000Z] Pull request #3 merged continuous source and packed-package checks to `main` at `d743b03e8110c9b6a698471d8e56474f1b76090b`. -- [2026-08-09T14:35:10.000Z] Registry lookup found no published Braid package and local npm authentication returned HTTP 401. -- [2026-08-09T14:35:30.000Z] Repository-level GitHub secrets and variables were empty; organization-level or trusted-publisher authorization remains to be checked. -- [2026-08-09T15:04:04.493Z] The persisted-tarball smoke installed the exact candidate bytes, completed plain messaging and encrypted SQLite replay, and removed temporary state on Linux x64. -- [2026-08-09T15:08:00.000Z] Type checking and 141 unit checks passed with publication-proof rejection coverage for a mismatched registry digest. -- [2026-08-09T15:09:00.000Z] The release workflow separated candidate qualification from final signing and made Linux x64, macOS arm64, and Windows x64 registry results mandatory before tag creation. -- [2026-08-09T15:18:40.000Z] Independent Codex review requested changes for seven reproducible release defects: unreachable protected checks, permissive exact UP evidence, missing independent-review records, discarded generated evidence, nondeterministic final retry, late-only checkpoint upload, and absent npm-attestation validation. diff --git a/.gitignore b/.gitignore index e432a3f..27648c3 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ artifacts/verification/**/*.ansi artifacts/verification/**/*.gif !artifacts/verification/w0/*.gif artifacts/verification/**/*.mp4 +artifacts/verification/performance/raw.json diff --git a/artifacts/demo/braid-live-cli-bridge.cast b/artifacts/demo/braid-live-cli-bridge.cast deleted file mode 100644 index 2fad846..0000000 --- a/artifacts/demo/braid-live-cli-bridge.cast +++ /dev/null @@ -1,622 +0,0 @@ -{"version":2,"width":120,"height":30,"timestamp":1786451312,"duration":55.732101,"idle_time_limit":1,"command":"braid --profile \"Braid live GLM reviewer\" --connection \"Local CLI Bridge\"","title":"Braid · one AgentProfile, a real coding task, and complete run activity","env":{"TERM":"xterm-256color"},"stdin":true} -[0.01,"o","\u001b[?2004h"] -[0.01,"o","\u001b[>7u\u001b[?u\u001b[c\u001b[?1049h\u001b[2J\u001b[H\u001b[?25l"] -[0.01,"o","\u001b[?2026h\u001b[2J\u001b[H\u001b[3J\u001b[1m\u001b[38;2;151;190;255mbraid\u001b[39m\u001b[22m \u001b[38;2;135;145;165mcwd\u001b[39m \u001b[38;2;225;230;240mworkspace\u001b[39m · \u001b[38;2;135;145;165msession\u001b[39m \u001b[38;2;225;230;240mNew conversation\u001b[39m · \u001b[38;2;135;145;165mbranch\u001b[39m \u001b[38;2;225;230;240mbranch-1\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;225;230;240mAgentProfile Braid live GLM reviewer\u001b[39m · \u001b[38;2;225;230;240mrunner pi · model tangle-router/glm-5.2\u001b[39m \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mthinking low\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n ## Files \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n **`braid-costs.js`** — Zero-dependency CLI. Reads JSONL from stdin, auto-detects per-line token shapes (Anthropic \u001b[0m\u001b]8;;\u0007\r\r\n nested `usage.input_tokens`, OpenAI `prompt_tokens`/`completion_tokens`, or flat fallback), aggregates totals, and \u001b[0m\u001b]8;;\u0007\r\r\n prints a 3-line report. Exits non-zero on parse errors. \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n **`fixtures/coding-run.jsonl`** — Realistic 10-record fixture spanning Claude Sonnet, GPT-4o, and Claude Haiku, with \u001b[0m\u001b]8;;\u0007\r\r\n comments and mixed token-shape formats. \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n **`test/braid-costs.test.js`** — 11 tests covering `extractTokens` (4 unit), `summarize` (5 unit incl. blank/comment \u001b[0m\u001b]8;;\u0007\r\r\n skipping, error reporting, array/null rejection, empty input), and the CLI via real subprocess (2 integration incl. \u001b[0m\u001b]8;;\u0007\r\r\n exit-code check). \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n ## `node --test` result \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n ``` \u001b[0m\u001b]8;;\u0007\r\r\n ℹ tests 11 ℹ pass 11 ℹ fail 0 ℹ duration_ms 106.873058 \u001b[0m\u001b]8;;\u0007\r\r\n ``` \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n **All 11 tests passed, 0 failures.** \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n"] -[0.01,"o","\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;119;166;255m›\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;112;211;151mcompleted\u001b[39m \u001b[38;2;225;230;240mCtrl+P commands\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[2G\u001b[?25l"] -[0.01,"o","\u001b]0;Braid — /tmp/braid-product-demo-4nbEUY/workspace\u0007"] -[0.01,"o","\u001b[?2026h\u001b[23A\r\u001b[2K report. Exits non-zero on parse errors. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;255;205;117mfixtures/coding-run.jsonl\u001b[39m\u001b[22m — Realistic 10-record fixture spanning Claude Sonnet, GPT-4o, and Claude Haiku, with \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K comments and mixed token-shape formats. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;255;205;117mtest/braid-costs.test.js\u001b[39m\u001b[22m — 11 tests covering \u001b[38;2;255;205;117mextractTokens\u001b[39m (4 unit), \u001b[38;2;255;205;117msummarize\u001b[39m (5 unit incl. blank/comment skipping, \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K error reporting, array/null rejection, empty input), and the CLI via real subprocess (2 integration incl. exit-code \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K check). \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mnode --test\u001b[39m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m result\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ tests 11 ℹ pass 11 ℹ fail 0 ℹ duration_ms 106.873058\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mAll 11 tests passed, 0 failures.\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 3/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 4/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 5/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 6/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· edit\u001b[39m 7/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 8/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b["] -[0.01,"o","39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;112;211;151mcompleted\u001b[39m \u001b[38;2;225;230;240mCtrl+E next detail (8/8)\u001b[39m · \u001b[38;2;225;230;240mturns in 22k · out 4.3k · cost unknown · calls 6 · latency unknown (1 missing)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[2G\u001b[?25l"] -[1.01,"i","T"] -[1.016673,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mT\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.016766,"i","h"] -[1.017026,"o","\u001b[3G\u001b[?25l"] -[1.018764,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mTh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G\u001b[?25l"] -[1.024181,"i","e"] -[1.026548,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G"] -[1.026584,"o","\u001b[?25l"] -[1.030888,"i"," "] -[1.032288,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G"] -[1.032312,"o","\u001b[?25l"] -[1.038535,"i","i"] -[1.039834,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe i\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.039846,"o","\u001b[7G\u001b[?25l"] -[1.045084,"i","n"] -[1.046295,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe in\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.046313,"o","\u001b[8G\u001b[?25l"] -[1.052574,"i","d"] -[1.05388,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe ind\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] -[1.059063,"i","e"] -[1.060557,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe inde\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[1.066768,"i","p"] -[1.068142,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe indep\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G\u001b[?25l"] -[1.074557,"i","e"] -[1.075882,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe indepe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G\u001b[?25l"] -[1.081062,"i","n"] -[1.082459,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe indepen\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G\u001b[?25l"] -[1.088692,"i","d"] -[1.090297,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independ\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] -[1.096512,"i","e"] -[1.098058,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G\u001b[?25l"] -[1.103354,"i","n"] -[1.104835,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independen\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G\u001b[?25l"] -[1.110108,"i","t"] -[1.111958,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G\u001b[?25l"] -[1.117271,"i"," "] -[1.118993,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[1.12431,"i","n"] -[1.125806,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent n\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G\u001b[?25l"] -[1.131208,"i","o"] -[1.132636,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent no\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] -[1.13794,"i","d"] -[1.139443,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent nod\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21G\u001b[?25l"] -[1.145726,"i","e"] -[1.147149,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G\u001b[?25l"] -[1.153481,"i"," "] -[1.155459,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[23G\u001b[?25l"] -[1.159854,"i","-"] -[1.161671,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node -\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G\u001b[?25l"] -[1.167402,"i","-"] -[1.16953,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[25G\u001b[?25l"] -[1.173922,"i","t"] -[1.176218,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G\u001b[?25l"] -[1.181653,"i","e"] -[1.183518,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --te\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[27G\u001b[?25l"] -[1.188898,"i","s"] -[1.190532,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --tes\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G\u001b[?25l"] -[1.196739,"i","t"] -[1.198507,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[29G\u001b[?25l"] -[1.204696,"i"," "] -[1.206435,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.20645,"o","\u001b[30G\u001b[?25l"] -[1.212777,"i","r"] -[1.219106,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G\u001b[?25l"] -[1.220259,"i","u"] -[1.221589,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test ru\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G\u001b[?25l"] -[1.22685,"i","n"] -[1.228234,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[33G\u001b[?25l"] -[1.23451,"i"," "] -[1.23607,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.236114,"o","\u001b[34G\u001b[?25l"] -[1.241415,"i","f"] -[1.24471,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run f\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G\u001b[?25l"] -[1.248398,"i","a"] -[1.249928,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[36G\u001b[?25l"] -[1.255289,"i","i"] -[1.257107,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fai\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[37G\u001b[?25l"] -[1.262295,"i","l"] -[1.264116,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fail\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G"] -[1.264129,"o","\u001b[?25l"] -[1.269375,"i","s"] -[1.271147,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.271174,"o","\u001b[39G\u001b[?25l"] -[1.276446,"i"," "] -[1.278118,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.278137,"o","\u001b[40G\u001b[?25l"] -[1.283491,"i","b"] -[1.285181,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails b\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G\u001b[?25l"] -[1.290432,"i","e"] -[1.292191,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails be\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.292216,"o","\u001b[42G\u001b[?25l"] -[1.297446,"i","c"] -[1.299158,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails bec\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] -[1.304606,"i","a"] -[1.306347,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails beca\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G\u001b[?25l"] -[1.310916,"i","u"] -[1.312304,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails becau\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[45G\u001b[?25l"] -[1.318633,"i","s"] -[1.320191,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails becaus\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G"] -[1.320207,"o","\u001b[?25l"] -[1.325417,"i","e"] -[1.326572,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] -[1.3318,"i"," "] -[1.332992,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.333018,"o","\u001b[48G\u001b[?25l"] -[1.339291,"i","t"] -[1.340504,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[49G\u001b[?25l"] -[1.346712,"i","h"] -[1.347738,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] -[1.353988,"i","i"] -[1.35601,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because thi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G\u001b[?25l"] -[1.361227,"i","s"] -[1.363556,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.363594,"o","\u001b[52G\u001b[?25l"] -[1.367873,"i"," "] -[1.369269,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.369294,"o","\u001b[53G\u001b[?25l"] -[1.374871,"i","w"] -[1.376237,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.376252,"o","\u001b[54G\u001b[?25l"] -[1.382469,"i","o"] -[1.384189,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this wo\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G"] -[1.384209,"o","\u001b[?25l"] -[1.38956,"i","r"] -[1.391143,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this wor\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[56G"] -[1.391166,"o","\u001b[?25l"] -[1.396372,"i","k"] -[1.39758,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this work\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[57G\u001b[?25l"] -[1.402865,"i","s"] -[1.404139,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this works\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[58G\u001b[?25l"] -[1.410356,"i","p"] -[1.412166,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this worksp\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[59G\u001b[?25l"] -[1.41735,"i","a"] -[1.419049,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[60G\u001b[?25l"] -[1.424373,"i","c"] -[1.42606,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[61G"] -[1.426077,"o","\u001b[?25l"] -[1.431456,"i","e"] -[1.433127,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.433162,"o","\u001b[62G\u001b[?25l"] -[1.438635,"i"," "] -[1.440252,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.440286,"o","\u001b[63G\u001b[?25l"] -[1.445497,"i","i"] -[1.447143,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace i\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G"] -[1.447162,"o","\u001b[?25l"] -[1.45236,"i","n"] -[1.45337,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace in\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.453395,"o","\u001b[65G\u001b[?25l"] -[1.45962,"i","h"] -[1.461229,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[66G\u001b[?25l"] -[1.46659,"i","e"] -[1.468298,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inhe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[67G\u001b[?25l"] -[1.473672,"i","r"] -[1.475279,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inher\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[68G\u001b[?25l"] -[1.481494,"i","i"] -[1.483192,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inheri\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[69G"] -[1.483209,"o","\u001b[?25l"] -[1.488418,"i","t"] -[1.49023,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherit\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.490246,"o","\u001b[70G\u001b[?25l"] -[1.495617,"i","s"] -[1.497263,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.497279,"o","\u001b[71G\u001b[?25l"] -[1.502524,"i"," "] -[1.504375,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[72G\u001b[?25l"] -[1.509605,"i","/"] -[1.511466,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[73G\u001b[?25l"] -[1.516713,"i","t"] -[1.518292,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[74G\u001b[?25l"] -[1.524563,"i","m"] -[1.526333,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tm\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.52636,"o","\u001b[75G\u001b[?25l"] -[1.53157,"i","p"] -[1.533295,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.533309,"o","\u001b[76G\u001b[?25l"] -[1.538626,"i","/"] -[1.540315,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[77G\u001b[?25l"] -[1.54554,"i","p"] -[1.54669,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[78G"] -[1.546773,"o","\u001b[?25l"] -[1.551937,"i","a"] -[1.553435,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/pa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[79G"] -[1.553463,"o","\u001b[?25l"] -[1.558906,"i","c"] -[1.560439,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/pac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[80G"] -[1.560457,"o","\u001b[?25l"] -[1.566657,"i","k"] -[1.568312,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/pack\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[81G\u001b[?25l"] -[1.573528,"i","a"] -[1.574643,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/packa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.574657,"o","\u001b[82G\u001b[?25l"] -[1.579837,"i","g"] -[1.580845,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/packag\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[83G"] -[1.580884,"o","\u001b[?25l"] -[1.58711,"i","e"] -[1.588171,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[84G"] -[1.588193,"o","\u001b[?25l"] -[1.594395,"i","."] -[1.595436,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.595455,"o","\u001b[85G\u001b[?25l"] -[1.601707,"i","j"] -[1.60267,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.j\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.602693,"o","\u001b[86G\u001b[?25l"] -[1.608983,"i","s"] -[1.610063,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.js\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[87G"] -[1.610083,"o","\u001b[?25l"] -[1.616287,"i","o"] -[1.62147,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.jso\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[88G\u001b[?25l"] -[1.623711,"i","n"] -[1.624805,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[89G"] -[1.624837,"o","\u001b[?25l"] -[1.631064,"i"," "] -[1.63277,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[90G\u001b[?25l"] -[1.637956,"i","a"] -[1.638952,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.638962,"o","\u001b[91G\u001b[?25l"] -[1.645212,"i","s"] -[1.646214,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[92G\u001b[?25l"] -[1.652384,"i"," "] -[1.653522,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[93G"] -[1.653532,"o","\u001b[?25l"] -[1.659772,"i","E"] -[1.66085,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as E\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.660876,"o","\u001b[94G\u001b[?25l"] -[1.667244,"i","S"] -[1.669025,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ES\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[95G\u001b[?25l"] -[1.674216,"i","M"] -[1.675219,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[96G\u001b[?25l"] -[1.681433,"i"," "] -[1.682566,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[97G\u001b[?25l"] -[1.688754,"i","w"] -[1.689681,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.689705,"o","\u001b[98G\u001b[?25l"] -[1.695876,"i","h"] -[1.696868,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[99G\u001b[?25l"] -[1.703219,"i","i"] -[1.704294,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM whi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[100G"] -[1.70432,"o","\u001b[?25l"] -[1.71053,"i","l"] -[1.712219,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM whil\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[101G\u001b[?25l"] -[1.717431,"i","e"] -[1.718412,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[102G\u001b[?25l"] -[1.724592,"i"," "] -[1.72568,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[103G"] -[1.725754,"o","\u001b[?25l"] -[1.730909,"i","t"] -[1.731885,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.731897,"o","\u001b[104G\u001b[?25l"] -[1.738313,"i","h"] -[1.739338,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[105G\u001b[?25l"] -[1.745537,"i","e"] -[1.747216,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[106G\u001b[?25l"] -[1.752541,"i","s"] -[1.754202,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while thes\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[107G\u001b[?25l"] -[1.759411,"i","e"] -[1.761221,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[108G\u001b[?25l"] -[1.766484,"i"," "] -[1.767953,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.767974,"o","\u001b[109G\u001b[?25l"] -[1.773174,"i","f"] -[1.77505,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these f\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[110G\u001b[?25l"] -[1.780351,"i","i"] -[1.78205,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these fi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.782076,"o","\u001b[111G\u001b[?25l"] -[1.787281,"i","l"] -[1.789147,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these fil\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[112G\u001b[?25l"] -[1.794355,"i","e"] -[1.800088,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these file\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[113G\u001b[?25l"] -[1.801249,"i","s"] -[1.803175,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these files\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[114G\u001b[?25l"] -[1.808501,"i"," "] -[1.810714,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these files \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[115G\u001b[?25l"] -[1.815341,"i","u"] -[1.817398,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these files u\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[116G\u001b[?25l"] -[1.822689,"i","s"] -[1.823782,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these files us\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[117G\u001b[?25l"] -[1.83012,"i","e"] -[1.831731,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these files use\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[118G\u001b[?25l"] -[1.83693,"i"," "] -[1.838429,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these files use \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[119G\u001b[?25l"] -[1.844723,"i","C"] -[1.845911,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these files use C\u001b[7m \u001b[0m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[120G"] -[1.845936,"o","\u001b[?25l"] -[1.852144,"i","o"] -[1.853471,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mThe independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these files use \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Co\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G"] -[1.853496,"o","\u001b[?25l"] -[1.859693,"i","m"] -[1.86069,"o","\u001b[?2026h\r\u001b[2K Com\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.86076,"o","\u001b[5G\u001b[?25l"] -[1.866908,"i","m"] -[1.868943,"o","\u001b[?2026h\r\u001b[2K Comm\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G\u001b[?25l"] -[1.874178,"i","o"] -[1.875518,"o","\u001b[?2026h\r\u001b[2K Commo\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] -[1.880872,"i","n"] -[1.881817,"o","\u001b[?2026h\r\u001b[2K Common\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G"] -[1.881836,"o","\u001b[?25l"] -[1.888188,"i","J"] -[1.890211,"o","\u001b[?2026h\r\u001b[2K CommonJ\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G"] -[1.89023,"o","\u001b[?25l"] -[1.895549,"i","S"] -[1.896667,"o","\u001b[?2026h\r\u001b[2K CommonJS\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.896684,"o","\u001b[10G\u001b[?25l"] -[1.901879,"i","."] -[1.903332,"o","\u001b[?2026h\r\u001b[2K CommonJS.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G"] -[1.903348,"o","\u001b[?25l"] -[1.90954,"i"," "] -[1.911261,"o","\u001b[?2026h\r\u001b[2K CommonJS. \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.911274,"o","\u001b[12G\u001b[?25l"] -[1.916511,"i","M"] -[1.918136,"o","\u001b[?2026h\r\u001b[2K CommonJS. M\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G"] -[1.918148,"o","\u001b[?25l"] -[1.923331,"i","a"] -[1.924253,"o","\u001b[?2026h\r\u001b[2K CommonJS. Ma\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.924268,"o","\u001b[14G\u001b[?25l"] -[1.93047,"i","k"] -[1.932116,"o","\u001b[?2026h\r\u001b[2K CommonJS. Mak\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G"] -[1.93213,"o","\u001b[?25l"] -[1.937511,"i","e"] -[1.938771,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G"] -[1.938786,"o","\u001b[?25l"] -[1.943995,"i"," "] -[1.945348,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.945368,"o","\u001b[17G\u001b[?25l"] -[1.951656,"i","t"] -[1.953417,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[1.958589,"i","h"] -[1.960261,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G\u001b[?25l"] -[1.96566,"i","e"] -[1.967225,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] -[1.97254,"i"," "] -[1.973545,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21G\u001b[?25l"] -[1.979714,"i","p"] -[1.981192,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G"] -[1.981276,"o","\u001b[?25l"] -[1.987625,"i","r"] -[1.989182,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[23G\u001b[?25l"] -[1.994349,"i","o"] -[2.000293,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G\u001b[?25l"] -[2.001448,"i","j"] -[2.002486,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the proj\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[25G"] -[2.002507,"o","\u001b[?25l"] -[2.007838,"i","e"] -[2.009321,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the proje\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G\u001b[?25l"] -[2.015506,"i","c"] -[2.01646,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the projec\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[27G\u001b[?25l"] -[2.022649,"i","t"] -[2.02419,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G\u001b[?25l"] -[2.029362,"i"," "] -[2.030559,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[29G\u001b[?25l"] -[2.036708,"i","s"] -[2.037638,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.037652,"o","\u001b[30G\u001b[?25l"] -[2.043838,"i","e"] -[2.045357,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project se\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G\u001b[?25l"] -[2.051514,"i","l"] -[2.052464,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project sel\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G"] -[2.052476,"o","\u001b[?25l"] -[2.058656,"i","f"] -[2.059627,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.059641,"o","\u001b[33G\u001b[?25l"] -[2.064824,"i","-"] -[2.066237,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[34G"] -[2.066251,"o","\u001b[?25l"] -[2.072589,"i","c"] -[2.074178,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G\u001b[?25l"] -[2.079469,"i","o"] -[2.081163,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-co\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[36G\u001b[?25l"] -[2.086388,"i","n"] -[2.088246,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-con\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.08826,"o","\u001b[37G\u001b[?25l"] -[2.093456,"i","t"] -[2.095082,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-cont\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G\u001b[?25l"] -[2.10026,"i","a"] -[2.101171,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-conta\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[39G\u001b[?25l"] -[2.10734,"i","i"] -[2.108288,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contai\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G\u001b[?25l"] -[2.114481,"i","n"] -[2.116123,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contain\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G\u001b[?25l"] -[2.121317,"i","e"] -[2.122325,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-containe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G\u001b[?25l"] -[2.128769,"i","d"] -[2.130369,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] -[2.136561,"i"," "] -[2.13822,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G\u001b[?25l"] -[2.14339,"i","w"] -[2.145227,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[45G\u001b[?25l"] -[2.150581,"i","i"] -[2.152447,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained wi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G\u001b[?25l"] -[2.156788,"i","t"] -[2.157746,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained wit\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] -[2.163918,"i","h"] -[2.165417,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained with\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] -[2.171592,"i","o"] -[2.173284,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained witho\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[49G\u001b[?25l"] -[2.178513,"i","u"] -[2.180217,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained withou\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] -[2.18544,"i","t"] -[2.187291,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G\u001b[?25l"] -[2.192456,"i"," "] -[2.194339,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[52G\u001b[?25l"] -[2.199739,"i","d"] -[2.201509,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without d\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[53G\u001b[?25l"] -[2.206865,"i","e"] -[2.208473,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without de\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[54G\u001b[?25l"] -[2.214677,"i","p"] -[2.216428,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without dep\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G\u001b[?25l"] -[2.222637,"i","e"] -[2.223949,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[56G\u001b[?25l"] -[2.22916,"i","n"] -[2.231127,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depen\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[57G\u001b[?25l"] -[2.236309,"i","d"] -[2.2374,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depend\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[58G\u001b[?25l"] -[2.243575,"i","i"] -[2.244602,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without dependi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[59G\u001b[?25l"] -[2.249942,"i","n"] -[2.25115,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without dependin\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[60G\u001b[?25l"] -[2.257464,"i","g"] -[2.259141,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[61G\u001b[?25l"] -[2.264322,"i"," "] -[2.266234,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[62G\u001b[?25l"] -[2.271391,"i","o"] -[2.273378,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending o\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[63G\u001b[?25l"] -[2.278567,"i","n"] -[2.280521,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G\u001b[?25l"] -[2.28478,"i"," "] -[2.286501,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[65G\u001b[?25l"] -[2.291788,"i","p"] -[2.293462,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[66G\u001b[?25l"] -[2.298781,"i","a"] -[2.299978,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on pa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[67G\u001b[?25l"] -[2.306198,"i","r"] -[2.307296,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on par\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[68G\u001b[?25l"] -[2.31347,"i","e"] -[2.314413,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on pare\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[69G\u001b[?25l"] -[2.320584,"i","n"] -[2.321615,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on paren\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[70G\u001b[?25l"] -[2.326798,"i","t"] -[2.327893,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[71G\u001b[?25l"] -[2.334082,"i"," "] -[2.335444,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[72G\u001b[?25l"] -[2.340895,"i","f"] -[2.341867,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent f\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.341902,"o","\u001b[73G\u001b[?25l"] -[2.348119,"i","o"] -[2.349063,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent fo\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[74G"] -[2.349079,"o","\u001b[?25l"] -[2.355264,"i","l"] -[2.356271,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent fol\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[75G\u001b[?25l"] -[2.362434,"i","d"] -[2.363823,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent fold\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[76G\u001b[?25l"] -[2.368992,"i","e"] -[2.374744,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folde\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[77G\u001b[?25l"] -[2.375835,"i","r"] -[2.376853,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folder\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[78G\u001b[?25l"] -[2.383017,"i","s"] -[2.384351,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[79G\u001b[?25l"] -[2.390566,"i",","] -[2.392205,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[80G\u001b[?25l"] -[2.397438,"i"," "] -[2.398542,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[81G"] -[2.398558,"o","\u001b[?25l"] -[2.404704,"i","r"] -[2.405651,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.405664,"o","\u001b[82G\u001b[?25l"] -[2.412174,"i","e"] -[2.413876,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, re\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[83G\u001b[?25l"] -[2.419052,"i","r"] -[2.420369,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rer\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[84G\u001b[?25l"] -[2.426536,"i","u"] -[2.427574,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, reru\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[85G\u001b[?25l"] -[2.433742,"i","n"] -[2.435282,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[86G\u001b[?25l"] -[2.441515,"i"," "] -[2.442683,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[87G\u001b[?25l"] -[2.447808,"i","n"] -[2.449213,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun n\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[88G\u001b[?25l"] -[2.455397,"i","o"] -[2.456356,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun no\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[89G\u001b[?25l"] -[2.462549,"i","d"] -[2.463675,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun nod\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[90G\u001b[?25l"] -[2.468856,"i","e"] -[2.470226,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[91G\u001b[?25l"] -[2.47638,"i"," "] -[2.478231,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[92G\u001b[?25l"] -[2.483466,"i","-"] -[2.485199,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node -\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[93G\u001b[?25l"] -[2.490406,"i","-"] -[2.49135,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[94G\u001b[?25l"] -[2.497515,"i","t"] -[2.499231,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[95G\u001b[?25l"] -[2.504394,"i","e"] -[2.506088,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --te\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[96G\u001b[?25l"] -[2.511267,"i","s"] -[2.513079,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --tes\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[97G\u001b[?25l"] -[2.518294,"i","t"] -[2.520119,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[98G\u001b[?25l"] -[2.525301,"i",","] -[2.527117,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[99G\u001b[?25l"] -[2.532321,"i"," "] -[2.534216,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[100G\u001b[?25l"] -[2.539518,"i","a"] -[2.54124,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[101G\u001b[?25l"] -[2.546456,"i","n"] -[2.548186,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[102G\u001b[?25l"] -[2.553381,"i","d"] -[2.555243,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[103G\u001b[?25l"] -[2.560536,"i"," "] -[2.562304,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[104G\u001b[?25l"] -[2.567485,"i","r"] -[2.569227,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[105G\u001b[?25l"] -[2.574504,"i","e"] -[2.576326,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and re\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[106G\u001b[?25l"] -[2.581508,"i","p"] -[2.58329,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and rep\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[107G\u001b[?25l"] -[2.588513,"i","o"] -[2.589774,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and repo\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[108G\u001b[?25l"] -[2.595168,"i","r"] -[2.59712,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and repor\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[109G\u001b[?25l"] -[2.602285,"i","t"] -[2.604516,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[110G\u001b[?25l"] -[2.609684,"i"," "] -[2.611318,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[111G\u001b[?25l"] -[2.616633,"i","t"] -[2.618451,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[112G\u001b[?25l"] -[2.62288,"i","h"] -[2.624564,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[113G\u001b[?25l"] -[2.629898,"i","e"] -[2.631595,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[114G\u001b[?25l"] -[2.636949,"i"," "] -[2.638714,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report the \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[115G\u001b[?25l"] -[2.64404,"i","e"] -[2.645195,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report the e\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[116G\u001b[?25l"] -[2.651392,"i","x"] -[2.653066,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report the ex\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[117G\u001b[?25l"] -[2.658227,"i","a"] -[2.65954,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report the exa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[118G\u001b[?25l"] -[2.665714,"i","c"] -[2.666773,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report the exac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[119G\u001b[?25l"] -[2.672969,"i","t"] -[2.674497,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report the exact\u001b[7m \u001b[0m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[120G\u001b[?25l"] -[2.679892,"i"," "] -[2.681504,"o","\u001b[?2026h\r\u001b[2K CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report the \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K exact \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G\u001b[?25l"] -[2.686848,"i","r"] -[2.688457,"o","\u001b[?2026h\r\u001b[2K exact r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] -[2.693849,"i","e"] -[2.695464,"o","\u001b[?2026h\r\u001b[2K exact re\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[2.70086,"i","s"] -[2.702544,"o","\u001b[?2026h\r\u001b[2K exact res\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G\u001b[?25l"] -[2.707939,"i","u"] -[2.709514,"o","\u001b[?2026h\r\u001b[2K exact resu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G\u001b[?25l"] -[2.715331,"i","l"] -[2.717808,"o","\u001b[?2026h\r\u001b[2K exact resul\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G\u001b[?25l"] -[2.722278,"i","t"] -[2.724397,"o","\u001b[?2026h\r\u001b[2K exact result\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] -[2.729688,"i","."] -[2.731481,"o","\u001b[?2026h\r\u001b[2K exact result.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G\u001b[?25l"] -[2.736985,"i","\r"] -[2.740335,"o","\u001b[?2026h\u001b[2A\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[2G\u001b[?25l"] -[2.8842,"o","\u001b[?2026h\u001b[23A\r\u001b[2K \u001b[1m\u001b[38;2;255;205;117mtest/braid-costs.test.js\u001b[39m\u001b[22m — 11 tests covering \u001b[38;2;255;205;117mextractTokens\u001b[39m (4 unit), \u001b[38;2;255;205;117msummarize\u001b[39m (5 unit \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K incl. blank/comment skipping, error reporting, array/null rejection, empty input), and \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K the CLI via real subprocess (2 integration incl. exit-code check). \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mnode --test\u001b[39m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m result\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ tests 11 ℹ pass 11 ℹ fail 0 ℹ duration_ms 106.873058\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mAll 11 tests passed, 0 failures.\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 3/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 4/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 5/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 6/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· edit\u001b[39m 7/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 8/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m The independent node --test run fails because this workspace inherits /tmp/package.json \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m as ESM while these files use CommonJS. Make the project self-contained without depending \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m on parent folders, rerun node --test, and report the exact result. \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r"] -[2.884291,"o","\r\n\u001b[2K\u001b[38;2;135;145;165m───────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › queue next #1 \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;255;194;92mstreaming · Ctrl+C cancel\u001b[39m \u001b[38;2;225;230;240mEnter queues input\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[2G\u001b[?25l"] -[2.920904,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mnode --test\u001b[39m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m result\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ tests 11 ℹ pass 11 ℹ fail 0 ℹ duration_ms 106.873058\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mAll 11 tests passed, 0 failures.\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 3/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 4/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 5/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 6/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· edit\u001b[39m 7/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 8/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m The independent node --test run fails because this workspace inherits /tmp/package.json \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m as ESM while these files use CommonJS. Make the project self-contained without depending \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m on parent folders, rerun node --test, and report the exact result. \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m───────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › queue next #1 \u001b[39m\u001b[38;2;135;145;165m─────────────"] -[2.920978,"o","───────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;255;194;92mstreaming · Ctrl+C cancel\u001b[39m · \u001b[38;2;225;230;240mexec local CLI · ready\u001b[39m \u001b[38;2;225;230;240mEnter queues input\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[2G\u001b[?25l"] -[8.442792,"o","\u001b[?2026h\u001b[23A\r\u001b[2K the CLI via real subprocess (2 integration incl. exit-code check). \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mnode --test\u001b[39m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m result\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ tests 11 ℹ pass 11 ℹ fail 0 ℹ duration_ms 106.873058\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mAll 11 tests passed, 0 failures.\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m The independent node --test run fails because this workspace inherits /tmp/package.json \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m as ESM while these files use CommonJS. Make the project self-contained without depending \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m on parent folders, rerun node --test, and report the exact result. \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· ba"] -[8.442862,"o","sh\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3B\u001b[2G\u001b[?25l"] -[30.423803,"o","\u001b[?2026h\u001b[23A\r\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mnode --test\u001b[39m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m result\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ tests 11 ℹ pass 11 ℹ fail 0 ℹ duration_ms 106.873058\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mAll 11 tests passed, 0 failures.\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m The independent node --test run fails because this workspace inherits /tmp/package.json \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m as ESM while these files use CommonJS. Make the project self-contained without depending \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m on parent folders, rerun node --test, and report the exact result. \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m "] -[30.423878,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The workspace currently has no \u001b[38;2;255;205;117mpackage.json\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3B\u001b[2G\u001b[?25l"] -[31.216347,"o","\u001b[?2026h\u001b[3A\r\u001b[2K The workspace currently has no \u001b[38;2;255;205;117mpackage.json\u001b[39m of its own, so Node \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3B\u001b[2G\u001b[?25l"] -[31.233611,"o","\u001b[?2026h\u001b[23A\r\u001b[2K \u001b[38;2;189;211;255mℹ tests 11 ℹ pass 11 ℹ fail 0 ℹ duration_ms 106.873058\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mAll 11 tests passed, 0 failures.\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 3/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 4/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 5/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 6/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· edit\u001b[39m 7/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 8/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m The independent node --test run fails because this workspace inherits /tmp/package.json \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m as ESM while these files use CommonJS. Make the project self-contained without depending \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m on parent folders, rerun node --test, and report the exact result. \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 9/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 10/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The workspace currently has no \u001b[38;2;255;205;117mpackage.json\u001b[39m of its own, so Node walks up the tree and, in \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K an environment where \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m declares \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m, treats every \u001b[38;2;255;205;117m.js\u001b[39m file \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K as ESM — breaking the \u001b[38;2;255;205;117mrequire()\u001b[39m calls. The fix is to give the project its own \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mpackage.json\u001b[39m pinned to CommonJS, which makes Node stop its upward search here. \u001b[38;2;135;145;165m│"] -[31.233679,"o","\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 11/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3B\u001b[2G\u001b[?25l"] -[41.557179,"o","\u001b[?2026h\u001b[23A\r\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mAll 11 tests passed, 0 failures.\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 3/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 4/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 5/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 6/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· edit\u001b[39m 7/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 8/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m The independent node --test run fails because this workspace inherits /tmp/package.json \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m as ESM while these files use CommonJS. Make the project self-contained without depending \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m on parent folders, rerun node --test, and report the exact result. \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 9/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 10/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The workspace currently has no \u001b[38;2;255;205;117mpackage.json\u001b[39m of its own, so Node walks up the tree and, in \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K an environment where \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m declares \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m, treats every \u001b[38;2;255;205;117m.js\u001b[39m file \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K as ESM — breaking the \u001b[38;2;255;205;117mrequire()\u001b[39m calls. The fix is to give the project its own \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mpackage.json\u001b[39m pinned to CommonJS, which makes Node stop its upward search here. \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now let \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4B\u001b"] -[41.557308,"o","[2G\u001b[?25l"] -[41.574344,"o","\u001b[?2026h\u001b[23A\r\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 4/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 5/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 6/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· edit\u001b[39m 7/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 8/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m The independent node --test run fails because this workspace inherits /tmp/package.json \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m as ESM while these files use CommonJS. Make the project self-contained without depending \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m on parent folders, rerun node --test, and report the exact result. \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 9/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 10/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The workspace currently has no \u001b[38;2;255;205;117mpackage.json\u001b[39m of its own, so Node walks up the tree and, in \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K an environment where \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m declares \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m, treats every \u001b[38;2;255;205;117m.js\u001b[39m file \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K as ESM — breaking the \u001b[38;2;255;205;117mrequire()\u001b[39m calls. The fix is to give the project its own \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mpackage.json\u001b[39m pinned to CommonJS, which makes Node stop its upward search here. \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now let me verify the fix actually defends against the described scenario. I'll simulate \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K a parent \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m with \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m by temporarily placing one above the \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K workspace and confirming the local \u001b[38;2;255;205;117mpackage.json\u001b[39m shields it: \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 11/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;"] -[41.57445,"o","165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 12/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3B\u001b[2G\u001b[?25l"] -[45.574935,"o","\u001b[?2026h\u001b[23A\r\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 6/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· edit\u001b[39m 7/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 8/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m The independent node --test run fails because this workspace inherits /tmp/package.json \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m as ESM while these files use CommonJS. Make the project self-contained without depending \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m on parent folders, rerun node --test, and report the exact result. \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 9/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 10/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The workspace currently has no \u001b[38;2;255;205;117mpackage.json\u001b[39m of its own, so Node walks up the tree and, in \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K an environment where \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m declares \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m, treats every \u001b[38;2;255;205;117m.js\u001b[39m file \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K as ESM — breaking the \u001b[38;2;255;205;117mrequire()\u001b[39m calls. The fix is to give the project its own \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mpackage.json\u001b[39m pinned to CommonJS, which makes Node stop its upward search here. \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now let me verify the fix actually defends against the described scenario. I'll simulate \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K a parent \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m with \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m by temporarily placing one above the \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K workspace and confirming the local \u001b[38;2;255;205;117mpackage.json\u001b[39m shields it: \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The local \u001b[38;2;255;205;117mpackage.json\u001b[39m with \u001b[38;2;255;205;117m\"type\": \"commonjs\"\u001b[39m shields the project — \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5B\u001b[2G\u001b[?25l"] -[46.125642,"o","\u001b[?2026h\u001b[23A\r\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 8/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m The independent node --test run fails because this workspace inherits /tmp/package.json \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m as ESM while these files use CommonJS. Make the project self-contained without depending \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m on parent folders, rerun node --test, and report the exact result. \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 9/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 10/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The workspace currently has no \u001b[38;2;255;205;117mpackage.json\u001b[39m of its own, so Node walks up the tree and, in \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K an environment where \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m declares \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m, treats every \u001b[38;2;255;205;117m.js\u001b[39m file \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K as ESM — breaking the \u001b[38;2;255;205;117mrequire()\u001b[39m calls. The fix is to give the project its own \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mpackage.json\u001b[39m pinned to CommonJS, which makes Node stop its upward search here. \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now let me verify the fix actually defends against the described scenario. I'll simulate \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K a parent \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m with \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m by temporarily placing one above the \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K workspace and confirming the local \u001b[38;2;255;205;117mpackage.json\u001b[39m shields it: \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The local \u001b[38;2;255;205;117mpackage.json\u001b[39m with \u001b[38;2;255;205;117m\"type\": \"commonjs\"\u001b[39m shields the project — even with a hostile \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117m\"type\":\"module\"\u001b[39m parent present, all tests pass. Now the clean independent run: \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 11/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 12/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165"] -[46.125944,"o","m· bash\u001b[39m 13/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3B\u001b[2G\u001b[?25l"] -[51.652022,"o","\u001b[?2026h\u001b[23A\r\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 9/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 10/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The workspace currently has no \u001b[38;2;255;205;117mpackage.json\u001b[39m of its own, so Node walks up the tree and, in \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K an environment where \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m declares \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m, treats every \u001b[38;2;255;205;117m.js\u001b[39m file \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K as ESM — breaking the \u001b[38;2;255;205;117mrequire()\u001b[39m calls. The fix is to give the project its own \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mpackage.json\u001b[39m pinned to CommonJS, which makes Node stop its upward search here. \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now let me verify the fix actually defends against the described scenario. I'll simulate \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K a parent \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m with \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m by temporarily placing one above the \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K workspace and confirming the local \u001b[38;2;255;205;117mpackage.json\u001b[39m shields it: \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The local \u001b[38;2;255;205;117mpackage.json\u001b[39m with \u001b[38;2;255;205;117m\"type\": \"commonjs\"\u001b[39m shields the project — even with a hostile \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117m\"type\":\"module\"\u001b[39m parent present, all tests pass. Now the clean independent run: \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m\u001b[1mWhat changed\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Added \u001b[1m\u001b[38;2;255;205;117mpackage.json\u001b[39m\u001b[22m at the \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6B\u001b[2G\u001b[?25l"] -[51.665838,"o","\u001b[?2026h\u001b[23A\r\u001b[2K The workspace currently has no \u001b[38;2;255;205;117mpackage.json\u001b[39m of its own, so Node walks up the tree and, in \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K an environment where \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m declares \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m, treats every \u001b[38;2;255;205;117m.js\u001b[39m file \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K as ESM — breaking the \u001b[38;2;255;205;117mrequire()\u001b[39m calls. The fix is to give the project its own \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117mpackage.json\u001b[39m pinned to CommonJS, which makes Node stop its upward search here. \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now let me verify the fix actually defends against the described scenario. I'll simulate \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K a parent \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m with \u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m by temporarily placing one above the \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K workspace and confirming the local \u001b[38;2;255;205;117mpackage.json\u001b[39m shields it: \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The local \u001b[38;2;255;205;117mpackage.json\u001b[39m with \u001b[38;2;255;205;117m\"type\": \"commonjs\"\u001b[39m shields the project — even with a hostile \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117m\"type\":\"module\"\u001b[39m parent present, all tests pass. Now the clean independent run: \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m\u001b[1mWhat changed\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Added \u001b[1m\u001b[38;2;255;205;117mpackage.json\u001b[39m\u001b[22m at the workspace root with \u001b[38;2;255;205;117m\"type\": \"commonjs\"\u001b[39m. Node's module resolver \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K walks up from each \u001b[38;2;255;205;117m.js\u001b[39m file until it finds the nearest \u001b[38;2;255;205;117mpackage.json\u001b[39m and uses its \u001b[38;2;255;205;117mtype\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K field. Without a local one, it kept climbing to \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m (\u001b[38;2;255;205;117m\"type\": \"module\"\u001b[39m) and \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K treated the \u001b[38;2;255;205;117mrequire()\u001b[39m-based files \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6B\u001b[2G\u001b[?25l"] -[53.923192,"o","\u001b[?2026h\u001b[23A\r\u001b[2K I also verified the defense works: I temporarily placed a \u001b[38;2;255;205;117m{\"type\":\"module\"}\u001b[39m file at \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m and re-ran — all tests still passed because the local declaration takes \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K precedence. \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-36\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m\u001b[1mExact \u001b[22m\u001b[1m\u001b[39m\u001b[22m\u001b[38;2;255;205;117mnode --test\u001b[39m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m result\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-9e71a\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ tests 11\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ suites 0\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ pass 11\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ fail 0\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ cancelled 0\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ skipped 0\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ todo 0\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ duration_ms 118.570265\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m11 tests, 11 pass, 0 fail.\u001b[22m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6B\u001b[2G\u001b[?25l"] -[54.010675,"o","\u001b[?2026h\u001b[23A\r\u001b[2K folder. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K I also verified the defense works: I temporarily placed a \u001b[38;2;255;205;117m{\"type\":\"module\"}\u001b[39m file at \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m and re-ran — all \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K tests still passed because the local declaration takes precedence. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m\u001b[1mExact \u001b[22m\u001b[1m\u001b[39m\u001b[22m\u001b[38;2;255;205;117mnode --test\u001b[39m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m result\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ tests 11\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ suites 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ pass 11\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ fail 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ cancelled 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ skipped 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ todo 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ duration_ms 118.570265\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m11 tests, 11 pass, 0 fail.\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 11/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 12/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 13/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m"] -[54.011049,"o","›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;112;211;151mcompleted\u001b[39m \u001b[38;2;225;230;240mCtrl+E next detail (13/13)\u001b[39m · \u001b[38;2;225;230;240mturns in 51k · out 6.2k · cost unknown · calls 11 · latency unknown (2 missing)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[2G\u001b[?25l"] -[55.498837,"i","/"] -[55.503316,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] -[55.51179,"i","a"] -[55.516819,"o","\u001b[?2026h\u001b[23A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m\u001b[1mExact \u001b[22m\u001b[1m\u001b[39m\u001b[22m\u001b[38;2;255;205;117mnode --test\u001b[39m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m result\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ tests 11\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ suites 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ pass 11\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ fail 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ cancelled 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ skipped 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ todo 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ duration_ms 118.570265\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m11 tests, 11 pass, 0 fail.\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 11/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 12/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 13/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;"] -[55.516925,"o","255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m unavailable — Runner overrides require the current profile compatibility helpers\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6A\u001b[4G\u001b[?25l"] -[55.524397,"i","c"] -[55.529062,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K analyze\u001b[38;2;135;145;165m Run a named trace-analysis recipe\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K automate\u001b[38;2;135;145;165m unavailable — Interaction automation requires the shared response contract\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r"] -[55.529156,"o","\n\u001b[2K activity\u001b[38;2;135;145;165m Open run, tool, worker, and usage activity\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6A\u001b[5G\u001b[?25l"] -[55.536565,"i","t"] -[55.540878,"o","\u001b[?2026h\u001b[19A\r\u001b[2K I also verified the defense works: I temporarily placed a \u001b[38;2;255;205;117m{\"type\":\"module\"}\u001b[39m file at \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m and re-ran — all \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K tests still passed because the local declaration takes precedence. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m\u001b[1mExact \u001b[22m\u001b[1m\u001b[39m\u001b[22m\u001b[38;2;255;205;117mnode --test\u001b[39m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m result\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ tests 11\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ suites 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ pass 11\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ fail 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ cancelled 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ skipped 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ todo 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ duration_ms 118.570265\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m11 tests, 11 pass, 0 fail.\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 11/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 12/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 13/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/act\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;"] -[55.540979,"o","255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ activity Open run, tool, worker, and usage activity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K detach\u001b[38;2;135;145;165m unavailable — There is no active run\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K cancel\u001b[38;2;135;145;165m unavailable — There is no active run to cancel\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[6G\u001b[?25l"] -[55.548183,"i","i"] -[55.552834,"o","\u001b[?2026h\u001b[21A\r\u001b[2K folder. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K I also verified the defense works: I temporarily placed a \u001b[38;2;255;205;117m{\"type\":\"module\"}\u001b[39m file at \u001b[38;2;255;205;117m/tmp/package.json\u001b[39m and re-ran — all \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K tests still passed because the local declaration takes precedence. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m\u001b[1mExact \u001b[22m\u001b[1m\u001b[39m\u001b[22m\u001b[38;2;255;205;117mnode --test\u001b[39m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m\u001b[1m\u001b[38;2;119;166;255m\u001b[1m result\u001b[22m\u001b[1m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ tests 11\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ suites 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ pass 11\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ fail 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ cancelled 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ skipped 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ todo 0\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;189;211;255mℹ duration_ms 118.570265\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m```\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m11 tests, 11 pass, 0 fail.\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· write\u001b[39m 11/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 12/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· bash\u001b[39m 13/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/acti\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[7G\u001b[?25l"] -[55.561358,"i","v"] -[55.564436,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activ\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G\u001b[?25l"] -[55.57296,"i","i"] -[55.575892,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] -[55.585178,"i","t"] -[55.589411,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activit\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[55.589427,"o","\u001b[10G\u001b[?25l"] -[55.59762,"i","y"] -[55.602265,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activity\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[55.60229,"o","\u001b[11G\u001b[?25l"] -[55.609591,"i","\r"] -[55.615056,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[55.615074,"o","\u001b[1A\u001b[2G\u001b[?25l"] -[55.632382,"o","\u001b[?25l"] -[55.658952,"o","\u001b[?2026h\u001b[25A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[38;2;135;145;165m›\u001b[39m \u001b[38;2;119;166;255madmitted\u001b[39m \u001b[38;2;135;145;165m· completed · 1/5\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m›\u001b[39m \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;119;166;255madmitted\u001b[39m\u001b[38;2;135;145;165m · system · profile a967ec\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m time: 2026-08-11T12:27:37.978Z \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240mcli-bridge execution\u001b[39m\u001b[38;2;135;145;165m · environment\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m run: run-9e71a496-d938-48a6-8700-0034e66626b8 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240mrun run-9e71a496-d938-48a6-8700-00\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m profile a967ec3a52cea5e3e4a0546afcde6744079ae81d6dc811edc8beccec21562425 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240madmitted\u001b[39m\u001b[38;2;135;145;165m · system · profile a967ec\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240mrun run-36cc53ae-ca4a-4d3e-ba73-52\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↑↓ select · PgUp/PgDn detail · home/end jump · ←/esc close · tab filter: all\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[?25l"] -[55.710545,"i","\u001b[B\u001b[B"] -[55.722012,"o","\u001b[?2026h\u001b[29A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[38;2;135;145;165m›\u001b[39m \u001b[38;2;119;166;255mrun run-9e71a496-d938-48a6-8700-0034e66626b8\u001b[39m \u001b[38;2;135;145;165m· completed · 3/5\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240madmitted\u001b[39m\u001b[38;2;135;145;165m · system · profile a967ec\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m time: 2026-08-11T12:27:37.926Z \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240mcli-bridge execution\u001b[39m\u001b[38;2;135;145;165m · environment\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m run: run-9e71a496-d938-48a6-8700-0034e66626b8 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m›\u001b[39m \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;119;166;255mrun run-9e71a496-d938-48a6-8700-00\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m provider: cli-bridge \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240madmitted\u001b[39m\u001b[38;2;135;145;165m · system · profile a967ec\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m AgentProfile: Braid live GLM reviewer \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240mrun run-36cc53ae-ca4a-4d3e-ba73-52\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m profile digest: \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m a967ec3a52cea5e3e4a0546afcde6744079ae81d6dc811edc8beccec21562425 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m runner: pi \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m connection: Local CLI Bridge \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m connection id: connection-live-cli-bridge \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m execution environment: environment-e912d5cd58e01b85fd0fb68d48fc6d3c \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m provider session: session-braid-run-36cc53ae-ca4a-4d3e-ba73-52f0ca64e70d \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m model: pi/tangle-router/glm-5.2 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m thinking: low \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m usage: 28949 in · 1943 out · cost unknown \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m model calls: 5 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m model latency: unknown \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m token mea"] -[55.722101,"o","surement: complete \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m cost measurement: unknown \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m history: complete \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[?25l"] -[55.732101,"o","\u001b[0m"] diff --git a/artifacts/demo/braid-live-cli-bridge.gif b/artifacts/demo/braid-live-cli-bridge.gif deleted file mode 100644 index 88eab46..0000000 Binary files a/artifacts/demo/braid-live-cli-bridge.gif and /dev/null differ diff --git a/artifacts/demo/braid-live-cli-bridge.json b/artifacts/demo/braid-live-cli-bridge.json deleted file mode 100644 index d368ebe..0000000 --- a/artifacts/demo/braid-live-cli-bridge.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "schemaVersion": 3, - "status": "passed", - "capturedAt": "2026-08-11T12:28:34.148Z", - "source": { - "package": "@tangle-network/braid@0.1.0", - "tarball": "tangle-network-braid-0.1.0.tgz", - "tarballSha256": "c79378c79751b23bdcd7ca0a476d75d46a9accec7effdde5a8cdf5456199d7cc", - "baseCommit": "c31bcd85dab1237daaec44ab1cd4c90669dd2adb", - "agentRuntime": "0.132.0", - "cliBridgeProvider": "0.6.0", - "workingTreeCapture": true - }, - "route": { - "AgentProfile": "Braid live GLM reviewer", - "connection": "Local CLI Bridge", - "runner": "pi", - "model": "pi/tangle-router/glm-5.2", - "environmentId": "environment-e912d5cd58e01b85fd0fb68d48fc6d3c", - "providerSessionId": "session-braid-run-36cc53ae-ca4a-4d3e-ba73-52f0ca64e70d" - }, - "task": { - "prompt": "The independent node --test run fails because this workspace inherits /tmp/package.json as ESM while these files use CommonJS. Make the project self-contained without depending on parent folders, rerun node --test, and report the exact result.", - "runId": "run-9e71a496-d938-48a6-8700-0034e66626b8", - "status": "completed", - "inputTokens": 28949, - "outputTokens": 1943, - "modelCalls": 5, - "tokenMeasurement": "complete", - "costMeasurement": "unknown", - "testExitCode": 0, - "testOutput": "(node:143795) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n(Use `node --trace-warnings ...` to show where the warning was created)\n\u001b[32m✔ extractTokens reads Anthropic-style nested usage \u001b[90m(0.751769ms)\u001b[39m\u001b[39m\n\u001b[32m✔ extractTokens reads OpenAI-style prompt/completion tokens \u001b[90m(0.080829ms)\u001b[39m\u001b[39m\n\u001b[32m✔ extractTokens falls back to flat top-level fields \u001b[90m(0.063044ms)\u001b[39m\u001b[39m\n\u001b[32m✔ extractTokens returns zeros when no token fields exist \u001b[90m(0.052584ms)\u001b[39m\u001b[39m\n\u001b[32m✔ sumize aggregates input, output, and call count \u001b[90m(0.140857ms)\u001b[39m\u001b[39m\n\u001b[32m✔ summarize skips blank lines and comments \u001b[90m(0.57455ms)\u001b[39m\u001b[39m\n\u001b[32m✔ summarize reports invalid JSON lines \u001b[90m(0.212899ms)\u001b[39m\u001b[39m\n\u001b[32m✔ summarize rejects arrays and nulls \u001b[90m(0.076049ms)\u001b[39m\u001b[39m\n\u001b[32m✔ summarize handles empty input \u001b[90m(0.066401ms)\u001b[39m\u001b[39m\n\u001b[32m✔ CLI reads fixture from stdin and prints correct totals \u001b[90m(24.320372ms)\u001b[39m\u001b[39m\n\u001b[32m✔ CLI exits non-zero on invalid JSONL \u001b[90m(25.60552ms)\u001b[39m\u001b[39m\n\u001b[34mℹ tests 11\u001b[39m\n\u001b[34mℹ suites 0\u001b[39m\n\u001b[34mℹ pass 11\u001b[39m\n\u001b[34mℹ fail 0\u001b[39m\n\u001b[34mℹ cancelled 0\u001b[39m\n\u001b[34mℹ skipped 0\u001b[39m\n\u001b[34mℹ todo 0\u001b[39m\n\u001b[34mℹ duration_ms 92.151937\u001b[39m\n(node:143789) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n(Use `node --trace-warnings ...` to show where the warning was created)" - }, - "terminal": { - "columns": 120, - "rows": 30 - }, - "restart": { - "status": "passed", - "restoredRunId": "run-9e71a496-d938-48a6-8700-0034e66626b8", - "restoredRunStatus": "completed", - "restoredTranscript": true, - "exitCode": 0 - }, - "artifacts": { - "braid-live-cli-bridge.cast": "cbb523c3fd034916d6c5227638b9ff0d8427684c3b0a41c6b38376339461968d", - "braid-live-cli-bridge.gif": "24dd110b23cd3577d089f1c75f49a8fd43504ac0de3d9b1a9a91af66541afab3", - "braid-live-cli-bridge.png": "a118f130146e3a300102dd85f14d50a66af22d234a29ffeb29166f2dd08439af", - "braid-live-cli-bridge.txt": "f115ce9439c4855281b9e7b2c5dc66992fd52d340294b34bcd8e9af1d07cf4f3" - } -} diff --git a/artifacts/demo/braid-live-cli-bridge.png b/artifacts/demo/braid-live-cli-bridge.png deleted file mode 100644 index 414cc16..0000000 Binary files a/artifacts/demo/braid-live-cli-bridge.png and /dev/null differ diff --git a/artifacts/demo/braid-live-cli-bridge.txt b/artifacts/demo/braid-live-cli-bridge.txt deleted file mode 100644 index 5cc1346..0000000 --- a/artifacts/demo/braid-live-cli-bridge.txt +++ /dev/null @@ -1,30 +0,0 @@ - activity › run run-9e71a496-d938-48a6-8700-0034e66626b8 · completed · 3/5 -──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── - ✓ admitted · system · profile a967ec…│ time: 2026-08-11T12:27:37.926Z - ✓ cli-bridge execution · environment…│ run: run-9e71a496-d938-48a6-8700-0034e66626b8 - › ✓ run run-9e71a496-d938-48a6-8700-00…│ provider: cli-bridge - ✓ admitted · system · profile a967ec…│ AgentProfile: Braid live GLM reviewer - ✓ run run-36cc53ae-ca4a-4d3e-ba73-52…│ profile digest: - │ a967ec3a52cea5e3e4a0546afcde6744079ae81d6dc811edc8beccec21562425 - │ runner: pi - │ connection: Local CLI Bridge - │ connection id: connection-live-cli-bridge - │ execution environment: environment-e912d5cd58e01b85fd0fb68d48fc6d3c - │ provider session: session-braid-run-36cc53ae-ca4a-4d3e-ba73-52f0ca64e70d - │ model: pi/tangle-router/glm-5.2 - │ thinking: low - │ usage: 28949 in · 1943 out · cost unknown - │ model calls: 5 - │ model latency: unknown - │ token measurement: complete - │ cost measurement: unknown - │ history: complete - │ - │ - │ - │ - │ - │ - │ -──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── - ↑↓ select · PgUp/PgDn detail · home/end jump · ←/esc close · tab filter: all diff --git a/artifacts/demo/braid-live-pi.cast b/artifacts/demo/braid-live-pi.cast deleted file mode 100644 index da3a1d4..0000000 --- a/artifacts/demo/braid-live-pi.cast +++ /dev/null @@ -1,691 +0,0 @@ -{"version":2,"width":120,"height":30,"timestamp":1786425117,"duration":184.747156,"idle_time_limit":1,"command":"braid --profile Product-engineer --connection Local-CLI-Bridge","title":"Braid · AgentProfile to Pi, then trace analysis","env":{"TERM":"xterm-256color"},"stdin":true} -[0.01,"o","\u001b[?2004h"] -[0.01,"o","\u001b[>7u\u001b[?u\u001b[c\u001b[?1049h\u001b[2J\u001b[H\u001b[?25l"] -[0.01,"o","\u001b[?2026h\u001b[2J\u001b[H\u001b[3J\u001b[1m\u001b[38;2;151;190;255mbraid\u001b[39m\u001b[22m \u001b[38;2;135;145;165mcwd\u001b[39m \u001b[38;2;225;230;240mbraid-demo\u001b[39m · \u001b[38;2;135;145;165msession\u001b[39m \u001b[38;2;225;230;240mNew conversation\u001b[39m · \u001b[38;2;135;145;165mbranch\u001b[39m \u001b[38;2;225;230;240mbranch-1\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;225;230;240mAgentProfile Product engineer\u001b[39m · \u001b[38;2;225;230;240mrunner pi · model tangle-router/glm-5.2\u001b[39m \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mthinking high\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n Send a task to Product engineer, or press Ctrl+P for commands. \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;119;166;255m›\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;112;211;151mready for a message\u001b[39m \u001b[38;2;225;230;240mCtrl+P commands\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[0.01,"o","\u001b[4A\u001b[2G\u001b[?25l"] -[0.01,"o","\u001b]0;Braid — /tmp/braid-live-demo-tg36T3/braid-demo\u0007"] -[0.01,"o","\u001b[?2026h\u001b[24A\r\u001b[2K\u001b[38;2;225;230;240mAgentProfile Product engineer\u001b[39m · \u001b[38;2;225;230;240mrunner pi · model tangle-router/glm-5.2\u001b[39m \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mthinking high\u001b[39m · \u001b[38;2;225;230;240moutput ≤33k\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165mSend a task to Product engineer, or press Ctrl+P for commands.\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n"] -[0.01,"o","\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[2G\u001b[?25l"] -[1.01,"i","/"] -[1.013941,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] -[1.031072,"o","\u001b[?2026h\u001b[5A\r\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search an"] -[1.031218,"o","d open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m unavailable — Runner overrides require the current profile compatibility helpers\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6A\u001b[3G\u001b[?25l"] -[1.034216,"i","p"] -[1.03584,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G"] -[1.035913,"o","\u001b[?25l"] -[1.052183,"o","\u001b[?2026h\u001b[2B\r\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K export\u001b[38;2;135;145;165m Export selected redacted data\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K import\u001b[38;2;135;145;165m Import a redacted Braid conversation file\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6A\u001b[4G\u001b[?25l"] -[1.058595,"i","r"] -[1.060197,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.06027,"o","\u001b[5G\u001b[?25l"] -[1.076391,"o","\u001b[?2026h\u001b[1A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a pro"] -[1.076519,"o","file\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[5G\u001b[?25l"] -[1.083621,"i","o"] -[1.085084,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G\u001b[?25l"] -[1.101025,"o","\u001b[?2026h\u001b[1A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119"] -[1.101125,"o",";166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[6G\u001b[?25l"] -[1.107795,"i","f"] -[1.109264,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/prof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] -[1.124716,"o","\u001b[?2026h\u001b[2B\r\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[7G\u001b[?25l"] -[1.132137,"i","i"] -[1.133357,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G\u001b[?25l"] -[1.149527,"o","\u001b[8G\u001b[?25l"] -[1.156006,"i","l"] -[1.157503,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profil\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G"] -[1.157792,"o","\u001b[?25l"] -[1.174178,"o","\u001b[9G\u001b[?25l"] -[1.180621,"i","e"] -[1.183619,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profile\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[1.199427,"o","\u001b[10G\u001b[?25l"] -[1.204825,"i","\r"] -[1.210576,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[1A\u001b[2G\u001b[?25l"] -[1.215124,"o","\u001b[?25l"] -[1.241148,"o","\u001b[?2026h\u001b[16A\r\u001b[2K \u001b[0m\u001b]8;;\u0007 Active profile · Product engineer \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource Configured AgentProfile · trusted · read-only\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mrunner pi · model tangle-router/glm-5.2\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mthinking high · max output 32,768 tokens\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mdigest sha256:d2bc078d…e29ef2dc\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mprofiles\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007> \u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ ✓ Product engineer trusted · read-only · Configured AgentProfile · pi · tangle-router/gl\u001b[0m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165menter · ^V valid · ^S save · esc\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12A\u001b[10G\u001b[?25l"] -[2.165128,"i","\u001b"] -[2.175376,"o","\u001b[?25l"] -[2.177307,"o","\u001b[?2026h\u001b[7A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.177363,"o","\u001b[3A\u001b[2G\u001b[?25l"] -[2.515445,"i","F"] -[2.517103,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mF\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G"] -[2.517197,"o","\u001b[?25l"] -[2.524666,"i","i"] -[2.526212,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G"] -[2.526278,"o","\u001b[?25l"] -[2.534646,"i","n"] -[2.536019,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFin\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G\u001b[?25l"] -[2.544571,"i","i"] -[2.545726,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFini\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G\u001b[?25l"] -[2.554247,"i","s"] -[2.555247,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinis\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] -[2.56289,"i","h"] -[2.564075,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G\u001b[?25l"] -[2.572512,"i"," "] -[2.573716,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] -[2.582111,"i","t"] -[2.583307,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[2.590802,"i","h"] -[2.591999,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G\u001b[?25l"] -[2.600502,"i","e"] -[2.601986,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G\u001b[?25l"] -[2.610498,"i"," "] -[2.611692,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G\u001b[?25l"] -[2.620198,"i","s"] -[2.621421,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] -[2.628904,"i","l"] -[2.629977,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the sl\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G\u001b[?25l"] -[2.638443,"i","u"] -[2.639546,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G\u001b[?25l"] -[2.646887,"i","g"] -[2.648113,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slug\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G"] -[2.64818,"o","\u001b[?25l"] -[2.656575,"i","i"] -[2.657864,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G"] -[2.657913,"o","\u001b[?25l"] -[2.665971,"i","f"] -[2.667196,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugif\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G\u001b[?25l"] -[2.675678,"i","y"] -[2.676944,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] -[2.685348,"i"," "] -[2.68652,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.686564,"o","\u001b[21G\u001b[?25l"] -[2.693865,"i","f"] -[2.694961,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify f\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.695042,"o","\u001b[22G\u001b[?25l"] -[2.703441,"i","u"] -[2.704523,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify fu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.704698,"o","\u001b[23G\u001b[?25l"] -[2.711884,"i","n"] -[2.712969,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify fun\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.713006,"o","\u001b[24G\u001b[?25l"] -[2.721334,"i","c"] -[2.722513,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify func\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[25G\u001b[?25l"] -[2.729812,"i","t"] -[2.73083,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify funct\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G"] -[2.73088,"o","\u001b[?25l"] -[2.739392,"i","i"] -[2.740438,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify functi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[27G\u001b[?25l"] -[2.747819,"i","o"] -[2.748832,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify functio\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G\u001b[?25l"] -[2.757209,"i","n"] -[2.758321,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.758375,"o","\u001b[29G\u001b[?25l"] -[2.765684,"i","."] -[2.766774,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[30G"] -[2.766838,"o","\u001b[?25l"] -[2.775128,"i"," "] -[2.776321,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G\u001b[?25l"] -[2.783661,"i","N"] -[2.784489,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. N\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.784526,"o","\u001b[32G\u001b[?25l"] -[2.792786,"i","o"] -[2.793806,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. No\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.793865,"o","\u001b[33G\u001b[?25l"] -[2.802139,"i","r"] -[2.803095,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Nor\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.803143,"o","\u001b[34G\u001b[?25l"] -[2.810701,"i","m"] -[2.811862,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Norm\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G\u001b[?25l"] -[2.820352,"i","a"] -[2.821365,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Norma\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[36G\u001b[?25l"] -[2.828725,"i","l"] -[2.829808,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normal\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[37G"] -[2.82986,"o","\u001b[?25l"] -[2.838235,"i","i"] -[2.839373,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normali\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G"] -[2.839431,"o","\u001b[?25l"] -[2.84677,"i","z"] -[2.847606,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normaliz\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.847657,"o","\u001b[39G\u001b[?25l"] -[2.855963,"i","e"] -[2.857004,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.857055,"o","\u001b[40G\u001b[?25l"] -[2.865348,"i"," "] -[2.866301,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G"] -[2.866351,"o","\u001b[?25l"] -[2.874628,"i","U"] -[2.875684,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize U\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G"] -[2.875733,"o","\u001b[?25l"] -[2.884285,"i","n"] -[2.885292,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Un\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] -[2.892676,"i","i"] -[2.893677,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Uni\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G"] -[2.89373,"o","\u001b[?25l"] -[2.902049,"i","c"] -[2.903279,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unic\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[45G\u001b[?25l"] -[2.911612,"i","o"] -[2.912664,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unico\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.912718,"o","\u001b[46G\u001b[?25l"] -[2.921114,"i","d"] -[2.922212,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicod\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.922263,"o","\u001b[47G\u001b[?25l"] -[2.930596,"i","e"] -[2.931677,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] -[2.940041,"i"," "] -[2.941188,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[49G\u001b[?25l"] -[2.949555,"i","a"] -[2.950726,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] -[2.959107,"i","c"] -[2.960179,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode ac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G"] -[2.960234,"o","\u001b[?25l"] -[2.967737,"i","c"] -[2.968875,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode acc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[52G\u001b[?25l"] -[2.977238,"i","e"] -[2.978262,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode acce\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.97832,"o","\u001b[53G\u001b[?25l"] -[2.985685,"i","n"] -[2.986733,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accen\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.986785,"o","\u001b[54G\u001b[?25l"] -[2.995153,"i","t"] -[2.996184,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accent\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G\u001b[?25l"] -[3.004606,"i","s"] -[3.005693,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[56G\u001b[?25l"] -[3.014073,"i",","] -[3.01521,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[57G\u001b[?25l"] -[3.0236,"i"," "] -[3.024949,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.024998,"o","\u001b[58G\u001b[?25l"] -[3.033429,"i","t"] -[3.034898,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[59G\u001b[?25l"] -[3.042419,"i","r"] -[3.04387,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, tr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[60G"] -[3.04394,"o","\u001b[?25l"] -[3.051598,"i","e"] -[3.053021,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, tre\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[61G\u001b[?25l"] -[3.061505,"i","a"] -[3.062846,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, trea\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[62G\u001b[?25l"] -[3.071377,"i","t"] -[3.072478,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[63G\u001b[?25l"] -[3.079957,"i"," "] -[3.08108,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G\u001b[?25l"] -[3.089553,"i","u"] -[3.090655,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat u\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.090717,"o","\u001b[65G\u001b[?25l"] -[3.099075,"i","n"] -[3.100139,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat un\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[66G\u001b[?25l"] -[3.10855,"i","d"] -[3.109658,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat und\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[67G\u001b[?25l"] -[3.11802,"i","e"] -[3.119241,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat unde\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[68G\u001b[?25l"] -[3.127618,"i","r"] -[3.129264,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat under\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[69G\u001b[?25l"] -[3.136678,"i","s"] -[3.138309,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat unders\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[70G\u001b[?25l"] -[3.145839,"i","c"] -[3.147313,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat undersc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[71G\u001b[?25l"] -[3.154793,"i","o"] -[3.15621,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat undersco\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[72G\u001b[?25l"] -[3.163911,"i","r"] -[3.165334,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscor\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[73G\u001b[?25l"] -[3.172785,"i","e"] -[3.174201,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscore\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[74G\u001b[?25l"] -[3.181753,"i","s"] -[3.183159,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[75G\u001b[?25l"] -[3.191578,"i"," "] -[3.193232,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.193319,"o","\u001b[76G\u001b[?25l"] -[3.20078,"i","a"] -[3.202009,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[77G\u001b[?25l"] -[3.210494,"i","s"] -[3.211847,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[78G\u001b[?25l"] -[3.220304,"i"," "] -[3.221663,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.221797,"o","\u001b[79G\u001b[?25l"] -[3.229214,"i","p"] -[3.230376,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[80G\u001b[?25l"] -[3.23783,"i","u"] -[3.238928,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as pu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[81G\u001b[?25l"] -[3.24729,"i","n"] -[3.248432,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as pun\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[82G\u001b[?25l"] -[3.25586,"i","c"] -[3.256998,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[83G\u001b[?25l"] -[3.265539,"i","t"] -[3.266675,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punct\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[84G\u001b[?25l"] -[3.275009,"i","u"] -[3.276192,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[85G\u001b[?25l"] -[3.284572,"i","a"] -[3.285821,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctua\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[86G\u001b[?25l"] -[3.29423,"i","t"] -[3.295657,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuat\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[87G\u001b[?25l"] -[3.303156,"i","i"] -[3.304331,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuati\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[88G\u001b[?25l"] -[3.311782,"i","o"] -[3.313076,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuatio\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[89G\u001b[?25l"] -[3.321599,"i","n"] -[3.322901,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[90G\u001b[?25l"] -[3.331368,"i",","] -[3.332849,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[91G\u001b[?25l"] -[3.341292,"i"," "] -[3.342535,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[92G\u001b[?25l"] -[3.349964,"i","c"] -[3.351203,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[93G"] -[3.351281,"o","\u001b[?25l"] -[3.359668,"i","o"] -[3.361055,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, co\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[94G"] -[3.361122,"o","\u001b[?25l"] -[3.368789,"i","l"] -[3.370336,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, col\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[95G\u001b[?25l"] -[3.377789,"i","l"] -[3.381444,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, coll\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[96G\u001b[?25l"] -[3.386822,"i","a"] -[3.387931,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, colla\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[97G"] -[3.38798,"o","\u001b[?25l"] -[3.39633,"i","p"] -[3.399056,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collap\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[98G\u001b[?25l"] -[3.40551,"i","s"] -[3.406655,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collaps\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[99G"] -[3.406714,"o","\u001b[?25l"] -[3.415046,"i","e"] -[3.415995,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[100G"] -[3.41605,"o","\u001b[?25l"] -[3.424337,"i"," "] -[3.425292,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[101G\u001b[?25l"] -[3.433609,"i","p"] -[3.434581,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.434629,"o","\u001b[102G\u001b[?25l"] -[3.442922,"i","u"] -[3.444091,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse pu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.444147,"o","\u001b[103G\u001b[?25l"] -[3.451681,"i","n"] -[3.452747,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse pun\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[104G\u001b[?25l"] -[3.461131,"i","c"] -[3.462166,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[105G\u001b[?25l"] -[3.470517,"i","t"] -[3.471564,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punct\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[106G"] -[3.471646,"o","\u001b[?25l"] -[3.48007,"i","u"] -[3.481502,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[107G\u001b[?25l"] -[3.489016,"i","a"] -[3.490392,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctua\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[108G\u001b[?25l"] -[3.497931,"i","t"] -[3.499382,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuat\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[109G\u001b[?25l"] -[3.506805,"i","i"] -[3.508293,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuati\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[110G\u001b[?25l"] -[3.515852,"i","o"] -[3.517146,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuatio\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[111G\u001b[?25l"] -[3.525624,"i","n"] -[3.52705,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[112G\u001b[?25l"] -[3.535536,"i"," "] -[3.536961,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[113G\u001b[?25l"] -[3.545469,"i","a"] -[3.546965,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[114G\u001b[?25l"] -[3.554423,"i","n"] -[3.55572,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[115G\u001b[?25l"] -[3.563407,"i","d"] -[3.564948,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[116G\u001b[?25l"] -[3.572466,"i"," "] -[3.573845,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[117G\u001b[?25l"] -[3.581375,"i","s"] -[3.582508,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[118G\u001b[?25l"] -[3.589881,"i","p"] -[3.590873,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and sp\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[119G\u001b[?25l"] -[3.599303,"i","a"] -[3.600476,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and spa\u001b[7m \u001b[0m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[120G\u001b[?25l"] -[3.607847,"i","c"] -[3.609863,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K spac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G\u001b[?25l"] -[3.617311,"i","e"] -[3.618558,"o","\u001b[?2026h\r\u001b[2K space\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] -[3.625965,"i","s"] -[3.627311,"o","\u001b[?2026h\r\u001b[2K spaces\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G"] -[3.627361,"o","\u001b[?25l"] -[3.634674,"i"," "] -[3.635751,"o","\u001b[?2026h\r\u001b[2K spaces \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] -[3.644146,"i","t"] -[3.645403,"o","\u001b[?2026h\r\u001b[2K spaces t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[3.652801,"i","o"] -[3.653734,"o","\u001b[?2026h\r\u001b[2K spaces to\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G\u001b[?25l"] -[3.662171,"i"," "] -[3.663269,"o","\u001b[?2026h\r\u001b[2K spaces to \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G\u001b[?25l"] -[3.670942,"i","o"] -[3.67231,"o","\u001b[?2026h\r\u001b[2K spaces to o\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G\u001b[?25l"] -[3.679747,"i","n"] -[3.680851,"o","\u001b[?2026h\r\u001b[2K spaces to on\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] -[3.68928,"i","e"] -[3.690363,"o","\u001b[?2026h\r\u001b[2K spaces to one\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G\u001b[?25l"] -[3.697776,"i"," "] -[3.698996,"o","\u001b[?2026h\r\u001b[2K spaces to one \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.699064,"o","\u001b[16G\u001b[?25l"] -[3.70746,"i","d"] -[3.708635,"o","\u001b[?2026h\r\u001b[2K spaces to one d\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.708724,"o","\u001b[17G\u001b[?25l"] -[3.71609,"i","a"] -[3.717355,"o","\u001b[?2026h\r\u001b[2K spaces to one da\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G"] -[3.717412,"o","\u001b[?25l"] -[3.724759,"i","s"] -[3.725867,"o","\u001b[?2026h\r\u001b[2K spaces to one das\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G"] -[3.725933,"o","\u001b[?25l"] -[3.734286,"i","h"] -[3.735548,"o","\u001b[?2026h\r\u001b[2K spaces to one dash\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] -[3.742924,"i",","] -[3.74425,"o","\u001b[?2026h\r\u001b[2K spaces to one dash,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21G\u001b[?25l"] -[3.751966,"i"," "] -[3.753315,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G\u001b[?25l"] -[3.760739,"i","t"] -[3.762025,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[23G\u001b[?25l"] -[3.7705,"i","r"] -[3.771775,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, tr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G\u001b[?25l"] -[3.780245,"i","i"] -[3.781562,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, tri\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[25G\u001b[?25l"] -[3.788968,"i","m"] -[3.790162,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G"] -[3.790217,"o","\u001b[?25l"] -[3.79856,"i"," "] -[3.799931,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[27G\u001b[?25l"] -[3.808328,"i","d"] -[3.809608,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim d\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G\u001b[?25l"] -[3.817115,"i","a"] -[3.8184,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim da\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[29G"] -[3.81847,"o","\u001b[?25l"] -[3.825867,"i","s"] -[3.827146,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim das\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[30G\u001b[?25l"] -[3.835532,"i","h"] -[3.836863,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dash\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G\u001b[?25l"] -[3.845249,"i","e"] -[3.846616,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G\u001b[?25l"] -[3.85427,"i","s"] -[3.8556,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[33G\u001b[?25l"] -[3.863035,"i",","] -[3.864376,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[34G\u001b[?25l"] -[3.871762,"i"," "] -[3.873188,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.873272,"o","\u001b[35G\u001b[?25l"] -[3.880706,"i","a"] -[3.882011,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.882078,"o","\u001b[36G\u001b[?25l"] -[3.890517,"i","n"] -[3.89181,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[37G\u001b[?25l"] -[3.900186,"i","d"] -[3.901473,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G\u001b[?25l"] -[3.908825,"i"," "] -[3.910055,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[39G\u001b[?25l"] -[3.918446,"i","l"] -[3.919552,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and l\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G\u001b[?25l"] -[3.926852,"i","o"] -[3.928332,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lo\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G\u001b[?25l"] -[3.935749,"i","w"] -[3.936915,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and low\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G\u001b[?25l"] -[3.945345,"i","e"] -[3.946464,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] -[3.953974,"i","r"] -[3.955167,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lower\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G\u001b[?25l"] -[3.963544,"i","c"] -[3.964768,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowerc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.964821,"o","\u001b[45G\u001b[?25l"] -[3.973257,"i","a"] -[3.974394,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowerca\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G\u001b[?25l"] -[3.981749,"i","s"] -[3.982672,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercas\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] -[3.991078,"i","e"] -[3.992154,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] -[4.000527,"i","."] -[4.001455,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[49G\u001b[?25l"] -[4.009798,"i"," "] -[4.010999,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] -[4.019347,"i","A"] -[4.020495,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. A\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G"] -[4.020579,"o","\u001b[?25l"] -[4.027894,"i","d"] -[4.029204,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Ad\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[52G\u001b[?25l"] -[4.0376,"i","d"] -[4.038847,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.038919,"o","\u001b[53G\u001b[?25l"] -[4.047436,"i"," "] -[4.048749,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[54G\u001b[?25l"] -[4.056154,"i","e"] -[4.057325,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add e\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G"] -[4.057381,"o","\u001b[?25l"] -[4.064814,"i","d"] -[4.066056,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add ed\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[56G\u001b[?25l"] -[4.07453,"i","g"] -[4.075463,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edg\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[57G\u001b[?25l"] -[4.083927,"i","e"] -[4.084885,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[58G\u001b[?25l"] -[4.093219,"i","-"] -[4.096782,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[59G\u001b[?25l"] -[4.102189,"i","c"] -[4.103149,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[60G\u001b[?25l"] -[4.111764,"i","a"] -[4.112684,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-ca\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[61G\u001b[?25l"] -[4.121005,"i","s"] -[4.121877,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-cas\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[62G\u001b[?25l"] -[4.130209,"i","e"] -[4.132106,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[63G\u001b[?25l"] -[4.139618,"i"," "] -[4.140719,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G\u001b[?25l"] -[4.149124,"i","t"] -[4.150267,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[65G\u001b[?25l"] -[4.157937,"i","e"] -[4.158996,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case te\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[66G\u001b[?25l"] -[4.16738,"i","s"] -[4.168556,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tes\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[67G\u001b[?25l"] -[4.176023,"i","t"] -[4.17734,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case test\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[68G\u001b[?25l"] -[4.184763,"i","s"] -[4.186054,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[69G\u001b[?25l"] -[4.193893,"i",","] -[4.195172,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[70G\u001b[?25l"] -[4.2033,"i"," "] -[4.204577,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[71G\u001b[?25l"] -[4.211995,"i","r"] -[4.213169,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[72G\u001b[?25l"] -[4.221554,"i","u"] -[4.223075,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, ru\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[73G\u001b[?25l"] -[4.231544,"i","n"] -[4.232747,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[74G\u001b[?25l"] -[4.241175,"i"," "] -[4.242397,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[75G\u001b[?25l"] -[4.249806,"i","t"] -[4.251306,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[76G\u001b[?25l"] -[4.259646,"i","h"] -[4.26081,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[77G"] -[4.260858,"o","\u001b[?25l"] -[4.269347,"i","e"] -[4.270365,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[78G\u001b[?25l"] -[4.277716,"i","m"] -[4.278782,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[79G\u001b[?25l"] -[4.287149,"i",","] -[4.288174,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[80G\u001b[?25l"] -[4.296561,"i"," "] -[4.299845,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[81G\u001b[?25l"] -[4.306279,"i","a"] -[4.30731,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[82G\u001b[?25l"] -[4.314751,"i","n"] -[4.316044,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[83G\u001b[?25l"] -[4.324457,"i","d"] -[4.325488,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[84G\u001b[?25l"] -[4.332817,"i"," "] -[4.333818,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[85G\u001b[?25l"] -[4.342161,"i","s"] -[4.34317,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[86G\u001b[?25l"] -[4.351536,"i","u"] -[4.352553,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and su\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[87G\u001b[?25l"] -[4.360913,"i","m"] -[4.362196,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and sum\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[88G\u001b[?25l"] -[4.370648,"i","m"] -[4.372044,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summ\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[89G\u001b[?25l"] -[4.380495,"i","a"] -[4.381947,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[90G\u001b[?25l"] -[4.390664,"i","r"] -[4.391919,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summar\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[91G\u001b[?25l"] -[4.400357,"i","i"] -[4.401679,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summari\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[92G\u001b[?25l"] -[4.409117,"i","z"] -[4.410418,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summariz\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[93G\u001b[?25l"] -[4.417836,"i","e"] -[4.419092,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[94G\u001b[?25l"] -[4.427524,"i"," "] -[4.428905,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[95G\u001b[?25l"] -[4.437293,"i","t"] -[4.438531,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[96G\u001b[?25l"] -[4.445891,"i","h"] -[4.447128,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[97G\u001b[?25l"] -[4.455538,"i","e"] -[4.456602,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[98G\u001b[?25l"] -[4.46503,"i"," "] -[4.466443,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[99G\u001b[?25l"] -[4.473877,"i","p"] -[4.475181,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[100G\u001b[?25l"] -[4.483697,"i","r"] -[4.485191,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[101G\u001b[?25l"] -[4.493618,"i","o"] -[4.494666,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[102G\u001b[?25l"] -[4.503051,"i","o"] -[4.504058,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proo\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[103G\u001b[?25l"] -[4.51172,"i","f"] -[4.512768,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[104G\u001b[?25l"] -[4.521303,"i","."] -[4.52261,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[105G\u001b[?25l"] -[4.530078,"i","\r"] -[4.531849,"o","\u001b[?2026h\u001b[1A\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[1A\u001b[2G\u001b[?25l"] -[4.793523,"o","\u001b[?2026h\u001b[23A\r\u001b[2K\u001b[48;2;34;48;70m Finish the slugify function. Normalize Unicode accents, treat underscores as punctuation, \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m collapse punctuation and spaces to one dash, trim dashes, and lowercase. Add edge-case \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[48;2;34;48;70m tests, run them, and summarize the proof. \u001b[49m\u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-d06e8\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m event backend\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m─────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › queue unavailable \u001b[39m\u001b[38;2;135;145;165m─────────────"] -[4.793946,"o","─────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;255;194;92mstreaming · Ctrl+C cancel\u001b[39m \u001b[38;2;225;230;240mEnter queues input\u001b[39m · \u001b[38;2;225;230;240mturns usage unknown · cost unknown · calls 0 · model unknown (1 missing)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[2G\u001b[?25l"] -[81.384301,"o","\u001b[?2026h\u001b[23A\r\u001b[2K │ lowercase │ \u001b[38;2;255;205;117mlowercases all letters\u001b[39m │ \u001b[38;2;255;205;117mHELLO\u001b[39m → \u001b[38;2;255;205;117mhello\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ normalize accents │ \u001b[38;2;255;205;117mstrips accents via NFKD decomposition\u001b[39m │ \u001b[38;2;255;205;117mCafé résumé\u001b[39m → \u001b[38;2;255;205;117mcafe-resume\u001b[39m, \u001b[38;2;255;205;117mEl Niño\u001b[39m → │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ \u001b[38;2;255;205;117mel-nino\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ underscore = │ \u001b[38;2;255;205;117mconverts underscores to dashes\u001b[39m │ \u001b[38;2;255;205;117mhello_world\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ punctuation │ │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ collapse runs → 1 │ \u001b[38;2;255;205;117mcollapses repeated separators...\u001b[39m / \u001b[38;2;255;205;117m...mixed │ \u001b[38;2;255;205;117ma___b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m, \u001b[38;2;255;205;117mHello, World!!!\u001b[39m → │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ dash │ \u001b[38;2;255;205;117mpunctuation runs...\u001b[39m │ \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ trim dashes │ \u001b[38;2;255;205;117mtrims leading and trailing dashes\u001b[39m │ \u001b[38;2;255;205;117m---hi---\u001b[39m → \u001b[38;2;255;205;117mhi\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └───────────────────────┴─────────────────────────────────────────────────────┴──────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Edge cases proven explicitly: \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mEmpty input\u001b[22m → \u001b[38;2;255;205;117m''\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mPunctuation-only input\u001b[22m (\u001b[3"] -[81.384428,"o","8;2;255;205;117m___\u001b[39m, \u001b[38;2;255;205;117m, .\u001b[39m) → \u001b[38;2;255;205;117m''\u001b[39m (no dangling dash) \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mDigits preserved\u001b[22m → \u001b[38;2;255;205;117mEpisode 42\u001b[39m → \u001b[38;2;255;205;117mepisode-42\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mIdempotent\u001b[22m → a clean slug passes through unchanged \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mNon-ASCII non-accent letters\u001b[22m → \u001b[38;2;255;205;117mMünchën\u001b[39m → \u001b[38;2;255;205;117mmunchen\u001b[39m (confirms accents are stripped, not the whole char) \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Result: \u001b[38;2;255;205;117mtests 12 · pass 12 · fail 0 · duration 55ms\u001b[39m. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;112;211;151mcompleted\u001b[39m \u001b[38;2;225;230;240mCtrl+E detail\u001b[39m · \u001b[38;2;225;230;240mturns in 21k · out 2.8k · ~$0.0000 · calls 1 · model 76481ms\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[2G\u001b[?25l"] -[82.551986,"i","\u001bOQ"] -[82.55999,"o","\u001b[?2026h\u001b[23A\r\u001b[2K ├───────────────────┼──────────────────────────────────────┼────────────────────────────┤ \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ normalize accents │ \u001b[38;2;255;205;117mstrips accents via NFKD │ \u001b[38;2;255;205;117mCafé résumé\u001b[39m → \u001b[38;2;255;205;117mcafe-resume\u001b[39m, │ \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mdecomposition\u001b[39m │ \u001b[38;2;255;205;117mEl Niño\u001b[39m → \u001b[38;2;255;205;117mel-nino\u001b[39m │ \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m run run-d0\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────┼──────────────────────────────────────┼────────────────────────────┤ \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m event back\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ underscore = │ \u001b[38;2;255;205;117mconverts underscores to dashes\u001b[39m │ \u001b[38;2;255;205;117mhello_world\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m artifact \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ punctuation │ │ │ \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok complete\u001b[39m cli-bridge \u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────┼──────────────────────────────────────┼────────────────────────────┤ \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;112;211;151mok completed\u001b[39m admitted ·\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ collapse runs → 1 │ \u001b[38;2;255;205;117mcollapses repeated separators...\u001b[39m / │ \u001b[38;2;255;205;117ma___b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m, \u001b[38;2;255;205;117mHello, │ \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ dash │ \u001b[38;2;255;205;117m...mixed punctuation runs...\u001b[39m │ \u001b[38;2;255;205;117mWorld!!!\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────┼──────────────────────────────────────┼────────────────────────────┤ \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ trim dashes │ \u001b[38;2;255;205;117mtrims leading and trailing dashes\u001b[39m │ \u001b[38;2;255;205;117m---hi---\u001b[39m → \u001b[38;2;255;205;117mhi\u001b[39m │ \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └───────────────────┴──────────────────────────────────────┴────────────────────────────┘ \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Edge cases proven explicitly: \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mEmpty input\u001b[22m → \u001b[38;2;255;205;117m''\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m "] -[82.560082,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mPunctuation-only input\u001b[22m (\u001b[38;2;255;205;117m___\u001b[39m, \u001b[38;2;255;205;117m, .\u001b[39m) → \u001b[38;2;255;205;117m''\u001b[39m (no dangling dash) \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mDigits preserved\u001b[22m → \u001b[38;2;255;205;117mEpisode 42\u001b[39m → \u001b[38;2;255;205;117mepisode-42\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mIdempotent\u001b[22m → a clean slug passes through unchanged \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mNon-ASCII non-accent letters\u001b[22m → \u001b[38;2;255;205;117mMünchën\u001b[39m → \u001b[38;2;255;205;117mmunchen\u001b[39m (confirms accents are stripped, not \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K the whole char) \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Result: \u001b[38;2;255;205;117mtests 12 · pass 12 · fail 0 · duration 55ms\u001b[39m. \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2B\u001b[2G\u001b[?25l"] -[83.503684,"i","\u001bOQ"] -[83.510288,"o","\u001b[?2026h\u001b[23A\r\u001b[2K │ lowercase │ \u001b[38;2;255;205;117mlowercases all letters\u001b[39m │ \u001b[38;2;255;205;117mHELLO\u001b[39m → \u001b[38;2;255;205;117mhello\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ normalize accents │ \u001b[38;2;255;205;117mstrips accents via NFKD decomposition\u001b[39m │ \u001b[38;2;255;205;117mCafé résumé\u001b[39m → \u001b[38;2;255;205;117mcafe-resume\u001b[39m, \u001b[38;2;255;205;117mEl Niño\u001b[39m → │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ \u001b[38;2;255;205;117mel-nino\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ underscore = │ \u001b[38;2;255;205;117mconverts underscores to dashes\u001b[39m │ \u001b[38;2;255;205;117mhello_world\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ punctuation │ │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ collapse runs → 1 │ \u001b[38;2;255;205;117mcollapses repeated separators...\u001b[39m / \u001b[38;2;255;205;117m...mixed │ \u001b[38;2;255;205;117ma___b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m, \u001b[38;2;255;205;117mHello, World!!!\u001b[39m → │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ dash │ \u001b[38;2;255;205;117mpunctuation runs...\u001b[39m │ \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ trim dashes │ \u001b[38;2;255;205;117mtrims leading and trailing dashes\u001b[39m │ \u001b[38;2;255;205;117m---hi---\u001b[39m → \u001b[38;2;255;205;117mhi\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └───────────────────────┴─────────────────────────────────────────────────────┴──────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Edge cases proven explicitly: \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mEmpty input\u001b[22m → \u001b[38;2;255;205;117m''\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mPunctuation-only input\u001b[22m (\u001b[3"] -[83.510384,"o","8;2;255;205;117m___\u001b[39m, \u001b[38;2;255;205;117m, .\u001b[39m) → \u001b[38;2;255;205;117m''\u001b[39m (no dangling dash) \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mDigits preserved\u001b[22m → \u001b[38;2;255;205;117mEpisode 42\u001b[39m → \u001b[38;2;255;205;117mepisode-42\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mIdempotent\u001b[22m → a clean slug passes through unchanged \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mNon-ASCII non-accent letters\u001b[22m → \u001b[38;2;255;205;117mMünchën\u001b[39m → \u001b[38;2;255;205;117mmunchen\u001b[39m (confirms accents are stripped, not the whole char) \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Result: \u001b[38;2;255;205;117mtests 12 · pass 12 · fail 0 · duration 55ms\u001b[39m. \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2B\u001b[2G\u001b[?25l"] -[83.804789,"i","/"] -[83.809114,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] -[83.814613,"i","a"] -[83.818505,"o","\u001b[?2026h\u001b[23A\r\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ underscore = │ \u001b[38;2;255;205;117mconverts underscores to dashes\u001b[39m │ \u001b[38;2;255;205;117mhello_world\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ punctuation │ │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ collapse runs → 1 │ \u001b[38;2;255;205;117mcollapses repeated separators...\u001b[39m / \u001b[38;2;255;205;117m...mixed │ \u001b[38;2;255;205;117ma___b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m, \u001b[38;2;255;205;117mHello, World!!!\u001b[39m → │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ dash │ \u001b[38;2;255;205;117mpunctuation runs...\u001b[39m │ \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ trim dashes │ \u001b[38;2;255;205;117mtrims leading and trailing dashes\u001b[39m │ \u001b[38;2;255;205;117m---hi---\u001b[39m → \u001b[38;2;255;205;117mhi\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └───────────────────────┴─────────────────────────────────────────────────────┴──────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Edge cases proven explicitly: \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mEmpty input\u001b[22m → \u001b[38;2;255;205;117m''\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mPunctuation-only input\u001b[22m (\u001b[38;2;255;205;117m___\u001b[39m, \u001b[38;2;255;205;117m, .\u001b[39m) → \u001b[38;2;255;205;117m''\u001b[39m (no dangling dash) \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mDigits preserved\u001b[22m → \u001b[38;2;255;205;117mEpisode 42\u001b[39m → \u001b[38;2;255;205;117mepisode-42\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mIdempotent\u001b[22m → a clean slug passes through unchanged \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mNon-ASCII non-accent letters\u001b[22m → \u001b[38;2;255;205;117mMünchën\u001b[39m → \u001b[38;2;255;205;117mmunchen\u001b[39m (confirms accents are stripped, not the whole char) \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Result: \u001b[38;2;255;205;117mtests 12 · pass 12 · fail 0 · duration 55ms"] -[83.818921,"o","\u001b[39m. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m "] -[83.818961,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m unavailable — Runner overrides require the current profile compatibility helpers\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6A\u001b[4G\u001b[?25l"] -[83.824629,"i","s"] -[83.828296,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/as\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K analyze\u001b[38;2;135;145;165m Run a named trace-analysis recipe\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K automate\u001b[38;2;135;145;165m unavailable — Interaction automation requires the shared response contract\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r"] -[83.828396,"o","\n\u001b[2K activity\u001b[38;2;135;145;165m Open run, tool, worker, and usage activity\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6A\u001b[5G\u001b[?25l"] -[83.83426,"i","k"] -[83.838064,"o","\u001b[?2026h\u001b[19A\r\u001b[2K │ lowercase │ \u001b[38;2;255;205;117mlowercases all letters\u001b[39m │ \u001b[38;2;255;205;117mHELLO\u001b[39m → \u001b[38;2;255;205;117mhello\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ normalize accents │ \u001b[38;2;255;205;117mstrips accents via NFKD decomposition\u001b[39m │ \u001b[38;2;255;205;117mCafé résumé\u001b[39m → \u001b[38;2;255;205;117mcafe-resume\u001b[39m, \u001b[38;2;255;205;117mEl Niño\u001b[39m → │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ \u001b[38;2;255;205;117mel-nino\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ underscore = │ \u001b[38;2;255;205;117mconverts underscores to dashes\u001b[39m │ \u001b[38;2;255;205;117mhello_world\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ punctuation │ │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ collapse runs → 1 │ \u001b[38;2;255;205;117mcollapses repeated separators...\u001b[39m / \u001b[38;2;255;205;117m...mixed │ \u001b[38;2;255;205;117ma___b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m, \u001b[38;2;255;205;117mHello, World!!!\u001b[39m → │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ dash │ \u001b[38;2;255;205;117mpunctuation runs...\u001b[39m │ \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├───────────────────────┼─────────────────────────────────────────────────────┼──────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ trim dashes │ \u001b[38;2;255;205;117mtrims leading and trailing dashes\u001b[39m │ \u001b[38;2;255;205;117m---hi---\u001b[39m → \u001b[38;2;255;205;117mhi\u001b[39m │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └───────────────────────┴─────────────────────────────────────────────────────┴──────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Edge cases proven explicitly: \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mEmpty input\u001b[22m → \u001b[38;2;255;205;117m''\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mPunctuation-only input\u001b[22m (\u001b[3"] -[83.838162,"o","8;2;255;205;117m___\u001b[39m, \u001b[38;2;255;205;117m, .\u001b[39m) → \u001b[38;2;255;205;117m''\u001b[39m (no dangling dash) \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mDigits preserved\u001b[22m → \u001b[38;2;255;205;117mEpisode 42\u001b[39m → \u001b[38;2;255;205;117mepisode-42\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mIdempotent\u001b[22m → a clean slug passes through unchanged \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[1mNon-ASCII non-accent letters\u001b[22m → \u001b[38;2;255;205;117mMünchën\u001b[39m → \u001b[38;2;255;205;117mmunchen\u001b[39m (confirms accents are stripped, not the whole char) \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Result: \u001b[38;2;255;205;117mtests 12 · pass 12 · fail 0 · duration 55ms\u001b[39m. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m › send \u001b[39m\u001b[38;2;135;145;165m────────────────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;16"] -[83.838173,"o","6;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[38;2;119;166;255m─\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[6G\u001b[?25l"] -[83.842893,"i"," "] -[83.846841,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] -[83.852257,"i","W"] -[83.856081,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask W\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[1A\u001b[8G\u001b[?25l"] -[83.86076,"i","h"] -[83.863362,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask Wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] -[83.869772,"i","a"] -[83.872558,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask Wha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[83.879028,"i","t"] -[83.882206,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G\u001b[?25l"] -[83.888657,"i"," "] -[83.892059,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G\u001b[?25l"] -[83.898488,"i","c"] -[83.901252,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G\u001b[?25l"] -[83.907617,"i","h"] -[83.911733,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What ch\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] -[83.917468,"i","a"] -[83.921686,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What cha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G\u001b[?25l"] -[83.926058,"i","n"] -[83.92946,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What chan\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G\u001b[?25l"] -[83.934901,"i","g"] -[83.937642,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What chang\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G\u001b[?25l"] -[83.944146,"i","e"] -[83.947276,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What change\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[83.952733,"i","d"] -[83.956208,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G\u001b[?25l"] -[83.962627,"i",","] -[83.965636,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] -[83.9723,"i"," "] -[83.975784,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21G\u001b[?25l"] -[83.981201,"i","w"] -[83.9841,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G\u001b[?25l"] -[83.990506,"i","h"] -[83.994281,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[23G\u001b[?25l"] -[83.999676,"i","a"] -[84.00257,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, wha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G\u001b[?25l"] -[84.008997,"i","t"] -[84.011836,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[25G\u001b[?25l"] -[84.018284,"i"," "] -[84.021373,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G\u001b[?25l"] -[84.026975,"i","w"] -[84.036203,"i","a"] -[84.037508,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[27G\u001b[?25l"] -[84.040097,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what wa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G\u001b[?25l"] -[84.045369,"i","s"] -[84.048055,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[84.04811,"o","\u001b[29G\u001b[?25l"] -[84.05444,"i"," "] -[84.058265,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[30G\u001b[?25l"] -[84.063583,"i","v"] -[84.066566,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was v\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G"] -[84.066635,"o","\u001b[?25l"] -[84.073444,"i","e"] -[84.076312,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was ve\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G\u001b[?25l"] -[84.081864,"i","r"] -[84.085006,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was ver\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[33G\u001b[?25l"] -[84.091367,"i","i"] -[84.094458,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was veri\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[34G\u001b[?25l"] -[84.099904,"i","f"] -[84.103007,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verif\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G\u001b[?25l"] -[84.109424,"i","i"] -[84.11255,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verifi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[36G\u001b[?25l"] -[84.118049,"i","e"] -[84.120355,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verifie\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[37G\u001b[?25l"] -[84.126671,"i","d"] -[84.130231,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G\u001b[?25l"] -[84.136739,"i",","] -[84.140349,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[39G\u001b[?25l"] -[84.146601,"i"," "] -[84.150075,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G\u001b[?25l"] -[84.156471,"i","a"] -[84.159792,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G\u001b[?25l"] -[84.165133,"i","n"] -[84.167989,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G\u001b[?25l"] -[84.174499,"i","d"] -[84.17747,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] -[84.183799,"i"," "] -[84.187151,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G\u001b[?25l"] -[84.193483,"i","w"] -[84.196211,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[45G\u001b[?25l"] -[84.20263,"i","h"] -[84.205117,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G\u001b[?25l"] -[84.212511,"i","a"] -[84.21495,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and wha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] -[84.222262,"i","t"] -[84.225251,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] -[84.230836,"i"," "] -[84.233681,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[49G\u001b[?25l"] -[84.240073,"i","s"] -[84.242749,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] -[84.249118,"i","h"] -[84.252801,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what sh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G\u001b[?25l"] -[84.258232,"i","o"] -[84.260944,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what sho\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[52G\u001b[?25l"] -[84.267311,"i","u"] -[84.270461,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what shou\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[53G\u001b[?25l"] -[84.27582,"i","l"] -[84.278373,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what shoul\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[54G\u001b[?25l"] -[84.284962,"i","d"] -[84.287617,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G\u001b[?25l"] -[84.294015,"i"," "] -[84.303239,"i","I"] -[84.309164,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[57G\u001b[?25l"] -[84.31251,"i"," "] -[84.31506,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[84.315118,"o","\u001b[58G\u001b[?25l"] -[84.322468,"i","r"] -[84.325724,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[59G\u001b[?25l"] -[84.331073,"i","e"] -[84.333992,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I re\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[60G"] -[84.334053,"o","\u001b[?25l"] -[84.339694,"i","v"] -[84.342171,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I rev\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[61G\u001b[?25l"] -[84.349519,"i","i"] -[84.352816,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I revi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[62G\u001b[?25l"] -[84.359197,"i","e"] -[84.36221,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I revie\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[63G\u001b[?25l"] -[84.368536,"i","w"] -[84.371475,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I review\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G\u001b[?25l"] -[84.37775,"i","?"] -[84.38024,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I review?\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[65G\u001b[?25l"] -[84.386915,"i","\r"] -[84.389787,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] -[84.401841,"o","\u001b[?25l"] -[84.46724,"o","\u001b[?2026h\u001b[25A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mactivity · analyses\u001b[39m\u001b[22m \u001b[38;2;135;145;165m›\u001b[39m \u001b[38;2;119;166;255m/ask · frozen question\u001b[39m \u001b[38;2;135;145;165m· running · 1/1\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource run run-d06e8311…9cf9dc · Product engineer · pi · pi/tangle-router/glm-5.2 · Local CLI Bridge\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 source: fef3d6dbdf2b68e…fd975384 · frozen \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 analyst: configured analyst · running \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 route: runner pi · configured model tangle-router/glm-5.2 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── question\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 What changed, what was verified, and what should I review? \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── findings\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 No findings were returned. \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── model use\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 0 model calls reported. \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── run receipt\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 source complete: yes \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 findings: 0 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 runner: pi \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 agent-eval: 0.144.10 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 check source-frozen: passed · digest fef3d6dbdf2b68e9e3d958ed3c9ca7afd25d324be1b9c0ad896325e6fd975384 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 check source-completeness: passed \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── activity record\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 time: 2026-08-11T05:10:15.412Z \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 run: run-d06e8311-8fec-4b63-b007-f7a0d59cf9dc \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 "] -[84.467342,"o"," \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mPgUp/PgDn detail · ←/esc close · tab filter: analyses\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[?25l"] -[84.696026,"o","\u001b[?25l"] -[184.728148,"o","\u001b[?25l"] -[184.728243,"o","\u001b[?25l"] -[184.737156,"o","\u001b[?2026h\u001b[29A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mactivity · analyses\u001b[39m\u001b[22m \u001b[38;2;135;145;165m›\u001b[39m \u001b[38;2;119;166;255m/ask · frozen question\u001b[39m \u001b[38;2;135;145;165m· complete · 1/1\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource run run-d06e8311…9cf9dc · Product engineer · pi · pi/tangle-router/glm-5.2 · Local CLI Bridge\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 source: fef3d6dbdf2b68e…fd975384 · frozen \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 analyst: configured analyst · completed \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 route: runner pi · configured model tangle-router/glm-5.2 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── question\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 What changed, what was verified, and what should I review? \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── findings\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 1. [1] The run implemented src/slugify.js as a five-step pipeline: NFKD Unicode accent normalization, combining-mark \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 removal, lowercasing, non-alphanumeric character collapse to a single dash (including underscores), and \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 leading/trailing dash trimming. · info · confidence 0.95 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [1] completed · event event-6c4174485…ffc43160\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 2. [2] Verification consisted of 12 edge-case tests in test/slugify.test.js covering lowercase, accent stripping, \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 underscore-as-punctuation, collapse, and trim requirements; all 12 passed with 0 failures. · info · confidence 0.95 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [2] tests 12 · pass 12 · fail 0 · duration 55ms · event event-6c4174485…ffc43160\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 3. [3] The operator should review the actual repository diff and raw test output, because the trace contains only \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 summary-level event spans with no individual tool-call spans for file inspection, code writes, or test execution. · \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 info · confidence 0.85 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [3] cli-subscription-and-quota:not-exposed-by-provider · event event-6c4174485…77dd0140\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── next\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 next: ask a narrower question, or use /compare against another frozen run \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── model use\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 4 calls · tokens 18407 in / 5473 out · cost ~$0.0231 · model 93234ms \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 model call #1 tangle-router/pi/tangle-router/glm-5.2 · tokens 1856 in / 126 out · cost ~$0.001391 · latency 7761ms \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 model call #2 tangle-router/pi/tangle-router/glm-5.2 · tokens 1952 in / 233 out · cost ~$0.001684 · latency 8752ms \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 model call #3 tangle-router/pi/tangle-router/glm-5.2 · tokens 3015 in / 264 out · cost ~$0.00239 · latency 7071ms \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 model call #4 tangle-router/pi/tangle-router/glm-5.2 · tokens 11584 in / 4850 out · cost ~$0.01762 · latency 69650ms \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mPgUp/PgDn detail · ←/esc close · page 1/2 · tab filter: analyses\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[?25l"] -[184.747156,"o","\u001b[0m"] diff --git a/artifacts/demo/braid-live-pi.gif b/artifacts/demo/braid-live-pi.gif deleted file mode 100644 index cdda002..0000000 Binary files a/artifacts/demo/braid-live-pi.gif and /dev/null differ diff --git a/artifacts/demo/braid-live-pi.json b/artifacts/demo/braid-live-pi.json deleted file mode 100644 index aa0dafa..0000000 --- a/artifacts/demo/braid-live-pi.json +++ /dev/null @@ -1,129 +0,0 @@ -{ - "schemaVersion": 2, - "status": "passed", - "capturedAt": "2026-08-11T05:11:59.445Z", - "source": { - "commit": "4121be21db2d42bb19065019dfe76bc2294a648a", - "packageVersion": "0.1.0", - "tarball": "tangle-network-braid-0.1.0.tgz", - "tarballSha256": "32f19ba707aa659f776a604fe241111fe2bfb68928ac6f005014d81bd924182c", - "packageProofSha256": "28f369d2cb6f6d9f4583ca0a156a8b4fb51dd14c7f5ba910544dace0a3867c86" - }, - "route": { - "connection": "Local CLI Bridge", - "endpoint": "http://127.0.0.1:3345", - "runner": "pi", - "runnerVersion": "0.83.0", - "provider": "tangle-router", - "model": "glm-5.2" - }, - "profile": { - "name": "Product engineer", - "reasoningEffort": "high", - "maxOutputTokens": 32768 - }, - "task": { - "prompt": "Finish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof.", - "runId": "run-d06e8311-8fec-4b63-b007-f7a0d59cf9dc", - "providerSessionId": "session-braid-run-d06e8311-8fec-4b63-b007-f7a0d59cf9dc", - "inputTokens": 20982, - "outputTokens": 2848, - "llmCalls": 1, - "llmLatencyMs": 76481, - "normalizedToolCalls": 0, - "normalizedToolResults": 0, - "toolProjection": { - "status": "blocked-upstream", - "issue": "https://github.com/tangle-network/agent-runtime/issues/762" - }, - "workspaceProof": { - "testOutput": "> test\n> node --test --test-reporter=spec\n\n(node:2859910) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n(Use `node --trace-warnings ...` to show where the warning was created)\n\u001b[32m✔ joins words with a dash \u001b[90m(1.461097ms)\u001b[39m\u001b[39m\n\u001b[32m✔ lowercases all letters \u001b[90m(0.154334ms)\u001b[39m\u001b[39m\n\u001b[32m✔ strips accents via NFKD decomposition \u001b[90m(0.789905ms)\u001b[39m\u001b[39m\n\u001b[32m✔ converts underscores to dashes \u001b[90m(0.105137ms)\u001b[39m\u001b[39m\n\u001b[32m✔ collapses repeated separators to one dash \u001b[90m(0.083404ms)\u001b[39m\u001b[39m\n\u001b[32m✔ collapses mixed punctuation runs to one dash \u001b[90m(0.078244ms)\u001b[39m\u001b[39m\n\u001b[32m✔ trims leading and trailing dashes \u001b[90m(0.053375ms)\u001b[39m\u001b[39m\n\u001b[32m✔ keeps numbers attached to words \u001b[90m(0.058135ms)\u001b[39m\u001b[39m\n\u001b[32m✔ is idempotent on an already-clean slug \u001b[90m(0.053646ms)\u001b[39m\u001b[39m\n\u001b[32m✔ returns empty string for empty input \u001b[90m(0.099256ms)\u001b[39m\u001b[39m\n\u001b[32m✔ returns empty string for punctuation-only input \u001b[90m(0.057433ms)\u001b[39m\u001b[39m\n\u001b[32m✔ preserves non-ASCII letters that are not accents \u001b[90m(0.075669ms)\u001b[39m\u001b[39m\n\u001b[34mℹ tests 12\u001b[39m\n\u001b[34mℹ suites 0\u001b[39m\n\u001b[34mℹ pass 12\u001b[39m\n\u001b[34mℹ fail 0\u001b[39m\n\u001b[34mℹ cancelled 0\u001b[39m\n\u001b[34mℹ skipped 0\u001b[39m\n\u001b[34mℹ todo 0\u001b[39m\n\u001b[34mℹ duration_ms 49.563632\u001b[39m\n(node:2859897) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n(Use `node --trace-warnings ...` to show where the warning was created)", - "samples": [ - "cafe-deja-vu", - "ship-it" - ], - "sourceSha256": "333776d05a390841cdf48805a772517ed15627b86cd886fc1069f91554922610", - "testSha256": "d118577dee4a1a39c87c1e252113b3df85eb5677fb66a1421c997c2acc2aae4d" - } - }, - "analysis": { - "question": "What changed, what was verified, and what should I review?", - "agentEvalRpcVersion": "0.144.10", - "id": "analysis-b3d650e2de3d2adc5bd2c93302780f15eaecfa8f", - "status": "completed", - "findings": 3, - "configuredModel": "tangle-router/glm-5.2", - "observedModels": [ - "pi/tangle-router/glm-5.2" - ], - "modelCalls": 4, - "inputTokens": 18407, - "outputTokens": 5473, - "costUsd": null, - "estimatedCostUsd": 0.023084800000000003, - "costStatus": "estimated", - "modelCallEvidence": [ - { - "sequence": 1, - "provider": "tangle-router", - "model": "pi/tangle-router/glm-5.2", - "inputTokens": 1856, - "outputTokens": 126, - "tokensKnown": true, - "costUsd": 0.0013908, - "costStatus": "estimated", - "latencyMs": 7761, - "outcome": "succeeded" - }, - { - "sequence": 2, - "provider": "tangle-router", - "model": "pi/tangle-router/glm-5.2", - "inputTokens": 1952, - "outputTokens": 233, - "tokensKnown": true, - "costUsd": 0.0016837999999999998, - "costStatus": "estimated", - "latencyMs": 8752, - "outcome": "succeeded" - }, - { - "sequence": 3, - "provider": "tangle-router", - "model": "pi/tangle-router/glm-5.2", - "inputTokens": 3015, - "outputTokens": 264, - "tokensKnown": true, - "costUsd": 0.0023898, - "costStatus": "estimated", - "latencyMs": 7071, - "outcome": "succeeded" - }, - { - "sequence": 4, - "provider": "tangle-router", - "model": "pi/tangle-router/glm-5.2", - "inputTokens": 11584, - "outputTokens": 4850, - "tokensKnown": true, - "costUsd": 0.0176204, - "costStatus": "estimated", - "latencyMs": 69650, - "outcome": "succeeded" - } - ], - "modelLatencyMs": 93234, - "wallTimeMs": 99977 - }, - "terminal": { - "columns": 120, - "rows": 30, - "finalRevision": 23 - }, - "artifacts": { - "braid-live-pi.cast": "b410a976cbdfbaf5bf39457c2d30b20a35f7d902e0c55df5f18a2d5325e6c0be", - "braid-live-pi.gif": "ad4e18ec3963bffe97329f808be1224d58355aebc3dd2c839c30de0ede149cf5", - "braid-live-pi.png": "9da8abbd3973b1322f51bdf940e1bd245120067cede1b328751dfffbf0ad51ff", - "braid-live-pi.txt": "a4471ef2bac91f513ab533f15297f970c9498cc13aeb33a49dc2f705130f0576" - } -} diff --git a/artifacts/demo/braid-live-pi.png b/artifacts/demo/braid-live-pi.png deleted file mode 100644 index 67037c0..0000000 Binary files a/artifacts/demo/braid-live-pi.png and /dev/null differ diff --git a/artifacts/demo/braid-live-pi.txt b/artifacts/demo/braid-live-pi.txt deleted file mode 100644 index dd3db44..0000000 --- a/artifacts/demo/braid-live-pi.txt +++ /dev/null @@ -1,30 +0,0 @@ - activity · analyses › /ask · frozen question · complete · 1/1 -──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── - source run run-d06e8311…9cf9dc · Product engineer · pi · pi/tangle-router/glm-5.2 · Local CLI Bridge - source: fef3d6dbdf2b68e…fd975384 · frozen - analyst: configured analyst · completed - route: runner pi · configured model tangle-router/glm-5.2 - ── question - What changed, what was verified, and what should I review? - ── findings - 1. [1] The run implemented src/slugify.js as a five-step pipeline: NFKD Unicode accent normalization, combining-mark - removal, lowercasing, non-alphanumeric character collapse to a single dash (including underscores), and - leading/trailing dash trimming. · info · confidence 0.95 - ↳ [1] completed · event event-6c4174485…ffc43160 - 2. [2] Verification consisted of 12 edge-case tests in test/slugify.test.js covering lowercase, accent stripping, - underscore-as-punctuation, collapse, and trim requirements; all 12 passed with 0 failures. · info · confidence 0.95 - ↳ [2] tests 12 · pass 12 · fail 0 · duration 55ms · event event-6c4174485…ffc43160 - 3. [3] The operator should review the actual repository diff and raw test output, because the trace contains only - summary-level event spans with no individual tool-call spans for file inspection, code writes, or test execution. · - info · confidence 0.85 - ↳ [3] cli-subscription-and-quota:not-exposed-by-provider · event event-6c4174485…77dd0140 - ── next - next: ask a narrower question, or use /compare against another frozen run - ── model use - 4 calls · tokens 18407 in / 5473 out · cost ~$0.0231 · model 93234ms - model call #1 tangle-router/pi/tangle-router/glm-5.2 · tokens 1856 in / 126 out · cost ~$0.001391 · latency 7761ms - model call #2 tangle-router/pi/tangle-router/glm-5.2 · tokens 1952 in / 233 out · cost ~$0.001684 · latency 8752ms - model call #3 tangle-router/pi/tangle-router/glm-5.2 · tokens 3015 in / 264 out · cost ~$0.00239 · latency 7071ms - model call #4 tangle-router/pi/tangle-router/glm-5.2 · tokens 11584 in / 4850 out · cost ~$0.01762 · latency 69650ms -──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── - PgUp/PgDn detail · ←/esc close · page 1/2 · tab filter: analyses diff --git a/artifacts/demo/braid-live.cast b/artifacts/demo/braid-live.cast index 0b85219..be3ebeb 100644 --- a/artifacts/demo/braid-live.cast +++ b/artifacts/demo/braid-live.cast @@ -1,906 +1,992 @@ -{"version":2,"width":120,"height":30,"timestamp":1786538523,"duration":121.616066,"idle_time_limit":1,"command":"braid --profile Product-engineer --connection Local-CLI-Bridge","title":"Braid · AgentProfile coding run, then trace analysis","env":{"TERM":"xterm-256color"},"stdin":true} +{"version":2,"width":120,"height":30,"timestamp":1786767762,"duration":192.854774,"idle_time_limit":1,"command":"braid --profile Product-engineer --connection Local-CLI-Bridge","title":"Braid · AgentProfile coding run, then trace analysis","env":{"TERM":"xterm-256color"},"stdin":true} [0.01,"o","\u001b[?2004h"] [0.01,"o","\u001b[>7u\u001b[?u\u001b[c\u001b[?1049h\u001b[2J\u001b[H\u001b[?25l"] [0.01,"o","\u001b[?2026h\u001b[2J\u001b[H\u001b[3J \u001b[0m\u001b]8;;\u0007\r\r\n Ask Product engineer anything. \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;119;166;255m›\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;2;225;230;240mprofile Product engineer\u001b[39m · \u001b[38;2;225;230;240mclaude-code / opus\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;112;211;151mready\u001b[39m · \u001b[38;2;225;230;240mCtrl+P commands\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] [0.01,"o","\u001b[3A\u001b[2G\u001b[?25l"] -[0.01,"o","\u001b]0;Braid — /tmp/braid-live-demo-8KYbTI/braid-demo\u0007"] -[0.01,"o","\u001b[?2026h\u001b[25A\r\u001b[2K \u001b[38;2;135;145;165mAsk Product engineer anything.\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;225;230;240mprofile Product engineer\u001b[39m · \u001b[38;2;225;230;240mclaude-code / opus\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;225;230;240mCtrl+P commands\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[0.01,"o","\u001b[3A\u001b[2G\u001b[?25l"] +[0.01,"o","\u001b]0;Braid — /tmp/braid-live-demo-vWuK0c/braid-demo\u0007"] +[0.01,"o","\u001b[?2026h\u001b[25A\r\u001b[2K \u001b[38;2;135;145;165mAsk Product engineer anything.\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;225;230;240mprofile Product engineer\u001b[39m · \u001b[38;2;225;230;240mclaude-code / opus\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;225;230;240mCtrl+P commands\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G"] +[0.01,"o","\u001b[?25l"] [1.01,"i","/"] -[1.013599,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] -[1.029801,"o","\u001b[?2026h\u001b[7A\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m unavailable — Runner overrides require the current profile compatibility helpers\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/29)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.029917,"o","\u001b[9A\u001b[3G\u001b[?25l"] -[1.034692,"i","p"] -[1.036254,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.036285,"o","\u001b[4G\u001b[?25l"] -[1.05267,"o","\u001b[?2026h\u001b[4B\r\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K export\u001b[38;2;135;145;165m Export selected redacted data\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K import\u001b[38;2;135;145;165m Import a redacted Braid conversation file\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/8)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[4G"] -[1.052754,"o","\u001b[?25l"] -[1.059351,"i","r"] -[1.061345,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.061412,"o","\u001b[5G\u001b[?25l"] -[1.076855,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K export\u001b[38;2;135;145;165m Export selected redacted data\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K import\u001b[38;2;135;145;165m Import a redacted Braid conversation file\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K compare\u001b[38;2;135;145;165m unavailable — Two completed or failed runs are required for comparison\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8A\u001b[5G\u001b[?25l"] -[1.083559,"i","o"] -[1.085117,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G"] -[1.085189,"o","\u001b[?25l"] -[1.101158,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5A\u001b[6G\u001b[?25l"] -[1.108759,"i","f"] -[1.110058,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/prof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] -[1.12553,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/prof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[7G\u001b[?25l"] -[1.133052,"i","i"] -[1.134259,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G"] -[1.134332,"o","\u001b[?25l"] -[1.149974,"o","\u001b[8G\u001b[?25l"] -[1.157318,"i","l"] -[1.158603,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profil\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G"] -[1.158862,"o","\u001b[?25l"] -[1.174266,"o","\u001b[9G\u001b[?25l"] -[1.181716,"i","e"] -[1.183043,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profile\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[1.198311,"o","\u001b[10G\u001b[?25l"] -[1.206745,"i","\r"] -[1.209021,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[2G\u001b[?25l"] -[1.212952,"o","\u001b[?25l"] -[1.239429,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[0m\u001b]8;;\u0007 Active profile · Product engineer \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource Configured AgentProfile · trusted · read-only\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mrunner claude-code · model opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mthinking high · max output 32,768 tokens\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mdigest sha256:751f2a0f…b8cba6c0\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mprofiles\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007> \u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ CLI Bridge · claude-code · hai\u001b[0m trusted · read-only · Advertised CLI Bridge model · claude-code · hai\u001b[0m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 ✓ Product engineer\u001b[38;2;135;145;165m trusted · read-only · Configured AgentProfile · claude-code · opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 Trace analyst\u001b[38;2;135;145;165m trusted · read-only · profile.json · claude-code · sonnet\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165menter · ^V valid · ^S save · esc\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11A\u001b[10G\u001b[?25l"] -[2.166086,"i","\u001b"] -[2.177255,"o","\u001b[?25l"] -[2.178892,"o","\u001b[?2026h\u001b[7A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n"] -[2.17891,"o","\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] -[2.516763,"i","F"] -[2.518735,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mF\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] -[2.526098,"i","i"] -[2.527353,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G"] -[2.527396,"o","\u001b[?25l"] -[2.53501,"i","n"] -[2.536008,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFin\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G"] -[2.536031,"o","\u001b[?25l"] -[2.54426,"i","i"] -[2.545222,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFini\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G\u001b[?25l"] -[2.553454,"i","s"] -[2.554384,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinis\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] -[2.562663,"i","h"] -[2.563654,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G\u001b[?25l"] -[2.571938,"i"," "] -[2.573121,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.573152,"o","\u001b[9G\u001b[?25l"] -[2.58137,"i","t"] -[2.582254,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[2.590497,"i","h"] -[2.591612,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.59174,"o","\u001b[11G\u001b[?25l"] -[2.598984,"i","e"] -[2.600108,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G\u001b[?25l"] -[2.608558,"i"," "] -[2.609957,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G\u001b[?25l"] -[2.617396,"i","s"] -[2.618557,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] -[2.625904,"i","l"] -[2.626545,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the sl\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G\u001b[?25l"] -[2.635057,"i","u"] -[2.635812,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.635952,"o","\u001b[16G\u001b[?25l"] -[2.644303,"i","g"] -[2.644922,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slug\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G"] -[2.644984,"o","\u001b[?25l"] -[2.653467,"i","i"] -[2.654477,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[2.661878,"i","f"] -[2.66308,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugif\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G"] -[2.663124,"o","\u001b[?25l"] -[2.671436,"i","y"] -[2.672227,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] -[2.680615,"i"," "] -[2.681927,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.681992,"o","\u001b[21G\u001b[?25l"] -[2.690399,"i","f"] -[2.691489,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify f\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G\u001b[?25l"] -[2.698864,"i","u"] -[2.699981,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify fu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[23G\u001b[?25l"] -[2.708366,"i","n"] -[2.709503,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify fun\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G"] -[2.709546,"o","\u001b[?25l"] -[2.716856,"i","c"] -[2.718198,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify func\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.718268,"o","\u001b[25G\u001b[?25l"] -[2.726667,"i","t"] -[2.727915,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify funct\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.72798,"o","\u001b[26G\u001b[?25l"] -[2.736369,"i","i"] -[2.737691,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify functi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.737761,"o","\u001b[27G\u001b[?25l"] -[2.745129,"i","o"] -[2.746206,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify functio\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G\u001b[?25l"] -[2.754597,"i","n"] -[2.755771,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[29G"] -[2.755826,"o","\u001b[?25l"] -[2.76429,"i","."] -[2.765451,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.765502,"o","\u001b[30G\u001b[?25l"] -[2.77283,"i"," "] -[2.773862,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G\u001b[?25l"] -[2.782234,"i","N"] -[2.783226,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. N\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G\u001b[?25l"] -[2.791734,"i","o"] -[2.792679,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. No\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[33G\u001b[?25l"] -[2.801107,"i","r"] -[2.802074,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Nor\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[34G\u001b[?25l"] -[2.81056,"i","m"] -[2.811584,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Norm\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G\u001b[?25l"] -[2.818953,"i","a"] -[2.819955,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Norma\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[36G\u001b[?25l"] -[2.828298,"i","l"] -[2.829467,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normal\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[37G"] -[2.829532,"o","\u001b[?25l"] -[2.837078,"i","i"] -[2.83814,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normali\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.838194,"o","\u001b[38G\u001b[?25l"] -[2.846436,"i","z"] -[2.847509,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normaliz\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[39G\u001b[?25l"] -[2.854767,"i","e"] -[2.85592,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G"] -[2.855953,"o","\u001b[?25l"] -[2.864369,"i"," "] -[2.866005,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G\u001b[?25l"] -[2.873411,"i","U"] -[2.874465,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize U\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G\u001b[?25l"] -[2.881801,"i","n"] -[2.882868,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Un\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] -[2.891311,"i","i"] -[2.892305,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Uni\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G\u001b[?25l"] -[2.899817,"i","c"] -[2.900942,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unic\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[45G\u001b[?25l"] -[2.909398,"i","o"] -[2.91071,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unico\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G\u001b[?25l"] -[2.918205,"i","d"] -[2.919465,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicod\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] -[2.92687,"i","e"] -[2.927558,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] -[2.936025,"i"," "] -[2.93669,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[49G\u001b[?25l"] -[2.945187,"i","a"] -[2.945883,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] -[2.954308,"i","c"] -[2.955113,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode ac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G"] -[2.955152,"o","\u001b[?25l"] -[2.963402,"i","c"] -[2.964141,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode acc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[52G"] -[2.964189,"o","\u001b[?25l"] -[2.972466,"i","e"] -[2.9731,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode acce\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[53G"] -[2.973128,"o","\u001b[?25l"] -[2.981345,"i","n"] -[2.982406,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accen\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.982433,"o","\u001b[54G\u001b[?25l"] -[2.990686,"i","t"] -[2.991439,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accent\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.99146,"o","\u001b[55G\u001b[?25l"] -[3.000691,"i","s"] -[3.001483,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.001517,"o","\u001b[56G\u001b[?25l"] -[3.009772,"i",","] -[3.01101,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[57G\u001b[?25l"] -[3.019263,"i"," "] -[3.020195,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[58G\u001b[?25l"] -[3.028511,"i","t"] -[3.029421,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[59G"] -[3.029463,"o","\u001b[?25l"] -[3.036737,"i","r"] -[3.038019,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, tr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.038071,"o","\u001b[60G\u001b[?25l"] -[3.046607,"i","e"] -[3.04766,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, tre\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[61G\u001b[?25l"] -[3.055938,"i","a"] -[3.05692,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, trea\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[62G"] -[3.056963,"o","\u001b[?25l"] -[3.065232,"i","t"] -[3.066429,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[63G"] -[3.066474,"o","\u001b[?25l"] -[3.073735,"i"," "] -[3.074999,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.07503,"o","\u001b[64G\u001b[?25l"] -[3.083241,"i","u"] -[3.084437,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat u\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[65G\u001b[?25l"] -[3.091796,"i","n"] -[3.092982,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat un\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.093033,"o","\u001b[66G\u001b[?25l"] -[3.101376,"i","d"] -[3.102611,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat und\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.10276,"o","\u001b[67G\u001b[?25l"] -[3.109942,"i","e"] -[3.110984,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat unde\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[68G\u001b[?25l"] -[3.119242,"i","r"] -[3.12017,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat under\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[69G\u001b[?25l"] -[3.128357,"i","s"] -[3.129589,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat unders\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.129602,"o","\u001b[70G\u001b[?25l"] -[3.136954,"i","c"] -[3.137984,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat undersc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[71G"] -[3.138002,"o","\u001b[?25l"] -[3.146207,"i","o"] -[3.147241,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat undersco\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[72G\u001b[?25l"] -[3.155491,"i","r"] -[3.156468,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscor\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[73G\u001b[?25l"] -[3.163762,"i","e"] -[3.164724,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscore\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.164758,"o","\u001b[74G\u001b[?25l"] -[3.172997,"i","s"] -[3.173979,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.174008,"o","\u001b[75G\u001b[?25l"] -[3.18236,"i"," "] -[3.183408,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[76G\u001b[?25l"] -[3.190772,"i","a"] -[3.191828,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[77G\u001b[?25l"] -[3.200393,"i","s"] -[3.201618,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[78G\u001b[?25l"] -[3.208939,"i"," "] -[3.210039,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[79G\u001b[?25l"] -[3.218363,"i","p"] -[3.219619,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[80G"] -[3.219747,"o","\u001b[?25l"] -[3.22694,"i","u"] -[3.228045,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as pu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[81G\u001b[?25l"] -[3.236364,"i","n"] -[3.237433,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as pun\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[82G"] -[3.237478,"o","\u001b[?25l"] -[3.244826,"i","c"] -[3.245944,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[83G"] -[3.246005,"o","\u001b[?25l"] -[3.254297,"i","t"] -[3.255434,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punct\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[84G\u001b[?25l"] -[3.262782,"i","u"] -[3.263938,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[85G\u001b[?25l"] -[3.272308,"i","a"] -[3.273332,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctua\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[86G\u001b[?25l"] -[3.281725,"i","t"] -[3.282861,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuat\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[87G\u001b[?25l"] -[3.291296,"i","i"] -[3.292446,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuati\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[88G"] -[3.292493,"o","\u001b[?25l"] -[3.299758,"i","o"] -[3.300653,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuatio\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[89G"] -[3.300686,"o","\u001b[?25l"] -[3.308972,"i","n"] -[3.309791,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[90G\u001b[?25l"] -[3.318015,"i",","] -[3.318972,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[91G\u001b[?25l"] -[3.327208,"i"," "] -[3.328332,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.328372,"o","\u001b[92G\u001b[?25l"] -[3.336618,"i","c"] -[3.337525,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.337565,"o","\u001b[93G\u001b[?25l"] -[3.345816,"i","o"] -[3.346527,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, co\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[94G"] -[3.346556,"o","\u001b[?25l"] -[3.354818,"i","l"] -[3.355888,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, col\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[95G"] -[3.355939,"o","\u001b[?25l"] -[3.364438,"i","l"] -[3.365564,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, coll\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[96G\u001b[?25l"] -[3.372881,"i","a"] -[3.373722,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, colla\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[97G"] -[3.373772,"o","\u001b[?25l"] -[3.382088,"i","p"] -[3.382905,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collap\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.382948,"o","\u001b[98G\u001b[?25l"] -[3.391209,"i","s"] -[3.392237,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collaps\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[99G\u001b[?25l"] -[3.400447,"i","e"] -[3.401258,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.401317,"o","\u001b[100G\u001b[?25l"] -[3.409606,"i"," "] -[3.410786,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[101G"] -[3.410821,"o","\u001b[?25l"] -[3.419081,"i","p"] -[3.42004,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.420079,"o","\u001b[102G\u001b[?25l"] -[3.428419,"i","u"] -[3.429529,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse pu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.429578,"o","\u001b[103G\u001b[?25l"] -[3.43688,"i","n"] -[3.437872,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse pun\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.437917,"o","\u001b[104G\u001b[?25l"] -[3.446197,"i","c"] -[3.447145,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[105G"] -[3.447228,"o","\u001b[?25l"] -[3.455565,"i","t"] -[3.456531,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punct\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.456573,"o","\u001b[106G\u001b[?25l"] -[3.463862,"i","u"] -[3.464984,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[107G"] -[3.465029,"o","\u001b[?25l"] -[3.473313,"i","a"] -[3.474108,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctua\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.474154,"o","\u001b[108G\u001b[?25l"] -[3.482466,"i","t"] -[3.483549,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuat\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[109G\u001b[?25l"] -[3.490874,"i","i"] -[3.492,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuati\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[110G\u001b[?25l"] -[3.500628,"i","o"] -[3.501896,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuatio\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[111G\u001b[?25l"] -[3.510253,"i","n"] -[3.511325,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[112G"] -[3.511372,"o","\u001b[?25l"] -[3.518774,"i"," "] -[3.520002,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[113G\u001b[?25l"] -[3.528366,"i","a"] -[3.529591,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[114G"] -[3.529643,"o","\u001b[?25l"] -[3.53684,"i","n"] -[3.538011,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.538029,"o","\u001b[115G\u001b[?25l"] -[3.546241,"i","d"] -[3.547157,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.547184,"o","\u001b[116G\u001b[?25l"] -[3.555406,"i"," "] -[3.556098,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[117G"] -[3.556143,"o","\u001b[?25l"] -[3.564435,"i","s"] -[3.565357,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[118G\u001b[?25l"] -[3.57362,"i","p"] -[3.574571,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and sp\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.57461,"o","\u001b[119G\u001b[?25l"] -[3.582817,"i","a"] -[3.583735,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and spa\u001b[7m \u001b[0m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.58376,"o","\u001b[120G\u001b[?25l"] -[3.591944,"i","c"] -[3.59383,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K spac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.593876,"o","\u001b[6G\u001b[?25l"] -[3.601172,"i","e"] -[3.602233,"o","\u001b[?2026h\r\u001b[2K space\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.602273,"o","\u001b[7G\u001b[?25l"] -[3.610547,"i","s"] -[3.611711,"o","\u001b[?2026h\r\u001b[2K spaces\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G"] -[3.61175,"o","\u001b[?25l"] -[3.619004,"i"," "] -[3.620044,"o","\u001b[?2026h\r\u001b[2K spaces \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G"] -[3.620086,"o","\u001b[?25l"] -[3.628375,"i","t"] -[3.629355,"o","\u001b[?2026h\r\u001b[2K spaces t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G"] -[3.629395,"o","\u001b[?25l"] -[3.636909,"i","o"] -[3.637942,"o","\u001b[?2026h\r\u001b[2K spaces to\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G\u001b[?25l"] -[3.646276,"i"," "] -[3.647219,"o","\u001b[?2026h\r\u001b[2K spaces to \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.647261,"o","\u001b[12G\u001b[?25l"] -[3.655556,"i","o"] -[3.656456,"o","\u001b[?2026h\r\u001b[2K spaces to o\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.656495,"o","\u001b[13G\u001b[?25l"] -[3.663795,"i","n"] -[3.664772,"o","\u001b[?2026h\r\u001b[2K spaces to on\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] -[3.673079,"i","e"] -[3.674191,"o","\u001b[?2026h\r\u001b[2K spaces to one\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G\u001b[?25l"] -[3.682549,"i"," "] -[3.683582,"o","\u001b[?2026h\r\u001b[2K spaces to one \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G\u001b[?25l"] -[3.690908,"i","d"] -[3.691892,"o","\u001b[?2026h\r\u001b[2K spaces to one d\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G"] -[3.691951,"o","\u001b[?25l"] -[3.700314,"i","a"] -[3.701268,"o","\u001b[?2026h\r\u001b[2K spaces to one da\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[3.709587,"i","s"] -[3.710516,"o","\u001b[?2026h\r\u001b[2K spaces to one das\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G\u001b[?25l"] -[3.718894,"i","h"] -[3.720036,"o","\u001b[?2026h\r\u001b[2K spaces to one dash\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] -[3.728451,"i",","] -[3.729435,"o","\u001b[?2026h\r\u001b[2K spaces to one dash,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21G\u001b[?25l"] -[3.736814,"i"," "] -[3.738262,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G\u001b[?25l"] -[3.746633,"i","t"] -[3.748,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.748066,"o","\u001b[23G\u001b[?25l"] -[3.756413,"i","r"] -[3.757374,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, tr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.757444,"o","\u001b[24G\u001b[?25l"] -[3.764996,"i","i"] -[3.76611,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, tri\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[25G\u001b[?25l"] -[3.774453,"i","m"] -[3.775363,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.775412,"o","\u001b[26G\u001b[?25l"] -[3.783687,"i"," "] -[3.784681,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.784729,"o","\u001b[27G\u001b[?25l"] -[3.793044,"i","d"] -[3.794118,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim d\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G"] -[3.794174,"o","\u001b[?25l"] -[3.802674,"i","a"] -[3.803716,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim da\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[29G\u001b[?25l"] -[3.812112,"i","s"] -[3.813118,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim das\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[30G\u001b[?25l"] -[3.821459,"i","h"] -[3.822313,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dash\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.822353,"o","\u001b[31G\u001b[?25l"] -[3.830721,"i","e"] -[3.831708,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G\u001b[?25l"] -[3.840094,"i","s"] -[3.840995,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[33G"] -[3.841055,"o","\u001b[?25l"] -[3.849353,"i",","] -[3.850565,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[34G"] -[3.850622,"o","\u001b[?25l"] -[3.857865,"i"," "] -[3.859324,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G\u001b[?25l"] -[3.867621,"i","a"] -[3.86908,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[36G\u001b[?25l"] -[3.877446,"i","n"] -[3.878502,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[37G\u001b[?25l"] -[3.885802,"i","d"] -[3.886713,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G\u001b[?25l"] -[3.895095,"i"," "] -[3.896331,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[39G\u001b[?25l"] -[3.904665,"i","l"] -[3.905715,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and l\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G\u001b[?25l"] -[3.914086,"i","o"] -[3.915138,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lo\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[3.915201,"o","\u001b[41G\u001b[?25l"] -[3.923536,"i","w"] -[3.924823,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and low\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G\u001b[?25l"] -[3.932164,"i","e"] -[3.933096,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] -[3.941399,"i","r"] -[3.942299,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lower\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G\u001b[?25l"] -[3.950603,"i","c"] -[3.951544,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowerc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[45G\u001b[?25l"] -[3.959947,"i","a"] -[3.96078,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowerca\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G\u001b[?25l"] -[3.96906,"i","s"] -[3.969697,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercas\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] -[3.977939,"i","e"] -[3.978743,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] -[3.987014,"i","."] -[3.987718,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[49G\u001b[?25l"] -[3.995975,"i"," "] -[3.997045,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] -[4.005566,"i","A"] -[4.00648,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. A\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G\u001b[?25l"] -[4.01466,"i","d"] -[4.015546,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Ad\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.015583,"o","\u001b[52G\u001b[?25l"] -[4.023829,"i","d"] -[4.024916,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.024951,"o","\u001b[53G\u001b[?25l"] -[4.033187,"i"," "] -[4.034376,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.034395,"o","\u001b[54G\u001b[?25l"] -[4.042599,"i","e"] -[4.043478,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add e\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G\u001b[?25l"] -[4.050798,"i","d"] -[4.05167,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add ed\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[56G"] -[4.051709,"o","\u001b[?25l"] -[4.059987,"i","g"] -[4.060805,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edg\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[57G\u001b[?25l"] -[4.069064,"i","e"] -[4.069958,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.069984,"o","\u001b[58G\u001b[?25l"] -[4.078247,"i","-"] -[4.079452,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[59G\u001b[?25l"] -[4.087663,"i","c"] -[4.088886,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[60G\u001b[?25l"] -[4.097129,"i","a"] -[4.098237,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-ca\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[61G\u001b[?25l"] -[4.106438,"i","s"] -[4.107055,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-cas\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[62G\u001b[?25l"] -[4.115272,"i","e"] -[4.116006,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[63G\u001b[?25l"] -[4.124238,"i"," "] -[4.124718,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G\u001b[?25l"] -[4.132906,"i","t"] -[4.133403,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[65G"] -[4.133431,"o","\u001b[?25l"] -[4.14266,"i","e"] -[4.143463,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case te\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[66G\u001b[?25l"] -[4.152686,"i","s"] -[4.153754,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tes\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[67G\u001b[?25l"] -[4.16207,"i","t"] -[4.16327,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case test\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[68G\u001b[?25l"] -[4.171543,"i","s"] -[4.172302,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.172339,"o","\u001b[69G\u001b[?25l"] -[4.179784,"i",","] -[4.180373,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[70G\u001b[?25l"] -[4.189613,"i"," "] -[4.190613,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.190781,"o","\u001b[71G\u001b[?25l"] -[4.198993,"i","r"] -[4.200124,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[72G\u001b[?25l"] -[4.208451,"i","u"] -[4.20937,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, ru\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[73G\u001b[?25l"] -[4.217656,"i","n"] -[4.218697,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[74G\u001b[?25l"] -[4.226939,"i"," "] -[4.227991,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.228022,"o","\u001b[75G\u001b[?25l"] -[4.236295,"i","t"] -[4.237351,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[76G\u001b[?25l"] -[4.245678,"i","h"] -[4.246613,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[77G\u001b[?25l"] -[4.254912,"i","e"] -[4.255832,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[78G\u001b[?25l"] -[4.264203,"i","m"] -[4.265116,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.265156,"o","\u001b[79G\u001b[?25l"] -[4.273412,"i",","] -[4.274343,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[80G\u001b[?25l"] -[4.28263,"i"," "] -[4.283544,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.283574,"o","\u001b[81G\u001b[?25l"] -[4.291804,"i","a"] -[4.292845,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[82G"] -[4.29287,"o","\u001b[?25l"] -[4.301076,"i","n"] -[4.301947,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[83G\u001b[?25l"] -[4.310138,"i","d"] -[4.311242,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[84G\u001b[?25l"] -[4.319456,"i"," "] -[4.320341,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[85G\u001b[?25l"] -[4.328569,"i","s"] -[4.329411,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[86G\u001b[?25l"] -[4.337606,"i","u"] -[4.338515,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and su\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[87G"] -[4.338547,"o","\u001b[?25l"] -[4.345821,"i","m"] -[4.34678,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and sum\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[88G\u001b[?25l"] -[4.355126,"i","m"] -[4.356125,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summ\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[89G\u001b[?25l"] -[4.363784,"i","a"] -[4.364596,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[90G\u001b[?25l"] -[4.372861,"i","r"] -[4.373652,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summar\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.373705,"o","\u001b[91G\u001b[?25l"] -[4.382044,"i","i"] -[4.383218,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summari\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[92G\u001b[?25l"] -[4.391527,"i","z"] -[4.392513,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summariz\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[93G\u001b[?25l"] -[4.399867,"i","e"] -[4.401041,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[94G"] -[4.401087,"o","\u001b[?25l"] -[4.409393,"i"," "] -[4.41057,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.410617,"o","\u001b[95G\u001b[?25l"] -[4.417955,"i","t"] -[4.419102,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[96G\u001b[?25l"] -[4.42748,"i","h"] -[4.428632,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[97G\u001b[?25l"] -[4.436054,"i","e"] -[4.437167,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[98G\u001b[?25l"] -[4.445524,"i"," "] -[4.446676,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.446718,"o","\u001b[99G\u001b[?25l"] -[4.454002,"i","p"] -[4.45513,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[4.455185,"o","\u001b[100G\u001b[?25l"] -[4.463478,"i","r"] -[4.464596,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[101G\u001b[?25l"] -[4.471879,"i","o"] -[4.474891,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[102G\u001b[?25l"] -[4.48132,"i","o"] -[4.482466,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proo\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[103G\u001b[?25l"] -[4.489816,"i","f"] -[4.490941,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[104G\u001b[?25l"] -[4.499327,"i","."] -[4.500398,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[105G\u001b[?25l"] -[4.507751,"i","\r"] -[4.509419,"o","\u001b[?2026h\u001b[1A\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[1A\u001b[2G\u001b[?25l"] -[4.618367,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;119;166;255m› \u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;255;194;92m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;225;230;2"] -[4.618454,"o","40mprofile Product engineer\u001b[39m · \u001b[38;2;225;230;240mclaude-code / opus\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;255;194;92mworking · Ctrl+C cancel\u001b[39m · \u001b[38;2;225;230;240mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] -[4.652793,"o","\u001b[12G\u001b[?25l"] -[4.658198,"i","\u001bOQ"] -[4.668821,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;119;166;255m› \u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mlive work\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation, collapse punctuation and spaces to one dash, trim dashes, and lowercase. Add \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K edge-case tests, run them, and summarize the proof. \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-b413c\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K "] -[4.668915,"o"," \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[1B\u001b[12G\u001b[?25l"] -[5.60973,"i","\u001bOQ"] -[5.612981,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;119;166;255m› \u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[5.613046,"o","\u001b[1B\u001b[12G\u001b[?25l"] -[7.889089,"o","\u001b[?2026h\u001b[23A\r\u001b[2K I'll start by inspecting the repository. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22B\u001b[12G\u001b[?25l"] -[9.31446,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21B\u001b[12G\u001b[?25l"] -[9.68202,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/2\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/2\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20B\u001b[12G\u001b[?25l"] -[11.465654,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/3\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/3\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/3\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19B\u001b[12G\u001b[?25l"] -[12.147084,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18B\u001b[12G\u001b[?25l"] -[12.305996,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17B\u001b[12G\u001b[?25l"] -[18.345077,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now implementing: \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15B\u001b[12G\u001b[?25l"] -[19.594184,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14B\u001b[12G\u001b[?25l"] -[22.515022,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13B\u001b[12G\u001b[?25l"] -[25.221367,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12B\u001b[12G\u001b[?25l"] -[33.722873,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11B\u001b[12G\u001b[?25l"] -[35.545267,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10B\u001b[12G\u001b[?25l"] -[46.608454,"o","\u001b[?2026h\u001b[26A\r\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m "] -[46.608537,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[1B\u001b[12G\u001b[?25l"] -[46.658299,"o","\u001b[?2026h\u001b[26A\r\u001b[2K │ Collapse runs │ \u001b[38;2;255;205;117ma -- _ b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m │ mixed space/dash/underscore run → one dash │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m"] -[46.658372,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;225;230;240mprofile Product engineer\u001b[39m · \u001b[38;2;225;230;240mclaude-code / opus\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;225;230;240min 15\u001b[39m · \u001b[38;2;225;230;240mout 2.9k\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[47.907787,"i","/"] -[47.911157,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[47.911215,"o","\u001b[3G\u001b[?25l"] -[47.928297,"o","\u001b[?2026h\u001b[26A\r\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K "] -[47.928388,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m unavailable — Runner overrides require the current profile compatibility helpers\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/29)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[3G\u001b[?25l"] -[47.931818,"i","a"] -[47.934692,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G"] -[47.934736,"o","\u001b[?25l"] -[47.950941,"o","\u001b[?2026h\u001b[4B\r\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K analyze\u001b[38;2;135;145;165m Run a named trace-analysis recipe\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K automate\u001b[38;2;135;145;165m unavailable — Interaction automation requires the shared response contract\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K activity\u001b[38;2;135;145;165m Open run, tool, worker, and usage activity\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/10)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[4G\u001b[?25l"] -[47.956292,"i","c"] -[47.958828,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[47.958863,"o","\u001b[5G\u001b[?25l"] -[47.97468,"o","\u001b[?2026h\u001b[19A\r\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39"] -[47.974752,"o","m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ activity Open run, tool, worker, and usage activity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K detach\u001b[38;2;135;145;165m unavailable — There is no active run\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K cancel\u001b[38;2;135;145;165m unavailable — There is no active run to cancel\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K branch\u001b[38;2;135;145;165m Create a branch at a message boundary\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7A\u001b[5G\u001b[?25l"] -[47.980198,"i","t"] -[47.982609,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/act\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[47.982734,"o","\u001b[6G\u001b[?25l"] -[47.998491,"o","\u001b[?2026h\u001b[21A\r\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m "] -[47.998547,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/act\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ activity Open run, tool, worker, and usage activity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[6G\u001b[?25l"] -[48.004053,"i","i"] -[48.006472,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/acti\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G"] -[48.006495,"o","\u001b[?25l"] -[48.022534,"o","\u001b[7G\u001b[?25l"] -[48.027777,"i","v"] -[48.030199,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activ\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G"] -[48.030225,"o","\u001b[?25l"] -[48.047117,"o","\u001b[8G\u001b[?25l"] -[48.052601,"i","i"] -[48.055206,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] -[48.071865,"o","\u001b[9G\u001b[?25l"] -[48.077153,"i","t"] -[48.079758,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activit\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[48.095962,"o","\u001b[10G\u001b[?25l"] -[48.101322,"i","y"] -[48.104127,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activity\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G"] -[48.10418,"o","\u001b[?25l"] -[48.120329,"o","\u001b[11G\u001b[?25l"] -[48.125624,"i","\r"] -[48.129327,"o","\u001b[?2026h\u001b[24A\r\u001b[2K │ Collapse runs │ \u001b[38;2;255;205;117ma -- _ b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m │ mixed space/dash/underscore run → one dash │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[48.129371,"o","\u001b[2A\u001b[2G\u001b[?25l"] -[48.144752,"o","\u001b[?25l"] -[48.156672,"o","\u001b[?2026h\u001b[26A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[38;2;135;145;165m›\u001b[39m \u001b[38;2;119;166;255madmitted\u001b[39m \u001b[38;2;135;145;165m· completed · 1/3\u001b[39m \u001b[38;2;135;145;165mProduct engineer · claude-code · opus · in 15 · out 2.9k\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m›\u001b[39m \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;119;166;255madmitted\u001b[39m\u001b[38;2;135;145;165m · system · profile 751f2a\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m time: 2026-08-12T12:40:04.891Z \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240mcli-bridge execution\u001b[39m\u001b[38;2;135;145;165m · environment\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m run: run-b413c4d4-820d-453f-93d2-ff52f9751b83 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240mrun run-b413c4d4-820d-453f-93d2-ff\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m profile 751f2a0fca472cff39aba489cad8b639b8324680873a3fe41029a7c0b8cba6c0 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 "] -[48.156753,"o"," \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↑↓ select · PgUp/PgDn detail · home/end jump · ←/esc close · tab filter: all\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[?25l"] -[49.025979,"i","\u001b"] -[49.037585,"o","\u001b[?25l"] -[49.040997,"o","\u001b[?2026h\u001b[29A\r\u001b[2K │ Collapse runs │ \u001b[38;2;255;205;117ma -- _ b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m │ mixed space/dash/underscore run → one dash │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n"] -[49.041019,"o","\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details"] -[49.041025,"o","\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;225;230;240mprofile Product engineer\u001b[39m · \u001b[38;2;225;230;240mclaude-code / opus\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;225;230;240min 15\u001b[39m · \u001b[38;2;225;230;240mout 2.9k\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[49.326741,"i","/"] -[49.329864,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] -[49.344493,"o","\u001b[?2026h\u001b[26A\r\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m unavailable — Runner overrides require the current profile compatibility helpers\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/29)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[3G\u001b[?25l"] -[49.351234,"i","p"] -[49.353679,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G\u001b[?25l"] -[49.369919,"o","\u001b[?2026h\u001b[4B\r\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K export\u001b[38;2;135;145;165m Export selected redacted data\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K import\u001b[38;2;135;145;165m Import a redacted Braid conversation file\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/8)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[4G\u001b[?25l"] -[49.375354,"i","r"] -[49.377951,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G\u001b[?25l"] -[49.393786,"o","\u001b[?2026h\u001b[19A\r\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K export\u001b[38;2;135;145;165m Export selected redacted data\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K import\u001b[38;2;135;145;165m Import a redacted Braid conversation file\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K compare\u001b[38;2;135;145;165m unavailable — Two completed or failed runs are required for comparison\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8A\u001b[5G\u001b[?25l"] -[49.399157,"i","o"] -[49.401147,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[49.401188,"o","\u001b[6G\u001b[?25l"] -[49.417193,"o","\u001b[?2026h\u001b[19A\r\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m "] -[49.417256,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5A\u001b[6G\u001b[?25l"] -[49.423574,"i","f"] -[49.425856,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/prof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] -[49.442233,"o","\u001b[?2026h\u001b[23A\r\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/prof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[7G\u001b[?25l"] -[49.4476,"i","i"] -[49.449772,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[49.449801,"o","\u001b[8G\u001b[?25l"] -[49.466114,"o","\u001b[8G\u001b[?25l"] -[49.4724,"i","l"] -[49.475526,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profil\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G"] -[49.475579,"o","\u001b[?25l"] -[49.491577,"o","\u001b[9G\u001b[?25l"] -[49.4959,"i","e"] -[49.498329,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profile\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G"] -[49.498388,"o","\u001b[?25l"] -[49.51446,"o","\u001b[10G\u001b[?25l"] -[49.51975,"i","\r"] -[49.523229,"o","\u001b[?2026h\u001b[24A\r\u001b[2K │ Collapse runs │ \u001b[38;2;255;205;117ma -- _ b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m │ mixed space/dash/underscore run → one dash │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[49.523271,"o","\u001b[2A\u001b[2G\u001b[?25l"] -[49.523468,"o","\u001b[?25l"] -[49.54139,"o","\u001b[?2026h\u001b[26A\r\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Underscores as punctuation │ \u001b[38;2;255;205;117mhello_world\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ \u001b[38;2;255;205;117m_\u001b[39m excluded from the keep-class │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Collapse runs │ \u001b[38;2;255;205;117ma -- _ b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m │ mixed space/dash/underscore run → one dash │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ \u001b[0m\u001b]8;;\u0007 Active profile · Product engineer \u001b[0m\u001b]8;;\u0007 │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource Configured AgentProfile · trusted · read-only\u001b[39m \u001b[0m\u001b]8;;\u0007──────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Dege\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mrunner claude-code · model opus\u001b[39m \u001b[0m\u001b]8;;\u0007ng │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mthinking high · max output 32,768 tokens\u001b[39m \u001b[0m\u001b]8;;\u0007──────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idem\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mdigest sha256:751f2a0f…b8cba6c0\u001b[39m \u001b[0m\u001b]8;;\u0007 on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ \u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mprofiles\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007──────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007> \u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One be\u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ CLI Bridge · claude-code · hai\u001b[0"] -[49.54147,"o","m trusted · read-only · Advertised CLI Bridge model · claude-code · hai\u001b[0m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007uation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and be\u001b[0m\u001b]8;;\u0007 ✓ Product engineer\u001b[38;2;135;145;165m trusted · read-only · Configured AgentProfile · claude-code · opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctu\u001b[0m\u001b]8;;\u0007 Trace analyst\u001b[38;2;135;145;165m trusted · read-only · profile.json · claude-code · sonnet\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165menter · ^V valid · ^S save · esc\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13A\u001b[10G\u001b[?25l"] -[49.570112,"i","T"] -[49.574529,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007> T\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One be\u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ Trace analyst trusted · read-only · profile.json · claude-code · sonnet\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007uation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and be\u001b[0m\u001b]8;;\u0007 CLI Bridge · claude-code · hai\u001b[0m\u001b[38;2;135;145;165m trusted · read-only · Advertised CLI Bridge model · claude-code · hai\u001b[0m\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctu\u001b[0m\u001b]8;;\u0007 ✓ Product engineer\u001b[38;2;135;145;165m trusted · read-only · Configured AgentProfile · claude-code · opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[11G\u001b[?25l"] -[49.593873,"i","r"] -[49.597723,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007> Tr\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[49.597771,"o","\u001b[12G"] -[49.59778,"o","\u001b[?25l"] -[49.61813,"i","a"] -[49.621996,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007> Tra\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G\u001b[?25l"] -[49.642392,"i","c"] -[49.646525,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007> Trac\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] -[49.666123,"i","e"] -[49.669777,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007> Trace\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One be\u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ Trace analyst trusted · read-only · profile.json · claude-code · sonnet\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007uation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and be\u001b[0m\u001b]8;;\u0007 ✓ Product engineer\u001b[38;2;135;145;165m trusted · read-only · Configured AgentProfile · claude-code · opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctu\u001b[0m\u001b]8;;\u0007 CLI Bridge · claude-code · hai\u001b[0m\u001b[38;2;135;145;165m trusted · read-only · Advertised CLI Bridge model · claude-code · hai\u001b[0m\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[15G\u001b[?25l"] -[49.690208,"i"," "] -[49.694187,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007> Trace \u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G\u001b[?25l"] -[49.714539,"i","a"] -[49.719927,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007> Trace a\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G"] -[49.71998,"o","\u001b[?25l"] -[49.738289,"i","n"] -[49.741692,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007> Trace an\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[49.741735,"o","\u001b[18G\u001b[?25l"] -[49.762197,"i","a"] -[49.766128,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007> Trace ana\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G\u001b[?25l"] -[49.786442,"i","l"] -[49.790415,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007> Trace anal\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[49.790451,"o","\u001b[20G\u001b[?25l"] -[49.809778,"i","y"] -[49.815917,"o","\u001b[?2026h\u001b[7A\r\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────\u001b[0m\u001b]8;;\u0007 Active profile · Product engineer \u001b[0m\u001b]8;;\u0007──────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Dege\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource Configured AgentProfile · trusted · read-only\u001b[39m \u001b[0m\u001b]8;;\u0007ng │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mrunner claude-code · model opus\u001b[39m \u001b[0m\u001b]8;;\u0007──────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idem\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mthinking high · max output 32,768 tokens\u001b[39m \u001b[0m\u001b]8;;\u0007 on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mdigest sha256:751f2a0f…b8cba6c0\u001b[39m \u001b[0m\u001b]8;;\u0007 │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mprofiles\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007──────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One be\u001b[0m\u001b]8;;\u0007> Trace analy\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007uation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and be\u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ Trace analyst trusted · read-only · profile.json · claude-code · sonnet\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctu\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165menter · ^V valid · ^S save · esc\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[49.815966,"o","\u001b[4A\u001b[21G\u001b[?25l"] -[49.834389,"i","s"] -[49.838226,"o","\u001b[?2026h\r\u001b[2K One be\u001b[0m\u001b]8;;\u0007> Trace analys\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007uation \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[49.83826,"o","\u001b[22G\u001b[?25l"] -[49.858658,"i","t"] -[49.861978,"o","\u001b[?2026h\r\u001b[2K One be\u001b[0m\u001b]8;;\u0007> Trace analyst\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007uation \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[23G\u001b[?25l"] -[49.883364,"i","\r"] -[49.887144,"o","\u001b[?2026h\u001b[7A\r\u001b[2K ├─────\u001b[0m\u001b]8;;\u0007 Selecting Trace analyst… \u001b[0m\u001b]8;;\u0007──────┤ \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[49.887182,"o","\u001b[7B\u001b[23G\u001b[?25l"] -[49.930696,"o","\u001b[?2026h\u001b[7A\r\u001b[2K ├─────\u001b[0m\u001b]8;;\u0007 Selected Trace analyst · next runs use it \u001b[0m\u001b]8;;\u0007──────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Dege\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource profile.json · trusted · read-only\u001b[39m \u001b[0m\u001b]8;;\u0007ng │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mrunner claude-code · model sonnet\u001b[39m \u001b[0m\u001b]8;;\u0007──────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idem\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mthinking high · max output 16,384 tokens\u001b[39m \u001b[0m\u001b]8;;\u0007 on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mdigest sha256:61f7efab…7fcf69a3\u001b[39m \u001b[0m\u001b]8;;\u0007 │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mprofiles\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007──────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One be\u001b[0m\u001b]8;;\u0007> Trace analyst\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007uation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and be\u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ ✓ Trace analyst trusted · read-only · profile.json · claude-code · sonnet\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctu\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165menter · ^V valid · ^S save · esc\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E detail"] -[49.930778,"o","s\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;225;230;240mprofile Trace analyst\u001b[39m · \u001b[38;2;225;230;240mclaude-code / sonnet\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;225;230;240min 15\u001b[39m · \u001b[38;2;225;230;240mout 2.9k\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13A\u001b[23G\u001b[?25l"] -[49.933249,"i","\u001b"] -[49.943763,"o","\u001b[?25l"] -[49.947454,"o","\u001b[?2026h\u001b[16A\r\u001b[2K │ Collapse runs │ \u001b[38;2;255;205;117ma -- _ b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m │ mixed space/dash/underscore run → one dash │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n"] -[49.947507,"o","\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[2G\u001b[?25l"] -[50.483535,"i","/"] -[50.48628,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G"] -[50.486328,"o","\u001b[?25l"] -[50.492633,"i","a"] -[50.495182,"o","\u001b[?2026h\u001b[26A\r\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n"] -[50.495216,"o","\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m unavailable — Runner overrides require the current profile compatibility helpers\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/29)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[4G\u001b[?25l"] -[50.501878,"i","s"] -[50.50386,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/as\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K analyze\u001b[38;2;135;145;165m Run a named trace-analysis recipe\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K automate\u001b[38;2;135;145;165m unavailable — Interaction automation requires the shared response contract\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K activity\u001b[38;2;135;145;165m Open run, tool, worker, and usage activity\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/10)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.50391,"o","\u001b[9A\u001b[5G\u001b[?25l"] -[50.511282,"i","k"] -[50.513858,"o","\u001b[?2026h\u001b[19A\r\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m "] -[50.513899,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[6G\u001b[?25l"] -[50.520199,"i"," "] -[50.522609,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.522733,"o","\u001b[7G\u001b[?25l"] -[50.529082,"i","W"] -[50.531674,"o","\u001b[?2026h\u001b[24A\r\u001b[2K │ Collapse runs │ \u001b[38;2;255;205;117ma -- _ b\u001b[39m → \u001b[38;2;255;205;117ma-b\u001b[39m │ mixed space/dash/underscore run → one dash │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Trim dashes │ \u001b[38;2;255;205;117m--Hello, World!--\u001b[39m → \u001b[38;2;255;205;117mhello-world\u001b[39m │ both ends │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Lowercase + digits survive │ \u001b[38;2;255;205;117mTop 10 Songs (2024)\u001b[39m → │ digits are not punctuation │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ \u001b[38;2;255;205;117mtop-10-songs-2024\u001b[39m │ │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Degenerate input │ \u001b[38;2;255;205;117m!!! ___ ---\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m, \u001b[38;2;255;205;117m''\u001b[39m → \u001b[38;2;255;205;117m''\u001b[39m │ trim can empty the string without throwing │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K ├─────────────────────────────┼──────────────────────────────────────┼───────────────────────────────────────────────┤ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ Idempotence │ \u001b[38;2;255;205;117mslugify(slugify(x)) === slugify(x)\u001b[39m │ \u001b[38;2;255;205;117m Ünïcödé__Slug!! \u001b[39m → \u001b[38;2;255;205;117municode-slug\u001b[39m, stable on │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K │ │ │ re-run │ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K └─────────────────────────────┴──────────────────────────────────────┴───────────────────────────────────────────────┘ \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K One behavior worth flagging: characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K and become dashes — \u001b[38;2;255;205;117mslugify('日本語')\u001b[39m is \u001b[38;2;255;205;117m''\u001b[39m. That's the standard ASCII-slug tradeoff and matches the \"collapse \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation\" rule as written, but if you need transliteration instead, that's a different (larger) change. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n"] -[50.531716,"o","\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask W\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[8G\u001b[?25l"] -[50.537999,"i","h"] -[50.54013,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask Wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.540151,"o","\u001b[9G\u001b[?25l"] -[50.547359,"i","a"] -[50.549617,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask Wha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.549728,"o","\u001b[10G\u001b[?25l"] -[50.556043,"i","t"] -[50.558077,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.558095,"o","\u001b[11G\u001b[?25l"] -[50.565305,"i"," "] -[50.568905,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G"] -[50.568929,"o","\u001b[?25l"] -[50.574134,"i","c"] -[50.576043,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.576066,"o","\u001b[13G\u001b[?25l"] -[50.583416,"i","h"] -[50.586019,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What ch\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G"] -[50.586045,"o","\u001b[?25l"] -[50.592274,"i","a"] -[50.595457,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What cha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G\u001b[?25l"] -[50.601677,"i","n"] -[50.603963,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What chan\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.604027,"o","\u001b[16G\u001b[?25l"] -[50.611307,"i","g"] -[50.613568,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What chang\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G\u001b[?25l"] -[50.619982,"i","e"] -[50.621982,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What change\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[50.62926,"i","d"] -[50.631253,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.631286,"o","\u001b[19G\u001b[?25l"] -[50.638501,"i",","] -[50.640515,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] -[50.646721,"i"," "] -[50.648683,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21G"] -[50.64871,"o","\u001b[?25l"] -[50.656078,"i","w"] -[50.658691,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G"] -[50.658715,"o","\u001b[?25l"] -[50.664922,"i","h"] -[50.668217,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.668246,"o","\u001b[23G\u001b[?25l"] -[50.674519,"i","a"] -[50.676804,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, wha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G\u001b[?25l"] -[50.68305,"i","t"] -[50.685995,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.686022,"o","\u001b[25G\u001b[?25l"] -[50.692408,"i"," "] -[50.694316,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G\u001b[?25l"] -[50.701602,"i","w"] -[50.704515,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[27G\u001b[?25l"] -[50.710814,"i","a"] -[50.713642,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what wa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G"] -[50.713687,"o","\u001b[?25l"] -[50.720034,"i","s"] -[50.722557,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[29G\u001b[?25l"] -[50.728862,"i"," "] -[50.731677,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[30G\u001b[?25l"] -[50.738271,"i","v"] -[50.741302,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was v\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G\u001b[?25l"] -[50.747643,"i","e"] -[50.750742,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was ve\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G\u001b[?25l"] -[50.75704,"i","r"] -[50.760057,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was ver\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.760099,"o","\u001b[33G\u001b[?25l"] -[50.766386,"i","i"] -[50.769166,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was veri\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[34G"] -[50.769201,"o","\u001b[?25l"] -[50.77565,"i","f"] -[50.778443,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verif\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G\u001b[?25l"] -[50.784713,"i","i"] -[50.786825,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verifi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[36G"] -[50.786856,"o","\u001b[?25l"] -[50.79414,"i","e"] -[50.796284,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verifie\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[37G"] -[50.796318,"o","\u001b[?25l"] -[50.803618,"i","d"] -[50.805749,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G"] -[50.805785,"o","\u001b[?25l"] -[50.813533,"i",","] -[50.816925,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[39G\u001b[?25l"] -[50.822214,"i"," "] -[50.824456,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G\u001b[?25l"] -[50.830771,"i","a"] -[50.832918,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G\u001b[?25l"] -[50.840203,"i","n"] -[50.843737,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G"] -[50.843778,"o","\u001b[?25l"] -[50.849072,"i","d"] -[50.852041,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] -[50.858317,"i"," "] -[50.860767,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G"] -[50.860805,"o","\u001b[?25l"] -[50.867089,"i","w"] -[50.8697,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.869739,"o","\u001b[45G\u001b[?25l"] -[50.876063,"i","h"] -[50.878674,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G\u001b[?25l"] -[50.884937,"i","a"] -[50.888193,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and wha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] -[50.89373,"i","t"] -[50.895964,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] -[50.903261,"i"," "] -[50.905529,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.905571,"o","\u001b[49G\u001b[?25l"] -[50.911826,"i","s"] -[50.91381,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] -[50.921115,"i","h"] -[50.924236,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what sh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G\u001b[?25l"] -[50.930509,"i","o"] -[50.932988,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what sho\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.933035,"o","\u001b[52G\u001b[?25l"] -[50.939317,"i","u"] -[50.941742,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what shou\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[53G"] -[50.941773,"o","\u001b[?25l"] -[50.94803,"i","l"] -[50.949982,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what shoul\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[54G\u001b[?25l"] -[50.957261,"i","d"] -[50.960153,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G\u001b[?25l"] -[50.966421,"i"," "] -[50.968869,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[56G"] -[50.968903,"o","\u001b[?25l"] -[50.975425,"i","I"] -[50.977772,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[57G\u001b[?25l"] -[50.984039,"i"," "] -[50.986739,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.986771,"o","\u001b[58G\u001b[?25l"] -[50.993013,"i","r"] -[50.995783,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[50.995813,"o","\u001b[59G\u001b[?25l"] -[51.002134,"i","e"] -[51.004863,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I re\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[60G"] -[51.004909,"o","\u001b[?25l"] -[51.011173,"i","v"] -[51.01381,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I rev\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[51.01384,"o","\u001b[61G\u001b[?25l"] -[51.020176,"i","i"] -[51.022724,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I revi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[62G"] -[51.022765,"o","\u001b[?25l"] -[51.029053,"i","e"] -[51.032046,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I revie\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[63G"] -[51.032074,"o","\u001b[?25l"] -[51.038532,"i","w"] -[51.041018,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I review\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G\u001b[?25l"] -[51.047384,"i","?"] -[51.050051,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I review?\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[65G\u001b[?25l"] -[51.056412,"i","\r"] -[51.058714,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] -[51.060034,"o","\u001b[?25l"] -[51.130356,"o","\u001b[?2026h\u001b[26A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mactivity · analyses\u001b[39m\u001b[22m \u001b[38;2;135;145;165m›\u001b[39m \u001b[38;2;119;166;255m/ask · frozen question\u001b[39m \u001b[38;2;135;145;165m· running · 1/1\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource run run-b413c4d4…751b83 · Product engineer · claude-code · claude-code/opus · Local CLI Bridge\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 source: 9605fa8a577610b…2e34cc2f · frozen \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 analyst: configured analyst · running \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 route: runner claude-code · configured model sonnet \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── question\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 What changed, what was verified, and what should I review? \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── findings\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 No findings were returned. \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── model use\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 0 model calls reported. \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── run receipt\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 source complete: yes \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 findings: 0 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 runner: claude-code \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 agent-eval: 0.145.1 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 check source-frozen: passed · digest 9605fa8a577610b0dd46c7e937738dbb717a6951c2bf032dc17df4ab2e34cc2f \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 check source-completeness: passed \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── activity record\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 time: 2026-08-12T12:40:51.353Z \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 run: run-b413c4d4-820d-453f-93d2-ff52f9751b83 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 "] -[51.130429,"o"," \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mPgUp/PgDn detail · ←/esc close · tab filter: analyses\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[?25l"] -[61.44912,"o","\u001b[?25l"] -[121.580207,"o","\u001b[?25l"] -[121.580288,"o","\u001b[?25l"] -[121.605905,"o","\u001b[?2026h\u001b[29A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mactivity · analyses\u001b[39m\u001b[22m \u001b[38;2;135;145;165m›\u001b[39m \u001b[38;2;119;166;255m/ask · frozen question\u001b[39m \u001b[38;2;135;145;165m· complete · 1/1\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource run run-b413c4d4…751b83 · Product engineer · claude-code · claude-code/opus · Local CLI Bridge\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 source: 9605fa8a577610b…2e34cc2f · frozen \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 analyst: configured analyst · completed \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 route: runner claude-code · configured model sonnet \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── question\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 What changed, what was verified, and what should I review? \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── findings\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 1. [1] The run implemented a new src/slugify.js module performing NFKD normalization, diacritic stripping, lowercasing,\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 punctuation-to-dash collapsing, and dash trimming. · info · confidence 0.95 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [1] `src/slugify.js` — five ordered steps, one per requirement: · event event-101e0099f…319073f3\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 2. [2] Verification consisted of running the test suite, which reported 10 passed and 0 failed in 47.55 ms. · info · \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 confidence 0.95 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [2] `npm test` → **10 passed, 0 failed** (duration 47.55 ms). · event event-101e0099f…319073f3\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 3. [3] The operator should review the behavior for non-ASCII scripts (e.g. CJK, Cyrillic, emoji), which have no ASCII \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 decomposition and are treated as punctuation, collapsing to an empty string rather than being transliterated. · medium \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 · confidence 0.9 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [3] characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation and become dashes · \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mevent event-101e0099f…319073f3\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── next\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 next: ask a narrower question, or use /compare against another frozen run \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;"] -[121.606015,"o","119;166;255m── model use\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 5 calls · tokens 10 in / 3122 out · cost ~$0.3246 · model 49982ms \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 model call #1 claude-code/sonnet · tokens 2 in / 246 out · cost ~$0.075312 · latency 5721ms \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 model call #2 claude-code/sonnet · tokens 2 in / 271 out · cost ~$0.055605 · latency 8056ms \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 model call #3 claude-code/sonnet · tokens 2 in / 348 out · cost ~$0.05676 · latency 8051ms \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 model call #4 claude-code/sonnet · tokens 2 in / 609 out · cost ~$0.060675 · latency 10484ms \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mPgUp/PgDn detail · ←/esc close · page 1/2 · tab filter: analyses\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[121.606066,"o","\u001b[?25l"] -[121.616066,"o","\u001b[0m"] +[1.014373,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] +[1.031865,"o","\u001b[?2026h\u001b[7A\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m Set the runner for this branch\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/29)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[3G"] +[1.032031,"o","\u001b[?25l"] +[1.034008,"i","p"] +[1.036046,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G"] +[1.036164,"o","\u001b[?25l"] +[1.051864,"o","\u001b[?2026h\u001b[4B\r\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K export\u001b[38;2;135;145;165m Export selected redacted data\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K import\u001b[38;2;135;145;165m Import a redacted Braid conversation file\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/8)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[4G"] +[1.052016,"o","\u001b[?25l"] +[1.058108,"i","r"] +[1.059734,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G\u001b[?25l"] +[1.07524,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K export\u001b[38;2;135;145;165m Export selected redacted data\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K import\u001b[38;2;135;145;165m Import a redacted Braid conversation file\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K compare\u001b[38;2;135;145;165m unavailable — Two completed or failed runs are required for comparison\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8A\u001b[5G\u001b[?25l"] +[1.08211,"i","o"] +[1.083791,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G"] +[1.083854,"o","\u001b[?25l"] +[1.100162,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5A\u001b[6G\u001b[?25l"] +[1.106568,"i","f"] +[1.108154,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/prof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G"] +[1.108252,"o","\u001b[?25l"] +[1.124281,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/prof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[7G\u001b[?25l"] +[1.130861,"i","i"] +[1.132397,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[1.132483,"o","\u001b[8G\u001b[?25l"] +[1.148743,"o","\u001b[8G\u001b[?25l"] +[1.155287,"i","l"] +[1.157225,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profil\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] +[1.172893,"o","\u001b[9G\u001b[?25l"] +[1.179635,"i","e"] +[1.182769,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profile\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] +[1.199825,"o","\u001b[10G\u001b[?25l"] +[1.204432,"i","\r"] +[1.20993,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[2G\u001b[?25l"] +[1.217473,"o","\u001b[?25l"] +[1.258735,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[0m\u001b]8;;\u0007 Active profile · Product engineer \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource Configured AgentProfile · trusted · read-only\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mrunner claude-code · model opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mthinking high · max output 32,768 tokens\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mdigest sha256:751f2a0f…b8cba6c0\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mprofiles\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007> \u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ CLI Bridge · claude-code · hai\u001b[0m trusted · read-only · Advertised CLI Bridge model · claude-code · hai\u001b[0m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 ✓ Product engineer\u001b[38;2;135;145;165m trusted · read-only · Configured AgentProfile · claude-code · opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 Trace analyst\u001b[38;2;135;145;165m trusted · read-only · profile.json · claude-code · sonnet\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165menter select · ^V validate · esc close\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[1.259599,"o","\u001b[11A\u001b[10G\u001b[?25l"] +[2.215892,"i","\u001b"] +[2.317313,"o","\u001b[?25l"] +[2.319806,"o","\u001b[?2026h\u001b[7A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] +[2.667813,"i","F"] +[2.669909,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mF\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] +[2.677454,"i","i"] +[2.67941,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G\u001b[?25l"] +[2.685953,"i","n"] +[2.688555,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFin\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G\u001b[?25l"] +[2.695235,"i","i"] +[2.69689,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFini\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G"] +[2.697096,"o","\u001b[?25l"] +[2.704593,"i","s"] +[2.706223,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinis\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] +[2.713982,"i","h"] +[2.715691,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[2.715843,"o","\u001b[8G\u001b[?25l"] +[2.724695,"i"," "] +[2.726826,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] +[2.734375,"i","t"] +[2.736589,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] +[2.743565,"i","h"] +[2.748066,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G\u001b[?25l"] +[2.75198,"i","e"] +[2.753414,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[2.753525,"o","\u001b[12G\u001b[?25l"] +[2.761198,"i"," "] +[2.763065,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G"] +[2.763167,"o","\u001b[?25l"] +[2.770654,"i","s"] +[2.77279,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] +[2.780301,"i","l"] +[2.78285,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the sl\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G"] +[2.782943,"o","\u001b[?25l"] +[2.78941,"i","u"] +[2.791739,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G\u001b[?25l"] +[2.797859,"i","g"] +[2.799595,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slug\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G\u001b[?25l"] +[2.807167,"i","i"] +[2.809364,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] +[2.816173,"i","f"] +[2.817894,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugif\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[2.817989,"o","\u001b[19G\u001b[?25l"] +[2.826232,"i","y"] +[2.828392,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] +[2.834976,"i"," "] +[2.837586,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21G\u001b[?25l"] +[2.844072,"i","f"] +[2.845947,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify f\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[2.846066,"o","\u001b[22G\u001b[?25l"] +[2.853646,"i","u"] +[2.856147,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify fu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[23G\u001b[?25l"] +[2.863781,"i","n"] +[2.86556,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify fun\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G\u001b[?25l"] +[2.873138,"i","c"] +[2.874865,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify func\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[2.875243,"o","\u001b[25G"] +[2.875318,"o","\u001b[?25l"] +[2.883253,"i","t"] +[2.885749,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify funct\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G\u001b[?25l"] +[2.892233,"i","i"] +[2.895758,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify functi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[27G\u001b[?25l"] +[2.900853,"i","o"] +[2.903079,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify functio\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G\u001b[?25l"] +[2.910061,"i","n"] +[2.911749,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[29G\u001b[?25l"] +[2.919213,"i","."] +[2.92301,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[30G\u001b[?25l"] +[2.92877,"i"," "] +[2.930485,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G\u001b[?25l"] +[2.938052,"i","N"] +[2.940363,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. N\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G\u001b[?25l"] +[2.947485,"i","o"] +[2.950945,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. No\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[2.951049,"o","\u001b[33G\u001b[?25l"] +[2.957012,"i","r"] +[2.959214,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Nor\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[34G"] +[2.959303,"o","\u001b[?25l"] +[2.965937,"i","m"] +[2.967874,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Norm\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G\u001b[?25l"] +[2.975705,"i","a"] +[2.977798,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Norma\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[2.977968,"o","\u001b[36G"] +[2.978022,"o","\u001b[?25l"] +[2.985607,"i","l"] +[2.987272,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normal\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[2.987436,"o","\u001b[37G"] +[2.987477,"o","\u001b[?25l"] +[2.99542,"i","i"] +[2.996863,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normali\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G\u001b[?25l"] +[3.018772,"i","z"] +[3.020357,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normaliz\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.020491,"o","\u001b[39G"] +[3.020528,"o","\u001b[?25l"] +[3.02906,"i","e"] +[3.030877,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G"] +[3.03132,"o","\u001b[?25l"] +[3.038319,"i"," "] +[3.040785,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G\u001b[?25l"] +[3.047286,"i","U"] +[3.050314,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize U\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G"] +[3.050396,"o","\u001b[?25l"] +[3.055826,"i","n"] +[3.058604,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Un\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.058907,"o","\u001b[43G\u001b[?25l"] +[3.065503,"i","i"] +[3.06758,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Uni\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G\u001b[?25l"] +[3.074144,"i","c"] +[3.076169,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unic\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[45G\u001b[?25l"] +[3.082891,"i","o"] +[3.084643,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unico\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G\u001b[?25l"] +[3.091825,"i","d"] +[3.093804,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicod\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] +[3.10129,"i","e"] +[3.103718,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] +[3.110476,"i"," "] +[3.114786,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[49G\u001b[?25l"] +[3.119519,"i","a"] +[3.121865,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.12205,"o","\u001b[50G"] +[3.122082,"o","\u001b[?25l"] +[3.128727,"i","c"] +[3.130338,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode ac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.13047,"o","\u001b[51G"] +[3.130503,"o","\u001b[?25l"] +[3.138148,"i","c"] +[3.140792,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode acc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[52G\u001b[?25l"] +[3.147303,"i","e"] +[3.148926,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode acce\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.149039,"o","\u001b[53G"] +[3.149071,"o","\u001b[?25l"] +[3.157907,"i","n"] +[3.161064,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accen\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.161237,"o","\u001b[54G"] +[3.16127,"o","\u001b[?25l"] +[3.167755,"i","t"] +[3.170386,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accent\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G"] +[3.17058,"o","\u001b[?25l"] +[3.177194,"i","s"] +[3.178858,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[56G\u001b[?25l"] +[3.186365,"i",","] +[3.188306,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.188733,"o","\u001b[57G\u001b[?25l"] +[3.19514,"i"," "] +[3.196785,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.196924,"o","\u001b[58G"] +[3.196954,"o","\u001b[?25l"] +[3.204685,"i","t"] +[3.207784,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.207883,"o","\u001b[59G\u001b[?25l"] +[3.214477,"i","r"] +[3.21621,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, tr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.216527,"o","\u001b[60G\u001b[?25l"] +[3.224298,"i","e"] +[3.226535,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, tre\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.226798,"o","\u001b[61G\u001b[?25l"] +[3.234244,"i","a"] +[3.236977,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, trea\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.23707,"o","\u001b[62G\u001b[?25l"] +[3.243652,"i","t"] +[3.250519,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[63G"] +[3.251103,"o","\u001b[?25l"] +[3.253465,"i"," "] +[3.255187,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G"] +[3.255386,"o","\u001b[?25l"] +[3.26194,"i","u"] +[3.264135,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat u\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[65G"] +[3.264337,"o","\u001b[?25l"] +[3.271226,"i","n"] +[3.272956,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat un\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.273082,"o","\u001b[66G"] +[3.27311,"o","\u001b[?25l"] +[3.280766,"i","d"] +[3.286191,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat und\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[67G\u001b[?25l"] +[3.290067,"i","e"] +[3.292165,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat unde\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[68G\u001b[?25l"] +[3.29973,"i","r"] +[3.301568,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat under\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.301848,"o","\u001b[69G\u001b[?25l"] +[3.309371,"i","s"] +[3.311188,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat unders\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[70G"] +[3.311429,"o","\u001b[?25l"] +[3.317963,"i","c"] +[3.321165,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat undersc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.321312,"o","\u001b[71G"] +[3.321344,"o","\u001b[?25l"] +[3.326825,"i","o"] +[3.329597,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat undersco\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.329892,"o","\u001b[72G\u001b[?25l"] +[3.336199,"i","r"] +[3.337671,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscor\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.338058,"o","\u001b[73G\u001b[?25l"] +[3.345563,"i","e"] +[3.347089,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscore\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.347298,"o","\u001b[74G\u001b[?25l"] +[3.355232,"i","s"] +[3.356666,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.356806,"o","\u001b[75G"] +[3.356841,"o","\u001b[?25l"] +[3.364311,"i"," "] +[3.365856,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.365992,"o","\u001b[76G"] +[3.366084,"o","\u001b[?25l"] +[3.373542,"i","a"] +[3.37515,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[77G\u001b[?25l"] +[3.382893,"i","s"] +[3.384432,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.385382,"o","\u001b[78G\u001b[?25l"] +[3.392759,"i"," "] +[3.394157,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[79G"] +[3.394324,"o","\u001b[?25l"] +[3.402759,"i","p"] +[3.404742,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[80G\u001b[?25l"] +[3.412232,"i","u"] +[3.415767,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as pu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[81G\u001b[?25l"] +[3.421331,"i","n"] +[3.423809,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as pun\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[82G"] +[3.424041,"o","\u001b[?25l"] +[3.42982,"i","c"] +[3.431327,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[83G"] +[3.431536,"o","\u001b[?25l"] +[3.43903,"i","t"] +[3.44411,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punct\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[84G\u001b[?25l"] +[3.448574,"i","u"] +[3.45005,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.45015,"o","\u001b[85G\u001b[?25l"] +[3.457653,"i","a"] +[3.459304,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctua\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.460158,"o","\u001b[86G\u001b[?25l"] +[3.467578,"i","t"] +[3.469244,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuat\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.469547,"o","\u001b[87G"] +[3.469628,"o","\u001b[?25l"] +[3.477247,"i","i"] +[3.479753,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuati\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[88G\u001b[?25l"] +[3.486251,"i","o"] +[3.487779,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuatio\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.487882,"o","\u001b[89G\u001b[?25l"] +[3.494817,"i","n"] +[3.49674,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[90G\u001b[?25l"] +[3.50445,"i",","] +[3.505868,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[91G\u001b[?25l"] +[3.513121,"i"," "] +[3.514738,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[92G\u001b[?25l"] +[3.522224,"i","c"] +[3.524024,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[93G"] +[3.524222,"o","\u001b[?25l"] +[3.531647,"i","o"] +[3.535067,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, co\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.537117,"o","\u001b[94G\u001b[?25l"] +[3.541721,"i","l"] +[3.545872,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, col\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.546022,"o","\u001b[95G"] +[3.546056,"o","\u001b[?25l"] +[3.551748,"i","l"] +[3.553169,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, coll\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[96G"] +[3.553262,"o","\u001b[?25l"] +[3.561757,"i","a"] +[3.563325,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, colla\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.563592,"o","\u001b[97G\u001b[?25l"] +[3.57113,"i","p"] +[3.572963,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collap\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[98G\u001b[?25l"] +[3.580754,"i","s"] +[3.582473,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collaps\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[99G\u001b[?25l"] +[3.589987,"i","e"] +[3.591762,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[100G\u001b[?25l"] +[3.600748,"i"," "] +[3.6025,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[101G\u001b[?25l"] +[3.609907,"i","p"] +[3.612191,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[102G\u001b[?25l"] +[3.619753,"i","u"] +[3.621866,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse pu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.622061,"o","\u001b[103G\u001b[?25l"] +[3.629584,"i","n"] +[3.631308,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse pun\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.631606,"o","\u001b[104G"] +[3.631724,"o","\u001b[?25l"] +[3.639187,"i","c"] +[3.641086,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.641583,"o","\u001b[105G\u001b[?25l"] +[3.648201,"i","t"] +[3.650478,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punct\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.650914,"o","\u001b[106G"] +[3.651412,"o","\u001b[?25l"] +[3.657526,"i","u"] +[3.659368,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctu\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[107G"] +[3.65947,"o","\u001b[?25l"] +[3.667161,"i","a"] +[3.668752,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctua\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[108G"] +[3.668856,"o","\u001b[?25l"] +[3.676389,"i","t"] +[3.678756,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuat\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.679202,"o","\u001b[109G\u001b[?25l"] +[3.68585,"i","i"] +[3.687404,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuati\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.688106,"o","\u001b[110G\u001b[?25l"] +[3.695614,"i","o"] +[3.696944,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuatio\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[111G"] +[3.69711,"o","\u001b[?25l"] +[3.705584,"i","n"] +[3.707198,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[112G"] +[3.707356,"o","\u001b[?25l"] +[3.715122,"i"," "] +[3.71749,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.717626,"o","\u001b[113G\u001b[?25l"] +[3.7245,"i","a"] +[3.726322,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.726413,"o","\u001b[114G\u001b[?25l"] +[3.734044,"i","n"] +[3.736012,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.73666,"o","\u001b[115G\u001b[?25l"] +[3.744026,"i","d"] +[3.745567,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.746052,"o","\u001b[116G"] +[3.746412,"o","\u001b[?25l"] +[3.753042,"i"," "] +[3.754601,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[117G"] +[3.754791,"o","\u001b[?25l"] +[3.762146,"i","s"] +[3.764657,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[118G\u001b[?25l"] +[3.771711,"i","p"] +[3.773791,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and sp\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[119G\u001b[?25l"] +[3.781241,"i","a"] +[3.783235,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and spa\u001b[7m \u001b[0m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[120G\u001b[?25l"] +[3.790776,"i","c"] +[3.793618,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K spac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G\u001b[?25l"] +[3.800418,"i","e"] +[3.801971,"o","\u001b[?2026h\r\u001b[2K space\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G"] +[3.802059,"o","\u001b[?25l"] +[3.809615,"i","s"] +[3.811742,"o","\u001b[?2026h\r\u001b[2K spaces\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G"] +[3.811929,"o","\u001b[?25l"] +[3.819488,"i"," "] +[3.821229,"o","\u001b[?2026h\r\u001b[2K spaces \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G"] +[3.821456,"o","\u001b[?25l"] +[3.827945,"i","t"] +[3.830196,"o","\u001b[?2026h\r\u001b[2K spaces t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] +[3.837813,"i","o"] +[3.839761,"o","\u001b[?2026h\r\u001b[2K spaces to\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G\u001b[?25l"] +[3.847212,"i"," "] +[3.850252,"o","\u001b[?2026h\r\u001b[2K spaces to \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G"] +[3.850353,"o","\u001b[?25l"] +[3.855895,"i","o"] +[3.857705,"o","\u001b[?2026h\r\u001b[2K spaces to o\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G"] +[3.857821,"o","\u001b[?25l"] +[3.865312,"i","n"] +[3.867825,"o","\u001b[?2026h\r\u001b[2K spaces to on\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] +[3.874618,"i","e"] +[3.876319,"o","\u001b[?2026h\r\u001b[2K spaces to one\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G\u001b[?25l"] +[3.884052,"i"," "] +[3.885957,"o","\u001b[?2026h\r\u001b[2K spaces to one \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G"] +[3.886133,"o","\u001b[?25l"] +[3.8937,"i","d"] +[3.896407,"o","\u001b[?2026h\r\u001b[2K spaces to one d\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.896524,"o","\u001b[17G"] +[3.896554,"o","\u001b[?25l"] +[3.903526,"i","a"] +[3.905131,"o","\u001b[?2026h\r\u001b[2K spaces to one da\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] +[3.9126,"i","s"] +[3.914435,"o","\u001b[?2026h\r\u001b[2K spaces to one das\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G"] +[3.915019,"o","\u001b[?25l"] +[3.922428,"i","h"] +[3.924092,"o","\u001b[?2026h\r\u001b[2K spaces to one dash\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.924176,"o","\u001b[20G\u001b[?25l"] +[3.931964,"i",","] +[3.933453,"o","\u001b[?2026h\r\u001b[2K spaces to one dash,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21G\u001b[?25l"] +[3.940908,"i"," "] +[3.943044,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G"] +[3.943206,"o","\u001b[?25l"] +[3.949917,"i","t"] +[3.951534,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.951683,"o","\u001b[23G"] +[3.952602,"o","\u001b[?25l"] +[3.958935,"i","r"] +[3.960932,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, tr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G\u001b[?25l"] +[3.968384,"i","i"] +[3.970153,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, tri\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[25G\u001b[?25l"] +[3.976881,"i","m"] +[3.979042,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G"] +[3.979232,"o","\u001b[?25l"] +[3.986717,"i"," "] +[3.988327,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[3.988882,"o","\u001b[27G"] +[3.989252,"o","\u001b[?25l"] +[3.99661,"i","d"] +[4.005859,"i","a"] +[4.010951,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim da\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[29G\u001b[?25l"] +[4.015563,"i","s"] +[4.017106,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim das\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[30G"] +[4.017262,"o","\u001b[?25l"] +[4.024701,"i","h"] +[4.026262,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dash\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G"] +[4.026433,"o","\u001b[?25l"] +[4.034129,"i","e"] +[4.036817,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G\u001b[?25l"] +[4.06206,"i","s"] +[4.064774,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[33G\u001b[?25l"] +[4.071284,"i",","] +[4.073791,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[34G\u001b[?25l"] +[4.080274,"i"," "] +[4.082751,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G\u001b[?25l"] +[4.08924,"i","a"] +[4.091118,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[36G\u001b[?25l"] +[4.103395,"i","n"] +[4.105072,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.105173,"o","\u001b[37G"] +[4.1052,"o","\u001b[?25l"] +[4.11268,"i","d"] +[4.114748,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G\u001b[?25l"] +[4.122184,"i"," "] +[4.123869,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[39G"] +[4.12404,"o","\u001b[?25l"] +[4.131554,"i","l"] +[4.133799,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and l\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G\u001b[?25l"] +[4.140279,"i","o"] +[4.142237,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lo\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.142335,"o","\u001b[41G"] +[4.142359,"o","\u001b[?25l"] +[4.149057,"i","w"] +[4.151755,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and low\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G\u001b[?25l"] +[4.158203,"i","e"] +[4.16065,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.160773,"o","\u001b[43G\u001b[?25l"] +[4.167265,"i","r"] +[4.175831,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lower\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G\u001b[?25l"] +[4.175968,"i","c"] +[4.181789,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowerc\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[45G\u001b[?25l"] +[4.185253,"i","a"] +[4.187942,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowerca\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G\u001b[?25l"] +[4.195846,"i","s"] +[4.202162,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercas\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] +[4.207959,"i","e"] +[4.210571,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] +[4.217744,"i","."] +[4.219171,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[49G\u001b[?25l"] +[4.227615,"i"," "] +[4.229767,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] +[4.237219,"i","A"] +[4.238925,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. A\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G\u001b[?25l"] +[4.246587,"i","d"] +[4.248785,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Ad\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[52G\u001b[?25l"] +[4.25674,"i","d"] +[4.258155,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[53G"] +[4.258238,"o","\u001b[?25l"] +[4.26675,"i"," "] +[4.270818,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[54G\u001b[?25l"] +[4.276365,"i","e"] +[4.278268,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add e\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G\u001b[?25l"] +[4.285048,"i","d"] +[4.287227,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add ed\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[56G\u001b[?25l"] +[4.293992,"i","g"] +[4.296138,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edg\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[57G\u001b[?25l"] +[4.303638,"i","e"] +[4.305122,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.305268,"o","\u001b[58G"] +[4.305311,"o","\u001b[?25l"] +[4.312841,"i","-"] +[4.314384,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[59G"] +[4.314547,"o","\u001b[?25l"] +[4.322027,"i","c"] +[4.324182,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.324314,"o","\u001b[60G"] +[4.324346,"o","\u001b[?25l"] +[4.331122,"i","a"] +[4.332758,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-ca\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[61G\u001b[?25l"] +[4.340683,"i","s"] +[4.345144,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-cas\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[62G"] +[4.345342,"o","\u001b[?25l"] +[4.350409,"i","e"] +[4.352039,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.352521,"o","\u001b[63G"] +[4.352595,"o","\u001b[?25l"] +[4.359276,"i"," "] +[4.360861,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G"] +[4.361004,"o","\u001b[?25l"] +[4.368634,"i","t"] +[4.370875,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[65G"] +[4.37104,"o","\u001b[?25l"] +[4.378519,"i","e"] +[4.380019,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case te\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.380565,"o","\u001b[66G"] +[4.380625,"o","\u001b[?25l"] +[4.387103,"i","s"] +[4.388587,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tes\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.388704,"o","\u001b[67G"] +[4.38897,"o","\u001b[?25l"] +[4.397032,"i","t"] +[4.398541,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case test\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.398644,"o","\u001b[68G"] +[4.3988,"o","\u001b[?25l"] +[4.406543,"i","s"] +[4.408197,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[69G\u001b[?25l"] +[4.415168,"i",","] +[4.417326,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[70G"] +[4.41751,"o","\u001b[?25l"] +[4.423986,"i"," "] +[4.425633,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.42617,"o","\u001b[71G"] +[4.426294,"o","\u001b[?25l"] +[4.43377,"i","r"] +[4.435305,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.435431,"o","\u001b[72G"] +[4.435459,"o","\u001b[?25l"] +[4.443379,"i","u"] +[4.448531,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, ru\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[73G\u001b[?25l"] +[4.451987,"i","n"] +[4.452946,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.453045,"o","\u001b[74G\u001b[?25l"] +[4.461436,"i"," "] +[4.462902,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.463003,"o","\u001b[75G"] +[4.463036,"o","\u001b[?25l"] +[4.469863,"i","t"] +[4.471788,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.472083,"o","\u001b[76G"] +[4.472134,"o","\u001b[?25l"] +[4.479492,"i","h"] +[4.481568,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[77G"] +[4.48179,"o","\u001b[?25l"] +[4.488563,"i","e"] +[4.489965,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[78G\u001b[?25l"] +[4.497464,"i","m"] +[4.498702,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.498809,"o","\u001b[79G"] +[4.498827,"o","\u001b[?25l"] +[4.506483,"i",","] +[4.508192,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[80G\u001b[?25l"] +[4.515618,"i"," "] +[4.517811,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[81G"] +[4.518049,"o","\u001b[?25l"] +[4.525671,"i","a"] +[4.527261,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.529571,"o","\u001b[82G\u001b[?25l"] +[4.535533,"i","n"] +[4.53711,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.53848,"o","\u001b[83G\u001b[?25l"] +[4.543975,"i","d"] +[4.545605,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[84G"] +[4.54594,"o","\u001b[?25l"] +[4.553305,"i"," "] +[4.555746,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[85G\u001b[?25l"] +[4.562179,"i","s"] +[4.564739,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[86G\u001b[?25l"] +[4.57115,"i","u"] +[4.572452,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and su\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[87G"] +[4.572603,"o","\u001b[?25l"] +[4.580112,"i","m"] +[4.58156,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and sum\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[88G"] +[4.581798,"o","\u001b[?25l"] +[4.589165,"i","m"] +[4.590912,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summ\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[89G\u001b[?25l"] +[4.598112,"i","a"] +[4.600303,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[90G"] +[4.600457,"o","\u001b[?25l"] +[4.607045,"i","r"] +[4.608742,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summar\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[91G\u001b[?25l"] +[4.616467,"i","i"] +[4.617869,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summari\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.617978,"o","\u001b[92G"] +[4.618005,"o","\u001b[?25l"] +[4.625475,"i","z"] +[4.626902,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summariz\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.628606,"o","\u001b[93G"] +[4.628753,"o","\u001b[?25l"] +[4.634045,"i","e"] +[4.63573,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[94G\u001b[?25l"] +[4.643234,"i"," "] +[4.644734,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[95G\u001b[?25l"] +[4.652193,"i","t"] +[4.653731,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[96G\u001b[?25l"] +[4.661183,"i","h"] +[4.662546,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[97G\u001b[?25l"] +[4.670022,"i","e"] +[4.671448,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[98G\u001b[?25l"] +[4.678925,"i"," "] +[4.680293,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[99G"] +[4.680446,"o","\u001b[?25l"] +[4.688131,"i","p"] +[4.690185,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[100G"] +[4.690339,"o","\u001b[?25l"] +[4.696865,"i","r"] +[4.698264,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.698375,"o","\u001b[101G"] +[4.698404,"o","\u001b[?25l"] +[4.705925,"i","o"] +[4.707337,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.707458,"o","\u001b[102G"] +[4.707491,"o","\u001b[?25l"] +[4.71499,"i","o"] +[4.716427,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proo\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[103G\u001b[?25l"] +[4.723916,"i","f"] +[4.725504,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.725625,"o","\u001b[104G"] +[4.725699,"o","\u001b[?25l"] +[4.733125,"i","."] +[4.73494,"o","\u001b[?2026h\r\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof.\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[105G"] +[4.735029,"o","\u001b[?25l"] +[4.741831,"i","\r"] +[4.745355,"o","\u001b[?2026h\u001b[1A\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[4.745484,"o","\u001b[1A\u001b[2G"] +[4.745532,"o","\u001b[?25l"] +[4.982244,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;119;166;255m› \u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;255;194;92m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;225;230;2"] +[4.982359,"o","40mprofile Product engineer\u001b[39m · \u001b[38;2;225;230;240mclaude-code / opus\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;255;194;92mworking · Ctrl+C cancel\u001b[39m · \u001b[38;2;225;230;240mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] +[4.993524,"i","\u001bOQ"] +[5.055822,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;119;166;255m› \u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as \u001b[38;2;135;145;165m│\u001b[39m \u001b[1m\u001b[38;2;151;190;255mlive work\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K punctuation, collapse punctuation and spaces to one dash, trim dashes, and lowercase. Add \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m run run-e3264\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K edge-case tests, run them, and summarize the proof. \u001b[38;2;135;145;165m│\u001b[39m \u001b[38;2;255;194;92m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K "] +[5.056768,"o"," \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[1B\u001b[12G\u001b[?25l"] +[5.995772,"i","\u001bOQ"] +[6.016348,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;119;166;255m› \u001b[39mFinish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[6.016497,"o","\u001b[1B\u001b[12G\u001b[?25l"] +[8.867991,"o","\u001b[?2026h\u001b[23A\r\u001b[2K I'll start by inspecting the repo. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22B\u001b[12G\u001b[?25l"] +[9.685718,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21B\u001b[12G\u001b[?25l"] +[12.347834,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/2\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/2\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20B\u001b[12G\u001b[?25l"] +[14.171444,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/3\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/3\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/3\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19B\u001b[12G\u001b[?25l"] +[14.60751,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18B\u001b[12G\u001b[?25l"] +[34.743884,"o","\u001b[?2026h\u001b[22A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Found it: \u001b[38;2;255;205;117msrc/slugify.js:2\u001b[39m is a two-op stub. Writing the real implementation. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/4\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16B\u001b[12G\u001b[?25l"] +[37.392082,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[37.392555,"o","\u001b[15B\u001b[12G\u001b[?25l"] +[39.566049,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The raw combining characters in that regex are invisible in an editor. Switching to escapes. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/5\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13B\u001b[12G\u001b[?25l"] +[40.624324,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/6\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12B\u001b[12G\u001b[?25l"] +[44.025382,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/7\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[44.026035,"o","\u001b[11B\u001b[12G\u001b[?25l"] +[49.832353,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10B\u001b[12G\u001b[?25l"] +[54.45961,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Correct range, but stored as invisible raw bytes. Replacing the line with ASCII escapes via perl. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/8\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[54.459933,"o","\u001b[8B\u001b[12G\u001b[?25l"] +[55.558729,"o","\u001b[?2026h\u001b[16A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7B\u001b[12G\u001b[?25l"] +[58.340819,"o","\u001b[?2026h\u001b[16A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Double-escaped. Fixing to a single backslash. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/9\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5B\u001b[12G\u001b[?25l"] +[59.245159,"o","\u001b[?2026h\u001b[14A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[59.245236,"o","\u001b[4B\u001b[12G\u001b[?25l"] +[61.025721,"o","\u001b[?2026h\u001b[14A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now the tests. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/10\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2B\u001b[12G"] +[61.025822,"o","\u001b[?25l"] +[75.753386,"o","\u001b[?2026h\u001b[12A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/11\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;255;194;92mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[1B\u001b[12G"] +[75.753456,"o","\u001b[?25l"] +[83.157657,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K I'll start by inspecting the repo. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Found it: \u001b[38;2;255;205;117msrc/slugify.js:2\u001b[39m is a two-op stub. Writing the real implementation. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The raw combining characters in that regex are invisible in an editor. Switching to escapes. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Correct range, but stored as invisible raw bytes. Replacing the line with ASCII escapes via perl. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Double-escaped. Fixing to a single backslash. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now the tests. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[83.157912,"o","\u001b[13B\u001b[12G\u001b[?25l"] +[84.269027,"o","\u001b[?2026h\u001b[26A\r\u001b[2K I'll start by inspecting the repo. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Found it: \u001b[38;2;255;205;117msrc/slugify.js:2\u001b[39m is a two-op stub. Writing the real implementation. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The raw combining characters in that regex are invisible in an editor. Switching to escapes. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Correct range, but stored as invisible raw bytes. Replacing the line with ASCII escapes via perl. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Double-escaped. Fixing to a single backslash. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now the tests. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/12\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[84.269105,"o","\u001b[2B\u001b[12G\u001b[?25l"] +[86.81021,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Found it: \u001b[38;2;255;205;117msrc/slugify.js:2\u001b[39m is a two-op stub. Writing the real implementation. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The raw combining characters in that regex are invisible in an editor. Switching to escapes. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Correct range, but stored as invisible raw bytes. Replacing the line with ASCII escapes via perl. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Double-escaped. Fixing to a single backslash. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now the tests. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n"] +[86.810329,"o","\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/13\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2B\u001b[12G\u001b[?25l"] +[89.118996,"o","\u001b[?2026h\u001b[26A\r\u001b[2K Found it: \u001b[38;2;255;205;117msrc/slugify.js:2\u001b[39m is a two-op stub. Writing the real implementation. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The raw combining characters in that regex are invisible in an editor. Switching to escapes. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Correct range, but stored as invisible raw bytes. Replacing the line with ASCII escapes via perl. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Double-escaped. Fixing to a single backslash. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now the tests. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/14\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m "] +[89.119089,"o"," \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2B\u001b[12G\u001b[?25l"] +[93.09416,"o","\u001b[?2026h\u001b[26A\r\u001b[2K The raw combining characters in that regex are invisible in an editor. Switching to escapes. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Correct range, but stored as invisible raw bytes. Replacing the line with ASCII escapes via perl. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Double-escaped. Fixing to a single backslash. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now the tests. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K All three carry the intended characters (U+0301, U+00A0, U+2003) — just invisible. Making them explicit. \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[93.094236,"o","\u001b[16B\u001b[12G\u001b[?25l"] +[95.522996,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Correct range, but stored as invisible raw bytes. Replacing the line with ASCII escapes via perl. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Double-escaped. Fixing to a single backslash. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now the tests. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K All three carry the intended characters (U+0301, U+00A0, U+2003) — just invisible. Making them explicit. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/15\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2B\u001b[12G"] +[95.523078,"o","\u001b[?25l"] +[97.890674,"o","\u001b[?2026h\u001b[25A\r\u001b[2K Double-escaped. Fixing to a single backslash. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now the tests. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K All three carry the intended characters (U+0301, U+00A0, U+2003) — just invisible. Making them explicit. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The perl edit landed (only my \u001b[38;2;255;205;117msed\u001b[39m verification syntax was malformed). Running the suite. \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17B\u001b[12G\u001b[?25l"] +[97.917382,"o","\u001b[?2026h\u001b[26A\r\u001b[2K Double-escaped. Fixing to a single backslash. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Now the tests. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K All three carry the intended characters (U+0301, U+00A0, U+2003) — just invisible. Making them explicit. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The perl edit landed (only my \u001b[38;2;255;205;117msed\u001b[39m verification syntax was malformed). Running the suite. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;1"] +[97.91747,"o","45;165m· Bash\u001b[39m 16/16\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2B\u001b[12G\u001b[?25l"] +[101.924521,"o","\u001b[?2026h\u001b[26A\r\u001b[2K Now the tests. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K All three carry the intended characters (U+0301, U+00A0, U+2003) — just invisible. Making them explicit. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The perl edit landed (only my \u001b[38;2;255;205;117msed\u001b[39m verification syntax was malformed). Running the suite. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K 15/15 pass. Now proving the tests have teeth — do they actually fail against the original stub? \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18B\u001b[12G\u001b[?25l"] +[103.391497,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K All three carry the intended characters (U+0301, U+00A0, U+2003) — just invisible. Making them explicit. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The perl edit landed (only my \u001b[38;2;255;205;117msed\u001b[39m verification syntax was malformed). Running the suite. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K 15/15 pass. Now proving the tests have teeth — do they actually fail against the original stub? \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m "] +[103.39161,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/17\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2B\u001b[12G\u001b[?25l"] +[106.849402,"o","\u001b[?2026h\u001b[26A\r\u001b[2K Three tests rely on invisible characters. Making them explicit escapes so they're readable and unambiguous. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K All three carry the intended characters (U+0301, U+00A0, U+2003) — just invisible. Making them explicit. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The perl edit landed (only my \u001b[38;2;255;205;117msed\u001b[39m verification syntax was malformed). Running the suite. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K 15/15 pass. Now proving the tests have teeth — do they actually fail against the original stub? \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m "] +[106.849508,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/18\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2B\u001b[12G\u001b[?25l"] +[110.216588,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K All three carry the intended characters (U+0301, U+00A0, U+2003) — just invisible. Making them explicit. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K The perl edit landed (only my \u001b[38;2;255;205;117msed\u001b[39m verification syntax was malformed). Running the suite. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K 15/15 pass. Now proving the tests have teeth — do they actually fail against the original stub? \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135"] +[110.216673,"o",";145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2B\u001b[12G\u001b[?25l"] +[124.332177,"o","\u001b[?2026h\u001b[25A\r\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21B\u001b[12G"] +[124.332244,"o","\u001b[?25l"] +[124.873126,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;119;166;255m- \u001b[39mNo git repo here, so nothing is committed — work is on disk only. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E detail"] +[124.873202,"o","s\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;225;230;240mprofile Product engineer\u001b[39m · \u001b[38;2;225;230;240mclaude-code / opus\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;225;230;240min 36\u001b[39m · \u001b[38;2;225;230;240mout 8.4k\u001b[39m · \u001b[38;2;225;230;240m$0.8931\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] +[126.303837,"i","/"] +[126.307384,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] +[126.323838,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────"] +[126.323907,"o","──────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m Set the runner for this branch\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/29)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[3G\u001b[?25l"] +[126.328238,"i","a"] +[126.330712,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G"] +[126.330741,"o","\u001b[?25l"] +[126.346607,"o","\u001b[?2026h\u001b[4B\r\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K analyze\u001b[38;2;135;145;165m Run a named trace-analysis recipe\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K automate\u001b[38;2;135;145;165m unavailable — Interaction automation requires the shared response contract\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K activity\u001b[38;2;135;145;165m Open run, tool, worker, and usage activity\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/10)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[4G\u001b[?25l"] +[126.352098,"i","c"] +[126.35423,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G"] +[126.35425,"o","\u001b[?25l"] +[126.370686,"o","\u001b[?2026h\u001b[19A\r\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ activity Open run, tool, worker, and usage activity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K detach\u001b[38;2;135;145;165m unavailable — There is no active run\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K cancel\u001b[38;2;135;145;165m unavailable — There is no active run to cancel\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K branch\u001b[38;2;135;145;165m Create a branch at a message boundary\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[126.370717,"o","\u001b[7A\u001b[5G\u001b[?25l"] +[126.376046,"i","t"] +[126.378854,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/act\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G"] +[126.378882,"o","\u001b[?25l"] +[126.395678,"o","\u001b[?2026h\u001b[21A\r\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K"] +[126.395731,"o"," \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/act\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ activity Open run, tool, worker, and usage activity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[6G\u001b[?25l"] +[126.400076,"i","i"] +[126.4031,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/acti\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[126.403128,"o","\u001b[7G\u001b[?25l"] +[126.421653,"o","\u001b[7G\u001b[?25l"] +[126.423812,"i","v"] +[126.426207,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activ\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[126.426218,"o","\u001b[8G\u001b[?25l"] +[126.442146,"o","\u001b[8G"] +[126.44217,"o","\u001b[?25l"] +[126.448435,"i","i"] +[126.450781,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] +[126.46761,"o","\u001b[9G\u001b[?25l"] +[126.471816,"i","t"] +[126.47414,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activit\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[126.474166,"o","\u001b[10G\u001b[?25l"] +[126.492072,"o","\u001b[10G\u001b[?25l"] +[126.496361,"i","y"] +[126.498657,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/activity\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G"] +[126.498814,"o","\u001b[?25l"] +[126.515767,"o","\u001b[11G\u001b[?25l"] +[126.520067,"i","\r"] +[126.524653,"o","\u001b[?2026h\u001b[24A\r\u001b[2K \u001b[38;2;119;166;255m- \u001b[39mNo git repo here, so nothing is committed — work is on disk only. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E detail"] +[126.524742,"o","s\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[2G\u001b[?25l"] +[126.538733,"o","\u001b[?25l"] +[126.551352,"o","\u001b[?2026h\u001b[26A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mactivity\u001b[39m\u001b[22m \u001b[38;2;135;145;165m›\u001b[39m \u001b[38;2;119;166;255madmitted\u001b[39m \u001b[38;2;135;145;165mProduct engineer · claude-code · claude-code/opus · in 36 · out 8.4k · $0.8931\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m›\u001b[39m \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;119;166;255madmitted\u001b[39m\u001b[38;2;135;145;165m · system · profile 751f2a\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m time: 2026-08-15T04:21:32.448Z \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240mcli-bridge execution\u001b[39m\u001b[38;2;135;145;165m · environment\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m run: run-e3264d76-f30d-4166-a83f-e9c05b60aad0 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;112;211;151m✓\u001b[39m \u001b[38;2;225;230;240mrun run-e3264d76-f30d-4166-a83f-e9\u001b[0m…\u001b[0m\u001b[38;2;135;145;165m│\u001b[39m profile 751f2a0fca472cff39aba489cad8b639b8324680873a3fe41029a7c0b8cba6c0 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 "] +[126.551434,"o"," \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↑↓ select · PgUp/PgDn detail · home/end jump · ←/esc close · tab filter: all\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[?25l"] +[127.420683,"i","\u001b"] +[127.52302,"o","\u001b[?25l"] +[127.528195,"o","\u001b[?2026h\u001b[29A\r\u001b[2K \u001b[38;2;119;166;255m- \u001b[39mNo git repo here, so nothing is committed — work is on disk only. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;225;230;240mprofile Product engineer\u001b[39m · \u001b[38;2;225;230;240mclaude-code / opus\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;225;230;240min 36\u001b[39m · \u001b[38;2;225;230;240mout 8.4k\u001b[39m · \u001b[38;2;225;230;240m$0.8931\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[127.528251,"o","\u001b[3A\u001b[2G\u001b[?25l"] +[127.721752,"i","/"] +[127.7266,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[127.726644,"o","\u001b[3G\u001b[?25l"] +[127.7405,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m────────────────────"] +[127.740553,"o","──────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m Set the runner for this branch\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/29)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[3G\u001b[?25l"] +[127.74601,"i","p"] +[127.748536,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/p\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G"] +[127.748589,"o","\u001b[?25l"] +[127.764218,"o","\u001b[?2026h\u001b[4B\r\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K export\u001b[38;2;135;145;165m Export selected redacted data\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K import\u001b[38;2;135;145;165m Import a redacted Braid conversation file\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/8)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[4G\u001b[?25l"] +[127.770684,"i","r"] +[127.773243,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G"] +[127.773276,"o","\u001b[?25l"] +[127.789377,"o","\u001b[?2026h\u001b[19A\r\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K "] +[127.789448,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K export\u001b[38;2;135;145;165m Export selected redacted data\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K import\u001b[38;2;135;145;165m Import a redacted Braid conversation file\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K compare\u001b[38;2;135;145;165m unavailable — Two completed or failed runs are required for comparison\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8A\u001b[5G\u001b[?25l"] +[127.794824,"i","o"] +[127.799295,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G"] +[127.79934,"o","\u001b[?25l"] +[127.815167,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m "] +[127.815246,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/pro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5A\u001b[6G\u001b[?25l"] +[127.819577,"i","f"] +[127.822164,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/prof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] +[127.838835,"o","\u001b[?2026h\u001b[23A\r\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K"] +[127.838897,"o"," \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/prof\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ profile Inspect, select, import, or edit a profile\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[7G\u001b[?25l"] +[127.843224,"i","i"] +[127.846572,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[127.846626,"o","\u001b[8G\u001b[?25l"] +[127.863078,"o","\u001b[8G\u001b[?25l"] +[127.867402,"i","l"] +[127.871378,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profil\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G"] +[127.87142,"o","\u001b[?25l"] +[127.887564,"o","\u001b[9G\u001b[?25l"] +[127.890859,"i","e"] +[127.893857,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/profile\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] +[127.90887,"o","\u001b[10G\u001b[?25l"] +[127.915175,"i","\r"] +[127.919185,"o","\u001b[?2026h\u001b[24A\r\u001b[2K \u001b[38;2;119;166;255m- \u001b[39mNo git repo here, so nothing is committed — work is on disk only. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E detail"] +[127.919224,"o","s\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[2G\u001b[?25l"] +[127.919479,"o","\u001b[?25l"] +[127.936787,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[38;2;255;205;117msrc/slugify.js\u001b[39m — full implementation, 3 named regexes, comments cover only the two non-obvious choices. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39m\u001b[38;2;255;205;117mtest/slugify.test.js\u001b[39m — 14 tests added. Invisible characters (U+0301, U+00A0, U+2003) written as escapes, not \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K literals, so they survive editors and review. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m- \u001b[39mNo git repo here, so nothing is committed — work is on disk only. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd\u001b[0m\u001b]8;;\u0007 Active profile · Product engineer \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource Configured AgentProfile · trusted · read-only\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mrunner claude-code · model opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mthinking high · max output 32,768 tokens\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mdigest sha256:751f2a0f…b8cba6c0\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mprofiles\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> \u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ CLI Bridge · claude-code · hai\u001b[0m trusted · read-only · Advertised CLI Bridge model · claude-code · hai\u001b[0m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 ✓ Product engineer\u001b[38;2;135;145;165m trusted · read-only · Configured AgentProfile · claude-code · opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 Trace analyst\u001b[38;2;135;145;165m trusted · read-only · profile.json · claude-code · sonnet\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m───────────────────────────────────────────────────────────────────────────────────────────────────────"] +[127.936851,"o","──\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165menter select · ^V validate · esc close\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13A\u001b[10G\u001b[?25l"] +[127.965339,"i","T"] +[127.974048,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> T\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ Trace analyst trusted · read-only · profile.json · claude-code · sonnet\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 CLI Bridge · claude-code · hai\u001b[0m\u001b[38;2;135;145;165m trusted · read-only · Advertised CLI Bridge model · claude-code · hai\u001b[0m\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 ✓ Product engineer\u001b[38;2;135;145;165m trusted · read-only · Configured AgentProfile · claude-code · opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[11G\u001b[?25l"] +[127.989738,"i","r"] +[127.993415,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> Tr\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G\u001b[?25l"] +[128.013843,"i","a"] +[128.017355,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> Tra\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G\u001b[?25l"] +[128.03874,"i","c"] +[128.042345,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> Trac\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] +[128.063697,"i","e"] +[128.067615,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> Trace\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ Trace analyst trusted · read-only · profile.json · claude-code · sonnet\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 ✓ Product engineer\u001b[38;2;135;145;165m trusted · read-only · Configured AgentProfile · claude-code · opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 CLI Bridge · claude-code · hai\u001b[0m\u001b[38;2;135;145;165m trusted · read-only · Advertised CLI Bridge model · claude-code · hai\u001b[0m\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[15G\u001b[?25l"] +[128.087971,"i"," "] +[128.094047,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> Trace \u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G\u001b[?25l"] +[128.112459,"i","a"] +[128.115926,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> Trace a\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G\u001b[?25l"] +[128.136254,"i","n"] +[128.139688,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> Trace an\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] +[128.159988,"i","a"] +[128.163799,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> Trace ana\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[128.163836,"o","\u001b[19G\u001b[?25l"] +[128.184111,"i","l"] +[128.187572,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007> Trace anal\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[128.187606,"o","\u001b[20G\u001b[?25l"] +[128.207919,"i","y"] +[128.214466,"o","\u001b[?2026h\u001b[7A\r\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit\u001b[0m\u001b]8;;\u0007 Active profile · Product engineer \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource Configured AgentProfile · trusted · read-only\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mrunner claude-code · model opus\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mthinking high · max output 32,768 tokens\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mdigest sha256:751f2a0f…b8cba6c0\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mprofiles\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007> Trace analy\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ Trace analyst trusted · read-only · profile.json · claude-code · sonnet\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165menter select · ^V validate · esc close\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[21G"] +[128.214514,"o","\u001b[?25l"] +[128.231977,"i","s"] +[128.235163,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007> Trace analys\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G"] +[128.235184,"o","\u001b[?25l"] +[128.25642,"i","t"] +[128.260828,"o","\u001b[?2026h\r\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007> Trace analyst\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[128.260851,"o","\u001b[23G\u001b[?25l"] +[128.280277,"i","\r"] +[128.284443,"o","\u001b[?2026h\u001b[7A\r\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit\u001b[0m\u001b]8;;\u0007 Selecting Trace analyst… \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[128.28448,"o","\u001b[7B\u001b[23G\u001b[?25l"] +[128.32681,"o","\u001b[?2026h\u001b[7A\r\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit\u001b[0m\u001b]8;;\u0007 Selected Trace analyst · next runs use it \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource profile.json · trusted · read-only\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mrunner claude-code · model sonnet\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mthinking high · max output 16,384 tokens\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mdigest sha256:61f7efab…7fcf69a3\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255mprofiles\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Writ\u001b[0m\u001b]8;;\u0007> Trace analyst\u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;2;119;166;255m→ ✓ Trace analyst trusted · read-only · profile.json · claude-code · sonnet\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165menter select · ^V validate · esc close\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m "] +[128.326884,"o"," \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;225;230;240mprofile Trace analyst\u001b[39m · \u001b[38;2;225;230;240mclaude-code / sonnet\u001b[39m · \u001b[38;2;225;230;240mLocal CLI Bridge\u001b[39m · \u001b[38;2;225;230;240mhigh\u001b[39m \u001b[38;2;225;230;240min 36\u001b[39m · \u001b[38;2;225;230;240mout 8.4k\u001b[39m · \u001b[38;2;225;230;240m$0.8931\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13A\u001b[23G\u001b[?25l"] +[128.330273,"i","\u001b"] +[128.432077,"o","\u001b[?25l"] +[128.437428,"o","\u001b[?2026h\u001b[16A\r\u001b[2K \u001b[38;2;119;166;255m- \u001b[39mNo git repo here, so nothing is committed — work is on disk only. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r"] +[128.437473,"o","\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[2G\u001b[?25l"] +[128.981522,"i","/"] +[128.985459,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] +[128.989948,"i","a"] +[128.992524,"o","\u001b[?2026h\u001b[26A\r\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;2;135;145;165m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;2;135;145;165m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;2;135;145;165m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;2;135;145;165m Set the runner for this branch\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/29)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[128.992563,"o","\u001b[9A\u001b[4G\u001b[?25l"] +[128.998925,"i","s"] +[129.001799,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/as\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K analyze\u001b[38;2;135;145;165m Run a named trace-analysis recipe\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;2;135;145;165m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K automate\u001b[38;2;135;145;165m unavailable — Interaction automation requires the shared response contract\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K activity\u001b[38;2;135;145;165m Open run, tool, worker, and usage activity\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m (1/10)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[129.001839,"o","\u001b[9A\u001b[5G\u001b[?25l"] +[129.008124,"i","k"] +[129.010723,"o","\u001b[?2026h\u001b[19A\r\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r"] +[129.010763,"o","\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;135;145;165m──────────────────────────────────────────────\u001b[39m\u001b[38;2;119;166;255m alt+enter newline · paste \u001b[39m\u001b[38;2;135;145;165m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;2;119;166;255m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[6G\u001b[?25l"] +[129.017081,"i"," "] +[129.019456,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[129.01949,"o","\u001b[7G\u001b[?25l"] +[129.026684,"i","W"] +[129.028966,"o","\u001b[?2026h\u001b[24A\r\u001b[2K \u001b[38;2;119;166;255m- \u001b[39mNo git repo here, so nothing is committed — work is on disk only. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1mNext\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m1. \u001b[39mDecide ASCII-only vs. Unicode-preserving slugs — matters now if these hit URLs or filesystem paths; reversing it \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K later breaks existing links. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m2. \u001b[39mAdd transliteration (\u001b[38;2;255;205;117mø\u001b[39m→\u001b[38;2;255;205;117mo\u001b[39m, \u001b[38;2;255;205;117mß\u001b[39m→\u001b[38;2;255;205;117mss\u001b[39m) — only if slugs must be ASCII; pulls in a mapping table. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;119;166;255m3. \u001b[39m\u001b[38;2;255;205;117mgit init\u001b[39m + commit — recommended, since nothing here is tracked and a directory clean would lose it. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 1/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 2/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 3/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Read\u001b[39m 4/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 5/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Edit\u001b[39m 6/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 7/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 8/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 9/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 10/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Write\u001b[39m 11/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n"] +[129.028993,"o","\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 12/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 13/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 14/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 15/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 16/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 17/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 18/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;2;135;145;165m· Bash\u001b[39m 19/19\u001b[38;2;135;145;165m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask W\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[8G\u001b[?25l"] +[129.036413,"i","h"] +[129.039298,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask Wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] +[129.045573,"i","a"] +[129.048058,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask Wha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G"] +[129.048099,"o","\u001b[?25l"] +[129.054536,"i","t"] +[129.056857,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G"] +[129.05689,"o","\u001b[?25l"] +[129.063122,"i"," "] +[129.065255,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[129.065276,"o","\u001b[12G\u001b[?25l"] +[129.072542,"i","c"] +[129.075187,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G"] +[129.075225,"o","\u001b[?25l"] +[129.081487,"i","h"] +[129.084049,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What ch\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] +[129.090325,"i","a"] +[129.093768,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What cha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G"] +[129.093805,"o","\u001b[?25l"] +[129.09907,"i","n"] +[129.1036,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What chan\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[129.103647,"o","\u001b[16G\u001b[?25l"] +[129.107865,"i","g"] +[129.110253,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What chang\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G\u001b[?25l"] +[129.117588,"i","e"] +[129.121532,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What change\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G"] +[129.121577,"o","\u001b[?25l"] +[129.126104,"i","d"] +[129.128662,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G\u001b[?25l"] +[129.134987,"i",","] +[129.13823,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] +[129.144564,"i"," "] +[129.148135,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21G"] +[129.148193,"o","\u001b[?25l"] +[129.15351,"i","w"] +[129.159177,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G\u001b[?25l"] +[129.162467,"i","h"] +[129.164946,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[23G"] +[129.164978,"o","\u001b[?25l"] +[129.171296,"i","a"] +[129.174765,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, wha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G\u001b[?25l"] +[129.180067,"i","t"] +[129.184289,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[25G\u001b[?25l"] +[129.189615,"i"," "] +[129.19395,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G\u001b[?25l"] +[129.199525,"i","w"] +[129.20383,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[27G\u001b[?25l"] +[129.208221,"i","a"] +[129.213797,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what wa\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G\u001b[?25l"] +[129.217139,"i","s"] +[129.221214,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[29G\u001b[?25l"] +[129.225792,"i"," "] +[129.230079,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[30G\u001b[?25l"] +[129.235386,"i","v"] +[129.239807,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was v\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[129.239884,"o","\u001b[31G\u001b[?25l"] +[129.244203,"i","e"] +[129.249097,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was ve\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G"] +[129.249144,"o","\u001b[?25l"] +[129.253505,"i","r"] +[129.2562,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was ver\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[33G\u001b[?25l"] +[129.262533,"i","i"] +[129.266938,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was veri\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[34G\u001b[?25l"] +[129.27128,"i","f"] +[129.274767,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verif\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[129.274809,"o","\u001b[35G\u001b[?25l"] +[129.28009,"i","i"] +[129.283588,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verifi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[36G"] +[129.283627,"o","\u001b[?25l"] +[129.288913,"i","e"] +[129.291798,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verifie\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[37G\u001b[?25l"] +[129.298748,"i","d"] +[129.302405,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G\u001b[?25l"] +[129.307754,"i",","] +[129.310491,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[39G\u001b[?25l"] +[129.31706,"i"," "] +[129.322786,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G"] +[129.322855,"o","\u001b[?25l"] +[129.326179,"i","a"] +[129.329435,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G\u001b[?25l"] +[129.335707,"i","n"] +[129.338447,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G\u001b[?25l"] +[129.344805,"i","d"] +[129.347541,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] +[129.353892,"i"," "] +[129.357542,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G\u001b[?25l"] +[129.362875,"i","w"] +[129.365454,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[45G\u001b[?25l"] +[129.371792,"i","h"] +[129.377519,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G\u001b[?25l"] +[129.38087,"i","a"] +[129.384645,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and wha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] +[129.390009,"i","t"] +[129.393998,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] +[129.399337,"i"," "] +[129.403015,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[49G\u001b[?25l"] +[129.40836,"i","s"] +[129.412822,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] +[129.417131,"i","h"] +[129.423985,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what sh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G\u001b[?25l"] +[129.426463,"i","o"] +[129.434306,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what sho\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[52G\u001b[?25l"] +[129.4355,"i","u"] +[129.438242,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what shou\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[53G\u001b[?25l"] +[129.444628,"i","l"] +[129.447697,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what shoul\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[54G\u001b[?25l"] +[129.454058,"i","d"] +[129.457426,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G\u001b[?25l"] +[129.462774,"i"," "] +[129.466733,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[56G"] +[129.466801,"o","\u001b[?25l"] +[129.472253,"i","I"] +[129.476337,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] +[129.476402,"o","\u001b[57G\u001b[?25l"] +[129.481716,"i"," "] +[129.487403,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[58G\u001b[?25l"] +[129.491714,"i","r"] +[129.495822,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[59G\u001b[?25l"] +[129.501161,"i","e"] +[129.50556,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I re\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[60G\u001b[?25l"] +[129.509939,"i","v"] +[129.514201,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I rev\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[61G\u001b[?25l"] +[129.519543,"i","i"] +[129.52372,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I revi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[62G"] +[129.523781,"o","\u001b[?25l"] +[129.528374,"i","e"] +[129.531932,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I revie\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[63G\u001b[?25l"] +[129.537247,"i","w"] +[129.542748,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I review\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G\u001b[?25l"] +[129.546076,"i","?"] +[129.549595,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m/ask What changed, what was verified, and what should I review?\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[65G\u001b[?25l"] +[129.554929,"i","\r"] +[129.559224,"o","\u001b[?2026h\r\u001b[2K\u001b[38;2;119;166;255m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] +[129.56121,"o","\u001b[?25l"] +[129.641048,"o","\u001b[?2026h\u001b[26A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;2;151;190;255manalyses\u001b[39m\u001b[22m \u001b[38;2;135;145;165m›\u001b[39m \u001b[38;2;119;166;255m/ask · frozen question\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165msource run run-e3264d76…60aad0 · Product engineer · claude-code · claude-code/opus · Local CLI Bridge\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 source: 3fc1624cdc6aaf6…fd608d01 · frozen \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 analyst: configured analyst · running \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 route: runner claude-code · configured model sonnet \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── question\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 What changed, what was verified, and what should I review? \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── findings\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 No findings were returned. \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── model use\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 0 model calls reported. \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── run receipt\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 source complete: yes \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 findings: 0 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 runner: claude-code \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 agent-eval: 0.145.11 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 check source-frozen: passed · digest 3fc1624cdc6aaf6fc3ff4995a934249ddc7f055f9621cf53c7277770fd608d01 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 check source-completeness: passed \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── activity record\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 time: 2026-08-15T04:21:37.222Z \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 run: run-e3264d76-f30d-4166-a83f-e9c05b60aad0 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 "] +[129.641189,"o"," \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mPgUp/PgDn detail · ←/esc close · tab filter: analyses\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[?25l"] +[138.584478,"o","\u001b[?25l"] +[144.631766,"o","\u001b[?25l"] +[144.664481,"o","\u001b[?25l"] +[153.462515,"o","\u001b[?25l"] +[153.495748,"o","\u001b[?25l"] +[192.837569,"o","\u001b[?25l"] +[192.837627,"o","\u001b[?25l"] +[192.844685,"o","\u001b[?2026h\u001b[25A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 analyst: configured analyst · completed \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 route: runner claude-code · configured model sonnet \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── question\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 What changed, what was verified, and what should I review? \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;119;166;255m── findings\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 1. [1] The agent replaced the src/slugify.js stub with a full slugify implementation and added 14 tests. · info · \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 confidence 0.95 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [1] src/slugify.js` — full implementation, 3 named regexes, comments cover only the two non-obvious choices. · event \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mevent-af6b76595…30f3d876\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 2. [2] The agent verified its work by running the test suite (15/15 pass) and confirming the tests fail against the \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 original stub (11/15 fail), proving the tests test real behavior. · info · confidence 0.95 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [2] Done. 15/15 pass; against the original stub 11 of those 15 fail, so the tests test the behavior you asked for \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mrather than restating the code. · event event-af6b76595…30f3d876\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 3. [3] The work was never committed to version control — there is no git repo in the workspace, so the changes exist \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 only on disk and are at risk of loss. · high · confidence 0.9 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [3] No git repo here, so nothing is committed — work is on disk only. · event event-af6b76595…30f3d876\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 4. [4] The implementation has a known, untested limitation: NFD normalization does not decompose ø, ß, or Æ, so \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 accented/ligature characters like Æ are not transliterated to ASCII. · medium · confidence 0.85 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [4] Known limit, untested by design: NFD does not decompose `ø`, `ß`, or `Æ`, so `Æther` → `æther`, not `aether`. · \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mevent event-af6b76595…30f3d876\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 5. [5] The original task explicitly required treating underscores as punctuation and collapsing punctuation/spaces to \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 one dash, which the agent's judgment calls (regex scoping) should be checked against. · medium · confidence 0.7 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165m↳ [5] Finish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mand spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof. · event \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007"] +[192.844774,"o","\u001b[38;2;135;145;165m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;2;135;145;165mPgUp/PgDn detail · ←/esc close · page 1/2 · tab filter: analyses\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[?25l"] +[192.854774,"o","\u001b[0m"] diff --git a/artifacts/demo/braid-live.gif b/artifacts/demo/braid-live.gif index f6e840c..3fd1f5d 100644 Binary files a/artifacts/demo/braid-live.gif and b/artifacts/demo/braid-live.gif differ diff --git a/artifacts/demo/braid-live.json b/artifacts/demo/braid-live.json index 121b3a6..1877507 100644 --- a/artifacts/demo/braid-live.json +++ b/artifacts/demo/braid-live.json @@ -1,19 +1,19 @@ { "schemaVersion": 2, "status": "passed", - "capturedAt": "2026-08-12T12:42:08.886Z", + "capturedAt": "2026-08-15T04:22:46.185Z", "source": { - "commit": "8cce4c6e8aade3b1fc51f558d65a823ac12a5e1a", - "packageVersion": "0.1.1", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "9bbd7b5b9f78b3d202dbb09d4375970edfd4965ffc5ad94b04bd7fa6ce01c4c7", - "packageProofSha256": "d6b3c565d628046ff29a46508ee7f0209931e08fe08711d03e58ea3229880989" + "commit": "d0566cb18e6501380b37921f1f3767c63bc5b222", + "packageVersion": "0.1.3", + "tarball": "tangle-network-braid-0.1.3.tgz", + "tarballSha256": "c87b32989d01e0defd7ac9da536c1ce3c5b181bdf5c8049c17ff57ab2357c034", + "packageProofSha256": "f6eabfb8f387ac251d703d28de8cc76979f9d1ba4ffdc1042eb7763255d7f6d9" }, "route": { "connection": "Local CLI Bridge", - "endpoint": "http://127.0.0.1:3345", + "endpoint": "http://127.0.0.1:3350", "runner": "claude-code", - "runnerVersion": "2.1.228 (Claude Code)", + "runnerVersion": "2.1.232 (Claude Code)", "provider": null, "model": "opus" }, @@ -31,117 +31,84 @@ }, "task": { "prompt": "Finish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation and spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof.", - "runId": "run-b413c4d4-820d-453f-93d2-ff52f9751b83", - "providerSessionId": "session-braid-run-b413c4d4-820d-453f-93d2-ff52f9751b83", - "inputTokens": 15, - "outputTokens": 2944, + "runId": "run-e3264d76-f30d-4166-a83f-e9c05b60aad0", + "providerSessionId": "session-braid-run-e3264d76-f30d-4166-a83f-e9c05b60aad0", + "inputTokens": 36, + "outputTokens": 8386, "llmCalls": null, "llmLatencyMs": null, - "normalizedToolCalls": 10, + "normalizedToolCalls": 19, "normalizedToolResults": 0, "toolProjection": { "status": "blocked-upstream", "issue": "https://github.com/tangle-network/agent-runtime/issues/762" }, "workspaceProof": { - "testOutput": "> test\n> node --test --test-reporter=spec\n\n(node:3864502) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n(Use `node --trace-warnings ...` to show where the warning was created)\n\u001b[32m✔ joins words with a dash \u001b[90m(1.009307ms)\u001b[39m\u001b[39m\n\u001b[32m✔ strips Unicode accents \u001b[90m(0.196197ms)\u001b[39m\u001b[39m\n\u001b[32m✔ normalizes precomposed and decomposed forms alike \u001b[90m(0.075729ms)\u001b[39m\u001b[39m\n\u001b[32m✔ treats underscores as punctuation \u001b[90m(0.654959ms)\u001b[39m\u001b[39m\n\u001b[32m✔ collapses runs of punctuation and spaces to one dash \u001b[90m(0.061551ms)\u001b[39m\u001b[39m\n\u001b[32m✔ trims leading and trailing dashes \u001b[90m(0.080679ms)\u001b[39m\u001b[39m\n\u001b[32m✔ keeps digits \u001b[90m(0.046902ms)\u001b[39m\u001b[39m\n\u001b[32m✔ returns an empty string for punctuation-only input \u001b[90m(0.037904ms)\u001b[39m\u001b[39m\n\u001b[32m✔ returns an empty string for empty input \u001b[90m(0.053705ms)\u001b[39m\u001b[39m\n\u001b[32m✔ is idempotent \u001b[90m(0.120778ms)\u001b[39m\u001b[39m\n\u001b[34mℹ tests 10\u001b[39m\n\u001b[34mℹ suites 0\u001b[39m\n\u001b[34mℹ pass 10\u001b[39m\n\u001b[34mℹ fail 0\u001b[39m\n\u001b[34mℹ cancelled 0\u001b[39m\n\u001b[34mℹ skipped 0\u001b[39m\n\u001b[34mℹ todo 0\u001b[39m\n\u001b[34mℹ duration_ms 40.398807\u001b[39m\n(node:3864496) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n(Use `node --trace-warnings ...` to show where the warning was created)", + "testOutput": "> test\n> node --test --test-reporter=spec\n\n(node:3068067) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n(Use `node --trace-warnings ...` to show where the warning was created)\n\u001b[32m✔ joins words with a dash \u001b[90m(0.711908ms)\u001b[39m\u001b[39m\n\u001b[32m✔ lowercases mixed case \u001b[90m(0.103854ms)\u001b[39m\u001b[39m\n\u001b[32m✔ strips accents from precomposed characters \u001b[90m(0.089526ms)\u001b[39m\u001b[39m\n\u001b[32m✔ strips accents from already decomposed characters \u001b[90m(0.051421ms)\u001b[39m\u001b[39m\n\u001b[32m✔ treats underscores as punctuation \u001b[90m(0.079877ms)\u001b[39m\u001b[39m\n\u001b[32m✔ collapses runs of mixed punctuation and spaces to one dash \u001b[90m(0.088694ms)\u001b[39m\u001b[39m\n\u001b[32m✔ trims leading and trailing dashes \u001b[90m(0.052533ms)\u001b[39m\u001b[39m\n\u001b[32m✔ returns an empty string when nothing survives \u001b[90m(0.047153ms)\u001b[39m\u001b[39m\n\u001b[32m✔ keeps digits \u001b[90m(0.055589ms)\u001b[39m\u001b[39m\n\u001b[32m✔ treats non-breaking and exotic whitespace as separators \u001b[90m(0.289629ms)\u001b[39m\u001b[39m\n\u001b[32m✔ treats symbols and emoji as separators \u001b[90m(0.092341ms)\u001b[39m\u001b[39m\n\u001b[32m✔ preserves non-Latin letters instead of deleting them \u001b[90m(0.073034ms)\u001b[39m\u001b[39m\n\u001b[32m✔ preserves Indic vowel signs, which are marks but not accents \u001b[90m(0.045169ms)\u001b[39m\u001b[39m\n\u001b[32m✔ is idempotent \u001b[90m(0.051482ms)\u001b[39m\u001b[39m\n\u001b[32m✔ never emits leading, trailing, or doubled dashes \u001b[90m(0.19857ms)\u001b[39m\u001b[39m\n\u001b[34mℹ tests 15\u001b[39m\n\u001b[34mℹ suites 0\u001b[39m\n\u001b[34mℹ pass 15\u001b[39m\n\u001b[34mℹ fail 0\u001b[39m\n\u001b[34mℹ cancelled 0\u001b[39m\n\u001b[34mℹ skipped 0\u001b[39m\n\u001b[34mℹ todo 0\u001b[39m\n\u001b[34mℹ duration_ms 49.600781\u001b[39m\n(node:3068053) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n(Use `node --trace-warnings ...` to show where the warning was created)", "samples": [ "cafe-deja-vu", "ship-it" ], - "sourceSha256": "04c489c2a24d8fe578abc57d22998978ca01670f062b7c5c9afb952a7fd4d6e9", - "testSha256": "42068ff1ccab7c5ddfb03027ff2f55ddcc931ea16364b620ea87867ec6545c37" + "sourceSha256": "f41e36a7ccb711b30a81ef7a1affdeaedae3b874dafb752942987f7bbdea1d0a", + "testSha256": "96edaae9c7b1c90a7478ae22a578813ee36a792029f13e6145794e47cbbc7ffd" } }, "analysis": { "question": "What changed, what was verified, and what should I review?", "runtimeManager": "bundled uv", "pythonVersion": "3.12", - "agentEvalRpcVersion": "0.145.1", - "id": "analysis-017ec9050a1b5f534bea4fd2d31e3bd7624fd6e9", + "agentEvalRpcVersion": "0.145.11", + "id": "analysis-caa3498c841fea1d45d2b8f0d4b1364302f0381b", "status": "completed", - "findings": 3, - "supportedFindings": 3, + "findings": 5, + "supportedFindings": 5, "citationSupport": "passed", "configuredModel": "sonnet", "observedModels": [ "claude-code/sonnet" ], - "modelCalls": 5, - "inputTokens": 10, - "outputTokens": 3122, - "costUsd": null, - "estimatedCostUsd": 0.324612, - "costStatus": "estimated", + "modelCalls": 2, + "inputTokens": 4, + "outputTokens": 4029, + "costUsd": 0.4025358, + "estimatedCostUsd": null, + "costStatus": "reported", "modelCallEvidence": [ { "sequence": 1, "model": "claude-code/sonnet", "inputTokens": 2, - "outputTokens": 246, + "outputTokens": 350, "tokensKnown": true, - "costUsd": 0.075312, - "costStatus": "estimated", - "latencyMs": 5721, + "costUsd": 0.1282314, + "costStatus": "observed", + "latencyMs": 8686, "outcome": "succeeded" }, { "sequence": 2, "model": "claude-code/sonnet", "inputTokens": 2, - "outputTokens": 271, + "outputTokens": 3679, "tokensKnown": true, - "costUsd": 0.055604999999999995, - "costStatus": "estimated", - "latencyMs": 8056, - "outcome": "succeeded" - }, - { - "sequence": 3, - "model": "claude-code/sonnet", - "inputTokens": 2, - "outputTokens": 348, - "tokensKnown": true, - "costUsd": 0.05676, - "costStatus": "estimated", - "latencyMs": 8051, - "outcome": "succeeded" - }, - { - "sequence": 4, - "model": "claude-code/sonnet", - "inputTokens": 2, - "outputTokens": 609, - "tokensKnown": true, - "costUsd": 0.06067499999999999, - "costStatus": "estimated", - "latencyMs": 10484, - "outcome": "succeeded" - }, - { - "sequence": 5, - "model": "claude-code/sonnet", - "inputTokens": 2, - "outputTokens": 1648, - "tokensKnown": true, - "costUsd": 0.07626, - "costStatus": "estimated", - "latencyMs": 17670, + "costUsd": 0.2743044, + "costStatus": "observed", + "latencyMs": 38108, "outcome": "succeeded" } ], - "modelLatencyMs": 49982, - "wallTimeMs": 59982 + "modelLatencyMs": 46794, + "wallTimeMs": 54171 }, "terminal": { "columns": 120, "rows": 30, - "finalRevision": 36 + "finalRevision": 59 }, "artifacts": { - "braid-live.cast": "40eedba7245c0fb5728d7500a6a8080a083def613a89cbbf8934bdbabba135b3", - "braid-live.gif": "038ca8e599e09856d56706a6063cb5ea3319bb9d1d64edcb8bfb67bb1003eed8", - "braid-live.png": "f92520e708be76f3e9aa6a9f6199e16881ef89ef973fcea2cb7b015fcd1ada89", - "braid-live.txt": "602d468c667c6d12616842761caba2105ed023ee2359f8f46c98500152950d3b" + "braid-live.cast": "e49981cd686ee6c1a15b9d0172c7ff7aecba5b173c276911595e765da23afc52", + "braid-live.gif": "057bab25629ba9ffd1d606afd90fc4fc1bb1104a891ae3ba2d0ff4e663658129", + "braid-live.png": "c2bf790e6aba9853eecad3d7e0b6dd9bcaeb58811258cbceb30eef4e3b57a4b9", + "braid-live.txt": "95d8a8a0eb8948be8082cf6f2724252cd7df155fce0ce7502f66e7b5bf28be48" } } diff --git a/artifacts/demo/braid-live.png b/artifacts/demo/braid-live.png index a775b7e..568756e 100644 Binary files a/artifacts/demo/braid-live.png and b/artifacts/demo/braid-live.png differ diff --git a/artifacts/demo/braid-live.txt b/artifacts/demo/braid-live.txt index 1e2735f..a2fb8a5 100644 --- a/artifacts/demo/braid-live.txt +++ b/artifacts/demo/braid-live.txt @@ -1,30 +1,30 @@ - activity · analyses › /ask · frozen question · complete · 1/1 + analyses › /ask · frozen question ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── - source run run-b413c4d4…751b83 · Product engineer · claude-code · claude-code/opus · Local CLI Bridge - source: 9605fa8a577610b…2e34cc2f · frozen + source run run-e3264d76…60aad0 · Product engineer · claude-code · claude-code/opus · Local CLI Bridge + source: 3fc1624cdc6aaf6…fd608d01 · frozen analyst: configured analyst · completed route: runner claude-code · configured model sonnet ── question What changed, what was verified, and what should I review? ── findings - 1. [1] The run implemented a new src/slugify.js module performing NFKD normalization, diacritic stripping, lowercasing, - punctuation-to-dash collapsing, and dash trimming. · info · confidence 0.95 - ↳ [1] `src/slugify.js` — five ordered steps, one per requirement: · event event-101e0099f…319073f3 - 2. [2] Verification consisted of running the test suite, which reported 10 passed and 0 failed in 47.55 ms. · info · + 1. [1] The agent replaced the src/slugify.js stub with a full slugify implementation and added 14 tests. · info · confidence 0.95 - ↳ [2] `npm test` → **10 passed, 0 failed** (duration 47.55 ms). · event event-101e0099f…319073f3 - 3. [3] The operator should review the behavior for non-ASCII scripts (e.g. CJK, Cyrillic, emoji), which have no ASCII - decomposition and are treated as punctuation, collapsing to an empty string rather than being transliterated. · medium - · confidence 0.9 - ↳ [3] characters with no ASCII decomposition (CJK, Cyrillic, emoji) are treated as punctuation and become dashes · - event event-101e0099f…319073f3 - ── next - next: ask a narrower question, or use /compare against another frozen run - ── model use - 5 calls · tokens 10 in / 3122 out · cost ~$0.3246 · model 49982ms - model call #1 claude-code/sonnet · tokens 2 in / 246 out · cost ~$0.075312 · latency 5721ms - model call #2 claude-code/sonnet · tokens 2 in / 271 out · cost ~$0.055605 · latency 8056ms - model call #3 claude-code/sonnet · tokens 2 in / 348 out · cost ~$0.05676 · latency 8051ms - model call #4 claude-code/sonnet · tokens 2 in / 609 out · cost ~$0.060675 · latency 10484ms + ↳ [1] src/slugify.js` — full implementation, 3 named regexes, comments cover only the two non-obvious choices. · event + event-af6b76595…30f3d876 + 2. [2] The agent verified its work by running the test suite (15/15 pass) and confirming the tests fail against the + original stub (11/15 fail), proving the tests test real behavior. · info · confidence 0.95 + ↳ [2] Done. 15/15 pass; against the original stub 11 of those 15 fail, so the tests test the behavior you asked for + rather than restating the code. · event event-af6b76595…30f3d876 + 3. [3] The work was never committed to version control — there is no git repo in the workspace, so the changes exist + only on disk and are at risk of loss. · high · confidence 0.9 + ↳ [3] No git repo here, so nothing is committed — work is on disk only. · event event-af6b76595…30f3d876 + 4. [4] The implementation has a known, untested limitation: NFD normalization does not decompose ø, ß, or Æ, so + accented/ligature characters like Æ are not transliterated to ASCII. · medium · confidence 0.85 + ↳ [4] Known limit, untested by design: NFD does not decompose `ø`, `ß`, or `Æ`, so `Æther` → `æther`, not `aether`. · + event event-af6b76595…30f3d876 + 5. [5] The original task explicitly required treating underscores as punctuation and collapsing punctuation/spaces to + one dash, which the agent's judgment calls (regex scoping) should be checked against. · medium · confidence 0.7 + ↳ [5] Finish the slugify function. Normalize Unicode accents, treat underscores as punctuation, collapse punctuation + and spaces to one dash, trim dashes, and lowercase. Add edge-case tests, run them, and summarize the proof. · event ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── PgUp/PgDn detail · ←/esc close · page 1/2 · tab filter: analyses diff --git a/artifacts/verification/performance/raw.json b/artifacts/verification/performance/raw.json deleted file mode 100644 index f5c18cd..0000000 --- a/artifacts/verification/performance/raw.json +++ /dev/null @@ -1,110173 +0,0 @@ -{ - "schemaVersion": 1, - "kind": "braid-performance-proof", - "mode": "full", - "status": "passed", - "generatedAt": "2026-08-10T19:13:12.288Z", - "command": "pnpm run test:performance", - "thresholds": { - "PERF-01": { - "metric": "process-start-to-first-visible-frame", - "percentile": "p95", - "operator": "<=", - "value": 250 - }, - "PERF-02": { - "metric": "process-start-to-first-visible-frame", - "percentile": "p95", - "operator": "<=", - "value": 1000 - }, - "PERF-03": { - "metric": "idle-key-to-updated-frame", - "percentile": "p95", - "operator": "<=", - "value": 50 - }, - "PERF-04": { - "metric": "runtime-event-to-updated-frame", - "percentile": "p95", - "operator": "<=", - "value": 50 - }, - "PERF-05": { - "metric": "replay-reduce-10000-events", - "percentile": "p95", - "operator": "<=", - "value": 2000 - }, - "PERF-06": { - "metric": "open-100000-event-conversation", - "percentile": "p95", - "operator": "<=", - "value": 2000 - }, - "PERF-07": { - "metric": "resize-during-stream-frame", - "percentile": "p95", - "operator": "<=", - "value": 100 - }, - "PERF-08": { - "metric": "idle-cpu", - "percentile": "median", - "operator": "<=", - "value": 1 - }, - "PERF-09": { - "metric": "resident-memory-10000-event-conversation", - "percentile": "p95", - "operator": "<=", - "value": 150 - }, - "PERF-10": { - "metric": "database-growth-10000-events", - "percentile": "maximum", - "operator": "<=", - "value": 50 - } - }, - "releaseValidation": { - "passed": true - }, - "provenance": { - "repository": "/home/drew/code/braid-unified-activity-wt", - "revision": "fa375f9ef14ecead34d287f294465d46f54bc8f4", - "packages": { - "braid": "0.1.0", - "piTui": "0.84.1", - "nodePty": "1.1.0", - "xtermHeadless": "6.0.0", - "sqlite": "13.0.3" - }, - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "arch": "x64", - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a", - "packedCandidate": { - "status": "ready" - }, - "compileCache": { - "status": "ENABLED", - "modules": [ - "dist/startup/durable-runtime.js", - "dist/startup/preview-runtime.js", - "dist/startup/terminal-runtime.js" - ], - "flushed": true - }, - "referenceDimensions": "40x12,80x24,120x40,200x60", - "seed": "fixed 2026-08-03T00:00:00.000Z; receipt-backed complete run; batch size 1000", - "externalResources": "none; local packed candidate, Pi terminal, and encrypted SQLite only" - }, - "limits": { - "repetitions": 20, - "idleDurationSeconds": 60, - "idleSettleSeconds": 2, - "noBillableResources": true - }, - "failures": [], - "measurements": [ - { - "kind": "distribution", - "name": "PERF-01", - "unit": "ms", - "n": 20, - "minimum": 128.5467520000093, - "median": 134.52279899999849, - "p90": 137.93009399999573, - "p95": 139.9279600000009, - "p99": 146.11429899999348, - "maximum": 146.11429899999348, - "target": { - "metric": "process-start-to-first-visible-frame", - "percentile": "p95", - "operator": "<=", - "value": 250 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "warm-10000-event-encrypted-sqlite", - "eventCount": 10000 - }, - "state": "warm", - "repetitions": 20, - "rawSamples": [ - 137.93009399999573, - 131.24143300000287, - 134.52279899999849, - 132.29319599999872, - 135.38412600000447, - 139.9279600000009, - 137.21598500000255, - 130.34239099999832, - 137.5242530000105, - 136.9181580000004, - 130.69136799999978, - 134.89637499999662, - 132.1320479999995, - 135.3424229999946, - 146.11429899999348, - 137.50063599999703, - 134.35979600000428, - 128.5467520000093, - 128.9216310000047, - 130.6039160000073 - ], - "command": "pnpm run test:performance [PERF-01; full]", - "passed": true, - "observations": { - "readyFrames": { - "value": 20, - "reason": "Every sample waited for the seeded useful ready frame" - }, - "invalidCells": { - "value": 0, - "reason": "All parsed frames had valid terminal cells" - }, - "startupErrors": { - "value": 0, - "reason": "No startup or encrypted-storage error appeared before readiness" - }, - "compileCacheFrames": { - "value": 20, - "reason": "Every repeat launch used the primed Node compile cache" - }, - "compileCacheStatuses": [ - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED" - ], - "startupStages": [ - { - "spawnMs": 19.185, - "scriptMs": 15.489, - "compileCacheMs": 0.014, - "applicationImportsMs": 62.741, - "previewImportsMs": 39.248, - "startupImportsMs": 62.741, - "applicationOpenMs": 29.361, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.022557000000006 - }, - { - "name": "storage.path-validation", - "durationMs": 0.9053239999999931 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.5746730000000042 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.20159699999999248 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10613899999999887 - }, - { - "name": "storage.path-lock", - "durationMs": 1.8080029999999994 - }, - { - "name": "storage.credential", - "durationMs": 2.435048000000009 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.971976999999995 - }, - { - "name": "storage.schema", - "durationMs": 0.032112999999995395 - }, - { - "name": "storage.content-keys", - "durationMs": 0.19229900000000555 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3233370000000093 - }, - { - "name": "storage.projection", - "durationMs": 1.3483570000000071 - }, - { - "name": "storage.configuration", - "durationMs": 0.10724100000000192 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.669309999999996 - }, - { - "name": "storage-open", - "durationMs": 14.416368000000006 - }, - { - "name": "journal-restore", - "durationMs": 8.09473100000001 - }, - { - "name": "application-create", - "durationMs": 2.5675190000000043 - } - ], - "previewRenderMs": 11.14, - "terminalImportsMs": 9.655, - "terminalMs": 0.06, - "initializeMs": 0.24, - "interactivePreparationMs": 9.955 - }, - { - "spawnMs": 19.599, - "scriptMs": 15.783, - "compileCacheMs": 0.013, - "applicationImportsMs": 55.103, - "previewImportsMs": 36.798, - "startupImportsMs": 55.103, - "applicationOpenMs": 29.277, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.9180509999999913 - }, - { - "name": "storage.path-validation", - "durationMs": 0.9522359999999992 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.7058510000000098 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.18809000000000253 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1205669999999941 - }, - { - "name": "storage.path-lock", - "durationMs": 1.9874960000000073 - }, - { - "name": "storage.credential", - "durationMs": 2.53981499999999 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.193033 - }, - { - "name": "storage.schema", - "durationMs": 0.03004900000000532 - }, - { - "name": "storage.content-keys", - "durationMs": 0.1717390000000023 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.33647300000001223 - }, - { - "name": "storage.projection", - "durationMs": 1.9753529999999984 - }, - { - "name": "storage.configuration", - "durationMs": 0.13575699999999813 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.991624999999999 - }, - { - "name": "storage-open", - "durationMs": 15.906223999999995 - }, - { - "name": "journal-restore", - "durationMs": 7.060071999999991 - }, - { - "name": "application-create", - "durationMs": 2.1652059999999977 - } - ], - "previewRenderMs": 11.468, - "terminalImportsMs": 10.315, - "terminalMs": 0.046, - "initializeMs": 0.274, - "interactivePreparationMs": 10.636 - }, - { - "spawnMs": 19.448, - "scriptMs": 14.098, - "compileCacheMs": 0.013, - "applicationImportsMs": 60.391, - "previewImportsMs": 37.425, - "startupImportsMs": 60.391, - "applicationOpenMs": 29.716, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.364199999999997 - }, - { - "name": "storage.path-validation", - "durationMs": 1.1123919999999998 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.7162420000000083 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.20874099999998919 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.12835300000000416 - }, - { - "name": "storage.path-lock", - "durationMs": 2.189975000000004 - }, - { - "name": "storage.credential", - "durationMs": 3.159115 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.067996000000008 - }, - { - "name": "storage.schema", - "durationMs": 0.032303999999996336 - }, - { - "name": "storage.content-keys", - "durationMs": 0.1852049999999963 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3282470000000046 - }, - { - "name": "storage.projection", - "durationMs": 1.4002689999999944 - }, - { - "name": "storage.configuration", - "durationMs": 0.1206279999999964 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.4282850000000025 - }, - { - "name": "storage-open", - "durationMs": 15.500544000000005 - }, - { - "name": "journal-restore", - "durationMs": 7.388659000000004 - }, - { - "name": "application-create", - "durationMs": 2.234743999999992 - } - ], - "previewRenderMs": 10.858, - "terminalImportsMs": 9.117, - "terminalMs": 0.046, - "initializeMs": 0.257, - "interactivePreparationMs": 9.419 - }, - { - "spawnMs": 19.052, - "scriptMs": 14.671, - "compileCacheMs": 0.015, - "applicationImportsMs": 58.519, - "previewImportsMs": 35.667, - "startupImportsMs": 58.519, - "applicationOpenMs": 29.997, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.159536000000003 - }, - { - "name": "storage.path-validation", - "durationMs": 1.1121319999999884 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6442300000000074 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.1903250000000014 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10864399999999819 - }, - { - "name": "storage.path-lock", - "durationMs": 2.07673299999999 - }, - { - "name": "storage.credential", - "durationMs": 2.669900999999996 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.744247999999999 - }, - { - "name": "storage.schema", - "durationMs": 0.027985999999998512 - }, - { - "name": "storage.content-keys", - "durationMs": 0.17586700000001088 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3191190000000006 - }, - { - "name": "storage.projection", - "durationMs": 1.3273050000000097 - }, - { - "name": "storage.configuration", - "durationMs": 0.10769200000000012 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 3.312438 - }, - { - "name": "storage-open", - "durationMs": 15.28230400000001 - }, - { - "name": "journal-restore", - "durationMs": 8.153436999999997 - }, - { - "name": "application-create", - "durationMs": 2.1813690000000037 - } - ], - "previewRenderMs": 10.04, - "terminalImportsMs": 9.889, - "terminalMs": 0.042, - "initializeMs": 0.281, - "interactivePreparationMs": 10.212 - }, - { - "spawnMs": 21.962, - "scriptMs": 16.127, - "compileCacheMs": 0.014, - "applicationImportsMs": 58.192, - "previewImportsMs": 38.014, - "startupImportsMs": 58.192, - "applicationOpenMs": 28.346, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.8562889999999896 - }, - { - "name": "storage.path-validation", - "durationMs": 1.171568999999991 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.765900000000002 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.23428199999999322 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1302170000000018 - }, - { - "name": "storage.path-lock", - "durationMs": 2.3280479999999955 - }, - { - "name": "storage.credential", - "durationMs": 3.1037060000000025 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.906759000000008 - }, - { - "name": "storage.schema", - "durationMs": 0.028345999999999094 - }, - { - "name": "storage.content-keys", - "durationMs": 0.15952399999999045 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3049609999999916 - }, - { - "name": "storage.projection", - "durationMs": 1.3874739999999974 - }, - { - "name": "storage.configuration", - "durationMs": 0.10830400000000395 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.541066999999998 - }, - { - "name": "storage-open", - "durationMs": 15.397740999999996 - }, - { - "name": "journal-restore", - "durationMs": 6.684972999999999 - }, - { - "name": "application-create", - "durationMs": 2.2077599999999933 - } - ], - "previewRenderMs": 10.744, - "terminalImportsMs": 10.19, - "terminalMs": 0.073, - "initializeMs": 0.386, - "interactivePreparationMs": 10.649 - }, - { - "spawnMs": 19.301, - "scriptMs": 16.707, - "compileCacheMs": 0.014, - "applicationImportsMs": 62.243, - "previewImportsMs": 41.715, - "startupImportsMs": 62.243, - "applicationOpenMs": 30.09, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.889844999999994 - }, - { - "name": "storage.path-validation", - "durationMs": 0.9118469999999945 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.8324000000000069 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.38092000000000326 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.14232099999999548 - }, - { - "name": "storage.path-lock", - "durationMs": 2.2959849999999875 - }, - { - "name": "storage.credential", - "durationMs": 2.844676000000007 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.417244999999994 - }, - { - "name": "storage.schema", - "durationMs": 0.029747999999997887 - }, - { - "name": "storage.content-keys", - "durationMs": 0.17681800000001147 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.32029099999999744 - }, - { - "name": "storage.projection", - "durationMs": 1.3705399999999912 - }, - { - "name": "storage.configuration", - "durationMs": 0.10962599999999156 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.481921 - }, - { - "name": "storage-open", - "durationMs": 15.564289000000002 - }, - { - "name": "journal-restore", - "durationMs": 7.973951999999997 - }, - { - "name": "application-create", - "durationMs": 2.4589660000000038 - } - ], - "previewRenderMs": 11.573, - "terminalImportsMs": 8.715, - "terminalMs": 0.038, - "initializeMs": 0.219, - "interactivePreparationMs": 8.972 - }, - { - "spawnMs": 19.415, - "scriptMs": 16.495, - "compileCacheMs": 0.013, - "applicationImportsMs": 60.147, - "previewImportsMs": 40.534, - "startupImportsMs": 60.147, - "applicationOpenMs": 30.674, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.0995280000000065 - }, - { - "name": "storage.path-validation", - "durationMs": 1.1858170000000001 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6324759999999969 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.20802999999999372 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.11232099999999434 - }, - { - "name": "storage.path-lock", - "durationMs": 2.1599159999999955 - }, - { - "name": "storage.credential", - "durationMs": 2.5097650000000016 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.197291000000007 - }, - { - "name": "storage.schema", - "durationMs": 0.03436800000000062 - }, - { - "name": "storage.content-keys", - "durationMs": 0.18284099999999626 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.33255599999999674 - }, - { - "name": "storage.projection", - "durationMs": 1.4123629999999991 - }, - { - "name": "storage.configuration", - "durationMs": 0.11433500000001118 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 3.258681999999993 - }, - { - "name": "storage-open", - "durationMs": 15.943427 - }, - { - "name": "journal-restore", - "durationMs": 7.9964669999999956 - }, - { - "name": "application-create", - "durationMs": 2.4004910000000024 - } - ], - "previewRenderMs": 10.472, - "terminalImportsMs": 9.942, - "terminalMs": 0.04, - "initializeMs": 0.255, - "interactivePreparationMs": 10.237 - }, - { - "spawnMs": 19.565, - "scriptMs": 15.313, - "compileCacheMs": 0.014, - "applicationImportsMs": 55.227, - "previewImportsMs": 36.569, - "startupImportsMs": 55.227, - "applicationOpenMs": 29.119, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.055430999999999 - }, - { - "name": "storage.path-validation", - "durationMs": 1.2108960000000053 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.8157170000000065 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.2314659999999975 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.14757100000001344 - }, - { - "name": "storage.path-lock", - "durationMs": 2.431681999999995 - }, - { - "name": "storage.credential", - "durationMs": 3.0191889999999972 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.7501900000000035 - }, - { - "name": "storage.schema", - "durationMs": 0.03779400000000521 - }, - { - "name": "storage.content-keys", - "durationMs": 0.15142799999999568 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.372634000000005 - }, - { - "name": "storage.projection", - "durationMs": 1.4311399999999992 - }, - { - "name": "storage.configuration", - "durationMs": 0.12796199999999658 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.575094000000007 - }, - { - "name": "storage-open", - "durationMs": 15.408102 - }, - { - "name": "journal-restore", - "durationMs": 7.11502999999999 - }, - { - "name": "application-create", - "durationMs": 2.3241199999999935 - } - ], - "previewRenderMs": 11.104, - "terminalImportsMs": 10.304, - "terminalMs": 0.043, - "initializeMs": 0.248, - "interactivePreparationMs": 10.595 - }, - { - "spawnMs": 19.939, - "scriptMs": 15.03, - "compileCacheMs": 0.014, - "applicationImportsMs": 62.569, - "previewImportsMs": 39.469, - "startupImportsMs": 62.569, - "applicationOpenMs": 28.189, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.886108000000007 - }, - { - "name": "storage.path-validation", - "durationMs": 1.104976999999991 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.7085159999999888 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.2640999999999991 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1129320000000007 - }, - { - "name": "storage.path-lock", - "durationMs": 2.211376999999999 - }, - { - "name": "storage.credential", - "durationMs": 2.4974109999999996 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.777603999999997 - }, - { - "name": "storage.schema", - "durationMs": 0.02841599999999289 - }, - { - "name": "storage.content-keys", - "durationMs": 0.1609070000000088 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3268540000000115 - }, - { - "name": "storage.projection", - "durationMs": 1.2689809999999966 - }, - { - "name": "storage.configuration", - "durationMs": 0.10008700000000204 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.279812000000007 - }, - { - "name": "storage-open", - "durationMs": 14.169972000000001 - }, - { - "name": "journal-restore", - "durationMs": 6.758016999999995 - }, - { - "name": "application-create", - "durationMs": 2.1323320000000052 - } - ], - "previewRenderMs": 11.783, - "terminalImportsMs": 11.027, - "terminalMs": 0.041, - "initializeMs": 0.261, - "interactivePreparationMs": 11.33 - }, - { - "spawnMs": 19.277, - "scriptMs": 14.642, - "compileCacheMs": 0.014, - "applicationImportsMs": 62.5, - "previewImportsMs": 41.236, - "startupImportsMs": 62.5, - "applicationOpenMs": 29.213, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.032767000000007 - }, - { - "name": "storage.path-validation", - "durationMs": 1.311233999999999 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.9202629999999914 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.26129500000000405 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1483130000000017 - }, - { - "name": "storage.path-lock", - "durationMs": 2.6654120000000034 - }, - { - "name": "storage.credential", - "durationMs": 3.1701970000000017 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.876309000000006 - }, - { - "name": "storage.schema", - "durationMs": 0.0297779999999932 - }, - { - "name": "storage.content-keys", - "durationMs": 0.13309200000000487 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.36376700000000994 - }, - { - "name": "storage.projection", - "durationMs": 1.4817799999999863 - }, - { - "name": "storage.configuration", - "durationMs": 0.11521700000000124 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.5195250000000016 - }, - { - "name": "storage-open", - "durationMs": 15.890112000000002 - }, - { - "name": "journal-restore", - "durationMs": 6.919334000000006 - }, - { - "name": "application-create", - "durationMs": 2.1630719999999997 - } - ], - "previewRenderMs": 11.273, - "terminalImportsMs": 9.718, - "terminalMs": 0.045, - "initializeMs": 0.257, - "interactivePreparationMs": 10.02 - }, - { - "spawnMs": 19.118, - "scriptMs": 14.442, - "compileCacheMs": 0.012, - "applicationImportsMs": 54.688, - "previewImportsMs": 35.812, - "startupImportsMs": 54.688, - "applicationOpenMs": 29.079, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.8749459999999942 - }, - { - "name": "storage.path-validation", - "durationMs": 1.0848580000000112 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.5498139999999978 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.17783000000000015 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10684100000000285 - }, - { - "name": "storage.path-lock", - "durationMs": 1.94075500000001 - }, - { - "name": "storage.credential", - "durationMs": 2.5165480000000002 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.503574999999998 - }, - { - "name": "storage.schema", - "durationMs": 0.031400999999988244 - }, - { - "name": "storage.content-keys", - "durationMs": 0.19118699999999933 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.40402599999998756 - }, - { - "name": "storage.projection", - "durationMs": 1.4758879999999976 - }, - { - "name": "storage.configuration", - "durationMs": 0.15293100000000948 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.5012789999999967 - }, - { - "name": "storage-open", - "durationMs": 15.282945000000012 - }, - { - "name": "journal-restore", - "durationMs": 7.437505999999999 - }, - { - "name": "application-create", - "durationMs": 2.262748000000002 - } - ], - "previewRenderMs": 13.352, - "terminalImportsMs": 8.96, - "terminalMs": 0.042, - "initializeMs": 0.241, - "interactivePreparationMs": 9.243 - }, - { - "spawnMs": 19.203, - "scriptMs": 13.995, - "compileCacheMs": 0.013, - "applicationImportsMs": 62.711, - "previewImportsMs": 41.061, - "startupImportsMs": 62.711, - "applicationOpenMs": 27.751, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.183223999999996 - }, - { - "name": "storage.path-validation", - "durationMs": 1.1929209999999983 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.5636599999999987 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.1841529999999949 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.11295300000000452 - }, - { - "name": "storage.path-lock", - "durationMs": 2.0760110000000083 - }, - { - "name": "storage.credential", - "durationMs": 2.5497840000000025 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.662807999999998 - }, - { - "name": "storage.schema", - "durationMs": 0.028656000000012227 - }, - { - "name": "storage.content-keys", - "durationMs": 0.15522599999999898 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.2969659999999976 - }, - { - "name": "storage.projection", - "durationMs": 1.2449529999999953 - }, - { - "name": "storage.configuration", - "durationMs": 0.10573799999998812 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.2610449999999958 - }, - { - "name": "storage-open", - "durationMs": 13.90129300000001 - }, - { - "name": "journal-restore", - "durationMs": 6.816721999999999 - }, - { - "name": "application-create", - "durationMs": 2.6383689999999973 - } - ], - "previewRenderMs": 11.223, - "terminalImportsMs": 9.26, - "terminalMs": 0.042, - "initializeMs": 0.251, - "interactivePreparationMs": 9.552 - }, - { - "spawnMs": 21.75, - "scriptMs": 15.234, - "compileCacheMs": 0.014, - "applicationImportsMs": 57.15, - "previewImportsMs": 38.07, - "startupImportsMs": 57.15, - "applicationOpenMs": 28.576, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.0903200000000055 - }, - { - "name": "storage.path-validation", - "durationMs": 1.0738060000000047 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6510629999999935 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.18708900000000028 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.11255200000000798 - }, - { - "name": "storage.path-lock", - "durationMs": 2.0558610000000073 - }, - { - "name": "storage.credential", - "durationMs": 2.4969099999999997 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.948921999999996 - }, - { - "name": "storage.schema", - "durationMs": 0.03098099999999704 - }, - { - "name": "storage.content-keys", - "durationMs": 0.16792100000000687 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3306309999999968 - }, - { - "name": "storage.projection", - "durationMs": 1.3432669999999973 - }, - { - "name": "storage.configuration", - "durationMs": 0.10498700000000838 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.2843309999999946 - }, - { - "name": "storage-open", - "durationMs": 14.299897999999999 - }, - { - "name": "journal-restore", - "durationMs": 7.7716939999999965 - }, - { - "name": "application-create", - "durationMs": 2.189814999999996 - } - ], - "previewRenderMs": 9.407, - "terminalImportsMs": 10.105, - "terminalMs": 0.043, - "initializeMs": 0.258, - "interactivePreparationMs": 10.406 - }, - { - "spawnMs": 19.229, - "scriptMs": 15.134, - "compileCacheMs": 0.02, - "applicationImportsMs": 57.547, - "previewImportsMs": 38.144, - "startupImportsMs": 57.547, - "applicationOpenMs": 32.41, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.132702999999992 - }, - { - "name": "storage.path-validation", - "durationMs": 1.2670470000000051 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.7230550000000022 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.18323099999999215 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10360399999999004 - }, - { - "name": "storage.path-lock", - "durationMs": 2.301655999999994 - }, - { - "name": "storage.credential", - "durationMs": 2.734268 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.977577999999994 - }, - { - "name": "storage.schema", - "durationMs": 0.032274000000001024 - }, - { - "name": "storage.content-keys", - "durationMs": 0.1912669999999963 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.4360290000000049 - }, - { - "name": "storage.projection", - "durationMs": 1.7830529999999953 - }, - { - "name": "storage.configuration", - "durationMs": 0.11374399999999696 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.5661869999999993 - }, - { - "name": "storage-open", - "durationMs": 15.745636000000005 - }, - { - "name": "journal-restore", - "durationMs": 10.025604999999999 - }, - { - "name": "application-create", - "durationMs": 2.2935389999999956 - } - ], - "previewRenderMs": 11.004, - "terminalImportsMs": 10.147, - "terminalMs": 0.045, - "initializeMs": 0.28, - "interactivePreparationMs": 10.472 - }, - { - "spawnMs": 24.485, - "scriptMs": 14.668, - "compileCacheMs": 0.013, - "applicationImportsMs": 59.049, - "previewImportsMs": 35.546, - "startupImportsMs": 59.049, - "applicationOpenMs": 35.996, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.0833359999999885 - }, - { - "name": "storage.path-validation", - "durationMs": 1.11041800000001 - }, - { - "name": "storage.lock-acquire", - "durationMs": 2.0277250000000038 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.2186410000000052 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1150260000000003 - }, - { - "name": "storage.path-lock", - "durationMs": 3.4956480000000028 - }, - { - "name": "storage.credential", - "durationMs": 3.074639000000005 - }, - { - "name": "storage.cipher-open", - "durationMs": 6.44362799999999 - }, - { - "name": "storage.schema", - "durationMs": 0.04594100000001333 - }, - { - "name": "storage.content-keys", - "durationMs": 0.14734099999999728 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.39605099999999993 - }, - { - "name": "storage.projection", - "durationMs": 1.8922890000000052 - }, - { - "name": "storage.configuration", - "durationMs": 0.17694900000000757 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 3.2446839999999924 - }, - { - "name": "storage-open", - "durationMs": 19.634550000000004 - }, - { - "name": "journal-restore", - "durationMs": 8.95639899999999 - }, - { - "name": "application-create", - "durationMs": 3.1008700000000005 - } - ], - "previewRenderMs": 11.903, - "terminalImportsMs": 11.686, - "terminalMs": 0.048, - "initializeMs": 0.278, - "interactivePreparationMs": 12.012 - }, - { - "spawnMs": 19.535, - "scriptMs": 14.835, - "compileCacheMs": 0.015, - "applicationImportsMs": 64.124, - "previewImportsMs": 43.439, - "startupImportsMs": 64.124, - "applicationOpenMs": 28.258, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.013898999999995 - }, - { - "name": "storage.path-validation", - "durationMs": 0.9998199999999997 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6471149999999994 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.29978099999999586 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10723199999999622 - }, - { - "name": "storage.path-lock", - "durationMs": 2.0738470000000007 - }, - { - "name": "storage.credential", - "durationMs": 2.581485999999998 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.789839000000001 - }, - { - "name": "storage.schema", - "durationMs": 0.02892700000001014 - }, - { - "name": "storage.content-keys", - "durationMs": 0.16823199999998906 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3164739999999995 - }, - { - "name": "storage.projection", - "durationMs": 1.3250819999999948 - }, - { - "name": "storage.configuration", - "durationMs": 0.10635000000000616 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.7595680000000016 - }, - { - "name": "storage-open", - "durationMs": 14.693514000000008 - }, - { - "name": "journal-restore", - "durationMs": 7.099098999999995 - }, - { - "name": "application-create", - "durationMs": 2.2515870000000007 - } - ], - "previewRenderMs": 10.733, - "terminalImportsMs": 9.135, - "terminalMs": 0.038, - "initializeMs": 0.244, - "interactivePreparationMs": 9.417 - }, - { - "spawnMs": 17.455, - "scriptMs": 18.306, - "compileCacheMs": 0.017, - "applicationImportsMs": 60.646, - "previewImportsMs": 41.179, - "startupImportsMs": 60.646, - "applicationOpenMs": 26.973, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.7385069999999985 - }, - { - "name": "storage.path-validation", - "durationMs": 1.1720399999999955 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6318849999999969 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.20683799999999053 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10780299999998988 - }, - { - "name": "storage.path-lock", - "durationMs": 2.1456779999999895 - }, - { - "name": "storage.credential", - "durationMs": 2.5855350000000072 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.052195999999995 - }, - { - "name": "storage.schema", - "durationMs": 0.028867000000005305 - }, - { - "name": "storage.content-keys", - "durationMs": 0.157030000000006 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.2997009999999989 - }, - { - "name": "storage.projection", - "durationMs": 1.308999 - }, - { - "name": "storage.configuration", - "durationMs": 0.10270299999999111 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.466500999999994 - }, - { - "name": "storage-open", - "durationMs": 14.637753000000004 - }, - { - "name": "journal-restore", - "durationMs": 6.305906000000007 - }, - { - "name": "application-create", - "durationMs": 2.0985449999999872 - } - ], - "previewRenderMs": 10.964, - "terminalImportsMs": 9.794, - "terminalMs": 0.044, - "initializeMs": 0.286, - "interactivePreparationMs": 10.125 - }, - { - "spawnMs": 18.846, - "scriptMs": 15.611, - "compileCacheMs": 0.019, - "applicationImportsMs": 57.156, - "previewImportsMs": 38.73, - "startupImportsMs": 57.156, - "applicationOpenMs": 26.291, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.9554139999999904 - }, - { - "name": "storage.path-validation", - "durationMs": 1.0255209999999977 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6020960000000031 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.17907300000000248 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10020699999999749 - }, - { - "name": "storage.path-lock", - "durationMs": 1.9263459999999952 - }, - { - "name": "storage.credential", - "durationMs": 2.4576429999999903 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.649501999999998 - }, - { - "name": "storage.schema", - "durationMs": 0.030028999999998973 - }, - { - "name": "storage.content-keys", - "durationMs": 0.17150800000000288 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3149709999999999 - }, - { - "name": "storage.projection", - "durationMs": 1.339659999999995 - }, - { - "name": "storage.configuration", - "durationMs": 0.10956600000000094 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 1.9802119999999945 - }, - { - "name": "storage-open", - "durationMs": 13.473518999999996 - }, - { - "name": "journal-restore", - "durationMs": 6.50671100000001 - }, - { - "name": "application-create", - "durationMs": 2.157320999999996 - } - ], - "previewRenderMs": 10.625, - "terminalImportsMs": 9.201, - "terminalMs": 0.043, - "initializeMs": 0.257, - "interactivePreparationMs": 9.502 - }, - { - "spawnMs": 19.17, - "scriptMs": 14.01, - "compileCacheMs": 0.011, - "applicationImportsMs": 56.709, - "previewImportsMs": 37.833, - "startupImportsMs": 56.709, - "applicationOpenMs": 27.432, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.967328000000009 - }, - { - "name": "storage.path-validation", - "durationMs": 1.06541 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6616839999999939 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.21468299999999374 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1383730000000014 - }, - { - "name": "storage.path-lock", - "durationMs": 2.102363000000011 - }, - { - "name": "storage.credential", - "durationMs": 2.70017 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.0741279999999875 - }, - { - "name": "storage.schema", - "durationMs": 0.02732400000000723 - }, - { - "name": "storage.content-keys", - "durationMs": 0.17754999999999654 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.33238500000000215 - }, - { - "name": "storage.projection", - "durationMs": 1.3428260000000023 - }, - { - "name": "storage.configuration", - "durationMs": 0.10736100000001159 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.5110879999999867 - }, - { - "name": "storage-open", - "durationMs": 14.899098999999993 - }, - { - "name": "journal-restore", - "durationMs": 6.349491999999998 - }, - { - "name": "application-create", - "durationMs": 2.0113430000000108 - } - ], - "previewRenderMs": 11.589, - "terminalImportsMs": 8.719, - "terminalMs": 0.042, - "initializeMs": 0.279, - "interactivePreparationMs": 9.04 - }, - { - "spawnMs": 20.114, - "scriptMs": 14.018, - "compileCacheMs": 0.012, - "applicationImportsMs": 55.347, - "previewImportsMs": 35.849, - "startupImportsMs": 55.347, - "applicationOpenMs": 30.082, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.3341099999999955 - }, - { - "name": "storage.path-validation", - "durationMs": 1.3524050000000045 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.8783710000000013 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.20972399999999425 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10937599999999748 - }, - { - "name": "storage.path-lock", - "durationMs": 2.5768780000000078 - }, - { - "name": "storage.credential", - "durationMs": 2.920805999999999 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.862902000000005 - }, - { - "name": "storage.schema", - "durationMs": 0.029408000000003653 - }, - { - "name": "storage.content-keys", - "durationMs": 0.17179899999999293 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.31994100000000003 - }, - { - "name": "storage.projection", - "durationMs": 1.3407820000000044 - }, - { - "name": "storage.configuration", - "durationMs": 0.13236099999998885 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.8629920000000055 - }, - { - "name": "storage-open", - "durationMs": 15.760936999999998 - }, - { - "name": "journal-restore", - "durationMs": 7.553263999999999 - }, - { - "name": "application-create", - "durationMs": 2.21741999999999 - } - ], - "previewRenderMs": 11.031, - "terminalImportsMs": 9.172, - "terminalMs": 0.041, - "initializeMs": 0.235, - "interactivePreparationMs": 9.449 - } - ] - }, - "details": {}, - "failureReasons": [], - "provenance": { - "seed": "10000-event-encrypted-sqlite-headless-production", - "readyMarker": "Completed Braid performance conversation (10000 committed events)", - "frameReadiness": "unique seeded final-content marker plus braid shell and no startup error", - "compileCache": "primed exact packed startup modules; one shared cache across repeat launches", - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a" - } - }, - { - "kind": "distribution", - "name": "PERF-02", - "unit": "ms", - "n": 20, - "minimum": 152.1218050000025, - "median": 168.79698400000052, - "p90": 184.84830299999157, - "p95": 198.06498500000453, - "p99": 202.07973899999342, - "maximum": 202.07973899999342, - "target": { - "metric": "process-start-to-first-visible-frame", - "percentile": "p95", - "operator": "<=", - "value": 1000 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "cold-100000-event-encrypted-sqlite", - "eventCount": 100000 - }, - "state": "cold", - "repetitions": 20, - "rawSamples": [ - 161.40822599999956, - 166.43676399999822, - 169.1728749999893, - 202.07973899999342, - 163.99194599999464, - 176.43331100000069, - 178.79999499999394, - 168.79698400000052, - 168.6977990000014, - 152.1218050000025, - 156.2261029999936, - 171.1181280000019, - 163.8811970000097, - 168.17646200000308, - 164.09262399999716, - 173.58092999999644, - 184.84830299999157, - 172.7924270000076, - 178.61925799999153, - 198.06498500000453 - ], - "command": "pnpm run test:performance [PERF-02; full]", - "passed": true, - "observations": { - "readyFrames": { - "value": 20, - "reason": "Every sample waited for the seeded useful ready frame" - }, - "invalidCells": { - "value": 0, - "reason": "All parsed frames had valid terminal cells" - }, - "startupErrors": { - "value": 0, - "reason": "No startup or encrypted-storage error appeared before readiness" - }, - "compileCacheFrames": { - "value": 20, - "reason": "Every first launch started with its own empty Node compile-cache directory" - }, - "compileCacheStatuses": [ - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED", - "ALREADY_ENABLED" - ], - "startupStages": [ - { - "spawnMs": 18.577, - "scriptMs": 15.239, - "compileCacheMs": 0.013, - "applicationImportsMs": 77.954, - "previewImportsMs": 58.545, - "startupImportsMs": 77.954, - "applicationOpenMs": 37.852, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.662337000000008 - }, - { - "name": "storage.path-validation", - "durationMs": 0.9802410000000066 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.5844320000000067 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.1787119999999902 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.09972700000000145 - }, - { - "name": "storage.path-lock", - "durationMs": 1.862710000000007 - }, - { - "name": "storage.credential", - "durationMs": 3.2951630000000023 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.931728000000007 - }, - { - "name": "storage.schema", - "durationMs": 0.0396080000000012 - }, - { - "name": "storage.content-keys", - "durationMs": 0.20617599999999925 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.38474900000001355 - }, - { - "name": "storage.projection", - "durationMs": 9.501683 - }, - { - "name": "storage.configuration", - "durationMs": 0.15477500000000077 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.347245000000001 - }, - { - "name": "storage-open", - "durationMs": 23.249243000000007 - }, - { - "name": "journal-restore", - "durationMs": 8.571860000000001 - }, - { - "name": "application-create", - "durationMs": 2.1649260000000083 - } - ], - "previewRenderMs": 11.773, - "terminalImportsMs": 15.951, - "terminalMs": 0.042, - "initializeMs": 0.244, - "interactivePreparationMs": 16.236 - }, - { - "spawnMs": 22.868, - "scriptMs": 15.503, - "compileCacheMs": 0.014, - "applicationImportsMs": 80.155, - "previewImportsMs": 59.983, - "startupImportsMs": 80.155, - "applicationOpenMs": 36.99, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.8620500000000106 - }, - { - "name": "storage.path-validation", - "durationMs": 1.065059000000005 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.7859989999999897 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.22584500000000673 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.12598800000000665 - }, - { - "name": "storage.path-lock", - "durationMs": 2.2274090000000086 - }, - { - "name": "storage.credential", - "durationMs": 3.8753459999999933 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.848343 - }, - { - "name": "storage.schema", - "durationMs": 0.028005000000007385 - }, - { - "name": "storage.content-keys", - "durationMs": 0.13344300000001397 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3453609999999969 - }, - { - "name": "storage.projection", - "durationMs": 9.100060999999997 - }, - { - "name": "storage.configuration", - "durationMs": 0.1682519999999954 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.5591019999999958 - }, - { - "name": "storage-open", - "durationMs": 23.824405999999996 - }, - { - "name": "journal-restore", - "durationMs": 7.061243999999988 - }, - { - "name": "application-create", - "durationMs": 2.0509519999999952 - } - ], - "previewRenderMs": 10.908, - "terminalImportsMs": 15.984, - "terminalMs": 0.036, - "initializeMs": 0.225, - "interactivePreparationMs": 16.245 - }, - { - "spawnMs": 18.482, - "scriptMs": 14.966, - "compileCacheMs": 0.013, - "applicationImportsMs": 85.161, - "previewImportsMs": 60.914, - "startupImportsMs": 85.161, - "applicationOpenMs": 38.89, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.232370000000003 - }, - { - "name": "storage.path-validation", - "durationMs": 1.2917049999999932 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.7673619999999914 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.2528480000000002 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1559570000000008 - }, - { - "name": "storage.path-lock", - "durationMs": 2.4986629999999934 - }, - { - "name": "storage.credential", - "durationMs": 4.634371999999999 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.193433999999996 - }, - { - "name": "storage.schema", - "durationMs": 0.032944999999998004 - }, - { - "name": "storage.content-keys", - "durationMs": 0.18382200000000637 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.32729500000000655 - }, - { - "name": "storage.projection", - "durationMs": 9.595498000000006 - }, - { - "name": "storage.configuration", - "durationMs": 0.14940500000000156 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.738927000000004 - }, - { - "name": "storage-open", - "durationMs": 25.904275000000013 - }, - { - "name": "journal-restore", - "durationMs": 6.4320749999999975 - }, - { - "name": "application-create", - "durationMs": 2.1121519999999805 - } - ], - "previewRenderMs": 11.661, - "terminalImportsMs": 17.004, - "terminalMs": 0.04, - "initializeMs": 0.242, - "interactivePreparationMs": 17.285 - }, - { - "spawnMs": 17.5, - "scriptMs": 16.317, - "compileCacheMs": 0.014, - "applicationImportsMs": 84.507, - "previewImportsMs": 55.711, - "startupImportsMs": 84.507, - "applicationOpenMs": 72.124, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 5.244444999999999 - }, - { - "name": "storage.path-validation", - "durationMs": 8.460712000000001 - }, - { - "name": "storage.lock-acquire", - "durationMs": 1.4722610000000032 - }, - { - "name": "storage.recovery-check", - "durationMs": 5.745050000000006 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.24172699999999736 - }, - { - "name": "storage.path-lock", - "durationMs": 15.949909999999988 - }, - { - "name": "storage.credential", - "durationMs": 5.620835 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.883654000000007 - }, - { - "name": "storage.schema", - "durationMs": 0.03238300000001004 - }, - { - "name": "storage.content-keys", - "durationMs": 0.15302199999999289 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.35943900000000895 - }, - { - "name": "storage.projection", - "durationMs": 12.809821 - }, - { - "name": "storage.configuration", - "durationMs": 0.17119700000000648 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 5.009622000000007 - }, - { - "name": "storage-open", - "durationMs": 47.467445 - }, - { - "name": "journal-restore", - "durationMs": 16.242856000000018 - }, - { - "name": "application-create", - "durationMs": 2.9492720000000077 - } - ], - "previewRenderMs": 11.618, - "terminalImportsMs": 19.16, - "terminalMs": 0.044, - "initializeMs": 0.303, - "interactivePreparationMs": 19.506 - }, - { - "spawnMs": 19.764, - "scriptMs": 18.873, - "compileCacheMs": 0.016, - "applicationImportsMs": 76.969, - "previewImportsMs": 57.67, - "startupImportsMs": 76.969, - "applicationOpenMs": 36.563, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.8226319999999987 - }, - { - "name": "storage.path-validation", - "durationMs": 0.9332789999999989 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6033890000000071 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.16931399999999996 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10184999999999889 - }, - { - "name": "storage.path-lock", - "durationMs": 1.8356070000000102 - }, - { - "name": "storage.credential", - "durationMs": 3.272006999999988 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.9340329999999994 - }, - { - "name": "storage.schema", - "durationMs": 0.02954800000000546 - }, - { - "name": "storage.content-keys", - "durationMs": 0.16424400000001071 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3451999999999913 - }, - { - "name": "storage.projection", - "durationMs": 8.957030000000003 - }, - { - "name": "storage.configuration", - "durationMs": 0.1322810000000061 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.890435999999994 - }, - { - "name": "storage-open", - "durationMs": 23.097634 - }, - { - "name": "journal-restore", - "durationMs": 7.127574999999993 - }, - { - "name": "application-create", - "durationMs": 2.2982089999999857 - } - ], - "previewRenderMs": 11.806, - "terminalImportsMs": 16.756, - "terminalMs": 0.044, - "initializeMs": 0.238, - "interactivePreparationMs": 17.038 - }, - { - "spawnMs": 20.273, - "scriptMs": 18.589, - "compileCacheMs": 0.016, - "applicationImportsMs": 86.574, - "previewImportsMs": 62.724, - "startupImportsMs": 86.574, - "applicationOpenMs": 39.633, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.187992999999992 - }, - { - "name": "storage.path-validation", - "durationMs": 1.2918560000000099 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.7945059999999984 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.20307999999999993 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1292750000000069 - }, - { - "name": "storage.path-lock", - "durationMs": 2.442563000000007 - }, - { - "name": "storage.credential", - "durationMs": 3.9813450000000046 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.000303000000002 - }, - { - "name": "storage.schema", - "durationMs": 0.031412000000003104 - }, - { - "name": "storage.content-keys", - "durationMs": 0.13601800000000708 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3897280000000052 - }, - { - "name": "storage.projection", - "durationMs": 9.474488999999991 - }, - { - "name": "storage.configuration", - "durationMs": 0.1781610000000171 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.805067000000008 - }, - { - "name": "storage-open", - "durationMs": 24.982968999999983 - }, - { - "name": "journal-restore", - "durationMs": 7.963882999999981 - }, - { - "name": "application-create", - "durationMs": 2.2978580000000193 - } - ], - "previewRenderMs": 11.349, - "terminalImportsMs": 17.266, - "terminalMs": 0.045, - "initializeMs": 0.258, - "interactivePreparationMs": 17.569 - }, - { - "spawnMs": 19.853, - "scriptMs": 14.865, - "compileCacheMs": 0.014, - "applicationImportsMs": 79.424, - "previewImportsMs": 59.751, - "startupImportsMs": 79.424, - "applicationOpenMs": 47.965, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.665112999999991 - }, - { - "name": "storage.path-validation", - "durationMs": 1.2386410000000012 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.7371729999999985 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.1945429999999959 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.11017699999999309 - }, - { - "name": "storage.path-lock", - "durationMs": 2.301726000000002 - }, - { - "name": "storage.credential", - "durationMs": 3.4319729999999993 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.766953000000001 - }, - { - "name": "storage.schema", - "durationMs": 0.03607100000000685 - }, - { - "name": "storage.content-keys", - "durationMs": 0.1885910000000024 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.357884999999996 - }, - { - "name": "storage.projection", - "durationMs": 11.968294 - }, - { - "name": "storage.configuration", - "durationMs": 0.14503499999999292 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 7.336687000000012 - }, - { - "name": "storage-open", - "durationMs": 31.106595 - }, - { - "name": "journal-restore", - "durationMs": 9.377688000000006 - }, - { - "name": "application-create", - "durationMs": 2.6131300000000124 - } - ], - "previewRenderMs": 16.679, - "terminalImportsMs": 21.288, - "terminalMs": 0.045, - "initializeMs": 0.405, - "interactivePreparationMs": 21.739 - }, - { - "spawnMs": 18.976, - "scriptMs": 14.757, - "compileCacheMs": 0.014, - "applicationImportsMs": 85.158, - "previewImportsMs": 62.684, - "startupImportsMs": 85.158, - "applicationOpenMs": 37.602, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.788384999999991 - }, - { - "name": "storage.path-validation", - "durationMs": 1.1394949999999966 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.7220429999999993 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.24706699999998705 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.11274199999999723 - }, - { - "name": "storage.path-lock", - "durationMs": 2.2483299999999957 - }, - { - "name": "storage.credential", - "durationMs": 3.526929999999993 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.50856499999999 - }, - { - "name": "storage.schema", - "durationMs": 0.030550000000005184 - }, - { - "name": "storage.content-keys", - "durationMs": 0.12905399999999645 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.34995999999999583 - }, - { - "name": "storage.projection", - "durationMs": 9.504998999999998 - }, - { - "name": "storage.configuration", - "durationMs": 0.14082799999999907 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.8228420000000085 - }, - { - "name": "storage-open", - "durationMs": 24.80664200000001 - }, - { - "name": "journal-restore", - "durationMs": 6.717236000000014 - }, - { - "name": "application-create", - "durationMs": 2.1021120000000053 - } - ], - "previewRenderMs": 12.29, - "terminalImportsMs": 17.615, - "terminalMs": 0.044, - "initializeMs": 0.279, - "interactivePreparationMs": 17.938 - }, - { - "spawnMs": 23.985, - "scriptMs": 15.764, - "compileCacheMs": 0.011, - "applicationImportsMs": 79.075, - "previewImportsMs": 57.743, - "startupImportsMs": 79.075, - "applicationOpenMs": 38.318, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.823434000000006 - }, - { - "name": "storage.path-validation", - "durationMs": 1.0163030000000077 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6818329999999975 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.22652599999999268 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.12369400000000041 - }, - { - "name": "storage.path-lock", - "durationMs": 2.073436000000001 - }, - { - "name": "storage.credential", - "durationMs": 4.495277999999999 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.038178000000002 - }, - { - "name": "storage.schema", - "durationMs": 0.032173999999997704 - }, - { - "name": "storage.content-keys", - "durationMs": 0.13712999999999909 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3658010000000047 - }, - { - "name": "storage.projection", - "durationMs": 9.534297999999993 - }, - { - "name": "storage.configuration", - "durationMs": 0.15015599999999552 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.6722859999999997 - }, - { - "name": "storage-open", - "durationMs": 25.052606999999995 - }, - { - "name": "journal-restore", - "durationMs": 6.9245149999999995 - }, - { - "name": "application-create", - "durationMs": 2.323999000000015 - } - ], - "previewRenderMs": 11.544, - "terminalImportsMs": 16.036, - "terminalMs": 0.04, - "initializeMs": 0.25, - "interactivePreparationMs": 16.327 - }, - { - "spawnMs": 19.178, - "scriptMs": 13.835, - "compileCacheMs": 0.01, - "applicationImportsMs": 72.094, - "previewImportsMs": 54.008, - "startupImportsMs": 72.094, - "applicationOpenMs": 35.552, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.490228000000002 - }, - { - "name": "storage.path-validation", - "durationMs": 0.8754950000000008 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.4957169999999991 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.19439300000000515 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10249199999999803 - }, - { - "name": "storage.path-lock", - "durationMs": 1.6879360000000077 - }, - { - "name": "storage.credential", - "durationMs": 4.233983000000009 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.818854999999999 - }, - { - "name": "storage.schema", - "durationMs": 0.029228000000003362 - }, - { - "name": "storage.content-keys", - "durationMs": 0.1332919999999973 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.33657300000000134 - }, - { - "name": "storage.projection", - "durationMs": 8.971488000000008 - }, - { - "name": "storage.configuration", - "durationMs": 0.1322499999999991 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.6447820000000064 - }, - { - "name": "storage-open", - "durationMs": 23.488002999999992 - }, - { - "name": "journal-restore", - "durationMs": 6.377837999999997 - }, - { - "name": "application-create", - "durationMs": 2.0183569999999946 - } - ], - "previewRenderMs": 11.451, - "terminalImportsMs": 17.999, - "terminalMs": 0.043, - "initializeMs": 0.25, - "interactivePreparationMs": 18.292 - }, - { - "spawnMs": 20.352, - "scriptMs": 15.602, - "compileCacheMs": 0.013, - "applicationImportsMs": 73.355, - "previewImportsMs": 52.651, - "startupImportsMs": 73.355, - "applicationOpenMs": 35.812, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.85596799999999 - }, - { - "name": "storage.path-validation", - "durationMs": 1.1873599999999982 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6615340000000032 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.1810870000000051 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10209099999998728 - }, - { - "name": "storage.path-lock", - "durationMs": 2.1530330000000077 - }, - { - "name": "storage.credential", - "durationMs": 3.3078880000000055 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.851078999999999 - }, - { - "name": "storage.schema", - "durationMs": 0.027513999999996486 - }, - { - "name": "storage.content-keys", - "durationMs": 0.16305099999999584 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3087379999999911 - }, - { - "name": "storage.projection", - "durationMs": 9.004492999999997 - }, - { - "name": "storage.configuration", - "durationMs": 0.1405069999999995 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.5170900000000103 - }, - { - "name": "storage-open", - "durationMs": 22.99005100000001 - }, - { - "name": "journal-restore", - "durationMs": 6.685634000000007 - }, - { - "name": "application-create", - "durationMs": 2.0853189999999984 - } - ], - "previewRenderMs": 11.091, - "terminalImportsMs": 17.444, - "terminalMs": 0.043, - "initializeMs": 0.26, - "interactivePreparationMs": 17.748 - }, - { - "spawnMs": 20.877, - "scriptMs": 20.888, - "compileCacheMs": 0.014, - "applicationImportsMs": 74.32, - "previewImportsMs": 54.198, - "startupImportsMs": 74.32, - "applicationOpenMs": 44.103, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.048849000000004 - }, - { - "name": "storage.path-validation", - "durationMs": 3.7536759999999987 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6902999999999935 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.192419000000001 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.11215099999999723 - }, - { - "name": "storage.path-lock", - "durationMs": 4.769347999999994 - }, - { - "name": "storage.credential", - "durationMs": 3.973389999999995 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.845398000000003 - }, - { - "name": "storage.schema", - "durationMs": 0.03187300000000448 - }, - { - "name": "storage.content-keys", - "durationMs": 0.13331200000000365 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3147599999999926 - }, - { - "name": "storage.projection", - "durationMs": 9.849457999999998 - }, - { - "name": "storage.configuration", - "durationMs": 0.5100450000000052 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 4.0704709999999835 - }, - { - "name": "storage-open", - "durationMs": 29.112206000000015 - }, - { - "name": "journal-restore", - "durationMs": 8.40790800000002 - }, - { - "name": "application-create", - "durationMs": 2.3346909999999923 - } - ], - "previewRenderMs": 10.916, - "terminalImportsMs": 16.527, - "terminalMs": 0.043, - "initializeMs": 0.262, - "interactivePreparationMs": 16.832 - }, - { - "spawnMs": 19.265, - "scriptMs": 15.989, - "compileCacheMs": 0.012, - "applicationImportsMs": 79.503, - "previewImportsMs": 59.067, - "startupImportsMs": 79.503, - "applicationOpenMs": 36.607, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.6844899999999967 - }, - { - "name": "storage.path-validation", - "durationMs": 0.9953920000000096 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.5630389999999892 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.18944299999999714 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1011490000000066 - }, - { - "name": "storage.path-lock", - "durationMs": 1.8703959999999995 - }, - { - "name": "storage.credential", - "durationMs": 3.0453910000000093 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.779397000000003 - }, - { - "name": "storage.schema", - "durationMs": 0.028926999999995928 - }, - { - "name": "storage.content-keys", - "durationMs": 0.1697640000000007 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.30898900000001106 - }, - { - "name": "storage.projection", - "durationMs": 9.709471999999991 - }, - { - "name": "storage.configuration", - "durationMs": 0.14882300000000726 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.5243139999999897 - }, - { - "name": "storage-open", - "durationMs": 23.087943999999993 - }, - { - "name": "journal-restore", - "durationMs": 7.115592000000007 - }, - { - "name": "application-create", - "durationMs": 2.504965999999996 - } - ], - "previewRenderMs": 12.505, - "terminalImportsMs": 18.358, - "terminalMs": 0.063, - "initializeMs": 0.364, - "interactivePreparationMs": 18.786 - }, - { - "spawnMs": 19.51, - "scriptMs": 16.555, - "compileCacheMs": 0.018, - "applicationImportsMs": 83.218, - "previewImportsMs": 57.652, - "startupImportsMs": 83.218, - "applicationOpenMs": 36.654, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.8017109999999974 - }, - { - "name": "storage.path-validation", - "durationMs": 0.9290400000000005 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6012350000000026 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.2159860000000009 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10855399999999804 - }, - { - "name": "storage.path-lock", - "durationMs": 1.875786000000005 - }, - { - "name": "storage.credential", - "durationMs": 3.3741880000000037 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.900205999999997 - }, - { - "name": "storage.schema", - "durationMs": 0.029368000000005168 - }, - { - "name": "storage.content-keys", - "durationMs": 0.17353199999999447 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3294690000000031 - }, - { - "name": "storage.projection", - "durationMs": 9.150259999999989 - }, - { - "name": "storage.configuration", - "durationMs": 0.14804200000000378 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.826018000000005 - }, - { - "name": "storage-open", - "durationMs": 23.339630999999997 - }, - { - "name": "journal-restore", - "durationMs": 7.2275319999999965 - }, - { - "name": "application-create", - "durationMs": 2.095438999999999 - } - ], - "previewRenderMs": 12.222, - "terminalImportsMs": 21.41, - "terminalMs": 0.056, - "initializeMs": 0.282, - "interactivePreparationMs": 21.749 - }, - { - "spawnMs": 21.218, - "scriptMs": 16.26, - "compileCacheMs": 0.01, - "applicationImportsMs": 78.916, - "previewImportsMs": 57.978, - "startupImportsMs": 78.916, - "applicationOpenMs": 36.612, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.7833750000000066 - }, - { - "name": "storage.path-validation", - "durationMs": 0.8992719999999963 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.5946420000000074 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.17375200000000746 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.09716099999999983 - }, - { - "name": "storage.path-lock", - "durationMs": 1.7847770000000054 - }, - { - "name": "storage.credential", - "durationMs": 3.55471399999999 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.015563 - }, - { - "name": "storage.schema", - "durationMs": 0.029458000000005313 - }, - { - "name": "storage.content-keys", - "durationMs": 0.16427399999999182 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3249500000000012 - }, - { - "name": "storage.projection", - "durationMs": 9.559536999999992 - }, - { - "name": "storage.configuration", - "durationMs": 0.15014600000000655 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.765910000000005 - }, - { - "name": "storage-open", - "durationMs": 23.926626999999996 - }, - { - "name": "journal-restore", - "durationMs": 6.657369000000017 - }, - { - "name": "application-create", - "durationMs": 2.0441879999999912 - } - ], - "previewRenderMs": 11.076, - "terminalImportsMs": 17.886, - "terminalMs": 0.043, - "initializeMs": 0.256, - "interactivePreparationMs": 18.185 - }, - { - "spawnMs": 20.754, - "scriptMs": 16.323, - "compileCacheMs": 0.023, - "applicationImportsMs": 85.604, - "previewImportsMs": 64.397, - "startupImportsMs": 85.604, - "applicationOpenMs": 39.509, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 3.8764990000000097 - }, - { - "name": "storage.path-validation", - "durationMs": 1.102852999999996 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6290699999999987 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.1804249999999996 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.10187000000000523 - }, - { - "name": "storage.path-lock", - "durationMs": 2.034739000000002 - }, - { - "name": "storage.credential", - "durationMs": 3.138453999999996 - }, - { - "name": "storage.cipher-open", - "durationMs": 4.913422000000011 - }, - { - "name": "storage.schema", - "durationMs": 0.0352800000000002 - }, - { - "name": "storage.content-keys", - "durationMs": 0.19768999999999437 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.37684300000000803 - }, - { - "name": "storage.projection", - "durationMs": 10.128679000000005 - }, - { - "name": "storage.configuration", - "durationMs": 0.1565480000000008 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.5205860000000087 - }, - { - "name": "storage-open", - "durationMs": 24.048647000000003 - }, - { - "name": "journal-restore", - "durationMs": 9.089590999999984 - }, - { - "name": "application-create", - "durationMs": 2.2943109999999933 - } - ], - "previewRenderMs": 11.368, - "terminalImportsMs": 18.792, - "terminalMs": 0.049, - "initializeMs": 0.286, - "interactivePreparationMs": 19.127 - }, - { - "spawnMs": 23.972, - "scriptMs": 17.701, - "compileCacheMs": 0.015, - "applicationImportsMs": 88.941, - "previewImportsMs": 65.2, - "startupImportsMs": 88.941, - "applicationOpenMs": 41.817, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.1249679999999955 - }, - { - "name": "storage.path-validation", - "durationMs": 2.988698999999997 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.7847360000000094 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.243189000000001 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.14431399999999428 - }, - { - "name": "storage.path-lock", - "durationMs": 4.190686999999997 - }, - { - "name": "storage.credential", - "durationMs": 3.960564000000005 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.309822999999994 - }, - { - "name": "storage.schema", - "durationMs": 0.03041000000000338 - }, - { - "name": "storage.content-keys", - "durationMs": 0.13375299999999868 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.37648199999999576 - }, - { - "name": "storage.projection", - "durationMs": 9.778558000000004 - }, - { - "name": "storage.configuration", - "durationMs": 0.15761000000000536 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.7622929999999997 - }, - { - "name": "storage-open", - "durationMs": 27.264896000000007 - }, - { - "name": "journal-restore", - "durationMs": 7.72099399999999 - }, - { - "name": "application-create", - "durationMs": 2.4784539999999993 - } - ], - "previewRenderMs": 12.403, - "terminalImportsMs": 20.143, - "terminalMs": 0.051, - "initializeMs": 0.335, - "interactivePreparationMs": 20.529 - }, - { - "spawnMs": 19.932, - "scriptMs": 16.841, - "compileCacheMs": 0.014, - "applicationImportsMs": 87.139, - "previewImportsMs": 59.753, - "startupImportsMs": 87.139, - "applicationOpenMs": 37.457, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.130418999999989 - }, - { - "name": "storage.path-validation", - "durationMs": 1.0963910000000112 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6343600000000009 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.18703800000000115 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.11757200000000978 - }, - { - "name": "storage.path-lock", - "durationMs": 2.056953000000007 - }, - { - "name": "storage.credential", - "durationMs": 3.613510000000005 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.096823999999998 - }, - { - "name": "storage.schema", - "durationMs": 0.032944999999998004 - }, - { - "name": "storage.content-keys", - "durationMs": 0.1794140000000084 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3219739999999973 - }, - { - "name": "storage.projection", - "durationMs": 9.653762 - }, - { - "name": "storage.configuration", - "durationMs": 0.11734100000001035 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.4219830000000115 - }, - { - "name": "storage-open", - "durationMs": 24.044319 - }, - { - "name": "journal-restore", - "durationMs": 6.84063900000001 - }, - { - "name": "application-create", - "durationMs": 2.198270999999977 - } - ], - "previewRenderMs": 11.409, - "terminalImportsMs": 18.876, - "terminalMs": 0.048, - "initializeMs": 0.284, - "interactivePreparationMs": 19.209 - }, - { - "spawnMs": 20.43, - "scriptMs": 16.909, - "compileCacheMs": 0.018, - "applicationImportsMs": 88.425, - "previewImportsMs": 66.36, - "startupImportsMs": 88.425, - "applicationOpenMs": 40.859, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 4.363517999999999 - }, - { - "name": "storage.path-validation", - "durationMs": 1.0414320000000004 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.6690179999999941 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.20767899999999884 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1045960000000008 - }, - { - "name": "storage.path-lock", - "durationMs": 2.0447690000000023 - }, - { - "name": "storage.credential", - "durationMs": 4.243081000000004 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.007096000000004 - }, - { - "name": "storage.schema", - "durationMs": 0.030319000000005758 - }, - { - "name": "storage.content-keys", - "durationMs": 0.13340300000000127 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3688969999999898 - }, - { - "name": "storage.projection", - "durationMs": 9.875780000000006 - }, - { - "name": "storage.configuration", - "durationMs": 0.15355299999998806 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.5880800000000193 - }, - { - "name": "storage-open", - "durationMs": 25.016686000000007 - }, - { - "name": "journal-restore", - "durationMs": 8.113938999999988 - }, - { - "name": "application-create", - "durationMs": 3.1070720000000165 - } - ], - "previewRenderMs": 11.978, - "terminalImportsMs": 23.804, - "terminalMs": 0.045, - "initializeMs": 0.28, - "interactivePreparationMs": 24.129 - }, - { - "spawnMs": 23.476, - "scriptMs": 18.953, - "compileCacheMs": 0.017, - "applicationImportsMs": 97.016, - "previewImportsMs": 66.031, - "startupImportsMs": 97.016, - "applicationOpenMs": 46.75, - "applicationStages": [ - { - "name": "production-composition", - "durationMs": 5.548272999999995 - }, - { - "name": "storage.path-validation", - "durationMs": 3.17103800000001 - }, - { - "name": "storage.lock-acquire", - "durationMs": 0.8567180000000008 - }, - { - "name": "storage.recovery-check", - "durationMs": 0.24246800000000235 - }, - { - "name": "storage.initialization-marker", - "durationMs": 0.1250869999999935 - }, - { - "name": "storage.path-lock", - "durationMs": 4.425470000000004 - }, - { - "name": "storage.credential", - "durationMs": 4.455299000000011 - }, - { - "name": "storage.cipher-open", - "durationMs": 5.907551000000012 - }, - { - "name": "storage.schema", - "durationMs": 0.03623099999998658 - }, - { - "name": "storage.content-keys", - "durationMs": 0.19429299999998761 - }, - { - "name": "storage.snapshot-maintenance", - "durationMs": 0.3649090000000115 - }, - { - "name": "storage.projection", - "durationMs": 10.780132000000009 - }, - { - "name": "storage.configuration", - "durationMs": 0.19144699999998238 - }, - { - "name": "storage.artifact-permissions", - "durationMs": 2.9385999999999797 - }, - { - "name": "storage-open", - "durationMs": 29.953272999999996 - }, - { - "name": "journal-restore", - "durationMs": 8.479799000000014 - }, - { - "name": "application-create", - "durationMs": 2.4816999999999894 - } - ], - "previewRenderMs": 11.854, - "terminalImportsMs": 17.495, - "terminalMs": 0.048, - "initializeMs": 0.326, - "interactivePreparationMs": 17.869 - } - ] - }, - "details": {}, - "failureReasons": [], - "provenance": { - "seed": "100000-event-encrypted-sqlite-headless-production", - "readyMarker": "Completed Braid performance conversation (100000 committed events)", - "frameReadiness": "unique seeded final-content marker plus braid shell and no startup error", - "compileCache": "fresh empty directory for every launch; no compiled startup modules reused", - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a" - } - }, - { - "kind": "distribution", - "name": "PERF-03", - "unit": "ms", - "n": 1000, - "minimum": 1.572889999995823, - "median": 3.8978009999991627, - "p90": 4.429468000002089, - "p95": 4.630062999989605, - "p99": 5.886098999995738, - "maximum": 67.48604000000341, - "target": { - "metric": "idle-key-to-updated-frame", - "percentile": "p95", - "operator": "<=", - "value": 50 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "warm-10000-event-encrypted-sqlite", - "eventCount": 10000 - }, - "state": "warm", - "repetitions": 1000, - "rawSamples": [ - 8.840530000001309, - 5.886098999995738, - 5.7980349999998, - 4.192371000011917, - 4.274634000001242, - 4.726492999994662, - 3.84326300000248, - 4.7473749999917345, - 4.739028000010876, - 3.895766999994521, - 4.844767000002321, - 4.204505000001518, - 4.245735999997123, - 4.817904000010458, - 4.061974000011105, - 3.8840630000049714, - 4.404378999999608, - 4.810939999995753, - 4.349701000013738, - 4.455138999997871, - 2.2694219999975758, - 4.649751999997534, - 4.526047999999719, - 4.146099999998114, - 3.857109999997192, - 5.136921999990591, - 3.8342649999976857, - 4.747465000007651, - 4.592017999995733, - 3.3769240000110585, - 4.08441799999855, - 3.8981210000056308, - 4.347225999998045, - 4.630062999989605, - 5.629112000009627, - 2.0350600000092527, - 2.996343999999226, - 4.1461899999994785, - 2.9483890000119573, - 4.6362649999937275, - 4.2288620000035735, - 4.533412999997381, - 4.800359000000753, - 4.6395530000008876, - 4.027456000010716, - 5.1840550000051735, - 4.593250999998418, - 4.5642339999903925, - 3.387445000000298, - 4.274403000003076, - 4.129768000013428, - 4.426321999999345, - 4.831380999996327, - 4.6007360000076005, - 4.165538000001106, - 3.7598290000023553, - 4.34250699999393, - 4.210908000008203, - 4.6986590000014985, - 4.376252999994904, - 4.493795000002137, - 4.349861999988207, - 4.211097999999765, - 2.149455000006128, - 3.0009529999952065, - 4.090972000005422, - 4.394239000001107, - 4.055120999997598, - 4.799396999995224, - 4.345373000003747, - 1.9892490000056569, - 2.280454000007012, - 1.881015999999363, - 3.9603940000088187, - 4.2305860000051325, - 4.153885000006994, - 3.891378000000259, - 3.767132999986643, - 4.079217999998946, - 2.881708000000799, - 3.8342849999899045, - 4.4939159999921685, - 4.157622000013362, - 3.939011999987997, - 2.9033009999984642, - 4.149325999998837, - 2.7975319999968633, - 3.7903890000015963, - 2.7519330000068294, - 4.438275000007707, - 4.753847999993013, - 4.480699000007007, - 3.9974269999947865, - 2.9385310000070604, - 3.8044369999988703, - 2.883291999998619, - 3.94921200000681, - 1.713856999995187, - 4.006034000005457, - 3.8241259999922477, - 3.7072250000055647, - 2.8042759999952978, - 3.839756999994279, - 3.7411619999911636, - 2.7627039999933913, - 3.9216680000099586, - 4.1658190000016475, - 67.48604000000341, - 4.585586000001058, - 3.877390000008745, - 1.8369300000049407, - 3.91728900000453, - 4.044880999994348, - 2.7835940000077244, - 2.699309000003268, - 4.060731999998097, - 4.123414999994566, - 1.891778000004706, - 2.043937000009464, - 3.768966999996337, - 2.6977659999975003, - 4.104737999994541, - 2.7117940000025555, - 4.232118999992963, - 3.994371000007959, - 2.7194580000068527, - 4.47388599999249, - 4.284041000006255, - 3.777673999997205, - 3.957157000011648, - 3.9419079999934183, - 2.8203670000075363, - 3.926988999999594, - 4.390883000000031, - 3.9473180000059074, - 4.060931999993045, - 4.175407000002451, - 4.1742750000121305, - 4.045913000009023, - 5.264632999998867, - 3.8171819999988656, - 4.116872999991756, - 1.8490339999989374, - 3.87174899999809, - 4.245244999998249, - 2.8862670000089565, - 4.081531999996514, - 4.031434000004083, - 4.231177999987267, - 3.9904629999946337, - 4.172481000001426, - 4.423375999991549, - 4.192651999997906, - 4.1888140000082785, - 3.104347999993479, - 4.432563999987906, - 3.9743109999981243, - 3.002565999995568, - 3.9351539999915985, - 4.18306300000404, - 4.379860000000917, - 2.1548660000116797, - 4.550115999998525, - 3.6583490000048187, - 4.609202000006917, - 4.557170000000042, - 4.392614999989746, - 3.8855559999938123, - 5.903061000004527, - 4.24955300000147, - 4.009831999996095, - 4.043647999991663, - 3.998910000009346, - 4.080410000009579, - 3.9745309999998426, - 3.032655999995768, - 3.972336999999243, - 4.453395000004093, - 2.9167670000024373, - 4.149705999996513, - 3.636366000006092, - 3.8769390000088606, - 5.734660000001895, - 4.691794999991544, - 4.4488169999967795, - 4.189184999995632, - 2.094347000005655, - 4.189915999988443, - 4.535456999990856, - 4.03802700000233, - 4.268400999993901, - 3.759207000010065, - 4.172030000001541, - 4.199195000008331, - 4.318939999997383, - 2.1337640000128886, - 4.677696999991895, - 5.612780000010389, - 4.427072999998927, - 2.010240999996313, - 4.563962999993237, - 4.5409380000055535, - 3.0044809999963036, - 3.9670770000084303, - 4.282598000005237, - 5.437565000000177, - 4.407084999998915, - 3.0138389999920037, - 4.028377999988152, - 4.2936399999889545, - 4.041914999994333, - 4.369900999998208, - 2.1661280000116676, - 3.903401000003214, - 2.7235660000005737, - 3.676354999988689, - 4.508644000001368, - 2.0941170000005513, - 4.447795000000042, - 4.150477999995928, - 4.309201000010944, - 2.6702820000064094, - 4.516861000010977, - 3.88311199999589, - 3.0373749999998836, - 4.006234000000404, - 4.152751999994507, - 3.900755999988178, - 2.8077030000131344, - 4.041324000005261, - 3.897289999993518, - 3.762975000005099, - 2.7542170000087935, - 1.572889999995823, - 1.6356330000126036, - 3.7579249999980675, - 3.6419460000033723, - 3.6726070000004256, - 2.66559300001245, - 2.6979759999958333, - 2.854303999993135, - 3.7786859999905573, - 2.728285999997752, - 4.261106000005384, - 3.780989999999292, - 2.1214599999948405, - 3.9506039999978384, - 3.822302000000491, - 4.018018000002485, - 2.855286000005435, - 4.293950999999652, - 4.3075279999902705, - 1.8457469999993918, - 3.80274400000053, - 4.514635999992606, - 4.969261999998707, - 3.8191549999901326, - 3.9639310000056867, - 4.385752000001958, - 2.8998239999928046, - 4.021204000004218, - 4.424658999996609, - 1.9107850000000326, - 5.256438000011258, - 4.463566000005812, - 3.9324690000066767, - 2.111090000005788, - 5.03826799998933, - 4.221078000002308, - 3.3797299999860115, - 4.287297999995644, - 4.110209000005852, - 3.5654749999957858, - 3.8323919999966165, - 4.2306359999929555, - 3.997017000001506, - 4.182201000003261, - 4.325683999995817, - 2.029710000002524, - 3.9579289999965113, - 4.040080999999191, - 2.797160999994958, - 4.44978799999808, - 3.9559949999966193, - 4.250304999994114, - 3.976485999999568, - 3.3290200000046752, - 4.486170000003767, - 4.281245999998646, - 4.565235999994911, - 4.0874539999931585, - 2.870045999996364, - 3.4699380000092788, - 3.884513999990304, - 4.426712000000407, - 3.896738000010373, - 4.371794999999111, - 3.8410389999917243, - 2.8055380000005243, - 4.077042999997502, - 3.8913080000056652, - 4.059368999995058, - 2.8381030000018654, - 2.0658609999954933, - 1.9310850000038045, - 3.825559000004432, - 4.051762999995844, - 4.37786700000288, - 4.474176000003354, - 2.184835000007297, - 3.657327000008081, - 4.389931000012439, - 4.21655899999314, - 4.301335000011022, - 4.21835199999623, - 3.3650009999983013, - 4.322417000003043, - 3.9532990000006976, - 4.30378099999507, - 6.492203000001609, - 2.963149000002886, - 3.8809570000012172, - 2.8606759999966016, - 4.613852000009501, - 3.040842000002158, - 4.205466999992495, - 2.00067300000228, - 3.9999919999972917, - 2.3025780000025406, - 2.9405340000084834, - 3.94245800000499, - 4.025972999996156, - 4.1052389999968, - 4.139006000012159, - 2.772283000012976, - 4.235776999994414, - 3.3804010000021663, - 4.193113000001176, - 2.0925329999881797, - 2.9005360000010114, - 3.8802359999972396, - 2.850406000012299, - 3.8839029999944614, - 2.848513000004459, - 4.392284999994445, - 1.7944560000032652, - 3.7504300000000512, - 2.7518419999978505, - 2.7556599999952596, - 3.699248999997508, - 3.700211000003037, - 2.963900000002468, - 4.2982389999961015, - 4.017596000005142, - 3.5707359999942128, - 3.8484429999953136, - 1.772131999998237, - 4.171740000005229, - 3.8397259999910602, - 4.0938269999896875, - 3.943359999990207, - 2.9351039999892237, - 3.9950319999916246, - 1.8028330000088317, - 2.7553699999989476, - 3.9253549999993993, - 2.8631120000063675, - 4.620234000001801, - 2.7190580000024056, - 3.734258000011323, - 2.723545999993803, - 3.7834549999970477, - 2.621425999997882, - 1.652276000007987, - 3.683136999999988, - 3.8525819999922533, - 4.132692999992287, - 4.029049000004306, - 4.0793180000036955, - 4.25039500001003, - 4.093196000001626, - 2.6993690000090282, - 2.2529490000015358, - 3.8487540000060108, - 2.7686850000027334, - 3.9630190000025323, - 2.744308000008459, - 1.7153399999951944, - 3.776321999990614, - 3.6575169999996433, - 2.742314000002807, - 1.7448679999943124, - 3.8623809999990044, - 2.806760999999824, - 3.8039560000033816, - 2.818544000008842, - 1.7482649999874411, - 3.972597999993013, - 1.8256770000007236, - 4.454418000008445, - 3.748896999997669, - 2.8615979999885894, - 2.0505100000009406, - 2.9921549999999115, - 3.865466999995988, - 3.031803999998374, - 3.922558999998728, - 2.7886449999932665, - 3.7927329999947688, - 2.907448999991175, - 3.7841669999907026, - 2.0258319999993546, - 4.034268999996129, - 3.9148540000023786, - 2.944732000003569, - 3.740110000013374, - 2.793724999995902, - 1.6954709999990882, - 1.930904000008013, - 3.7048110000032466, - 2.7138169999961974, - 2.712355000010575, - 3.794848000005004, - 2.6887989999959245, - 2.7492569999885745, - 3.8922400000010384, - 2.672457000007853, - 1.6050729999988107, - 3.8921600000030594, - 3.7781550000072457, - 2.819575999994413, - 3.788696000003256, - 2.760739999997895, - 1.7164619999966817, - 4.2749539999931585, - 1.7865299999975832, - 3.6965439999912633, - 2.659520999994129, - 3.9826580000080867, - 2.8253269999986514, - 3.319331000006059, - 3.7645679999986896, - 2.787202999999863, - 3.8110600000072736, - 5.021133999995072, - 2.8949740000098245, - 3.855116000006092, - 3.935826000000816, - 1.8129819999885513, - 3.770319000002928, - 6.06376900000032, - 3.7872929999866756, - 4.2112489999999525, - 3.7912000000069384, - 2.0606100000004517, - 3.8978009999991627, - 4.288319999992382, - 4.303350000001956, - 3.808835000003455, - 2.0141289999883156, - 3.8829010000044946, - 2.652035999999498, - 2.7808490000024904, - 1.7506189999985509, - 3.6662349999969592, - 2.8640639999939594, - 4.014850999999908, - 2.6516450000053737, - 1.8244449999911012, - 3.731673000002047, - 2.697927000001073, - 3.7973330000095302, - 2.9823969999997644, - 4.0925850000057835, - 4.090089000004809, - 2.673196999996435, - 2.7115630000043893, - 3.8302869999897666, - 2.6754110000038054, - 3.7873430000036024, - 3.7271839999884833, - 2.7485259999957634, - 4.262850000013714, - 3.7780239999992773, - 2.7270040000003064, - 2.6599419999984093, - 1.7787349999998696, - 3.730641000001924, - 4.329610999993747, - 2.310952999992878, - 2.1035249999986263, - 3.397043000004487, - 3.1036159999930533, - 3.8210200000030454, - 4.029420000006212, - 2.9770660000067437, - 3.721743999994942, - 2.9468570000026375, - 4.392435000001569, - 2.7392169999948237, - 3.378767999995034, - 3.7234670000034384, - 3.9625989999913145, - 4.6953320000029635, - 4.122153000003891, - 4.122011999992537, - 3.9410659999994095, - 2.7483550000033574, - 3.9763660000025993, - 1.958981000003405, - 3.048817999995663, - 3.3282279999984894, - 4.117994000000181, - 3.9341719999938505, - 4.497472000002745, - 2.1859069999918574, - 4.437995000000228, - 2.7442269999883138, - 4.389961000008043, - 3.9438910000026226, - 2.3453219999937573, - 2.7044690000038827, - 2.8268909999897005, - 3.8782519999949727, - 1.810698000001139, - 4.0447799999965355, - 4.440910999997868, - 2.1200779999926453, - 3.824345999993966, - 4.139586999997846, - 4.124307000005501, - 1.7725229999923613, - 3.8565289999969536, - 1.8655559999897378, - 4.223170999990543, - 3.030962000004365, - 3.9273189999948954, - 4.372054999999818, - 3.9544820000010077, - 4.409539000000223, - 3.5675999999948544, - 3.6588690000062343, - 4.701623999993899, - 4.28778900000907, - 3.335581999999704, - 3.0051620000012917, - 3.6177889999962645, - 4.510657999999239, - 4.5986919999995735, - 4.141631000005873, - 4.796862000002875, - 2.7813609999866458, - 4.134918000010657, - 4.202621000004001, - 4.091182000003755, - 3.3479070000030333, - 3.0269739999930607, - 2.8260989999980666, - 3.7988659999973606, - 4.394981000004918, - 2.231327000001329, - 2.0880750000069384, - 4.076142000005348, - 4.051984000005177, - 2.7464420000032987, - 4.262589000005391, - 3.9855740000057267, - 2.768625999990036, - 1.7532250000076601, - 3.732305000012275, - 4.00895999999193, - 3.096251000009943, - 4.08196300000418, - 3.965803999992204, - 4.124156000005314, - 2.831530000010389, - 4.016855000008945, - 2.7829039999924134, - 1.9334499999968102, - 3.9552240000048187, - 4.119607000000542, - 5.612719999990077, - 2.957017000007909, - 4.090549999993527, - 3.989841999995406, - 1.6873449999984587, - 3.817591999992146, - 2.8518800000019837, - 3.9437009999965085, - 2.764817999996012, - 4.296296000000439, - 3.935164000009536, - 1.99355800000194, - 3.298248999999487, - 2.034629000001587, - 4.191890000001877, - 3.8207990000082646, - 2.7078760000003967, - 4.371855000004871, - 4.489115000003949, - 2.1859779999940656, - 4.19631900000968, - 3.077363999997033, - 4.512902000002214, - 3.5376910000049975, - 2.748705999998492, - 4.017677000010735, - 2.8131739999953425, - 3.7555500000016764, - 4.146229999998468, - 3.836771000002045, - 2.0989060000138124, - 3.9238919999916106, - 3.9668169999931706, - 5.980123000001186, - 1.9923060000000987, - 4.0153319999953965, - 4.073807000007946, - 3.840586999998777, - 2.840517999997246, - 4.00958100000571, - 1.9489809999940917, - 3.0115440000081435, - 4.024850999994669, - 3.8845650000002934, - 4.140459000002011, - 1.8395349999918835, - 3.961005999997724, - 3.932038000013563, - 4.024338999995962, - 2.800237000003108, - 3.895074999993085, - 2.8314189999946393, - 4.14177099999506, - 4.082865000003949, - 4.156982000000426, - 4.161130000007688, - 3.9308149999997113, - 3.9572380000026897, - 1.9471970000013243, - 3.9741809999977704, - 3.0848689999984344, - 4.257709999990766, - 2.098165000003064, - 1.9659840000094846, - 4.202381000010064, - 3.91718899999978, - 4.3752519999979995, - 4.042606000002706, - 4.0412129999895114, - 3.916176999991876, - 2.872810999993817, - 3.8697249999968335, - 2.832010000012815, - 4.209906000003684, - 4.773927000002004, - 4.273641000007046, - 3.219654000000446, - 3.780499000000418, - 1.965582999997423, - 3.9501339999987977, - 4.09797499999695, - 4.080419999998412, - 4.081602999998722, - 1.9651830000075279, - 3.8898449999978766, - 4.17789300000004, - 1.9556939999893075, - 3.8194860000076005, - 2.7977930000051856, - 3.842311000000336, - 2.805417999989004, - 1.626825999992434, - 3.9526389999955427, - 1.9261460000125226, - 4.2059080000035465, - 4.32907000000705, - 2.9565250000014203, - 1.7314120000082767, - 6.324072000003071, - 4.140899000005447, - 4.0551310000009835, - 1.7447470000042813, - 3.886779000007664, - 2.9869350000080885, - 3.726814000008744, - 2.8301460000075167, - 4.059498999995412, - 1.988467999995919, - 2.9211360000044806, - 3.987567999996827, - 4.132612999994308, - 3.877660999991349, - 1.9762450000125682, - 4.44898600000306, - 2.9336900000052992, - 4.149936999994679, - 3.948921999995946, - 3.9547829999937676, - 2.870747000008123, - 3.839645999993081, - 2.865826000008383, - 4.329381000003195, - 4.02477099999669, - 2.904242999997223, - 3.958310000001802, - 3.0035990000033053, - 4.076912999997148, - 3.7931449999887263, - 2.9458749999903375, - 3.907269000002998, - 3.9470880000008037, - 4.984823000006145, - 2.2450339999923017, - 2.985572999998112, - 2.2457659999927273, - 4.003748999995878, - 4.046053000012762, - 4.30124600000272, - 4.217669999998179, - 3.9714449999883072, - 2.804225999992923, - 3.847120000005816, - 2.2403039999917382, - 2.8394350000016857, - 3.8679819999961182, - 2.7751790000038454, - 4.168885000006412, - 4.352937000003294, - 3.7578949999879114, - 4.356032999989111, - 3.995292999999947, - 4.178773999999976, - 4.004631000003428, - 4.1408099999971455, - 4.028137999994215, - 2.773495000001276, - 4.13706199999433, - 3.9898019999964163, - 2.942198000004282, - 3.9913050000031944, - 3.970734000002267, - 2.84596700000111, - 4.0231670000066515, - 4.006946000008611, - 4.273169999985839, - 2.036873999997624, - 2.840336000008392, - 4.216519000008702, - 3.9027399999904446, - 2.279421999992337, - 4.286546000003, - 1.8614079999970272, - 3.4048189999884926, - 2.1507280000078026, - 2.9403239999955986, - 4.276276999997208, - 4.213403000001563, - 3.4623519999877317, - 2.1266900000046007, - 3.3736680000001797, - 2.0783050000027288, - 2.1462290000054054, - 4.093026000002283, - 4.145838999989792, - 4.255615999994916, - 4.240015000003041, - 4.280444999996689, - 2.2809439999982715, - 4.251316999987466, - 2.8244350000022678, - 3.929021999996621, - 2.7610700000077486, - 4.138424999997369, - 3.932398999997531, - 4.070460999995703, - 4.000343000006978, - 4.50720100000035, - 4.115268999987165, - 2.8124819999939064, - 3.7728340000030585, - 2.7865710000041872, - 1.8290739999938523, - 3.8135349999938626, - 2.806700000001001, - 4.177611999999499, - 3.6993399999919347, - 2.766911999991862, - 3.876587999999174, - 2.797902999998769, - 3.824825999996392, - 3.0819030000129715, - 3.9027399999904446, - 1.7852470000070753, - 4.148904999994556, - 4.175868999998784, - 3.3227179999958025, - 4.110519000008935, - 4.115388999998686, - 4.25073600000178, - 4.071823999998742, - 4.200886999999057, - 4.262549000006402, - 4.271817000000738, - 4.182281999994302, - 3.9143929999991087, - 4.330533000000287, - 2.8428920000005746, - 1.6879960000078427, - 2.8173319999914384, - 6.693840000007185, - 4.456672000000253, - 4.333249000002979, - 3.348178000000189, - 2.2839700000040466, - 4.480429000002914, - 3.6788289999967674, - 4.460618999990402, - 4.279663000008441, - 4.658409000010579, - 4.820519000000786, - 4.4917809999897145, - 1.92357099999208, - 2.275645000001532, - 2.1673010000085924, - 3.9682990000001155, - 4.251817999989726, - 2.138674000001629, - 2.3259929999912856, - 2.104286999994656, - 3.1434140000055777, - 4.3372159999998985, - 3.9912750000075903, - 2.900815999993938, - 4.03633400000399, - 2.2423580000031507, - 1.9396520000009332, - 4.055189999999129, - 4.63131599999906, - 3.3713730000017677, - 2.9133010000077775, - 3.0139689999923576, - 3.601606999989599, - 6.971497999998974, - 3.5226819999952568, - 4.316456000000471, - 4.202160000000731, - 3.378467999995337, - 2.9191120000032242, - 4.220797000001767, - 2.2300339999928838, - 1.9445920000143815, - 3.0025060000043595, - 4.044909999996889, - 4.286635999989812, - 3.9578089999995427, - 3.9375490000093123, - 2.088967000003322, - 2.8865380000061123, - 4.153383999990183, - 3.8522809999994934, - 2.091430999993463, - 2.0343790000042645, - 3.895927000005031, - 4.070580999992671, - 2.868352000004961, - 4.366443999999319, - 2.811679999998887, - 3.9596630000014557, - 4.2947329999879, - 4.035461999999825, - 2.225495000006049, - 3.9778280000027735, - 4.243281000002753, - 4.014660000000731, - 2.8158989999938058, - 7.840800000005402, - 2.8245659999956843, - 3.8306980000052135, - 2.7150000000110595, - 2.7385659999999916, - 3.7907299999933457, - 3.9585909999877913, - 4.513203000009526, - 3.938731000002008, - 3.9230010000028415, - 1.9410050000005867, - 3.983669999986887, - 3.9742310000001453, - 2.7605400000029476, - 3.9076899999927264, - 2.0282569999981206, - 4.023768999992171, - 1.7825929999962682, - 3.810538000005181, - 2.814646000013454, - 3.865397000001394, - 1.7014329999947222, - 3.8256489999912446, - 2.8289850000001024, - 3.857080000001588, - 2.7732749999995576, - 3.8460979999945266, - 2.9245930000033695, - 3.828433999995468, - 2.955993999989005, - 3.9284610000031535, - 1.9596520000050077, - 3.0226260000054026, - 4.095440000004601, - 4.177330999998958, - 2.737494000000879, - 3.9654740000114543, - 1.8388540000014473, - 3.866589000012027, - 1.90110599999025, - 4.106081000005361, - 3.9295140000031097, - 4.395680999994511, - 2.842931999999564, - 3.9678579999890644, - 4.139217000003555, - 2.8434629999974277, - 3.8422910000081174, - 4.690111999996589, - 4.3373760000104085, - 3.062904999998864, - 4.052735999997822, - 4.215817999996943, - 2.9044429999921704, - 3.828244000003906, - 2.7792869999975665, - 1.7909990000043763, - 4.010381999993115, - 1.6814639999938663, - 4.0832660000014585, - 3.850878000012017, - 3.0463420000014594, - 3.855057000007946, - 2.848863999999594, - 1.7266419999941718, - 3.831038999996963, - 2.9277989999973215, - 3.908882999996422, - 2.835588000001735, - 3.8846250000060536, - 1.950553000002401, - 3.855267000006279, - 4.028237000005902, - 2.9079600000113714, - 3.9686499999952503, - 3.991896000006818, - 4.074128000007477, - 4.046895000006771, - 4.33745700000145, - 4.429468000002089, - 1.751180999999633, - 4.0767329999944195, - 4.203343000001041, - 4.0554509999929, - 3.4476140000042506, - 2.8518000000040047, - 3.884745000003022, - 1.8643640000082087, - 4.104707999998936, - 4.364851000005729, - 4.133505000005243, - 3.9232909999991534, - 2.7964799999899697, - 4.018427999995765, - 4.0009140000038315, - 4.118384999994305, - 4.3966529999888735, - 3.924564000000828, - 1.8839920000027632, - 4.228803000005428, - 4.061533000000054, - 3.8745449999987613, - 2.8465890000079526, - 3.9798619999928633, - 1.8199960000056308, - 4.151369999992312, - 4.024689999991097, - 3.7987649999995483, - 4.2010580000060145, - 1.8629910000017844, - 3.9909740000002785, - 4.262940000000526, - 3.134416999993846, - 3.0052020000002813, - 3.0142090000008466, - 4.588642000002437, - 4.044510000006994, - 2.7345379999896977, - 4.139526999992086, - 4.120157999990624, - 4.0643290000007255, - 4.116972999996506, - 4.050731999988784, - 4.170668000006117 - ], - "command": "pnpm run test:performance [PERF-03; full]", - "passed": true, - "observations": { - "keyCount": { - "value": 1000, - "reason": "Every unique composer edit reached a matching frame" - }, - "eraseFrames": { - "value": 1000, - "reason": "Every edit awaited a later composer-empty frame before the next edit" - }, - "invalidCells": { - "value": 0, - "reason": "The final parsed frame had valid terminal cells" - }, - "editBindings": [ - { - "index": 1, - "token": "perf-key-00001", - "keyFrameVersion": 7, - "eraseFrameVersion": 9, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00001 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 2, - "token": "perf-key-00002", - "keyFrameVersion": 10, - "eraseFrameVersion": 12, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00002 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 3, - "token": "perf-key-00003", - "keyFrameVersion": 14, - "eraseFrameVersion": 16, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00003 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 4, - "token": "perf-key-00004", - "keyFrameVersion": 18, - "eraseFrameVersion": 19, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00004 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 5, - "token": "perf-key-00005", - "keyFrameVersion": 21, - "eraseFrameVersion": 22, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00005 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 6, - "token": "perf-key-00006", - "keyFrameVersion": 23, - "eraseFrameVersion": 24, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00006 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 7, - "token": "perf-key-00007", - "keyFrameVersion": 25, - "eraseFrameVersion": 27, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00007 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 8, - "token": "perf-key-00008", - "keyFrameVersion": 29, - "eraseFrameVersion": 30, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00008 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 9, - "token": "perf-key-00009", - "keyFrameVersion": 31, - "eraseFrameVersion": 32, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00009 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 10, - "token": "perf-key-00010", - "keyFrameVersion": 33, - "eraseFrameVersion": 35, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00010 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 11, - "token": "perf-key-00011", - "keyFrameVersion": 36, - "eraseFrameVersion": 37, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00011 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 12, - "token": "perf-key-00012", - "keyFrameVersion": 38, - "eraseFrameVersion": 39, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00012 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 13, - "token": "perf-key-00013", - "keyFrameVersion": 40, - "eraseFrameVersion": 41, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00013 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 14, - "token": "perf-key-00014", - "keyFrameVersion": 42, - "eraseFrameVersion": 43, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00014 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 15, - "token": "perf-key-00015", - "keyFrameVersion": 44, - "eraseFrameVersion": 46, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00015 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 16, - "token": "perf-key-00016", - "keyFrameVersion": 47, - "eraseFrameVersion": 48, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00016 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 17, - "token": "perf-key-00017", - "keyFrameVersion": 49, - "eraseFrameVersion": 50, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00017 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 18, - "token": "perf-key-00018", - "keyFrameVersion": 52, - "eraseFrameVersion": 53, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00018 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 19, - "token": "perf-key-00019", - "keyFrameVersion": 55, - "eraseFrameVersion": 57, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00019 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 20, - "token": "perf-key-00020", - "keyFrameVersion": 59, - "eraseFrameVersion": 60, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00020 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 21, - "token": "perf-key-00021", - "keyFrameVersion": 61, - "eraseFrameVersion": 63, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00021 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 22, - "token": "perf-key-00022", - "keyFrameVersion": 64, - "eraseFrameVersion": 65, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00022 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 23, - "token": "perf-key-00023", - "keyFrameVersion": 66, - "eraseFrameVersion": 68, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00023 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 24, - "token": "perf-key-00024", - "keyFrameVersion": 69, - "eraseFrameVersion": 71, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00024 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 25, - "token": "perf-key-00025", - "keyFrameVersion": 72, - "eraseFrameVersion": 73, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00025 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 26, - "token": "perf-key-00026", - "keyFrameVersion": 74, - "eraseFrameVersion": 75, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00026 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 27, - "token": "perf-key-00027", - "keyFrameVersion": 77, - "eraseFrameVersion": 79, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00027 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 28, - "token": "perf-key-00028", - "keyFrameVersion": 80, - "eraseFrameVersion": 82, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00028 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 29, - "token": "perf-key-00029", - "keyFrameVersion": 83, - "eraseFrameVersion": 84, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00029 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 30, - "token": "perf-key-00030", - "keyFrameVersion": 86, - "eraseFrameVersion": 87, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00030 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 31, - "token": "perf-key-00031", - "keyFrameVersion": 89, - "eraseFrameVersion": 90, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00031 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 32, - "token": "perf-key-00032", - "keyFrameVersion": 91, - "eraseFrameVersion": 93, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00032 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 33, - "token": "perf-key-00033", - "keyFrameVersion": 95, - "eraseFrameVersion": 97, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00033 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 34, - "token": "perf-key-00034", - "keyFrameVersion": 99, - "eraseFrameVersion": 100, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00034 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 35, - "token": "perf-key-00035", - "keyFrameVersion": 101, - "eraseFrameVersion": 103, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00035 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 36, - "token": "perf-key-00036", - "keyFrameVersion": 105, - "eraseFrameVersion": 106, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00036 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 37, - "token": "perf-key-00037", - "keyFrameVersion": 108, - "eraseFrameVersion": 110, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00037 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 38, - "token": "perf-key-00038", - "keyFrameVersion": 112, - "eraseFrameVersion": 114, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00038 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 39, - "token": "perf-key-00039", - "keyFrameVersion": 115, - "eraseFrameVersion": 116, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00039 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 40, - "token": "perf-key-00040", - "keyFrameVersion": 118, - "eraseFrameVersion": 121, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00040 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 41, - "token": "perf-key-00041", - "keyFrameVersion": 123, - "eraseFrameVersion": 125, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00041 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 42, - "token": "perf-key-00042", - "keyFrameVersion": 127, - "eraseFrameVersion": 128, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00042 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 43, - "token": "perf-key-00043", - "keyFrameVersion": 130, - "eraseFrameVersion": 132, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00043 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 44, - "token": "perf-key-00044", - "keyFrameVersion": 133, - "eraseFrameVersion": 134, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00044 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 45, - "token": "perf-key-00045", - "keyFrameVersion": 136, - "eraseFrameVersion": 137, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00045 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 46, - "token": "perf-key-00046", - "keyFrameVersion": 138, - "eraseFrameVersion": 139, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00046 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 47, - "token": "perf-key-00047", - "keyFrameVersion": 140, - "eraseFrameVersion": 141, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00047 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 48, - "token": "perf-key-00048", - "keyFrameVersion": 142, - "eraseFrameVersion": 144, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00048 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 49, - "token": "perf-key-00049", - "keyFrameVersion": 146, - "eraseFrameVersion": 148, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00049 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 50, - "token": "perf-key-00050", - "keyFrameVersion": 149, - "eraseFrameVersion": 151, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00050 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 51, - "token": "perf-key-00051", - "keyFrameVersion": 153, - "eraseFrameVersion": 155, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00051 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 52, - "token": "perf-key-00052", - "keyFrameVersion": 156, - "eraseFrameVersion": 158, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00052 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 53, - "token": "perf-key-00053", - "keyFrameVersion": 159, - "eraseFrameVersion": 160, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00053 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 54, - "token": "perf-key-00054", - "keyFrameVersion": 162, - "eraseFrameVersion": 165, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00054 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 55, - "token": "perf-key-00055", - "keyFrameVersion": 167, - "eraseFrameVersion": 168, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00055 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 56, - "token": "perf-key-00056", - "keyFrameVersion": 169, - "eraseFrameVersion": 171, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00056 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 57, - "token": "perf-key-00057", - "keyFrameVersion": 172, - "eraseFrameVersion": 174, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00057 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 58, - "token": "perf-key-00058", - "keyFrameVersion": 176, - "eraseFrameVersion": 178, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00058 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 59, - "token": "perf-key-00059", - "keyFrameVersion": 179, - "eraseFrameVersion": 181, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00059 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 60, - "token": "perf-key-00060", - "keyFrameVersion": 183, - "eraseFrameVersion": 184, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00060 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 61, - "token": "perf-key-00061", - "keyFrameVersion": 185, - "eraseFrameVersion": 187, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00061 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 62, - "token": "perf-key-00062", - "keyFrameVersion": 189, - "eraseFrameVersion": 191, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00062 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 63, - "token": "perf-key-00063", - "keyFrameVersion": 193, - "eraseFrameVersion": 195, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00063 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 64, - "token": "perf-key-00064", - "keyFrameVersion": 196, - "eraseFrameVersion": 197, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00064 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 65, - "token": "perf-key-00065", - "keyFrameVersion": 198, - "eraseFrameVersion": 199, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00065 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 66, - "token": "perf-key-00066", - "keyFrameVersion": 201, - "eraseFrameVersion": 202, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00066 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 67, - "token": "perf-key-00067", - "keyFrameVersion": 203, - "eraseFrameVersion": 204, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00067 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 68, - "token": "perf-key-00068", - "keyFrameVersion": 205, - "eraseFrameVersion": 207, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00068 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 69, - "token": "perf-key-00069", - "keyFrameVersion": 209, - "eraseFrameVersion": 211, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00069 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 70, - "token": "perf-key-00070", - "keyFrameVersion": 212, - "eraseFrameVersion": 214, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00070 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 71, - "token": "perf-key-00071", - "keyFrameVersion": 216, - "eraseFrameVersion": 217, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00071 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 72, - "token": "perf-key-00072", - "keyFrameVersion": 218, - "eraseFrameVersion": 219, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00072 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 73, - "token": "perf-key-00073", - "keyFrameVersion": 220, - "eraseFrameVersion": 221, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00073 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 74, - "token": "perf-key-00074", - "keyFrameVersion": 222, - "eraseFrameVersion": 223, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00074 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 75, - "token": "perf-key-00075", - "keyFrameVersion": 224, - "eraseFrameVersion": 226, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00075 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 76, - "token": "perf-key-00076", - "keyFrameVersion": 228, - "eraseFrameVersion": 229, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00076 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 77, - "token": "perf-key-00077", - "keyFrameVersion": 230, - "eraseFrameVersion": 232, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00077 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 78, - "token": "perf-key-00078", - "keyFrameVersion": 233, - "eraseFrameVersion": 234, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00078 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 79, - "token": "perf-key-00079", - "keyFrameVersion": 235, - "eraseFrameVersion": 237, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00079 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 80, - "token": "perf-key-00080", - "keyFrameVersion": 238, - "eraseFrameVersion": 240, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00080 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 81, - "token": "perf-key-00081", - "keyFrameVersion": 241, - "eraseFrameVersion": 243, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00081 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 82, - "token": "perf-key-00082", - "keyFrameVersion": 245, - "eraseFrameVersion": 246, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00082 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 83, - "token": "perf-key-00083", - "keyFrameVersion": 248, - "eraseFrameVersion": 250, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00083 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 84, - "token": "perf-key-00084", - "keyFrameVersion": 253, - "eraseFrameVersion": 256, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00084 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 85, - "token": "perf-key-00085", - "keyFrameVersion": 257, - "eraseFrameVersion": 258, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00085 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 86, - "token": "perf-key-00086", - "keyFrameVersion": 259, - "eraseFrameVersion": 260, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00086 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 87, - "token": "perf-key-00087", - "keyFrameVersion": 261, - "eraseFrameVersion": 262, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00087 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 88, - "token": "perf-key-00088", - "keyFrameVersion": 263, - "eraseFrameVersion": 266, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00088 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 89, - "token": "perf-key-00089", - "keyFrameVersion": 268, - "eraseFrameVersion": 269, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00089 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 90, - "token": "perf-key-00090", - "keyFrameVersion": 270, - "eraseFrameVersion": 272, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00090 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 91, - "token": "perf-key-00091", - "keyFrameVersion": 273, - "eraseFrameVersion": 275, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00091 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 92, - "token": "perf-key-00092", - "keyFrameVersion": 276, - "eraseFrameVersion": 277, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00092 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 93, - "token": "perf-key-00093", - "keyFrameVersion": 278, - "eraseFrameVersion": 279, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00093 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 94, - "token": "perf-key-00094", - "keyFrameVersion": 280, - "eraseFrameVersion": 281, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00094 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 95, - "token": "perf-key-00095", - "keyFrameVersion": 282, - "eraseFrameVersion": 283, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00095 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 96, - "token": "perf-key-00096", - "keyFrameVersion": 284, - "eraseFrameVersion": 285, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00096 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 97, - "token": "perf-key-00097", - "keyFrameVersion": 287, - "eraseFrameVersion": 288, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00097 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 98, - "token": "perf-key-00098", - "keyFrameVersion": 290, - "eraseFrameVersion": 291, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00098 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 99, - "token": "perf-key-00099", - "keyFrameVersion": 292, - "eraseFrameVersion": 293, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00099 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 100, - "token": "perf-key-00100", - "keyFrameVersion": 294, - "eraseFrameVersion": 296, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00100 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 101, - "token": "perf-key-00101", - "keyFrameVersion": 297, - "eraseFrameVersion": 298, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00101 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 102, - "token": "perf-key-00102", - "keyFrameVersion": 299, - "eraseFrameVersion": 300, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00102 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 103, - "token": "perf-key-00103", - "keyFrameVersion": 301, - "eraseFrameVersion": 303, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00103 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 104, - "token": "perf-key-00104", - "keyFrameVersion": 304, - "eraseFrameVersion": 306, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00104 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 105, - "token": "perf-key-00105", - "keyFrameVersion": 307, - "eraseFrameVersion": 308, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00105 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 106, - "token": "perf-key-00106", - "keyFrameVersion": 309, - "eraseFrameVersion": 310, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00106 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 107, - "token": "perf-key-00107", - "keyFrameVersion": 311, - "eraseFrameVersion": 312, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00107 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 108, - "token": "perf-key-00108", - "keyFrameVersion": 313, - "eraseFrameVersion": 314, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00108 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 109, - "token": "perf-key-00109", - "keyFrameVersion": 315, - "eraseFrameVersion": 317, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00109 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 110, - "token": "perf-key-00110", - "keyFrameVersion": 319, - "eraseFrameVersion": 321, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00110 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 111, - "token": "perf-key-00111", - "keyFrameVersion": 323, - "eraseFrameVersion": 324, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00111 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 112, - "token": "perf-key-00112", - "keyFrameVersion": 325, - "eraseFrameVersion": 326, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00112 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 113, - "token": "perf-key-00113", - "keyFrameVersion": 327, - "eraseFrameVersion": 328, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00113 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 114, - "token": "perf-key-00114", - "keyFrameVersion": 329, - "eraseFrameVersion": 330, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00114 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 115, - "token": "perf-key-00115", - "keyFrameVersion": 331, - "eraseFrameVersion": 332, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00115 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 116, - "token": "perf-key-00116", - "keyFrameVersion": 333, - "eraseFrameVersion": 334, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00116 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 117, - "token": "perf-key-00117", - "keyFrameVersion": 335, - "eraseFrameVersion": 337, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00117 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 118, - "token": "perf-key-00118", - "keyFrameVersion": 338, - "eraseFrameVersion": 340, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00118 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 119, - "token": "perf-key-00119", - "keyFrameVersion": 341, - "eraseFrameVersion": 342, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00119 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 120, - "token": "perf-key-00120", - "keyFrameVersion": 343, - "eraseFrameVersion": 344, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00120 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 121, - "token": "perf-key-00121", - "keyFrameVersion": 345, - "eraseFrameVersion": 346, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00121 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 122, - "token": "perf-key-00122", - "keyFrameVersion": 347, - "eraseFrameVersion": 348, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00122 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 123, - "token": "perf-key-00123", - "keyFrameVersion": 349, - "eraseFrameVersion": 350, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00123 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 124, - "token": "perf-key-00124", - "keyFrameVersion": 352, - "eraseFrameVersion": 353, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00124 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 125, - "token": "perf-key-00125", - "keyFrameVersion": 354, - "eraseFrameVersion": 356, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00125 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 126, - "token": "perf-key-00126", - "keyFrameVersion": 357, - "eraseFrameVersion": 358, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00126 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 127, - "token": "perf-key-00127", - "keyFrameVersion": 359, - "eraseFrameVersion": 360, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00127 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 128, - "token": "perf-key-00128", - "keyFrameVersion": 361, - "eraseFrameVersion": 362, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00128 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 129, - "token": "perf-key-00129", - "keyFrameVersion": 363, - "eraseFrameVersion": 364, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00129 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 130, - "token": "perf-key-00130", - "keyFrameVersion": 366, - "eraseFrameVersion": 368, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00130 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 131, - "token": "perf-key-00131", - "keyFrameVersion": 369, - "eraseFrameVersion": 370, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00131 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 132, - "token": "perf-key-00132", - "keyFrameVersion": 371, - "eraseFrameVersion": 372, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00132 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 133, - "token": "perf-key-00133", - "keyFrameVersion": 373, - "eraseFrameVersion": 374, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00133 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 134, - "token": "perf-key-00134", - "keyFrameVersion": 375, - "eraseFrameVersion": 376, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00134 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 135, - "token": "perf-key-00135", - "keyFrameVersion": 378, - "eraseFrameVersion": 379, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00135 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 136, - "token": "perf-key-00136", - "keyFrameVersion": 380, - "eraseFrameVersion": 381, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00136 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 137, - "token": "perf-key-00137", - "keyFrameVersion": 383, - "eraseFrameVersion": 384, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00137 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 138, - "token": "perf-key-00138", - "keyFrameVersion": 385, - "eraseFrameVersion": 386, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00138 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 139, - "token": "perf-key-00139", - "keyFrameVersion": 387, - "eraseFrameVersion": 388, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00139 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 140, - "token": "perf-key-00140", - "keyFrameVersion": 389, - "eraseFrameVersion": 390, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00140 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 141, - "token": "perf-key-00141", - "keyFrameVersion": 391, - "eraseFrameVersion": 393, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00141 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 142, - "token": "perf-key-00142", - "keyFrameVersion": 395, - "eraseFrameVersion": 397, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00142 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 143, - "token": "perf-key-00143", - "keyFrameVersion": 398, - "eraseFrameVersion": 399, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00143 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 144, - "token": "perf-key-00144", - "keyFrameVersion": 400, - "eraseFrameVersion": 401, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00144 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 145, - "token": "perf-key-00145", - "keyFrameVersion": 402, - "eraseFrameVersion": 403, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00145 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 146, - "token": "perf-key-00146", - "keyFrameVersion": 404, - "eraseFrameVersion": 405, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00146 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 147, - "token": "perf-key-00147", - "keyFrameVersion": 406, - "eraseFrameVersion": 407, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00147 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 148, - "token": "perf-key-00148", - "keyFrameVersion": 408, - "eraseFrameVersion": 409, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00148 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 149, - "token": "perf-key-00149", - "keyFrameVersion": 410, - "eraseFrameVersion": 411, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00149 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 150, - "token": "perf-key-00150", - "keyFrameVersion": 412, - "eraseFrameVersion": 413, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00150 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 151, - "token": "perf-key-00151", - "keyFrameVersion": 414, - "eraseFrameVersion": 416, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00151 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 152, - "token": "perf-key-00152", - "keyFrameVersion": 417, - "eraseFrameVersion": 419, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00152 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 153, - "token": "perf-key-00153", - "keyFrameVersion": 421, - "eraseFrameVersion": 423, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00153 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 154, - "token": "perf-key-00154", - "keyFrameVersion": 425, - "eraseFrameVersion": 426, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00154 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 155, - "token": "perf-key-00155", - "keyFrameVersion": 428, - "eraseFrameVersion": 429, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00155 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 156, - "token": "perf-key-00156", - "keyFrameVersion": 431, - "eraseFrameVersion": 432, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00156 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 157, - "token": "perf-key-00157", - "keyFrameVersion": 434, - "eraseFrameVersion": 435, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00157 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 158, - "token": "perf-key-00158", - "keyFrameVersion": 436, - "eraseFrameVersion": 437, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00158 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 159, - "token": "perf-key-00159", - "keyFrameVersion": 438, - "eraseFrameVersion": 439, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00159 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 160, - "token": "perf-key-00160", - "keyFrameVersion": 441, - "eraseFrameVersion": 442, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00160 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 161, - "token": "perf-key-00161", - "keyFrameVersion": 443, - "eraseFrameVersion": 444, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00161 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 162, - "token": "perf-key-00162", - "keyFrameVersion": 446, - "eraseFrameVersion": 448, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00162 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 163, - "token": "perf-key-00163", - "keyFrameVersion": 450, - "eraseFrameVersion": 451, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00163 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 164, - "token": "perf-key-00164", - "keyFrameVersion": 452, - "eraseFrameVersion": 453, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00164 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 165, - "token": "perf-key-00165", - "keyFrameVersion": 454, - "eraseFrameVersion": 455, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00165 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 166, - "token": "perf-key-00166", - "keyFrameVersion": 457, - "eraseFrameVersion": 458, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00166 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 167, - "token": "perf-key-00167", - "keyFrameVersion": 460, - "eraseFrameVersion": 462, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00167 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 168, - "token": "perf-key-00168", - "keyFrameVersion": 463, - "eraseFrameVersion": 465, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00168 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 169, - "token": "perf-key-00169", - "keyFrameVersion": 466, - "eraseFrameVersion": 467, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00169 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 170, - "token": "perf-key-00170", - "keyFrameVersion": 468, - "eraseFrameVersion": 469, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00170 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 171, - "token": "perf-key-00171", - "keyFrameVersion": 470, - "eraseFrameVersion": 471, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00171 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 172, - "token": "perf-key-00172", - "keyFrameVersion": 473, - "eraseFrameVersion": 474, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00172 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 173, - "token": "perf-key-00173", - "keyFrameVersion": 475, - "eraseFrameVersion": 476, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00173 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 174, - "token": "perf-key-00174", - "keyFrameVersion": 477, - "eraseFrameVersion": 479, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00174 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 175, - "token": "perf-key-00175", - "keyFrameVersion": 481, - "eraseFrameVersion": 483, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00175 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 176, - "token": "perf-key-00176", - "keyFrameVersion": 484, - "eraseFrameVersion": 485, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00176 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 177, - "token": "perf-key-00177", - "keyFrameVersion": 486, - "eraseFrameVersion": 487, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00177 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 178, - "token": "perf-key-00178", - "keyFrameVersion": 488, - "eraseFrameVersion": 489, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00178 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 179, - "token": "perf-key-00179", - "keyFrameVersion": 490, - "eraseFrameVersion": 491, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00179 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 180, - "token": "perf-key-00180", - "keyFrameVersion": 492, - "eraseFrameVersion": 493, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00180 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 181, - "token": "perf-key-00181", - "keyFrameVersion": 494, - "eraseFrameVersion": 495, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00181 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 182, - "token": "perf-key-00182", - "keyFrameVersion": 496, - "eraseFrameVersion": 497, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00182 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 183, - "token": "perf-key-00183", - "keyFrameVersion": 498, - "eraseFrameVersion": 499, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00183 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 184, - "token": "perf-key-00184", - "keyFrameVersion": 500, - "eraseFrameVersion": 501, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00184 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 185, - "token": "perf-key-00185", - "keyFrameVersion": 503, - "eraseFrameVersion": 504, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00185 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 186, - "token": "perf-key-00186", - "keyFrameVersion": 506, - "eraseFrameVersion": 507, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00186 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 187, - "token": "perf-key-00187", - "keyFrameVersion": 508, - "eraseFrameVersion": 509, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00187 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 188, - "token": "perf-key-00188", - "keyFrameVersion": 510, - "eraseFrameVersion": 511, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00188 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 189, - "token": "perf-key-00189", - "keyFrameVersion": 512, - "eraseFrameVersion": 513, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00189 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 190, - "token": "perf-key-00190", - "keyFrameVersion": 515, - "eraseFrameVersion": 516, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00190 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 191, - "token": "perf-key-00191", - "keyFrameVersion": 517, - "eraseFrameVersion": 518, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00191 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 192, - "token": "perf-key-00192", - "keyFrameVersion": 519, - "eraseFrameVersion": 521, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00192 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 193, - "token": "perf-key-00193", - "keyFrameVersion": 522, - "eraseFrameVersion": 523, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00193 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 194, - "token": "perf-key-00194", - "keyFrameVersion": 524, - "eraseFrameVersion": 525, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00194 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 195, - "token": "perf-key-00195", - "keyFrameVersion": 527, - "eraseFrameVersion": 528, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00195 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 196, - "token": "perf-key-00196", - "keyFrameVersion": 529, - "eraseFrameVersion": 530, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00196 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 197, - "token": "perf-key-00197", - "keyFrameVersion": 531, - "eraseFrameVersion": 532, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00197 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 198, - "token": "perf-key-00198", - "keyFrameVersion": 533, - "eraseFrameVersion": 534, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00198 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 199, - "token": "perf-key-00199", - "keyFrameVersion": 535, - "eraseFrameVersion": 536, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00199 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 200, - "token": "perf-key-00200", - "keyFrameVersion": 537, - "eraseFrameVersion": 538, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00200 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 201, - "token": "perf-key-00201", - "keyFrameVersion": 539, - "eraseFrameVersion": 540, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00201 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 202, - "token": "perf-key-00202", - "keyFrameVersion": 541, - "eraseFrameVersion": 542, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00202 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 203, - "token": "perf-key-00203", - "keyFrameVersion": 543, - "eraseFrameVersion": 544, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00203 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 204, - "token": "perf-key-00204", - "keyFrameVersion": 545, - "eraseFrameVersion": 546, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00204 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 205, - "token": "perf-key-00205", - "keyFrameVersion": 548, - "eraseFrameVersion": 549, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00205 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 206, - "token": "perf-key-00206", - "keyFrameVersion": 551, - "eraseFrameVersion": 552, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00206 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 207, - "token": "perf-key-00207", - "keyFrameVersion": 553, - "eraseFrameVersion": 554, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00207 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 208, - "token": "perf-key-00208", - "keyFrameVersion": 556, - "eraseFrameVersion": 557, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00208 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 209, - "token": "perf-key-00209", - "keyFrameVersion": 558, - "eraseFrameVersion": 559, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00209 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 210, - "token": "perf-key-00210", - "keyFrameVersion": 560, - "eraseFrameVersion": 562, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00210 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 211, - "token": "perf-key-00211", - "keyFrameVersion": 563, - "eraseFrameVersion": 564, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00211 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 212, - "token": "perf-key-00212", - "keyFrameVersion": 565, - "eraseFrameVersion": 566, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00212 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 213, - "token": "perf-key-00213", - "keyFrameVersion": 568, - "eraseFrameVersion": 569, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00213 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 214, - "token": "perf-key-00214", - "keyFrameVersion": 570, - "eraseFrameVersion": 571, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00214 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 215, - "token": "perf-key-00215", - "keyFrameVersion": 572, - "eraseFrameVersion": 574, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00215 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 216, - "token": "perf-key-00216", - "keyFrameVersion": 575, - "eraseFrameVersion": 576, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00216 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 217, - "token": "perf-key-00217", - "keyFrameVersion": 577, - "eraseFrameVersion": 579, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00217 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 218, - "token": "perf-key-00218", - "keyFrameVersion": 580, - "eraseFrameVersion": 581, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00218 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 219, - "token": "perf-key-00219", - "keyFrameVersion": 583, - "eraseFrameVersion": 585, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00219 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 220, - "token": "perf-key-00220", - "keyFrameVersion": 586, - "eraseFrameVersion": 588, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00220 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 221, - "token": "perf-key-00221", - "keyFrameVersion": 589, - "eraseFrameVersion": 590, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00221 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 222, - "token": "perf-key-00222", - "keyFrameVersion": 591, - "eraseFrameVersion": 592, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00222 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 223, - "token": "perf-key-00223", - "keyFrameVersion": 594, - "eraseFrameVersion": 595, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00223 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 224, - "token": "perf-key-00224", - "keyFrameVersion": 597, - "eraseFrameVersion": 598, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00224 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 225, - "token": "perf-key-00225", - "keyFrameVersion": 599, - "eraseFrameVersion": 600, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00225 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 226, - "token": "perf-key-00226", - "keyFrameVersion": 601, - "eraseFrameVersion": 602, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00226 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 227, - "token": "perf-key-00227", - "keyFrameVersion": 604, - "eraseFrameVersion": 606, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00227 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 228, - "token": "perf-key-00228", - "keyFrameVersion": 607, - "eraseFrameVersion": 609, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00228 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 229, - "token": "perf-key-00229", - "keyFrameVersion": 610, - "eraseFrameVersion": 611, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00229 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 230, - "token": "perf-key-00230", - "keyFrameVersion": 613, - "eraseFrameVersion": 615, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00230 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 231, - "token": "perf-key-00231", - "keyFrameVersion": 616, - "eraseFrameVersion": 617, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00231 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 232, - "token": "perf-key-00232", - "keyFrameVersion": 618, - "eraseFrameVersion": 620, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00232 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 233, - "token": "perf-key-00233", - "keyFrameVersion": 621, - "eraseFrameVersion": 622, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00233 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 234, - "token": "perf-key-00234", - "keyFrameVersion": 623, - "eraseFrameVersion": 624, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00234 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 235, - "token": "perf-key-00235", - "keyFrameVersion": 625, - "eraseFrameVersion": 626, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00235 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 236, - "token": "perf-key-00236", - "keyFrameVersion": 627, - "eraseFrameVersion": 629, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00236 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 237, - "token": "perf-key-00237", - "keyFrameVersion": 630, - "eraseFrameVersion": 631, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00237 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 238, - "token": "perf-key-00238", - "keyFrameVersion": 632, - "eraseFrameVersion": 633, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00238 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 239, - "token": "perf-key-00239", - "keyFrameVersion": 635, - "eraseFrameVersion": 636, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00239 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 240, - "token": "perf-key-00240", - "keyFrameVersion": 637, - "eraseFrameVersion": 638, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00240 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 241, - "token": "perf-key-00241", - "keyFrameVersion": 639, - "eraseFrameVersion": 640, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00241 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 242, - "token": "perf-key-00242", - "keyFrameVersion": 641, - "eraseFrameVersion": 643, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00242 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 243, - "token": "perf-key-00243", - "keyFrameVersion": 644, - "eraseFrameVersion": 646, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00243 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 244, - "token": "perf-key-00244", - "keyFrameVersion": 648, - "eraseFrameVersion": 649, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00244 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 245, - "token": "perf-key-00245", - "keyFrameVersion": 650, - "eraseFrameVersion": 651, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00245 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 246, - "token": "perf-key-00246", - "keyFrameVersion": 652, - "eraseFrameVersion": 654, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00246 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 247, - "token": "perf-key-00247", - "keyFrameVersion": 655, - "eraseFrameVersion": 657, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00247 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 248, - "token": "perf-key-00248", - "keyFrameVersion": 658, - "eraseFrameVersion": 659, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00248 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 249, - "token": "perf-key-00249", - "keyFrameVersion": 660, - "eraseFrameVersion": 661, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00249 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 250, - "token": "perf-key-00250", - "keyFrameVersion": 662, - "eraseFrameVersion": 663, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00250 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 251, - "token": "perf-key-00251", - "keyFrameVersion": 664, - "eraseFrameVersion": 666, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00251 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 252, - "token": "perf-key-00252", - "keyFrameVersion": 668, - "eraseFrameVersion": 670, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00252 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 253, - "token": "perf-key-00253", - "keyFrameVersion": 671, - "eraseFrameVersion": 672, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00253 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 254, - "token": "perf-key-00254", - "keyFrameVersion": 674, - "eraseFrameVersion": 675, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00254 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 255, - "token": "perf-key-00255", - "keyFrameVersion": 677, - "eraseFrameVersion": 678, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00255 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 256, - "token": "perf-key-00256", - "keyFrameVersion": 679, - "eraseFrameVersion": 680, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00256 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 257, - "token": "perf-key-00257", - "keyFrameVersion": 681, - "eraseFrameVersion": 683, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00257 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 258, - "token": "perf-key-00258", - "keyFrameVersion": 684, - "eraseFrameVersion": 685, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00258 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 259, - "token": "perf-key-00259", - "keyFrameVersion": 686, - "eraseFrameVersion": 687, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00259 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 260, - "token": "perf-key-00260", - "keyFrameVersion": 688, - "eraseFrameVersion": 689, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00260 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 261, - "token": "perf-key-00261", - "keyFrameVersion": 690, - "eraseFrameVersion": 691, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00261 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 262, - "token": "perf-key-00262", - "keyFrameVersion": 692, - "eraseFrameVersion": 693, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00262 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 263, - "token": "perf-key-00263", - "keyFrameVersion": 694, - "eraseFrameVersion": 695, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00263 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 264, - "token": "perf-key-00264", - "keyFrameVersion": 696, - "eraseFrameVersion": 697, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00264 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 265, - "token": "perf-key-00265", - "keyFrameVersion": 698, - "eraseFrameVersion": 699, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00265 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 266, - "token": "perf-key-00266", - "keyFrameVersion": 700, - "eraseFrameVersion": 701, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00266 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 267, - "token": "perf-key-00267", - "keyFrameVersion": 702, - "eraseFrameVersion": 703, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00267 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 268, - "token": "perf-key-00268", - "keyFrameVersion": 704, - "eraseFrameVersion": 705, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00268 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 269, - "token": "perf-key-00269", - "keyFrameVersion": 707, - "eraseFrameVersion": 708, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00269 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 270, - "token": "perf-key-00270", - "keyFrameVersion": 709, - "eraseFrameVersion": 711, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00270 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 271, - "token": "perf-key-00271", - "keyFrameVersion": 712, - "eraseFrameVersion": 714, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00271 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 272, - "token": "perf-key-00272", - "keyFrameVersion": 715, - "eraseFrameVersion": 716, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00272 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 273, - "token": "perf-key-00273", - "keyFrameVersion": 717, - "eraseFrameVersion": 718, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00273 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 274, - "token": "perf-key-00274", - "keyFrameVersion": 719, - "eraseFrameVersion": 720, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00274 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 275, - "token": "perf-key-00275", - "keyFrameVersion": 721, - "eraseFrameVersion": 722, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00275 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 276, - "token": "perf-key-00276", - "keyFrameVersion": 723, - "eraseFrameVersion": 724, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00276 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 277, - "token": "perf-key-00277", - "keyFrameVersion": 726, - "eraseFrameVersion": 727, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00277 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 278, - "token": "perf-key-00278", - "keyFrameVersion": 729, - "eraseFrameVersion": 730, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00278 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 279, - "token": "perf-key-00279", - "keyFrameVersion": 731, - "eraseFrameVersion": 732, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00279 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 280, - "token": "perf-key-00280", - "keyFrameVersion": 733, - "eraseFrameVersion": 734, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00280 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 281, - "token": "perf-key-00281", - "keyFrameVersion": 735, - "eraseFrameVersion": 736, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00281 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 282, - "token": "perf-key-00282", - "keyFrameVersion": 737, - "eraseFrameVersion": 738, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00282 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 283, - "token": "perf-key-00283", - "keyFrameVersion": 740, - "eraseFrameVersion": 741, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00283 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 284, - "token": "perf-key-00284", - "keyFrameVersion": 742, - "eraseFrameVersion": 743, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00284 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 285, - "token": "perf-key-00285", - "keyFrameVersion": 744, - "eraseFrameVersion": 745, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00285 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 286, - "token": "perf-key-00286", - "keyFrameVersion": 746, - "eraseFrameVersion": 748, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00286 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 287, - "token": "perf-key-00287", - "keyFrameVersion": 749, - "eraseFrameVersion": 750, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00287 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 288, - "token": "perf-key-00288", - "keyFrameVersion": 751, - "eraseFrameVersion": 752, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00288 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 289, - "token": "perf-key-00289", - "keyFrameVersion": 753, - "eraseFrameVersion": 754, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00289 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 290, - "token": "perf-key-00290", - "keyFrameVersion": 755, - "eraseFrameVersion": 756, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00290 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 291, - "token": "perf-key-00291", - "keyFrameVersion": 757, - "eraseFrameVersion": 758, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00291 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 292, - "token": "perf-key-00292", - "keyFrameVersion": 759, - "eraseFrameVersion": 760, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00292 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 293, - "token": "perf-key-00293", - "keyFrameVersion": 761, - "eraseFrameVersion": 762, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00293 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 294, - "token": "perf-key-00294", - "keyFrameVersion": 763, - "eraseFrameVersion": 764, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00294 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 295, - "token": "perf-key-00295", - "keyFrameVersion": 765, - "eraseFrameVersion": 766, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00295 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 296, - "token": "perf-key-00296", - "keyFrameVersion": 767, - "eraseFrameVersion": 768, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00296 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 297, - "token": "perf-key-00297", - "keyFrameVersion": 769, - "eraseFrameVersion": 771, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00297 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 298, - "token": "perf-key-00298", - "keyFrameVersion": 772, - "eraseFrameVersion": 773, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00298 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 299, - "token": "perf-key-00299", - "keyFrameVersion": 774, - "eraseFrameVersion": 776, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00299 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 300, - "token": "perf-key-00300", - "keyFrameVersion": 777, - "eraseFrameVersion": 779, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00300 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 301, - "token": "perf-key-00301", - "keyFrameVersion": 780, - "eraseFrameVersion": 781, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00301 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 302, - "token": "perf-key-00302", - "keyFrameVersion": 782, - "eraseFrameVersion": 783, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00302 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 303, - "token": "perf-key-00303", - "keyFrameVersion": 784, - "eraseFrameVersion": 785, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00303 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 304, - "token": "perf-key-00304", - "keyFrameVersion": 786, - "eraseFrameVersion": 787, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00304 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 305, - "token": "perf-key-00305", - "keyFrameVersion": 789, - "eraseFrameVersion": 790, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00305 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 306, - "token": "perf-key-00306", - "keyFrameVersion": 791, - "eraseFrameVersion": 792, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00306 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 307, - "token": "perf-key-00307", - "keyFrameVersion": 793, - "eraseFrameVersion": 794, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00307 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 308, - "token": "perf-key-00308", - "keyFrameVersion": 795, - "eraseFrameVersion": 796, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00308 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 309, - "token": "perf-key-00309", - "keyFrameVersion": 797, - "eraseFrameVersion": 799, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00309 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 310, - "token": "perf-key-00310", - "keyFrameVersion": 800, - "eraseFrameVersion": 801, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00310 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 311, - "token": "perf-key-00311", - "keyFrameVersion": 803, - "eraseFrameVersion": 804, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00311 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 312, - "token": "perf-key-00312", - "keyFrameVersion": 805, - "eraseFrameVersion": 807, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00312 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 313, - "token": "perf-key-00313", - "keyFrameVersion": 809, - "eraseFrameVersion": 810, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00313 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 314, - "token": "perf-key-00314", - "keyFrameVersion": 811, - "eraseFrameVersion": 812, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00314 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 315, - "token": "perf-key-00315", - "keyFrameVersion": 813, - "eraseFrameVersion": 814, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00315 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 316, - "token": "perf-key-00316", - "keyFrameVersion": 815, - "eraseFrameVersion": 816, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00316 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 317, - "token": "perf-key-00317", - "keyFrameVersion": 818, - "eraseFrameVersion": 819, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00317 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 318, - "token": "perf-key-00318", - "keyFrameVersion": 820, - "eraseFrameVersion": 821, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00318 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 319, - "token": "perf-key-00319", - "keyFrameVersion": 822, - "eraseFrameVersion": 823, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00319 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 320, - "token": "perf-key-00320", - "keyFrameVersion": 824, - "eraseFrameVersion": 825, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00320 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 321, - "token": "perf-key-00321", - "keyFrameVersion": 826, - "eraseFrameVersion": 827, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00321 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 322, - "token": "perf-key-00322", - "keyFrameVersion": 828, - "eraseFrameVersion": 829, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00322 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 323, - "token": "perf-key-00323", - "keyFrameVersion": 830, - "eraseFrameVersion": 831, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00323 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 324, - "token": "perf-key-00324", - "keyFrameVersion": 832, - "eraseFrameVersion": 833, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00324 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 325, - "token": "perf-key-00325", - "keyFrameVersion": 834, - "eraseFrameVersion": 836, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00325 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 326, - "token": "perf-key-00326", - "keyFrameVersion": 838, - "eraseFrameVersion": 839, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00326 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 327, - "token": "perf-key-00327", - "keyFrameVersion": 840, - "eraseFrameVersion": 842, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00327 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 328, - "token": "perf-key-00328", - "keyFrameVersion": 843, - "eraseFrameVersion": 844, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00328 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 329, - "token": "perf-key-00329", - "keyFrameVersion": 845, - "eraseFrameVersion": 846, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00329 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 330, - "token": "perf-key-00330", - "keyFrameVersion": 847, - "eraseFrameVersion": 848, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00330 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 331, - "token": "perf-key-00331", - "keyFrameVersion": 849, - "eraseFrameVersion": 851, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00331 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 332, - "token": "perf-key-00332", - "keyFrameVersion": 852, - "eraseFrameVersion": 853, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00332 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 333, - "token": "perf-key-00333", - "keyFrameVersion": 854, - "eraseFrameVersion": 855, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00333 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 334, - "token": "perf-key-00334", - "keyFrameVersion": 856, - "eraseFrameVersion": 857, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00334 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 335, - "token": "perf-key-00335", - "keyFrameVersion": 858, - "eraseFrameVersion": 860, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00335 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 336, - "token": "perf-key-00336", - "keyFrameVersion": 861, - "eraseFrameVersion": 862, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00336 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 337, - "token": "perf-key-00337", - "keyFrameVersion": 863, - "eraseFrameVersion": 864, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00337 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 338, - "token": "perf-key-00338", - "keyFrameVersion": 865, - "eraseFrameVersion": 866, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00338 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 339, - "token": "perf-key-00339", - "keyFrameVersion": 867, - "eraseFrameVersion": 869, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00339 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 340, - "token": "perf-key-00340", - "keyFrameVersion": 870, - "eraseFrameVersion": 872, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00340 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 341, - "token": "perf-key-00341", - "keyFrameVersion": 873, - "eraseFrameVersion": 874, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00341 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 342, - "token": "perf-key-00342", - "keyFrameVersion": 875, - "eraseFrameVersion": 876, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00342 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 343, - "token": "perf-key-00343", - "keyFrameVersion": 877, - "eraseFrameVersion": 878, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00343 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 344, - "token": "perf-key-00344", - "keyFrameVersion": 879, - "eraseFrameVersion": 880, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00344 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 345, - "token": "perf-key-00345", - "keyFrameVersion": 881, - "eraseFrameVersion": 882, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00345 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 346, - "token": "perf-key-00346", - "keyFrameVersion": 883, - "eraseFrameVersion": 884, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00346 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 347, - "token": "perf-key-00347", - "keyFrameVersion": 885, - "eraseFrameVersion": 886, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00347 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 348, - "token": "perf-key-00348", - "keyFrameVersion": 887, - "eraseFrameVersion": 888, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00348 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 349, - "token": "perf-key-00349", - "keyFrameVersion": 889, - "eraseFrameVersion": 890, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00349 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 350, - "token": "perf-key-00350", - "keyFrameVersion": 891, - "eraseFrameVersion": 892, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00350 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 351, - "token": "perf-key-00351", - "keyFrameVersion": 893, - "eraseFrameVersion": 894, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00351 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 352, - "token": "perf-key-00352", - "keyFrameVersion": 895, - "eraseFrameVersion": 896, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00352 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 353, - "token": "perf-key-00353", - "keyFrameVersion": 897, - "eraseFrameVersion": 898, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00353 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 354, - "token": "perf-key-00354", - "keyFrameVersion": 899, - "eraseFrameVersion": 901, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00354 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 355, - "token": "perf-key-00355", - "keyFrameVersion": 902, - "eraseFrameVersion": 903, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00355 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 356, - "token": "perf-key-00356", - "keyFrameVersion": 904, - "eraseFrameVersion": 905, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00356 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 357, - "token": "perf-key-00357", - "keyFrameVersion": 906, - "eraseFrameVersion": 907, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00357 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 358, - "token": "perf-key-00358", - "keyFrameVersion": 908, - "eraseFrameVersion": 909, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00358 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 359, - "token": "perf-key-00359", - "keyFrameVersion": 910, - "eraseFrameVersion": 911, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00359 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 360, - "token": "perf-key-00360", - "keyFrameVersion": 912, - "eraseFrameVersion": 913, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00360 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 361, - "token": "perf-key-00361", - "keyFrameVersion": 914, - "eraseFrameVersion": 915, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00361 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 362, - "token": "perf-key-00362", - "keyFrameVersion": 916, - "eraseFrameVersion": 917, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00362 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 363, - "token": "perf-key-00363", - "keyFrameVersion": 918, - "eraseFrameVersion": 919, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00363 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 364, - "token": "perf-key-00364", - "keyFrameVersion": 920, - "eraseFrameVersion": 921, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00364 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 365, - "token": "perf-key-00365", - "keyFrameVersion": 922, - "eraseFrameVersion": 923, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00365 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 366, - "token": "perf-key-00366", - "keyFrameVersion": 924, - "eraseFrameVersion": 925, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00366 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 367, - "token": "perf-key-00367", - "keyFrameVersion": 926, - "eraseFrameVersion": 928, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00367 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 368, - "token": "perf-key-00368", - "keyFrameVersion": 929, - "eraseFrameVersion": 930, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00368 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 369, - "token": "perf-key-00369", - "keyFrameVersion": 931, - "eraseFrameVersion": 932, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00369 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 370, - "token": "perf-key-00370", - "keyFrameVersion": 933, - "eraseFrameVersion": 934, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00370 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 371, - "token": "perf-key-00371", - "keyFrameVersion": 935, - "eraseFrameVersion": 936, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00371 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 372, - "token": "perf-key-00372", - "keyFrameVersion": 937, - "eraseFrameVersion": 939, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00372 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 373, - "token": "perf-key-00373", - "keyFrameVersion": 940, - "eraseFrameVersion": 941, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00373 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 374, - "token": "perf-key-00374", - "keyFrameVersion": 942, - "eraseFrameVersion": 943, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00374 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 375, - "token": "perf-key-00375", - "keyFrameVersion": 944, - "eraseFrameVersion": 945, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00375 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 376, - "token": "perf-key-00376", - "keyFrameVersion": 946, - "eraseFrameVersion": 947, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00376 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 377, - "token": "perf-key-00377", - "keyFrameVersion": 948, - "eraseFrameVersion": 949, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00377 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 378, - "token": "perf-key-00378", - "keyFrameVersion": 950, - "eraseFrameVersion": 951, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00378 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 379, - "token": "perf-key-00379", - "keyFrameVersion": 952, - "eraseFrameVersion": 953, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00379 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 380, - "token": "perf-key-00380", - "keyFrameVersion": 954, - "eraseFrameVersion": 955, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00380 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 381, - "token": "perf-key-00381", - "keyFrameVersion": 956, - "eraseFrameVersion": 957, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00381 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 382, - "token": "perf-key-00382", - "keyFrameVersion": 958, - "eraseFrameVersion": 959, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00382 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 383, - "token": "perf-key-00383", - "keyFrameVersion": 960, - "eraseFrameVersion": 962, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00383 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 384, - "token": "perf-key-00384", - "keyFrameVersion": 963, - "eraseFrameVersion": 964, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00384 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 385, - "token": "perf-key-00385", - "keyFrameVersion": 965, - "eraseFrameVersion": 966, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00385 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 386, - "token": "perf-key-00386", - "keyFrameVersion": 967, - "eraseFrameVersion": 968, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00386 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 387, - "token": "perf-key-00387", - "keyFrameVersion": 969, - "eraseFrameVersion": 970, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00387 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 388, - "token": "perf-key-00388", - "keyFrameVersion": 972, - "eraseFrameVersion": 973, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00388 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 389, - "token": "perf-key-00389", - "keyFrameVersion": 974, - "eraseFrameVersion": 975, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00389 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 390, - "token": "perf-key-00390", - "keyFrameVersion": 976, - "eraseFrameVersion": 977, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00390 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 391, - "token": "perf-key-00391", - "keyFrameVersion": 978, - "eraseFrameVersion": 979, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00391 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 392, - "token": "perf-key-00392", - "keyFrameVersion": 980, - "eraseFrameVersion": 981, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00392 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 393, - "token": "perf-key-00393", - "keyFrameVersion": 982, - "eraseFrameVersion": 983, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00393 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 394, - "token": "perf-key-00394", - "keyFrameVersion": 984, - "eraseFrameVersion": 985, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00394 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 395, - "token": "perf-key-00395", - "keyFrameVersion": 986, - "eraseFrameVersion": 987, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00395 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 396, - "token": "perf-key-00396", - "keyFrameVersion": 988, - "eraseFrameVersion": 989, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00396 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 397, - "token": "perf-key-00397", - "keyFrameVersion": 990, - "eraseFrameVersion": 991, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00397 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 398, - "token": "perf-key-00398", - "keyFrameVersion": 992, - "eraseFrameVersion": 993, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00398 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 399, - "token": "perf-key-00399", - "keyFrameVersion": 994, - "eraseFrameVersion": 995, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00399 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 400, - "token": "perf-key-00400", - "keyFrameVersion": 996, - "eraseFrameVersion": 997, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00400 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 401, - "token": "perf-key-00401", - "keyFrameVersion": 998, - "eraseFrameVersion": 999, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00401 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 402, - "token": "perf-key-00402", - "keyFrameVersion": 1000, - "eraseFrameVersion": 1001, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00402 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 403, - "token": "perf-key-00403", - "keyFrameVersion": 1002, - "eraseFrameVersion": 1003, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00403 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 404, - "token": "perf-key-00404", - "keyFrameVersion": 1004, - "eraseFrameVersion": 1005, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00404 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 405, - "token": "perf-key-00405", - "keyFrameVersion": 1006, - "eraseFrameVersion": 1007, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00405 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 406, - "token": "perf-key-00406", - "keyFrameVersion": 1008, - "eraseFrameVersion": 1009, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00406 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 407, - "token": "perf-key-00407", - "keyFrameVersion": 1010, - "eraseFrameVersion": 1011, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00407 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 408, - "token": "perf-key-00408", - "keyFrameVersion": 1012, - "eraseFrameVersion": 1013, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00408 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 409, - "token": "perf-key-00409", - "keyFrameVersion": 1014, - "eraseFrameVersion": 1015, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00409 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 410, - "token": "perf-key-00410", - "keyFrameVersion": 1016, - "eraseFrameVersion": 1017, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00410 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 411, - "token": "perf-key-00411", - "keyFrameVersion": 1018, - "eraseFrameVersion": 1019, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00411 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 412, - "token": "perf-key-00412", - "keyFrameVersion": 1020, - "eraseFrameVersion": 1021, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00412 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 413, - "token": "perf-key-00413", - "keyFrameVersion": 1022, - "eraseFrameVersion": 1023, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00413 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 414, - "token": "perf-key-00414", - "keyFrameVersion": 1024, - "eraseFrameVersion": 1025, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00414 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 415, - "token": "perf-key-00415", - "keyFrameVersion": 1026, - "eraseFrameVersion": 1027, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00415 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 416, - "token": "perf-key-00416", - "keyFrameVersion": 1028, - "eraseFrameVersion": 1029, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00416 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 417, - "token": "perf-key-00417", - "keyFrameVersion": 1030, - "eraseFrameVersion": 1031, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00417 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 418, - "token": "perf-key-00418", - "keyFrameVersion": 1032, - "eraseFrameVersion": 1033, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00418 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 419, - "token": "perf-key-00419", - "keyFrameVersion": 1034, - "eraseFrameVersion": 1035, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00419 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 420, - "token": "perf-key-00420", - "keyFrameVersion": 1036, - "eraseFrameVersion": 1037, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00420 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 421, - "token": "perf-key-00421", - "keyFrameVersion": 1038, - "eraseFrameVersion": 1039, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00421 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 422, - "token": "perf-key-00422", - "keyFrameVersion": 1040, - "eraseFrameVersion": 1042, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00422 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 423, - "token": "perf-key-00423", - "keyFrameVersion": 1043, - "eraseFrameVersion": 1044, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00423 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 424, - "token": "perf-key-00424", - "keyFrameVersion": 1045, - "eraseFrameVersion": 1046, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00424 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 425, - "token": "perf-key-00425", - "keyFrameVersion": 1048, - "eraseFrameVersion": 1049, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00425 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 426, - "token": "perf-key-00426", - "keyFrameVersion": 1050, - "eraseFrameVersion": 1051, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00426 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 427, - "token": "perf-key-00427", - "keyFrameVersion": 1052, - "eraseFrameVersion": 1054, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00427 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 428, - "token": "perf-key-00428", - "keyFrameVersion": 1055, - "eraseFrameVersion": 1056, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00428 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 429, - "token": "perf-key-00429", - "keyFrameVersion": 1057, - "eraseFrameVersion": 1058, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00429 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 430, - "token": "perf-key-00430", - "keyFrameVersion": 1059, - "eraseFrameVersion": 1060, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00430 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 431, - "token": "perf-key-00431", - "keyFrameVersion": 1061, - "eraseFrameVersion": 1062, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00431 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 432, - "token": "perf-key-00432", - "keyFrameVersion": 1063, - "eraseFrameVersion": 1065, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00432 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 433, - "token": "perf-key-00433", - "keyFrameVersion": 1066, - "eraseFrameVersion": 1067, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00433 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 434, - "token": "perf-key-00434", - "keyFrameVersion": 1068, - "eraseFrameVersion": 1069, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00434 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 435, - "token": "perf-key-00435", - "keyFrameVersion": 1070, - "eraseFrameVersion": 1071, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00435 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 436, - "token": "perf-key-00436", - "keyFrameVersion": 1072, - "eraseFrameVersion": 1074, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00436 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 437, - "token": "perf-key-00437", - "keyFrameVersion": 1075, - "eraseFrameVersion": 1076, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00437 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 438, - "token": "perf-key-00438", - "keyFrameVersion": 1077, - "eraseFrameVersion": 1078, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00438 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 439, - "token": "perf-key-00439", - "keyFrameVersion": 1079, - "eraseFrameVersion": 1081, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00439 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 440, - "token": "perf-key-00440", - "keyFrameVersion": 1082, - "eraseFrameVersion": 1083, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00440 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 441, - "token": "perf-key-00441", - "keyFrameVersion": 1084, - "eraseFrameVersion": 1085, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00441 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 442, - "token": "perf-key-00442", - "keyFrameVersion": 1086, - "eraseFrameVersion": 1087, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00442 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 443, - "token": "perf-key-00443", - "keyFrameVersion": 1088, - "eraseFrameVersion": 1089, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00443 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 444, - "token": "perf-key-00444", - "keyFrameVersion": 1090, - "eraseFrameVersion": 1091, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00444 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 445, - "token": "perf-key-00445", - "keyFrameVersion": 1092, - "eraseFrameVersion": 1093, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00445 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 446, - "token": "perf-key-00446", - "keyFrameVersion": 1094, - "eraseFrameVersion": 1095, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00446 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 447, - "token": "perf-key-00447", - "keyFrameVersion": 1096, - "eraseFrameVersion": 1097, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00447 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 448, - "token": "perf-key-00448", - "keyFrameVersion": 1098, - "eraseFrameVersion": 1099, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00448 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 449, - "token": "perf-key-00449", - "keyFrameVersion": 1100, - "eraseFrameVersion": 1101, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00449 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 450, - "token": "perf-key-00450", - "keyFrameVersion": 1102, - "eraseFrameVersion": 1103, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00450 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 451, - "token": "perf-key-00451", - "keyFrameVersion": 1104, - "eraseFrameVersion": 1105, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00451 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 452, - "token": "perf-key-00452", - "keyFrameVersion": 1106, - "eraseFrameVersion": 1107, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00452 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 453, - "token": "perf-key-00453", - "keyFrameVersion": 1108, - "eraseFrameVersion": 1109, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00453 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 454, - "token": "perf-key-00454", - "keyFrameVersion": 1110, - "eraseFrameVersion": 1111, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00454 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 455, - "token": "perf-key-00455", - "keyFrameVersion": 1112, - "eraseFrameVersion": 1113, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00455 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 456, - "token": "perf-key-00456", - "keyFrameVersion": 1114, - "eraseFrameVersion": 1116, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00456 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 457, - "token": "perf-key-00457", - "keyFrameVersion": 1117, - "eraseFrameVersion": 1118, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00457 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 458, - "token": "perf-key-00458", - "keyFrameVersion": 1119, - "eraseFrameVersion": 1120, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00458 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 459, - "token": "perf-key-00459", - "keyFrameVersion": 1121, - "eraseFrameVersion": 1122, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00459 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 460, - "token": "perf-key-00460", - "keyFrameVersion": 1123, - "eraseFrameVersion": 1125, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00460 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 461, - "token": "perf-key-00461", - "keyFrameVersion": 1126, - "eraseFrameVersion": 1127, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00461 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 462, - "token": "perf-key-00462", - "keyFrameVersion": 1128, - "eraseFrameVersion": 1129, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00462 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 463, - "token": "perf-key-00463", - "keyFrameVersion": 1130, - "eraseFrameVersion": 1131, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00463 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 464, - "token": "perf-key-00464", - "keyFrameVersion": 1132, - "eraseFrameVersion": 1133, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00464 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 465, - "token": "perf-key-00465", - "keyFrameVersion": 1134, - "eraseFrameVersion": 1136, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00465 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 466, - "token": "perf-key-00466", - "keyFrameVersion": 1137, - "eraseFrameVersion": 1138, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00466 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 467, - "token": "perf-key-00467", - "keyFrameVersion": 1139, - "eraseFrameVersion": 1140, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00467 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 468, - "token": "perf-key-00468", - "keyFrameVersion": 1141, - "eraseFrameVersion": 1142, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00468 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 469, - "token": "perf-key-00469", - "keyFrameVersion": 1143, - "eraseFrameVersion": 1144, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00469 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 470, - "token": "perf-key-00470", - "keyFrameVersion": 1145, - "eraseFrameVersion": 1146, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00470 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 471, - "token": "perf-key-00471", - "keyFrameVersion": 1147, - "eraseFrameVersion": 1148, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00471 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 472, - "token": "perf-key-00472", - "keyFrameVersion": 1149, - "eraseFrameVersion": 1151, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00472 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 473, - "token": "perf-key-00473", - "keyFrameVersion": 1153, - "eraseFrameVersion": 1155, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00473 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 474, - "token": "perf-key-00474", - "keyFrameVersion": 1156, - "eraseFrameVersion": 1157, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00474 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 475, - "token": "perf-key-00475", - "keyFrameVersion": 1158, - "eraseFrameVersion": 1159, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00475 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 476, - "token": "perf-key-00476", - "keyFrameVersion": 1160, - "eraseFrameVersion": 1161, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00476 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 477, - "token": "perf-key-00477", - "keyFrameVersion": 1162, - "eraseFrameVersion": 1163, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00477 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 478, - "token": "perf-key-00478", - "keyFrameVersion": 1164, - "eraseFrameVersion": 1165, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00478 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 479, - "token": "perf-key-00479", - "keyFrameVersion": 1166, - "eraseFrameVersion": 1167, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00479 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 480, - "token": "perf-key-00480", - "keyFrameVersion": 1168, - "eraseFrameVersion": 1169, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00480 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 481, - "token": "perf-key-00481", - "keyFrameVersion": 1170, - "eraseFrameVersion": 1171, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00481 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 482, - "token": "perf-key-00482", - "keyFrameVersion": 1173, - "eraseFrameVersion": 1174, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00482 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 483, - "token": "perf-key-00483", - "keyFrameVersion": 1175, - "eraseFrameVersion": 1176, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00483 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 484, - "token": "perf-key-00484", - "keyFrameVersion": 1177, - "eraseFrameVersion": 1178, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00484 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 485, - "token": "perf-key-00485", - "keyFrameVersion": 1179, - "eraseFrameVersion": 1180, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00485 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 486, - "token": "perf-key-00486", - "keyFrameVersion": 1181, - "eraseFrameVersion": 1182, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00486 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 487, - "token": "perf-key-00487", - "keyFrameVersion": 1183, - "eraseFrameVersion": 1184, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00487 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 488, - "token": "perf-key-00488", - "keyFrameVersion": 1185, - "eraseFrameVersion": 1186, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00488 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 489, - "token": "perf-key-00489", - "keyFrameVersion": 1187, - "eraseFrameVersion": 1188, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00489 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 490, - "token": "perf-key-00490", - "keyFrameVersion": 1189, - "eraseFrameVersion": 1190, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00490 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 491, - "token": "perf-key-00491", - "keyFrameVersion": 1191, - "eraseFrameVersion": 1192, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00491 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 492, - "token": "perf-key-00492", - "keyFrameVersion": 1193, - "eraseFrameVersion": 1194, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00492 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 493, - "token": "perf-key-00493", - "keyFrameVersion": 1195, - "eraseFrameVersion": 1196, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00493 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 494, - "token": "perf-key-00494", - "keyFrameVersion": 1197, - "eraseFrameVersion": 1198, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00494 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 495, - "token": "perf-key-00495", - "keyFrameVersion": 1200, - "eraseFrameVersion": 1201, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00495 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 496, - "token": "perf-key-00496", - "keyFrameVersion": 1202, - "eraseFrameVersion": 1203, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00496 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 497, - "token": "perf-key-00497", - "keyFrameVersion": 1204, - "eraseFrameVersion": 1205, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00497 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 498, - "token": "perf-key-00498", - "keyFrameVersion": 1206, - "eraseFrameVersion": 1207, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00498 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 499, - "token": "perf-key-00499", - "keyFrameVersion": 1208, - "eraseFrameVersion": 1209, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00499 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 500, - "token": "perf-key-00500", - "keyFrameVersion": 1210, - "eraseFrameVersion": 1212, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00500 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 501, - "token": "perf-key-00501", - "keyFrameVersion": 1213, - "eraseFrameVersion": 1214, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00501 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 502, - "token": "perf-key-00502", - "keyFrameVersion": 1215, - "eraseFrameVersion": 1217, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00502 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 503, - "token": "perf-key-00503", - "keyFrameVersion": 1218, - "eraseFrameVersion": 1219, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00503 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 504, - "token": "perf-key-00504", - "keyFrameVersion": 1220, - "eraseFrameVersion": 1222, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00504 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 505, - "token": "perf-key-00505", - "keyFrameVersion": 1223, - "eraseFrameVersion": 1224, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00505 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 506, - "token": "perf-key-00506", - "keyFrameVersion": 1225, - "eraseFrameVersion": 1226, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00506 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 507, - "token": "perf-key-00507", - "keyFrameVersion": 1227, - "eraseFrameVersion": 1228, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00507 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 508, - "token": "perf-key-00508", - "keyFrameVersion": 1229, - "eraseFrameVersion": 1230, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00508 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 509, - "token": "perf-key-00509", - "keyFrameVersion": 1231, - "eraseFrameVersion": 1232, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00509 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 510, - "token": "perf-key-00510", - "keyFrameVersion": 1233, - "eraseFrameVersion": 1234, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00510 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 511, - "token": "perf-key-00511", - "keyFrameVersion": 1235, - "eraseFrameVersion": 1236, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00511 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 512, - "token": "perf-key-00512", - "keyFrameVersion": 1237, - "eraseFrameVersion": 1238, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00512 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 513, - "token": "perf-key-00513", - "keyFrameVersion": 1239, - "eraseFrameVersion": 1240, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00513 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 514, - "token": "perf-key-00514", - "keyFrameVersion": 1241, - "eraseFrameVersion": 1242, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00514 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 515, - "token": "perf-key-00515", - "keyFrameVersion": 1243, - "eraseFrameVersion": 1245, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00515 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 516, - "token": "perf-key-00516", - "keyFrameVersion": 1246, - "eraseFrameVersion": 1247, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00516 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 517, - "token": "perf-key-00517", - "keyFrameVersion": 1248, - "eraseFrameVersion": 1249, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00517 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 518, - "token": "perf-key-00518", - "keyFrameVersion": 1250, - "eraseFrameVersion": 1251, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00518 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 519, - "token": "perf-key-00519", - "keyFrameVersion": 1252, - "eraseFrameVersion": 1253, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00519 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 520, - "token": "perf-key-00520", - "keyFrameVersion": 1254, - "eraseFrameVersion": 1255, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00520 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 521, - "token": "perf-key-00521", - "keyFrameVersion": 1256, - "eraseFrameVersion": 1257, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00521 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 522, - "token": "perf-key-00522", - "keyFrameVersion": 1258, - "eraseFrameVersion": 1259, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00522 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 523, - "token": "perf-key-00523", - "keyFrameVersion": 1260, - "eraseFrameVersion": 1261, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00523 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 524, - "token": "perf-key-00524", - "keyFrameVersion": 1262, - "eraseFrameVersion": 1263, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00524 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 525, - "token": "perf-key-00525", - "keyFrameVersion": 1264, - "eraseFrameVersion": 1265, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00525 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 526, - "token": "perf-key-00526", - "keyFrameVersion": 1266, - "eraseFrameVersion": 1267, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00526 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 527, - "token": "perf-key-00527", - "keyFrameVersion": 1268, - "eraseFrameVersion": 1269, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00527 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 528, - "token": "perf-key-00528", - "keyFrameVersion": 1270, - "eraseFrameVersion": 1271, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00528 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 529, - "token": "perf-key-00529", - "keyFrameVersion": 1272, - "eraseFrameVersion": 1274, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00529 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 530, - "token": "perf-key-00530", - "keyFrameVersion": 1275, - "eraseFrameVersion": 1276, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00530 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 531, - "token": "perf-key-00531", - "keyFrameVersion": 1277, - "eraseFrameVersion": 1278, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00531 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 532, - "token": "perf-key-00532", - "keyFrameVersion": 1279, - "eraseFrameVersion": 1281, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00532 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 533, - "token": "perf-key-00533", - "keyFrameVersion": 1282, - "eraseFrameVersion": 1283, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00533 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 534, - "token": "perf-key-00534", - "keyFrameVersion": 1284, - "eraseFrameVersion": 1286, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00534 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 535, - "token": "perf-key-00535", - "keyFrameVersion": 1287, - "eraseFrameVersion": 1288, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00535 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 536, - "token": "perf-key-00536", - "keyFrameVersion": 1289, - "eraseFrameVersion": 1290, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00536 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 537, - "token": "perf-key-00537", - "keyFrameVersion": 1291, - "eraseFrameVersion": 1292, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00537 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 538, - "token": "perf-key-00538", - "keyFrameVersion": 1293, - "eraseFrameVersion": 1294, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00538 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 539, - "token": "perf-key-00539", - "keyFrameVersion": 1295, - "eraseFrameVersion": 1296, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00539 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 540, - "token": "perf-key-00540", - "keyFrameVersion": 1298, - "eraseFrameVersion": 1299, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00540 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 541, - "token": "perf-key-00541", - "keyFrameVersion": 1300, - "eraseFrameVersion": 1301, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00541 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 542, - "token": "perf-key-00542", - "keyFrameVersion": 1302, - "eraseFrameVersion": 1303, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00542 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 543, - "token": "perf-key-00543", - "keyFrameVersion": 1304, - "eraseFrameVersion": 1305, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00543 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 544, - "token": "perf-key-00544", - "keyFrameVersion": 1306, - "eraseFrameVersion": 1307, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00544 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 545, - "token": "perf-key-00545", - "keyFrameVersion": 1308, - "eraseFrameVersion": 1309, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00545 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 546, - "token": "perf-key-00546", - "keyFrameVersion": 1310, - "eraseFrameVersion": 1311, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00546 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 547, - "token": "perf-key-00547", - "keyFrameVersion": 1312, - "eraseFrameVersion": 1313, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00547 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 548, - "token": "perf-key-00548", - "keyFrameVersion": 1314, - "eraseFrameVersion": 1316, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00548 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 549, - "token": "perf-key-00549", - "keyFrameVersion": 1317, - "eraseFrameVersion": 1318, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00549 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 550, - "token": "perf-key-00550", - "keyFrameVersion": 1319, - "eraseFrameVersion": 1320, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00550 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 551, - "token": "perf-key-00551", - "keyFrameVersion": 1322, - "eraseFrameVersion": 1323, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00551 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 552, - "token": "perf-key-00552", - "keyFrameVersion": 1324, - "eraseFrameVersion": 1325, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00552 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 553, - "token": "perf-key-00553", - "keyFrameVersion": 1326, - "eraseFrameVersion": 1327, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00553 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 554, - "token": "perf-key-00554", - "keyFrameVersion": 1328, - "eraseFrameVersion": 1329, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00554 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 555, - "token": "perf-key-00555", - "keyFrameVersion": 1330, - "eraseFrameVersion": 1331, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00555 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 556, - "token": "perf-key-00556", - "keyFrameVersion": 1332, - "eraseFrameVersion": 1334, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00556 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 557, - "token": "perf-key-00557", - "keyFrameVersion": 1335, - "eraseFrameVersion": 1336, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00557 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 558, - "token": "perf-key-00558", - "keyFrameVersion": 1337, - "eraseFrameVersion": 1338, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00558 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 559, - "token": "perf-key-00559", - "keyFrameVersion": 1339, - "eraseFrameVersion": 1340, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00559 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 560, - "token": "perf-key-00560", - "keyFrameVersion": 1341, - "eraseFrameVersion": 1342, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00560 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 561, - "token": "perf-key-00561", - "keyFrameVersion": 1343, - "eraseFrameVersion": 1344, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00561 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 562, - "token": "perf-key-00562", - "keyFrameVersion": 1345, - "eraseFrameVersion": 1347, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00562 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 563, - "token": "perf-key-00563", - "keyFrameVersion": 1348, - "eraseFrameVersion": 1349, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00563 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 564, - "token": "perf-key-00564", - "keyFrameVersion": 1350, - "eraseFrameVersion": 1351, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00564 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 565, - "token": "perf-key-00565", - "keyFrameVersion": 1352, - "eraseFrameVersion": 1353, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00565 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 566, - "token": "perf-key-00566", - "keyFrameVersion": 1354, - "eraseFrameVersion": 1355, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00566 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 567, - "token": "perf-key-00567", - "keyFrameVersion": 1356, - "eraseFrameVersion": 1357, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00567 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 568, - "token": "perf-key-00568", - "keyFrameVersion": 1358, - "eraseFrameVersion": 1359, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00568 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 569, - "token": "perf-key-00569", - "keyFrameVersion": 1360, - "eraseFrameVersion": 1361, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00569 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 570, - "token": "perf-key-00570", - "keyFrameVersion": 1362, - "eraseFrameVersion": 1363, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00570 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 571, - "token": "perf-key-00571", - "keyFrameVersion": 1364, - "eraseFrameVersion": 1365, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00571 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 572, - "token": "perf-key-00572", - "keyFrameVersion": 1366, - "eraseFrameVersion": 1367, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00572 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 573, - "token": "perf-key-00573", - "keyFrameVersion": 1368, - "eraseFrameVersion": 1369, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00573 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 574, - "token": "perf-key-00574", - "keyFrameVersion": 1370, - "eraseFrameVersion": 1372, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00574 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 575, - "token": "perf-key-00575", - "keyFrameVersion": 1373, - "eraseFrameVersion": 1374, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00575 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 576, - "token": "perf-key-00576", - "keyFrameVersion": 1375, - "eraseFrameVersion": 1376, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00576 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 577, - "token": "perf-key-00577", - "keyFrameVersion": 1377, - "eraseFrameVersion": 1379, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00577 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 578, - "token": "perf-key-00578", - "keyFrameVersion": 1380, - "eraseFrameVersion": 1381, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00578 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 579, - "token": "perf-key-00579", - "keyFrameVersion": 1382, - "eraseFrameVersion": 1383, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00579 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 580, - "token": "perf-key-00580", - "keyFrameVersion": 1384, - "eraseFrameVersion": 1385, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00580 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 581, - "token": "perf-key-00581", - "keyFrameVersion": 1386, - "eraseFrameVersion": 1387, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00581 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 582, - "token": "perf-key-00582", - "keyFrameVersion": 1388, - "eraseFrameVersion": 1389, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00582 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 583, - "token": "perf-key-00583", - "keyFrameVersion": 1390, - "eraseFrameVersion": 1391, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00583 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 584, - "token": "perf-key-00584", - "keyFrameVersion": 1392, - "eraseFrameVersion": 1393, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00584 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 585, - "token": "perf-key-00585", - "keyFrameVersion": 1394, - "eraseFrameVersion": 1395, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00585 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 586, - "token": "perf-key-00586", - "keyFrameVersion": 1396, - "eraseFrameVersion": 1397, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00586 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 587, - "token": "perf-key-00587", - "keyFrameVersion": 1398, - "eraseFrameVersion": 1399, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00587 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 588, - "token": "perf-key-00588", - "keyFrameVersion": 1400, - "eraseFrameVersion": 1401, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00588 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 589, - "token": "perf-key-00589", - "keyFrameVersion": 1402, - "eraseFrameVersion": 1403, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00589 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 590, - "token": "perf-key-00590", - "keyFrameVersion": 1404, - "eraseFrameVersion": 1405, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00590 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 591, - "token": "perf-key-00591", - "keyFrameVersion": 1406, - "eraseFrameVersion": 1407, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00591 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 592, - "token": "perf-key-00592", - "keyFrameVersion": 1408, - "eraseFrameVersion": 1409, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00592 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 593, - "token": "perf-key-00593", - "keyFrameVersion": 1410, - "eraseFrameVersion": 1411, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00593 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 594, - "token": "perf-key-00594", - "keyFrameVersion": 1412, - "eraseFrameVersion": 1413, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00594 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 595, - "token": "perf-key-00595", - "keyFrameVersion": 1414, - "eraseFrameVersion": 1415, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00595 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 596, - "token": "perf-key-00596", - "keyFrameVersion": 1416, - "eraseFrameVersion": 1417, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00596 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 597, - "token": "perf-key-00597", - "keyFrameVersion": 1418, - "eraseFrameVersion": 1419, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00597 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 598, - "token": "perf-key-00598", - "keyFrameVersion": 1420, - "eraseFrameVersion": 1421, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00598 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 599, - "token": "perf-key-00599", - "keyFrameVersion": 1423, - "eraseFrameVersion": 1424, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00599 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 600, - "token": "perf-key-00600", - "keyFrameVersion": 1425, - "eraseFrameVersion": 1426, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00600 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 601, - "token": "perf-key-00601", - "keyFrameVersion": 1427, - "eraseFrameVersion": 1428, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00601 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 602, - "token": "perf-key-00602", - "keyFrameVersion": 1429, - "eraseFrameVersion": 1430, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00602 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 603, - "token": "perf-key-00603", - "keyFrameVersion": 1431, - "eraseFrameVersion": 1432, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00603 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 604, - "token": "perf-key-00604", - "keyFrameVersion": 1434, - "eraseFrameVersion": 1435, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00604 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 605, - "token": "perf-key-00605", - "keyFrameVersion": 1437, - "eraseFrameVersion": 1439, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00605 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 606, - "token": "perf-key-00606", - "keyFrameVersion": 1441, - "eraseFrameVersion": 1442, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00606 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 607, - "token": "perf-key-00607", - "keyFrameVersion": 1443, - "eraseFrameVersion": 1444, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00607 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 608, - "token": "perf-key-00608", - "keyFrameVersion": 1445, - "eraseFrameVersion": 1446, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00608 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 609, - "token": "perf-key-00609", - "keyFrameVersion": 1447, - "eraseFrameVersion": 1449, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00609 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 610, - "token": "perf-key-00610", - "keyFrameVersion": 1450, - "eraseFrameVersion": 1451, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00610 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 611, - "token": "perf-key-00611", - "keyFrameVersion": 1452, - "eraseFrameVersion": 1453, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00611 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 612, - "token": "perf-key-00612", - "keyFrameVersion": 1454, - "eraseFrameVersion": 1455, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00612 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 613, - "token": "perf-key-00613", - "keyFrameVersion": 1456, - "eraseFrameVersion": 1457, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00613 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 614, - "token": "perf-key-00614", - "keyFrameVersion": 1459, - "eraseFrameVersion": 1461, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00614 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 615, - "token": "perf-key-00615", - "keyFrameVersion": 1462, - "eraseFrameVersion": 1463, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00615 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 616, - "token": "perf-key-00616", - "keyFrameVersion": 1464, - "eraseFrameVersion": 1465, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00616 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 617, - "token": "perf-key-00617", - "keyFrameVersion": 1466, - "eraseFrameVersion": 1467, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00617 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 618, - "token": "perf-key-00618", - "keyFrameVersion": 1468, - "eraseFrameVersion": 1470, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00618 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 619, - "token": "perf-key-00619", - "keyFrameVersion": 1471, - "eraseFrameVersion": 1472, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00619 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 620, - "token": "perf-key-00620", - "keyFrameVersion": 1473, - "eraseFrameVersion": 1474, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00620 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 621, - "token": "perf-key-00621", - "keyFrameVersion": 1475, - "eraseFrameVersion": 1476, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00621 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 622, - "token": "perf-key-00622", - "keyFrameVersion": 1478, - "eraseFrameVersion": 1479, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00622 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 623, - "token": "perf-key-00623", - "keyFrameVersion": 1480, - "eraseFrameVersion": 1481, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00623 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 624, - "token": "perf-key-00624", - "keyFrameVersion": 1482, - "eraseFrameVersion": 1483, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00624 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 625, - "token": "perf-key-00625", - "keyFrameVersion": 1484, - "eraseFrameVersion": 1485, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00625 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 626, - "token": "perf-key-00626", - "keyFrameVersion": 1486, - "eraseFrameVersion": 1487, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00626 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 627, - "token": "perf-key-00627", - "keyFrameVersion": 1488, - "eraseFrameVersion": 1489, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00627 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 628, - "token": "perf-key-00628", - "keyFrameVersion": 1491, - "eraseFrameVersion": 1492, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00628 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 629, - "token": "perf-key-00629", - "keyFrameVersion": 1493, - "eraseFrameVersion": 1495, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00629 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 630, - "token": "perf-key-00630", - "keyFrameVersion": 1496, - "eraseFrameVersion": 1497, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00630 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 631, - "token": "perf-key-00631", - "keyFrameVersion": 1498, - "eraseFrameVersion": 1499, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00631 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 632, - "token": "perf-key-00632", - "keyFrameVersion": 1500, - "eraseFrameVersion": 1501, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00632 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 633, - "token": "perf-key-00633", - "keyFrameVersion": 1502, - "eraseFrameVersion": 1503, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00633 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 634, - "token": "perf-key-00634", - "keyFrameVersion": 1504, - "eraseFrameVersion": 1505, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00634 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 635, - "token": "perf-key-00635", - "keyFrameVersion": 1506, - "eraseFrameVersion": 1507, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00635 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 636, - "token": "perf-key-00636", - "keyFrameVersion": 1508, - "eraseFrameVersion": 1509, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00636 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 637, - "token": "perf-key-00637", - "keyFrameVersion": 1510, - "eraseFrameVersion": 1512, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00637 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 638, - "token": "perf-key-00638", - "keyFrameVersion": 1513, - "eraseFrameVersion": 1515, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00638 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 639, - "token": "perf-key-00639", - "keyFrameVersion": 1516, - "eraseFrameVersion": 1517, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00639 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 640, - "token": "perf-key-00640", - "keyFrameVersion": 1518, - "eraseFrameVersion": 1519, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00640 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 641, - "token": "perf-key-00641", - "keyFrameVersion": 1520, - "eraseFrameVersion": 1522, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00641 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 642, - "token": "perf-key-00642", - "keyFrameVersion": 1523, - "eraseFrameVersion": 1524, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00642 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 643, - "token": "perf-key-00643", - "keyFrameVersion": 1525, - "eraseFrameVersion": 1526, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00643 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 644, - "token": "perf-key-00644", - "keyFrameVersion": 1527, - "eraseFrameVersion": 1529, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00644 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 645, - "token": "perf-key-00645", - "keyFrameVersion": 1530, - "eraseFrameVersion": 1531, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00645 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 646, - "token": "perf-key-00646", - "keyFrameVersion": 1532, - "eraseFrameVersion": 1533, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00646 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 647, - "token": "perf-key-00647", - "keyFrameVersion": 1534, - "eraseFrameVersion": 1535, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00647 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 648, - "token": "perf-key-00648", - "keyFrameVersion": 1536, - "eraseFrameVersion": 1538, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00648 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 649, - "token": "perf-key-00649", - "keyFrameVersion": 1539, - "eraseFrameVersion": 1540, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00649 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 650, - "token": "perf-key-00650", - "keyFrameVersion": 1541, - "eraseFrameVersion": 1542, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00650 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 651, - "token": "perf-key-00651", - "keyFrameVersion": 1543, - "eraseFrameVersion": 1544, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00651 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 652, - "token": "perf-key-00652", - "keyFrameVersion": 1545, - "eraseFrameVersion": 1546, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00652 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 653, - "token": "perf-key-00653", - "keyFrameVersion": 1547, - "eraseFrameVersion": 1548, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00653 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 654, - "token": "perf-key-00654", - "keyFrameVersion": 1549, - "eraseFrameVersion": 1550, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00654 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 655, - "token": "perf-key-00655", - "keyFrameVersion": 1551, - "eraseFrameVersion": 1552, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00655 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 656, - "token": "perf-key-00656", - "keyFrameVersion": 1553, - "eraseFrameVersion": 1554, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00656 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 657, - "token": "perf-key-00657", - "keyFrameVersion": 1555, - "eraseFrameVersion": 1557, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00657 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 658, - "token": "perf-key-00658", - "keyFrameVersion": 1559, - "eraseFrameVersion": 1561, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00658 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 659, - "token": "perf-key-00659", - "keyFrameVersion": 1562, - "eraseFrameVersion": 1563, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00659 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 660, - "token": "perf-key-00660", - "keyFrameVersion": 1564, - "eraseFrameVersion": 1565, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00660 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 661, - "token": "perf-key-00661", - "keyFrameVersion": 1566, - "eraseFrameVersion": 1567, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00661 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 662, - "token": "perf-key-00662", - "keyFrameVersion": 1568, - "eraseFrameVersion": 1569, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00662 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 663, - "token": "perf-key-00663", - "keyFrameVersion": 1571, - "eraseFrameVersion": 1572, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00663 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 664, - "token": "perf-key-00664", - "keyFrameVersion": 1573, - "eraseFrameVersion": 1574, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00664 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 665, - "token": "perf-key-00665", - "keyFrameVersion": 1575, - "eraseFrameVersion": 1576, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00665 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 666, - "token": "perf-key-00666", - "keyFrameVersion": 1577, - "eraseFrameVersion": 1578, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00666 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 667, - "token": "perf-key-00667", - "keyFrameVersion": 1579, - "eraseFrameVersion": 1580, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00667 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 668, - "token": "perf-key-00668", - "keyFrameVersion": 1581, - "eraseFrameVersion": 1582, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00668 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 669, - "token": "perf-key-00669", - "keyFrameVersion": 1583, - "eraseFrameVersion": 1584, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00669 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 670, - "token": "perf-key-00670", - "keyFrameVersion": 1585, - "eraseFrameVersion": 1586, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00670 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 671, - "token": "perf-key-00671", - "keyFrameVersion": 1587, - "eraseFrameVersion": 1588, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00671 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 672, - "token": "perf-key-00672", - "keyFrameVersion": 1589, - "eraseFrameVersion": 1590, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00672 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 673, - "token": "perf-key-00673", - "keyFrameVersion": 1591, - "eraseFrameVersion": 1592, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00673 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 674, - "token": "perf-key-00674", - "keyFrameVersion": 1593, - "eraseFrameVersion": 1594, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00674 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 675, - "token": "perf-key-00675", - "keyFrameVersion": 1595, - "eraseFrameVersion": 1596, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00675 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 676, - "token": "perf-key-00676", - "keyFrameVersion": 1597, - "eraseFrameVersion": 1598, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00676 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 677, - "token": "perf-key-00677", - "keyFrameVersion": 1599, - "eraseFrameVersion": 1600, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00677 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 678, - "token": "perf-key-00678", - "keyFrameVersion": 1601, - "eraseFrameVersion": 1602, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00678 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 679, - "token": "perf-key-00679", - "keyFrameVersion": 1603, - "eraseFrameVersion": 1604, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00679 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 680, - "token": "perf-key-00680", - "keyFrameVersion": 1606, - "eraseFrameVersion": 1607, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00680 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 681, - "token": "perf-key-00681", - "keyFrameVersion": 1608, - "eraseFrameVersion": 1609, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00681 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 682, - "token": "perf-key-00682", - "keyFrameVersion": 1610, - "eraseFrameVersion": 1611, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00682 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 683, - "token": "perf-key-00683", - "keyFrameVersion": 1612, - "eraseFrameVersion": 1613, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00683 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 684, - "token": "perf-key-00684", - "keyFrameVersion": 1614, - "eraseFrameVersion": 1615, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00684 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 685, - "token": "perf-key-00685", - "keyFrameVersion": 1616, - "eraseFrameVersion": 1617, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00685 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 686, - "token": "perf-key-00686", - "keyFrameVersion": 1618, - "eraseFrameVersion": 1620, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00686 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 687, - "token": "perf-key-00687", - "keyFrameVersion": 1621, - "eraseFrameVersion": 1622, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00687 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 688, - "token": "perf-key-00688", - "keyFrameVersion": 1623, - "eraseFrameVersion": 1624, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00688 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 689, - "token": "perf-key-00689", - "keyFrameVersion": 1625, - "eraseFrameVersion": 1626, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00689 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 690, - "token": "perf-key-00690", - "keyFrameVersion": 1627, - "eraseFrameVersion": 1628, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00690 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 691, - "token": "perf-key-00691", - "keyFrameVersion": 1629, - "eraseFrameVersion": 1631, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00691 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 692, - "token": "perf-key-00692", - "keyFrameVersion": 1632, - "eraseFrameVersion": 1633, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00692 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 693, - "token": "perf-key-00693", - "keyFrameVersion": 1634, - "eraseFrameVersion": 1635, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00693 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 694, - "token": "perf-key-00694", - "keyFrameVersion": 1636, - "eraseFrameVersion": 1638, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00694 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 695, - "token": "perf-key-00695", - "keyFrameVersion": 1639, - "eraseFrameVersion": 1640, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00695 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 696, - "token": "perf-key-00696", - "keyFrameVersion": 1641, - "eraseFrameVersion": 1642, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00696 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 697, - "token": "perf-key-00697", - "keyFrameVersion": 1643, - "eraseFrameVersion": 1644, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00697 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 698, - "token": "perf-key-00698", - "keyFrameVersion": 1645, - "eraseFrameVersion": 1647, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00698 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 699, - "token": "perf-key-00699", - "keyFrameVersion": 1648, - "eraseFrameVersion": 1649, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00699 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 700, - "token": "perf-key-00700", - "keyFrameVersion": 1650, - "eraseFrameVersion": 1651, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00700 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 701, - "token": "perf-key-00701", - "keyFrameVersion": 1652, - "eraseFrameVersion": 1653, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00701 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 702, - "token": "perf-key-00702", - "keyFrameVersion": 1654, - "eraseFrameVersion": 1655, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00702 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 703, - "token": "perf-key-00703", - "keyFrameVersion": 1656, - "eraseFrameVersion": 1657, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00703 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 704, - "token": "perf-key-00704", - "keyFrameVersion": 1658, - "eraseFrameVersion": 1659, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00704 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 705, - "token": "perf-key-00705", - "keyFrameVersion": 1660, - "eraseFrameVersion": 1661, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00705 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 706, - "token": "perf-key-00706", - "keyFrameVersion": 1662, - "eraseFrameVersion": 1663, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00706 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 707, - "token": "perf-key-00707", - "keyFrameVersion": 1664, - "eraseFrameVersion": 1665, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00707 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 708, - "token": "perf-key-00708", - "keyFrameVersion": 1666, - "eraseFrameVersion": 1667, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00708 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 709, - "token": "perf-key-00709", - "keyFrameVersion": 1668, - "eraseFrameVersion": 1669, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00709 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 710, - "token": "perf-key-00710", - "keyFrameVersion": 1670, - "eraseFrameVersion": 1671, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00710 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 711, - "token": "perf-key-00711", - "keyFrameVersion": 1672, - "eraseFrameVersion": 1673, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00711 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 712, - "token": "perf-key-00712", - "keyFrameVersion": 1674, - "eraseFrameVersion": 1675, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00712 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 713, - "token": "perf-key-00713", - "keyFrameVersion": 1676, - "eraseFrameVersion": 1677, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00713 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 714, - "token": "perf-key-00714", - "keyFrameVersion": 1678, - "eraseFrameVersion": 1679, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00714 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 715, - "token": "perf-key-00715", - "keyFrameVersion": 1680, - "eraseFrameVersion": 1681, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00715 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 716, - "token": "perf-key-00716", - "keyFrameVersion": 1682, - "eraseFrameVersion": 1683, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00716 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 717, - "token": "perf-key-00717", - "keyFrameVersion": 1684, - "eraseFrameVersion": 1685, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00717 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 718, - "token": "perf-key-00718", - "keyFrameVersion": 1686, - "eraseFrameVersion": 1687, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00718 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 719, - "token": "perf-key-00719", - "keyFrameVersion": 1689, - "eraseFrameVersion": 1690, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00719 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 720, - "token": "perf-key-00720", - "keyFrameVersion": 1691, - "eraseFrameVersion": 1692, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00720 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 721, - "token": "perf-key-00721", - "keyFrameVersion": 1693, - "eraseFrameVersion": 1694, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00721 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 722, - "token": "perf-key-00722", - "keyFrameVersion": 1695, - "eraseFrameVersion": 1696, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00722 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 723, - "token": "perf-key-00723", - "keyFrameVersion": 1697, - "eraseFrameVersion": 1698, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00723 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 724, - "token": "perf-key-00724", - "keyFrameVersion": 1699, - "eraseFrameVersion": 1700, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00724 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 725, - "token": "perf-key-00725", - "keyFrameVersion": 1701, - "eraseFrameVersion": 1702, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00725 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 726, - "token": "perf-key-00726", - "keyFrameVersion": 1703, - "eraseFrameVersion": 1704, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00726 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 727, - "token": "perf-key-00727", - "keyFrameVersion": 1705, - "eraseFrameVersion": 1706, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00727 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 728, - "token": "perf-key-00728", - "keyFrameVersion": 1707, - "eraseFrameVersion": 1708, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00728 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 729, - "token": "perf-key-00729", - "keyFrameVersion": 1709, - "eraseFrameVersion": 1710, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00729 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 730, - "token": "perf-key-00730", - "keyFrameVersion": 1711, - "eraseFrameVersion": 1712, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00730 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 731, - "token": "perf-key-00731", - "keyFrameVersion": 1713, - "eraseFrameVersion": 1714, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00731 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 732, - "token": "perf-key-00732", - "keyFrameVersion": 1715, - "eraseFrameVersion": 1716, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00732 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 733, - "token": "perf-key-00733", - "keyFrameVersion": 1718, - "eraseFrameVersion": 1719, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00733 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 734, - "token": "perf-key-00734", - "keyFrameVersion": 1720, - "eraseFrameVersion": 1721, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00734 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 735, - "token": "perf-key-00735", - "keyFrameVersion": 1722, - "eraseFrameVersion": 1723, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00735 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 736, - "token": "perf-key-00736", - "keyFrameVersion": 1724, - "eraseFrameVersion": 1725, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00736 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 737, - "token": "perf-key-00737", - "keyFrameVersion": 1726, - "eraseFrameVersion": 1727, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00737 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 738, - "token": "perf-key-00738", - "keyFrameVersion": 1728, - "eraseFrameVersion": 1729, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00738 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 739, - "token": "perf-key-00739", - "keyFrameVersion": 1730, - "eraseFrameVersion": 1732, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00739 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 740, - "token": "perf-key-00740", - "keyFrameVersion": 1734, - "eraseFrameVersion": 1735, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00740 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 741, - "token": "perf-key-00741", - "keyFrameVersion": 1736, - "eraseFrameVersion": 1737, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00741 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 742, - "token": "perf-key-00742", - "keyFrameVersion": 1738, - "eraseFrameVersion": 1739, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00742 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 743, - "token": "perf-key-00743", - "keyFrameVersion": 1740, - "eraseFrameVersion": 1741, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00743 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 744, - "token": "perf-key-00744", - "keyFrameVersion": 1742, - "eraseFrameVersion": 1744, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00744 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 745, - "token": "perf-key-00745", - "keyFrameVersion": 1745, - "eraseFrameVersion": 1746, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00745 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 746, - "token": "perf-key-00746", - "keyFrameVersion": 1747, - "eraseFrameVersion": 1748, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00746 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 747, - "token": "perf-key-00747", - "keyFrameVersion": 1749, - "eraseFrameVersion": 1750, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00747 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 748, - "token": "perf-key-00748", - "keyFrameVersion": 1751, - "eraseFrameVersion": 1752, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00748 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 749, - "token": "perf-key-00749", - "keyFrameVersion": 1753, - "eraseFrameVersion": 1754, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00749 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 750, - "token": "perf-key-00750", - "keyFrameVersion": 1755, - "eraseFrameVersion": 1756, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00750 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 751, - "token": "perf-key-00751", - "keyFrameVersion": 1757, - "eraseFrameVersion": 1758, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00751 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 752, - "token": "perf-key-00752", - "keyFrameVersion": 1759, - "eraseFrameVersion": 1760, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00752 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 753, - "token": "perf-key-00753", - "keyFrameVersion": 1761, - "eraseFrameVersion": 1762, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00753 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 754, - "token": "perf-key-00754", - "keyFrameVersion": 1763, - "eraseFrameVersion": 1764, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00754 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 755, - "token": "perf-key-00755", - "keyFrameVersion": 1765, - "eraseFrameVersion": 1766, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00755 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 756, - "token": "perf-key-00756", - "keyFrameVersion": 1767, - "eraseFrameVersion": 1768, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00756 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 757, - "token": "perf-key-00757", - "keyFrameVersion": 1769, - "eraseFrameVersion": 1770, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00757 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 758, - "token": "perf-key-00758", - "keyFrameVersion": 1771, - "eraseFrameVersion": 1772, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00758 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 759, - "token": "perf-key-00759", - "keyFrameVersion": 1773, - "eraseFrameVersion": 1774, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00759 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 760, - "token": "perf-key-00760", - "keyFrameVersion": 1775, - "eraseFrameVersion": 1776, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00760 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 761, - "token": "perf-key-00761", - "keyFrameVersion": 1777, - "eraseFrameVersion": 1778, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00761 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 762, - "token": "perf-key-00762", - "keyFrameVersion": 1779, - "eraseFrameVersion": 1780, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00762 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 763, - "token": "perf-key-00763", - "keyFrameVersion": 1782, - "eraseFrameVersion": 1783, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00763 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 764, - "token": "perf-key-00764", - "keyFrameVersion": 1784, - "eraseFrameVersion": 1785, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00764 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 765, - "token": "perf-key-00765", - "keyFrameVersion": 1786, - "eraseFrameVersion": 1787, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00765 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 766, - "token": "perf-key-00766", - "keyFrameVersion": 1789, - "eraseFrameVersion": 1790, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00766 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 767, - "token": "perf-key-00767", - "keyFrameVersion": 1791, - "eraseFrameVersion": 1792, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00767 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 768, - "token": "perf-key-00768", - "keyFrameVersion": 1793, - "eraseFrameVersion": 1795, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00768 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 769, - "token": "perf-key-00769", - "keyFrameVersion": 1796, - "eraseFrameVersion": 1797, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00769 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 770, - "token": "perf-key-00770", - "keyFrameVersion": 1798, - "eraseFrameVersion": 1799, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00770 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 771, - "token": "perf-key-00771", - "keyFrameVersion": 1800, - "eraseFrameVersion": 1801, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00771 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 772, - "token": "perf-key-00772", - "keyFrameVersion": 1802, - "eraseFrameVersion": 1803, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00772 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 773, - "token": "perf-key-00773", - "keyFrameVersion": 1804, - "eraseFrameVersion": 1805, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00773 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 774, - "token": "perf-key-00774", - "keyFrameVersion": 1806, - "eraseFrameVersion": 1807, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00774 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 775, - "token": "perf-key-00775", - "keyFrameVersion": 1808, - "eraseFrameVersion": 1809, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00775 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 776, - "token": "perf-key-00776", - "keyFrameVersion": 1810, - "eraseFrameVersion": 1811, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00776 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 777, - "token": "perf-key-00777", - "keyFrameVersion": 1812, - "eraseFrameVersion": 1813, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00777 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 778, - "token": "perf-key-00778", - "keyFrameVersion": 1814, - "eraseFrameVersion": 1815, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00778 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 779, - "token": "perf-key-00779", - "keyFrameVersion": 1816, - "eraseFrameVersion": 1817, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00779 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 780, - "token": "perf-key-00780", - "keyFrameVersion": 1818, - "eraseFrameVersion": 1819, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00780 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 781, - "token": "perf-key-00781", - "keyFrameVersion": 1820, - "eraseFrameVersion": 1821, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00781 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 782, - "token": "perf-key-00782", - "keyFrameVersion": 1822, - "eraseFrameVersion": 1823, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00782 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 783, - "token": "perf-key-00783", - "keyFrameVersion": 1824, - "eraseFrameVersion": 1825, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00783 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 784, - "token": "perf-key-00784", - "keyFrameVersion": 1826, - "eraseFrameVersion": 1827, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00784 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 785, - "token": "perf-key-00785", - "keyFrameVersion": 1828, - "eraseFrameVersion": 1829, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00785 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 786, - "token": "perf-key-00786", - "keyFrameVersion": 1830, - "eraseFrameVersion": 1831, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00786 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 787, - "token": "perf-key-00787", - "keyFrameVersion": 1832, - "eraseFrameVersion": 1833, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00787 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 788, - "token": "perf-key-00788", - "keyFrameVersion": 1835, - "eraseFrameVersion": 1836, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00788 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 789, - "token": "perf-key-00789", - "keyFrameVersion": 1837, - "eraseFrameVersion": 1838, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00789 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 790, - "token": "perf-key-00790", - "keyFrameVersion": 1839, - "eraseFrameVersion": 1840, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00790 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 791, - "token": "perf-key-00791", - "keyFrameVersion": 1841, - "eraseFrameVersion": 1842, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00791 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 792, - "token": "perf-key-00792", - "keyFrameVersion": 1843, - "eraseFrameVersion": 1844, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00792 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 793, - "token": "perf-key-00793", - "keyFrameVersion": 1845, - "eraseFrameVersion": 1846, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00793 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 794, - "token": "perf-key-00794", - "keyFrameVersion": 1847, - "eraseFrameVersion": 1849, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00794 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 795, - "token": "perf-key-00795", - "keyFrameVersion": 1850, - "eraseFrameVersion": 1851, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00795 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 796, - "token": "perf-key-00796", - "keyFrameVersion": 1852, - "eraseFrameVersion": 1853, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00796 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 797, - "token": "perf-key-00797", - "keyFrameVersion": 1854, - "eraseFrameVersion": 1855, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00797 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 798, - "token": "perf-key-00798", - "keyFrameVersion": 1856, - "eraseFrameVersion": 1857, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00798 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 799, - "token": "perf-key-00799", - "keyFrameVersion": 1858, - "eraseFrameVersion": 1859, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00799 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 800, - "token": "perf-key-00800", - "keyFrameVersion": 1860, - "eraseFrameVersion": 1861, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00800 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 801, - "token": "perf-key-00801", - "keyFrameVersion": 1862, - "eraseFrameVersion": 1864, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00801 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 802, - "token": "perf-key-00802", - "keyFrameVersion": 1865, - "eraseFrameVersion": 1866, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00802 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 803, - "token": "perf-key-00803", - "keyFrameVersion": 1867, - "eraseFrameVersion": 1868, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00803 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 804, - "token": "perf-key-00804", - "keyFrameVersion": 1869, - "eraseFrameVersion": 1871, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00804 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 805, - "token": "perf-key-00805", - "keyFrameVersion": 1872, - "eraseFrameVersion": 1873, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00805 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 806, - "token": "perf-key-00806", - "keyFrameVersion": 1875, - "eraseFrameVersion": 1877, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00806 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 807, - "token": "perf-key-00807", - "keyFrameVersion": 1879, - "eraseFrameVersion": 1880, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00807 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 808, - "token": "perf-key-00808", - "keyFrameVersion": 1881, - "eraseFrameVersion": 1882, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00808 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 809, - "token": "perf-key-00809", - "keyFrameVersion": 1883, - "eraseFrameVersion": 1884, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00809 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 810, - "token": "perf-key-00810", - "keyFrameVersion": 1885, - "eraseFrameVersion": 1886, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00810 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 811, - "token": "perf-key-00811", - "keyFrameVersion": 1887, - "eraseFrameVersion": 1888, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00811 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 812, - "token": "perf-key-00812", - "keyFrameVersion": 1889, - "eraseFrameVersion": 1890, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00812 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 813, - "token": "perf-key-00813", - "keyFrameVersion": 1891, - "eraseFrameVersion": 1892, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00813 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 814, - "token": "perf-key-00814", - "keyFrameVersion": 1893, - "eraseFrameVersion": 1894, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00814 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 815, - "token": "perf-key-00815", - "keyFrameVersion": 1895, - "eraseFrameVersion": 1896, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00815 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 816, - "token": "perf-key-00816", - "keyFrameVersion": 1897, - "eraseFrameVersion": 1898, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00816 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 817, - "token": "perf-key-00817", - "keyFrameVersion": 1899, - "eraseFrameVersion": 1900, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00817 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 818, - "token": "perf-key-00818", - "keyFrameVersion": 1901, - "eraseFrameVersion": 1902, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00818 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 819, - "token": "perf-key-00819", - "keyFrameVersion": 1903, - "eraseFrameVersion": 1904, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00819 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 820, - "token": "perf-key-00820", - "keyFrameVersion": 1905, - "eraseFrameVersion": 1906, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00820 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 821, - "token": "perf-key-00821", - "keyFrameVersion": 1907, - "eraseFrameVersion": 1908, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00821 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 822, - "token": "perf-key-00822", - "keyFrameVersion": 1909, - "eraseFrameVersion": 1910, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00822 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 823, - "token": "perf-key-00823", - "keyFrameVersion": 1911, - "eraseFrameVersion": 1913, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00823 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 824, - "token": "perf-key-00824", - "keyFrameVersion": 1914, - "eraseFrameVersion": 1915, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00824 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 825, - "token": "perf-key-00825", - "keyFrameVersion": 1917, - "eraseFrameVersion": 1918, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00825 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 826, - "token": "perf-key-00826", - "keyFrameVersion": 1919, - "eraseFrameVersion": 1920, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00826 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 827, - "token": "perf-key-00827", - "keyFrameVersion": 1921, - "eraseFrameVersion": 1922, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00827 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 828, - "token": "perf-key-00828", - "keyFrameVersion": 1923, - "eraseFrameVersion": 1925, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00828 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 829, - "token": "perf-key-00829", - "keyFrameVersion": 1926, - "eraseFrameVersion": 1927, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00829 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 830, - "token": "perf-key-00830", - "keyFrameVersion": 1928, - "eraseFrameVersion": 1929, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00830 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 831, - "token": "perf-key-00831", - "keyFrameVersion": 1931, - "eraseFrameVersion": 1932, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00831 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 832, - "token": "perf-key-00832", - "keyFrameVersion": 1933, - "eraseFrameVersion": 1934, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00832 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 833, - "token": "perf-key-00833", - "keyFrameVersion": 1935, - "eraseFrameVersion": 1936, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00833 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 834, - "token": "perf-key-00834", - "keyFrameVersion": 1937, - "eraseFrameVersion": 1938, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00834 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 835, - "token": "perf-key-00835", - "keyFrameVersion": 1939, - "eraseFrameVersion": 1940, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00835 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 836, - "token": "perf-key-00836", - "keyFrameVersion": 1941, - "eraseFrameVersion": 1942, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00836 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 837, - "token": "perf-key-00837", - "keyFrameVersion": 1943, - "eraseFrameVersion": 1944, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00837 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 838, - "token": "perf-key-00838", - "keyFrameVersion": 1945, - "eraseFrameVersion": 1946, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00838 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 839, - "token": "perf-key-00839", - "keyFrameVersion": 1947, - "eraseFrameVersion": 1948, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00839 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 840, - "token": "perf-key-00840", - "keyFrameVersion": 1950, - "eraseFrameVersion": 1951, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00840 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 841, - "token": "perf-key-00841", - "keyFrameVersion": 1952, - "eraseFrameVersion": 1953, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00841 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 842, - "token": "perf-key-00842", - "keyFrameVersion": 1954, - "eraseFrameVersion": 1955, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00842 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 843, - "token": "perf-key-00843", - "keyFrameVersion": 1956, - "eraseFrameVersion": 1957, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00843 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 844, - "token": "perf-key-00844", - "keyFrameVersion": 1958, - "eraseFrameVersion": 1959, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00844 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 845, - "token": "perf-key-00845", - "keyFrameVersion": 1960, - "eraseFrameVersion": 1962, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00845 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 846, - "token": "perf-key-00846", - "keyFrameVersion": 1964, - "eraseFrameVersion": 1965, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00846 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 847, - "token": "perf-key-00847", - "keyFrameVersion": 1966, - "eraseFrameVersion": 1967, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00847 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 848, - "token": "perf-key-00848", - "keyFrameVersion": 1968, - "eraseFrameVersion": 1969, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00848 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 849, - "token": "perf-key-00849", - "keyFrameVersion": 1970, - "eraseFrameVersion": 1971, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00849 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 850, - "token": "perf-key-00850", - "keyFrameVersion": 1972, - "eraseFrameVersion": 1973, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00850 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 851, - "token": "perf-key-00851", - "keyFrameVersion": 1974, - "eraseFrameVersion": 1975, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00851 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 852, - "token": "perf-key-00852", - "keyFrameVersion": 1976, - "eraseFrameVersion": 1978, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00852 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 853, - "token": "perf-key-00853", - "keyFrameVersion": 1979, - "eraseFrameVersion": 1980, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00853 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 854, - "token": "perf-key-00854", - "keyFrameVersion": 1981, - "eraseFrameVersion": 1982, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00854 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 855, - "token": "perf-key-00855", - "keyFrameVersion": 1983, - "eraseFrameVersion": 1984, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00855 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 856, - "token": "perf-key-00856", - "keyFrameVersion": 1985, - "eraseFrameVersion": 1986, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00856 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 857, - "token": "perf-key-00857", - "keyFrameVersion": 1987, - "eraseFrameVersion": 1988, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00857 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 858, - "token": "perf-key-00858", - "keyFrameVersion": 1989, - "eraseFrameVersion": 1991, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00858 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 859, - "token": "perf-key-00859", - "keyFrameVersion": 1992, - "eraseFrameVersion": 1993, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00859 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 860, - "token": "perf-key-00860", - "keyFrameVersion": 1994, - "eraseFrameVersion": 1995, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00860 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 861, - "token": "perf-key-00861", - "keyFrameVersion": 1996, - "eraseFrameVersion": 1997, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00861 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 862, - "token": "perf-key-00862", - "keyFrameVersion": 1998, - "eraseFrameVersion": 1999, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00862 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 863, - "token": "perf-key-00863", - "keyFrameVersion": 2000, - "eraseFrameVersion": 2001, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00863 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 864, - "token": "perf-key-00864", - "keyFrameVersion": 2002, - "eraseFrameVersion": 2003, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00864 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 865, - "token": "perf-key-00865", - "keyFrameVersion": 2004, - "eraseFrameVersion": 2005, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00865 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 866, - "token": "perf-key-00866", - "keyFrameVersion": 2006, - "eraseFrameVersion": 2007, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00866 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 867, - "token": "perf-key-00867", - "keyFrameVersion": 2008, - "eraseFrameVersion": 2009, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00867 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 868, - "token": "perf-key-00868", - "keyFrameVersion": 2010, - "eraseFrameVersion": 2011, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00868 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 869, - "token": "perf-key-00869", - "keyFrameVersion": 2012, - "eraseFrameVersion": 2013, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00869 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 870, - "token": "perf-key-00870", - "keyFrameVersion": 2014, - "eraseFrameVersion": 2015, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00870 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 871, - "token": "perf-key-00871", - "keyFrameVersion": 2016, - "eraseFrameVersion": 2017, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00871 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 872, - "token": "perf-key-00872", - "keyFrameVersion": 2018, - "eraseFrameVersion": 2019, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00872 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 873, - "token": "perf-key-00873", - "keyFrameVersion": 2020, - "eraseFrameVersion": 2021, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00873 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 874, - "token": "perf-key-00874", - "keyFrameVersion": 2022, - "eraseFrameVersion": 2023, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00874 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 875, - "token": "perf-key-00875", - "keyFrameVersion": 2024, - "eraseFrameVersion": 2025, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00875 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 876, - "token": "perf-key-00876", - "keyFrameVersion": 2026, - "eraseFrameVersion": 2027, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00876 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 877, - "token": "perf-key-00877", - "keyFrameVersion": 2028, - "eraseFrameVersion": 2029, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00877 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 878, - "token": "perf-key-00878", - "keyFrameVersion": 2030, - "eraseFrameVersion": 2031, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00878 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 879, - "token": "perf-key-00879", - "keyFrameVersion": 2032, - "eraseFrameVersion": 2033, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00879 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 880, - "token": "perf-key-00880", - "keyFrameVersion": 2034, - "eraseFrameVersion": 2035, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00880 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 881, - "token": "perf-key-00881", - "keyFrameVersion": 2036, - "eraseFrameVersion": 2037, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00881 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 882, - "token": "perf-key-00882", - "keyFrameVersion": 2038, - "eraseFrameVersion": 2039, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00882 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 883, - "token": "perf-key-00883", - "keyFrameVersion": 2041, - "eraseFrameVersion": 2042, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00883 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 884, - "token": "perf-key-00884", - "keyFrameVersion": 2043, - "eraseFrameVersion": 2044, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00884 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 885, - "token": "perf-key-00885", - "keyFrameVersion": 2045, - "eraseFrameVersion": 2046, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00885 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 886, - "token": "perf-key-00886", - "keyFrameVersion": 2047, - "eraseFrameVersion": 2049, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00886 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 887, - "token": "perf-key-00887", - "keyFrameVersion": 2050, - "eraseFrameVersion": 2051, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00887 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 888, - "token": "perf-key-00888", - "keyFrameVersion": 2052, - "eraseFrameVersion": 2053, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00888 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 889, - "token": "perf-key-00889", - "keyFrameVersion": 2055, - "eraseFrameVersion": 2057, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00889 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 890, - "token": "perf-key-00890", - "keyFrameVersion": 2058, - "eraseFrameVersion": 2059, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00890 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 891, - "token": "perf-key-00891", - "keyFrameVersion": 2060, - "eraseFrameVersion": 2061, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00891 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 892, - "token": "perf-key-00892", - "keyFrameVersion": 2062, - "eraseFrameVersion": 2063, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00892 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 893, - "token": "perf-key-00893", - "keyFrameVersion": 2064, - "eraseFrameVersion": 2065, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00893 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 894, - "token": "perf-key-00894", - "keyFrameVersion": 2066, - "eraseFrameVersion": 2068, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00894 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 895, - "token": "perf-key-00895", - "keyFrameVersion": 2069, - "eraseFrameVersion": 2070, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00895 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 896, - "token": "perf-key-00896", - "keyFrameVersion": 2071, - "eraseFrameVersion": 2072, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00896 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 897, - "token": "perf-key-00897", - "keyFrameVersion": 2073, - "eraseFrameVersion": 2074, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00897 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 898, - "token": "perf-key-00898", - "keyFrameVersion": 2075, - "eraseFrameVersion": 2076, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00898 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 899, - "token": "perf-key-00899", - "keyFrameVersion": 2077, - "eraseFrameVersion": 2078, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00899 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 900, - "token": "perf-key-00900", - "keyFrameVersion": 2079, - "eraseFrameVersion": 2080, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00900 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 901, - "token": "perf-key-00901", - "keyFrameVersion": 2081, - "eraseFrameVersion": 2082, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00901 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 902, - "token": "perf-key-00902", - "keyFrameVersion": 2083, - "eraseFrameVersion": 2084, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00902 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 903, - "token": "perf-key-00903", - "keyFrameVersion": 2085, - "eraseFrameVersion": 2086, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00903 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 904, - "token": "perf-key-00904", - "keyFrameVersion": 2087, - "eraseFrameVersion": 2088, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00904 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 905, - "token": "perf-key-00905", - "keyFrameVersion": 2089, - "eraseFrameVersion": 2090, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00905 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 906, - "token": "perf-key-00906", - "keyFrameVersion": 2091, - "eraseFrameVersion": 2092, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00906 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 907, - "token": "perf-key-00907", - "keyFrameVersion": 2093, - "eraseFrameVersion": 2094, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00907 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 908, - "token": "perf-key-00908", - "keyFrameVersion": 2095, - "eraseFrameVersion": 2096, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00908 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 909, - "token": "perf-key-00909", - "keyFrameVersion": 2097, - "eraseFrameVersion": 2098, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00909 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 910, - "token": "perf-key-00910", - "keyFrameVersion": 2099, - "eraseFrameVersion": 2100, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00910 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 911, - "token": "perf-key-00911", - "keyFrameVersion": 2101, - "eraseFrameVersion": 2102, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00911 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 912, - "token": "perf-key-00912", - "keyFrameVersion": 2103, - "eraseFrameVersion": 2104, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00912 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 913, - "token": "perf-key-00913", - "keyFrameVersion": 2105, - "eraseFrameVersion": 2106, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00913 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 914, - "token": "perf-key-00914", - "keyFrameVersion": 2108, - "eraseFrameVersion": 2110, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00914 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 915, - "token": "perf-key-00915", - "keyFrameVersion": 2111, - "eraseFrameVersion": 2112, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00915 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 916, - "token": "perf-key-00916", - "keyFrameVersion": 2114, - "eraseFrameVersion": 2115, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00916 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 917, - "token": "perf-key-00917", - "keyFrameVersion": 2116, - "eraseFrameVersion": 2117, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00917 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 918, - "token": "perf-key-00918", - "keyFrameVersion": 2118, - "eraseFrameVersion": 2119, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00918 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 919, - "token": "perf-key-00919", - "keyFrameVersion": 2120, - "eraseFrameVersion": 2121, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00919 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 920, - "token": "perf-key-00920", - "keyFrameVersion": 2122, - "eraseFrameVersion": 2123, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00920 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 921, - "token": "perf-key-00921", - "keyFrameVersion": 2124, - "eraseFrameVersion": 2125, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00921 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 922, - "token": "perf-key-00922", - "keyFrameVersion": 2126, - "eraseFrameVersion": 2127, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00922 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 923, - "token": "perf-key-00923", - "keyFrameVersion": 2128, - "eraseFrameVersion": 2129, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00923 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 924, - "token": "perf-key-00924", - "keyFrameVersion": 2130, - "eraseFrameVersion": 2131, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00924 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 925, - "token": "perf-key-00925", - "keyFrameVersion": 2132, - "eraseFrameVersion": 2133, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00925 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 926, - "token": "perf-key-00926", - "keyFrameVersion": 2134, - "eraseFrameVersion": 2135, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00926 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 927, - "token": "perf-key-00927", - "keyFrameVersion": 2136, - "eraseFrameVersion": 2137, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00927 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 928, - "token": "perf-key-00928", - "keyFrameVersion": 2138, - "eraseFrameVersion": 2139, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00928 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 929, - "token": "perf-key-00929", - "keyFrameVersion": 2140, - "eraseFrameVersion": 2141, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00929 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 930, - "token": "perf-key-00930", - "keyFrameVersion": 2142, - "eraseFrameVersion": 2143, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00930 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 931, - "token": "perf-key-00931", - "keyFrameVersion": 2144, - "eraseFrameVersion": 2145, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00931 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 932, - "token": "perf-key-00932", - "keyFrameVersion": 2146, - "eraseFrameVersion": 2147, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00932 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 933, - "token": "perf-key-00933", - "keyFrameVersion": 2148, - "eraseFrameVersion": 2149, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00933 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 934, - "token": "perf-key-00934", - "keyFrameVersion": 2150, - "eraseFrameVersion": 2151, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00934 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 935, - "token": "perf-key-00935", - "keyFrameVersion": 2152, - "eraseFrameVersion": 2153, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00935 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 936, - "token": "perf-key-00936", - "keyFrameVersion": 2154, - "eraseFrameVersion": 2155, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00936 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 937, - "token": "perf-key-00937", - "keyFrameVersion": 2156, - "eraseFrameVersion": 2157, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00937 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 938, - "token": "perf-key-00938", - "keyFrameVersion": 2158, - "eraseFrameVersion": 2159, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00938 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 939, - "token": "perf-key-00939", - "keyFrameVersion": 2160, - "eraseFrameVersion": 2161, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00939 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 940, - "token": "perf-key-00940", - "keyFrameVersion": 2162, - "eraseFrameVersion": 2163, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00940 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 941, - "token": "perf-key-00941", - "keyFrameVersion": 2164, - "eraseFrameVersion": 2165, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00941 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 942, - "token": "perf-key-00942", - "keyFrameVersion": 2166, - "eraseFrameVersion": 2167, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00942 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 943, - "token": "perf-key-00943", - "keyFrameVersion": 2168, - "eraseFrameVersion": 2169, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00943 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 944, - "token": "perf-key-00944", - "keyFrameVersion": 2170, - "eraseFrameVersion": 2171, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00944 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 945, - "token": "perf-key-00945", - "keyFrameVersion": 2172, - "eraseFrameVersion": 2173, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00945 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 946, - "token": "perf-key-00946", - "keyFrameVersion": 2175, - "eraseFrameVersion": 2176, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00946 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 947, - "token": "perf-key-00947", - "keyFrameVersion": 2177, - "eraseFrameVersion": 2178, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00947 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 948, - "token": "perf-key-00948", - "keyFrameVersion": 2179, - "eraseFrameVersion": 2180, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00948 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 949, - "token": "perf-key-00949", - "keyFrameVersion": 2181, - "eraseFrameVersion": 2182, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00949 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 950, - "token": "perf-key-00950", - "keyFrameVersion": 2183, - "eraseFrameVersion": 2184, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00950 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 951, - "token": "perf-key-00951", - "keyFrameVersion": 2185, - "eraseFrameVersion": 2186, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00951 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 952, - "token": "perf-key-00952", - "keyFrameVersion": 2187, - "eraseFrameVersion": 2188, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00952 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 953, - "token": "perf-key-00953", - "keyFrameVersion": 2189, - "eraseFrameVersion": 2190, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00953 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 954, - "token": "perf-key-00954", - "keyFrameVersion": 2191, - "eraseFrameVersion": 2192, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00954 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 955, - "token": "perf-key-00955", - "keyFrameVersion": 2193, - "eraseFrameVersion": 2194, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00955 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 956, - "token": "perf-key-00956", - "keyFrameVersion": 2195, - "eraseFrameVersion": 2196, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00956 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 957, - "token": "perf-key-00957", - "keyFrameVersion": 2197, - "eraseFrameVersion": 2198, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00957 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 958, - "token": "perf-key-00958", - "keyFrameVersion": 2200, - "eraseFrameVersion": 2201, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00958 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 959, - "token": "perf-key-00959", - "keyFrameVersion": 2202, - "eraseFrameVersion": 2203, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00959 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 960, - "token": "perf-key-00960", - "keyFrameVersion": 2204, - "eraseFrameVersion": 2205, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00960 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 961, - "token": "perf-key-00961", - "keyFrameVersion": 2206, - "eraseFrameVersion": 2207, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00961 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 962, - "token": "perf-key-00962", - "keyFrameVersion": 2208, - "eraseFrameVersion": 2209, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00962 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 963, - "token": "perf-key-00963", - "keyFrameVersion": 2210, - "eraseFrameVersion": 2212, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00963 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 964, - "token": "perf-key-00964", - "keyFrameVersion": 2213, - "eraseFrameVersion": 2214, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00964 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 965, - "token": "perf-key-00965", - "keyFrameVersion": 2215, - "eraseFrameVersion": 2216, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00965 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 966, - "token": "perf-key-00966", - "keyFrameVersion": 2217, - "eraseFrameVersion": 2218, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00966 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 967, - "token": "perf-key-00967", - "keyFrameVersion": 2219, - "eraseFrameVersion": 2220, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00967 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 968, - "token": "perf-key-00968", - "keyFrameVersion": 2221, - "eraseFrameVersion": 2222, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00968 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 969, - "token": "perf-key-00969", - "keyFrameVersion": 2223, - "eraseFrameVersion": 2224, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00969 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 970, - "token": "perf-key-00970", - "keyFrameVersion": 2225, - "eraseFrameVersion": 2227, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00970 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 971, - "token": "perf-key-00971", - "keyFrameVersion": 2228, - "eraseFrameVersion": 2229, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00971 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 972, - "token": "perf-key-00972", - "keyFrameVersion": 2230, - "eraseFrameVersion": 2231, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00972 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 973, - "token": "perf-key-00973", - "keyFrameVersion": 2233, - "eraseFrameVersion": 2234, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00973 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 974, - "token": "perf-key-00974", - "keyFrameVersion": 2235, - "eraseFrameVersion": 2236, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00974 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 975, - "token": "perf-key-00975", - "keyFrameVersion": 2237, - "eraseFrameVersion": 2238, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00975 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 976, - "token": "perf-key-00976", - "keyFrameVersion": 2240, - "eraseFrameVersion": 2242, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00976 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 977, - "token": "perf-key-00977", - "keyFrameVersion": 2243, - "eraseFrameVersion": 2244, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00977 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 978, - "token": "perf-key-00978", - "keyFrameVersion": 2245, - "eraseFrameVersion": 2246, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00978 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 979, - "token": "perf-key-00979", - "keyFrameVersion": 2247, - "eraseFrameVersion": 2248, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00979 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 980, - "token": "perf-key-00980", - "keyFrameVersion": 2249, - "eraseFrameVersion": 2250, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00980 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 981, - "token": "perf-key-00981", - "keyFrameVersion": 2251, - "eraseFrameVersion": 2252, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00981 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 982, - "token": "perf-key-00982", - "keyFrameVersion": 2254, - "eraseFrameVersion": 2255, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00982 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 983, - "token": "perf-key-00983", - "keyFrameVersion": 2256, - "eraseFrameVersion": 2258, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00983 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 984, - "token": "perf-key-00984", - "keyFrameVersion": 2259, - "eraseFrameVersion": 2260, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00984 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 985, - "token": "perf-key-00985", - "keyFrameVersion": 2261, - "eraseFrameVersion": 2262, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00985 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 986, - "token": "perf-key-00986", - "keyFrameVersion": 2263, - "eraseFrameVersion": 2264, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00986 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 987, - "token": "perf-key-00987", - "keyFrameVersion": 2265, - "eraseFrameVersion": 2266, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00987 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 988, - "token": "perf-key-00988", - "keyFrameVersion": 2267, - "eraseFrameVersion": 2268, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00988 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 989, - "token": "perf-key-00989", - "keyFrameVersion": 2269, - "eraseFrameVersion": 2270, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00989 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 990, - "token": "perf-key-00990", - "keyFrameVersion": 2271, - "eraseFrameVersion": 2272, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00990 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 991, - "token": "perf-key-00991", - "keyFrameVersion": 2273, - "eraseFrameVersion": 2275, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00991 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 992, - "token": "perf-key-00992", - "keyFrameVersion": 2276, - "eraseFrameVersion": 2278, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00992 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 993, - "token": "perf-key-00993", - "keyFrameVersion": 2279, - "eraseFrameVersion": 2280, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00993 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 994, - "token": "perf-key-00994", - "keyFrameVersion": 2281, - "eraseFrameVersion": 2283, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00994 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 995, - "token": "perf-key-00995", - "keyFrameVersion": 2284, - "eraseFrameVersion": 2285, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00995 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 996, - "token": "perf-key-00996", - "keyFrameVersion": 2286, - "eraseFrameVersion": 2288, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00996 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 997, - "token": "perf-key-00997", - "keyFrameVersion": 2289, - "eraseFrameVersion": 2290, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00997 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 998, - "token": "perf-key-00998", - "keyFrameVersion": 2291, - "eraseFrameVersion": 2292, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00998 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 999, - "token": "perf-key-00999", - "keyFrameVersion": 2293, - "eraseFrameVersion": 2294, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-00999 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - }, - { - "index": 1000, - "token": "perf-key-01000", - "keyFrameVersion": 2295, - "eraseFrameVersion": 2296, - "keyFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " perf-key-01000 ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ], - "eraseFrame": [ - "braid cwd braid-performance-10000-0KnuXR · session New conversation", - " Performance seed conversation with normalized text events. ", - " ", - " Completed Braid performance conversation (10000 committed events); recent ", - " event 9997. ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "────────────────────────────────────────────────────────────────────────────────", - " ", - "────────────────────────────────────────────────────────────────────────────────", - "completed model automatic", - "AgentProfile Braid performance profile · runner pi Ctrl+P commands" - ] - } - ] - }, - "details": {}, - "failureReasons": [], - "provenance": { - "seed": "10000-event-encrypted-sqlite-headless-production", - "inputBinding": "unique perf-key-N text accepted by the real PTY composer", - "eraseBinding": "Ctrl-U followed by a later frame with no perf-key-N token", - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a" - } - }, - { - "kind": "distribution", - "name": "PERF-04", - "unit": "ms", - "n": 10000, - "minimum": 3.924732000014046, - "median": 21.236068000027444, - "p90": 30.873592999996617, - "p95": 32.554675000021234, - "p99": 34.78197299997555, - "maximum": 43.15914599999087, - "target": { - "metric": "runtime-event-to-updated-frame", - "percentile": "p95", - "operator": "<=", - "value": 50 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "@xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "memory-journal-runtime-frame-path", - "eventCount": 10000 - }, - "state": "warm", - "repetitions": 10000, - "rawSamples": [ - 6.864243999996688, - 17.060281999991275, - 12.504635999997845, - 6.822631999995792, - 16.017206999997143, - 11.810468999989098, - 6.675691999989795, - 15.665864000009606, - 10.680663000006462, - 5.401761999994051, - 16.719450000004144, - 11.815077000006568, - 6.723495999991428, - 16.108115999988513, - 10.90610699998797, - 5.5470989999885205, - 15.56233099999372, - 10.645753999997396, - 5.373247000010451, - 16.618622000009054, - 11.677947999996832, - 6.50770200000261, - 17.87823300002492, - 12.945314000011422, - 7.850737000000663, - 17.59962400002405, - 12.508133000024827, - 7.2470480000192765, - 19.619914000009885, - 14.81982699999935, - 9.243832000007387, - 18.885708999994677, - 13.983761000010418, - 8.782173000014154, - 18.98686699999962, - 14.307377999997698, - 9.157230999990134, - 3.924732000014046, - 15.65567400000873, - 10.770699999993667, - 6.134946999984095, - 16.845708999986527, - 11.795589999994263, - 7.011785000009695, - 17.688488999992842, - 12.525637999991886, - 7.880174999998417, - 17.681486000015866, - 12.507322000019485, - 7.6206340000208, - 20.201651000010315, - 15.05039200000465, - 10.311175000009825, - 19.489346999995178, - 14.38352799997665, - 9.194313999993028, - 19.976116000005277, - 15.07663299998967, - 10.18999499999336, - 19.48665199999232, - 14.374240000004647, - 9.131049999996321, - 4.215705999988131, - 16.455359999992652, - 10.595655000011902, - 6.278298999997787, - 16.548462999984622, - 12.1841349999886, - 6.984059999987949, - 17.10601200000383, - 11.87429500001599, - 6.8541640000185, - 18.675273000000743, - 13.045161000016378, - 8.329239000013331, - 18.468666000000667, - 13.491831000021193, - 8.808753999997862, - 20.81840600000578, - 16.03651499998523, - 11.23303100001067, - 6.024620000011055, - 16.313059000007343, - 10.864455000002636, - 5.0485159999807365, - 15.862051000003703, - 10.620032999984687, - 5.707846000004793, - 18.149096000008285, - 13.204094000015175, - 7.908900999987964, - 19.188183999998728, - 13.93279000002076, - 8.895195000019157, - 18.113726999989012, - 12.555145999998786, - 7.878581999975722, - 20.80866700000479, - 16.01800800001365, - 11.318880000006175, - 5.7218030000221916, - 17.16891599999508, - 12.030632999987574, - 7.748335999989649, - 19.959273000014946, - 14.506740000011632, - 8.751061000017216, - 19.374230000015814, - 14.386813999997685, - 9.7194690000033, - 4.975703000003705, - 16.231027999980142, - 11.042174999980489, - 6.0041999999957625, - 16.838363999995636, - 11.869435000000522, - 6.68460999999661, - 17.786072000017157, - 12.665543000010075, - 7.530466000025626, - 18.974221999989823, - 14.238442000001669, - 8.803313999989768, - 20.107955999992555, - 14.445049000001745, - 9.797282000014093, - 19.817272999993293, - 14.668448999989778, - 9.712605000007898, - 20.179948000004515, - 15.8667500000156, - 10.705461000005016, - 5.747533000016119, - 18.269453999993857, - 12.884183999995003, - 8.044358999992255, - 18.525257999979658, - 13.133304999995744, - 7.926746999990428, - 17.120629999990342, - 11.091331000003265, - 5.680690999986837, - 19.62919300000067, - 14.371394000016153, - 9.380640999996103, - 20.000514000013936, - 15.229024000000209, - 10.191178000008222, - 20.659783000010066, - 15.273802000010619, - 9.995433000003686, - 20.196641000016825, - 15.490259000012884, - 10.11732300001313, - 20.968040999985533, - 15.338248999993084, - 9.98420099998475, - 20.97815000000992, - 16.246047000022372, - 11.250664999999572, - 23.16529899998568, - 17.452894999994896, - 12.391663999995217, - 22.5297379999829, - 17.535708999988856, - 12.788986999978079, - 21.967588999978034, - 15.815077999985078, - 11.237438999989536, - 20.881089000002248, - 15.928611999988789, - 11.620334000006551, - 5.820235999999568, - 16.83098999998765, - 10.839666000014404, - 6.606174999993527, - 17.14794399999664, - 13.049750000005588, - 7.678336999990279, - 17.52759199999855, - 13.210186000011163, - 8.262619000015547, - 17.130449999996927, - 12.139416999998502, - 7.914011999993818, - 19.213503999984823, - 14.129877999977907, - 8.876447999995435, - 20.084880999987945, - 15.004851999983657, - 10.033106999995653, - 20.113337000017054, - 14.5178930000111, - 9.281036000000313, - 21.31399200001033, - 16.740451999998186, - 11.664381000009598, - 21.522503999993205, - 16.729970999993384, - 11.722174999973504, - 7.105569999985164, - 16.918441999994684, - 11.421562000003178, - 6.207488999993075, - 15.976376000005985, - 11.562008999986574, - 5.931475999997929, - 16.927049000019906, - 11.865056000009645, - 7.021823999995831, - 16.432453999994323, - 11.79395600000862, - 6.534874000004493, - 17.152783999976236, - 11.911527999996906, - 6.432181999989552, - 18.256839000008767, - 13.227149999991525, - 8.199423999991268, - 19.172512999997707, - 14.163444000005256, - 9.081302000005962, - 19.13803500001086, - 14.703257999994094, - 9.753305999998702, - 22.654673999990337, - 17.24603800001205, - 12.080700999998953, - 21.031646000017645, - 16.292519000009634, - 11.752785000018775, - 6.557018999999855, - 16.763447000004817, - 12.463654999999562, - 7.09419699999853, - 15.879756000009365, - 10.495457000011811, - 5.459675999998581, - 19.444588999991538, - 14.402785999991465, - 9.307326999987708, - 19.749600000010105, - 13.7386370000022, - 8.296665000001667, - 19.101653000019724, - 13.603601000009803, - 8.581046000006609, - 21.81619199999841, - 16.313179999997374, - 10.363228000001982, - 20.992188999982318, - 15.565566999983275, - 10.912188999995124, - 19.715612999978475, - 14.655122999974992, - 9.228931999998167, - 22.722527000005357, - 16.718407999986084, - 10.816279999999097, - 19.37905000001774, - 14.640053000010084, - 9.156580000009853, - 20.291087000019616, - 15.274101999995764, - 10.268771000002744, - 21.564595999981975, - 16.318520000000717, - 11.539985999988858, - 6.737754999980098, - 16.532021000020904, - 11.28954200001317, - 6.008377000020118, - 16.360743999975966, - 11.221888999978546, - 6.326744999998482, - 19.009912999987137, - 13.938240999996196, - 8.014148999995086, - 19.990674999979092, - 15.529414999997243, - 9.565104999986943, - 18.295966000005137, - 13.270064000011189, - 8.518082000024151, - 20.933092000021134, - 16.65824000001885, - 11.645764000015333, - 6.287979000015184, - 17.049981000018306, - 11.56695900001796, - 6.346113000006881, - 17.92693899999722, - 12.543552999995882, - 7.7704089999897406, - 19.772044999990612, - 14.426192000013543, - 9.586137000005692, - 20.71339900000021, - 15.19410500000231, - 9.32979200000409, - 21.096484000008786, - 16.02576400001999, - 11.222370000003139, - 5.473113000014564, - 18.015614000003552, - 12.55901399999857, - 8.331455000006827, - 19.691525999980513, - 14.361714999977266, - 9.24753999998211, - 19.939734999992652, - 15.356325000000652, - 9.971846000000369, - 20.786281999986386, - 15.670192999998108, - 10.609341999981552, - 5.728375999984564, - 17.079759999993257, - 11.61321000001044, - 6.856117999996059, - 17.960885999986203, - 13.009701000002678, - 8.34399900000426, - 22.13078099998529, - 17.729250000003958, - 11.95808899999247, - 21.282560999999987, - 16.606658000004245, - 10.961757000011858, - 20.744871000002604, - 16.13594100001501, - 11.05723500001477, - 6.570644999999786, - 17.623721999989357, - 12.566388000006555, - 7.8185039999953005, - 19.065512000001036, - 14.453464999998687, - 9.403535999997985, - 21.667388999980176, - 17.47321599998395, - 11.670542999985628, - 6.515797999978531, - 17.256418000004487, - 12.0707720000064, - 6.7409610000031535, - 15.110729999985779, - 9.991313999984413, - 5.8344839999917895, - 17.742464999988442, - 12.725191000004997, - 7.621224999980768, - 15.977708999998868, - 10.836930000019493, - 5.621475000021746, - 16.724840000009863, - 10.75016900000628, - 20.47916799999075, - 15.038678999990225, - 10.150938999984646, - 24.180469999992056, - 19.683239000005415, - 13.68822799998452, - 23.675594999978784, - 18.098786999995355, - 12.383237000001827, - 20.449529999983497, - 15.063106999994488, - 9.531608999997843, - 20.45312599997851, - 15.893072000006214, - 10.751351999992039, - 20.3427789999987, - 15.561067999980878, - 10.325522999977693, - 21.018009999999776, - 15.396283999987645, - 10.313750000001164, - 22.386876000004122, - 16.955654999997932, - 11.69806699999026, - 23.68459299998358, - 18.808255999989342, - 13.459407999995165, - 24.748889000009513, - 18.841270000004442, - 14.16823400001158, - 22.99621599999955, - 16.624271999986377, - 11.017545999988215, - 23.321467000001576, - 18.656515999988187, - 13.233190999977523, - 23.891861000010977, - 17.725050999986706, - 13.114157000003615, - 23.96944399998756, - 18.07869799999753, - 13.477281999978004, - 23.43253600000753, - 17.53935599999386, - 12.880606999999145, - 23.875579000014113, - 18.41696500001126, - 13.312086999998428, - 21.386094000015873, - 15.893161999993026, - 10.250234000006458, - 21.29510499999742, - 16.804778999998234, - 11.685142000002088, - 6.692314999992959, - 18.67160599998897, - 13.539214999997057, - 21.754409999994095, - 16.729340000019874, - 11.133204000012483, - 23.16913699998986, - 18.29921299999114, - 13.185287000000244, - 20.585235999984434, - 14.941216000006534, - 10.269241999980295, - 20.423007000004873, - 15.141451000003144, - 9.213653000013437, - 21.261017999990145, - 16.563071999989916, - 11.774086999997962, - 5.885655999998562, - 17.7519939999911, - 11.73429799999576, - 20.530919999990147, - 15.467975000006845, - 10.514595999993617, - 5.758284999988973, - 16.83161100000143, - 11.713967999996385, - 6.663247999997111, - 18.754589999996824, - 13.420591000001878, - 8.197029000002658, - 21.251209000009112, - 16.918582999991486, - 11.62393100000918, - 21.67241900000954, - 16.918392000021413, - 12.016054000006989, - 20.746163000003435, - 15.414187999995193, - 10.567459000012605, - 22.174668000021484, - 16.503844999999274, - 10.612609000003431, - 21.910747999994783, - 16.310705000010785, - 11.168443000002299, - 20.847191999986535, - 15.8763489999983, - 10.816018999990774, - 20.809248000005027, - 16.403618000011193, - 11.322607000009157, - 6.23058500001207, - 17.68086399999447, - 12.810399000009056, - 7.895836000010604, - 20.168685999989975, - 14.597129000001587, - 9.789927999983774, - 19.729609999980312, - 14.503273999987869, - 9.327415999985533, - 4.175296000001254, - 19.009070999978576, - 14.190336999978172, - 8.398325999994995, - 20.906510000000708, - 15.511501000000862, - 10.481581000000006, - 24.09622400000808, - 18.97143700000015, - 13.795108999998774, - 22.812244000000646, - 17.266116999991937, - 12.775510000006761, - 22.119198000000324, - 17.005062999989605, - 11.984931999992114, - 19.9443339999998, - 15.179976999992505, - 9.789216000004672, - 20.8688850000035, - 15.448235999996541, - 10.611176000005798, - 5.761681000003591, - 16.731242999987444, - 11.804616999987047, - 6.125908999994863, - 18.19496700001764, - 13.195057000004454, - 8.21386300001177, - 18.114598999993177, - 12.844175000005635, - 7.494114999979502, - 17.66989299998386, - 12.548612999991747, - 7.294691999995848, - 18.30991399998311, - 13.20676000000094, - 8.612247999990359, - 18.674863000022015, - 13.17680100002326, - 8.113365000026533, - 18.08566099999007, - 12.953019000007771, - 8.028116000001319, - 17.61104700001306, - 12.220055999991018, - 7.286435999994865, - 17.49006900002132, - 12.321165000001201, - 7.322146000020439, - 17.81260299999849, - 12.606686999992235, - 7.530805999995209, - 17.19845300001907, - 12.06399799999781, - 6.659049000008963, - 19.02643500000704, - 13.77003899999545, - 8.618959999992512, - 17.168295000010403, - 12.071012000000337, - 6.646074000018416, - 18.32221800001571, - 12.934842999995453, - 8.49720100002014, - 17.39238600002136, - 12.18602799999644, - 8.067995000019437, - 18.723477999999886, - 13.637677999999141, - 7.967818000004627, - 15.877390999987256, - 11.343568999989657, - 6.124024999997346, - 17.892010000010487, - 12.80928600000334, - 8.438175000017509, - 18.718258000008063, - 13.316586000000825, - 8.930313999997452, - 16.22118799999589, - 12.053818000014871, - 6.380290000000969, - 17.18881500000134, - 11.766431999974884, - 6.809445999999298, - 18.448316000023624, - 13.447604000015417, - 7.982717000006232, - 17.566199000022607, - 12.377025000023423, - 7.5662670000165235, - 17.60612700000638, - 13.02078300001449, - 7.703607000003103, - 18.29643699998269, - 13.059248999983538, - 7.90605599997798, - 17.73085200000787, - 12.282898999983445, - 7.707804999983637, - 17.663510000013048, - 12.51482599999872, - 7.517160000017611, - 17.053668000007747, - 12.899112999992212, - 7.799356000003172, - 17.114337999984855, - 12.915605999995023, - 7.109816999989562, - 17.600104999990435, - 12.493954999983544, - 7.408044999989215, - 17.421763999998802, - 12.064669999992475, - 6.725690999999642, - 17.40132299999823, - 11.754677999997512, - 6.534373000002233, - 17.241268000012496, - 11.925414000026649, - 6.907909000001382, - 17.15284399999655, - 12.103214999980992, - 7.217910000006668, - 17.951066000008723, - 13.684149999986403, - 8.090820000012172, - 20.044561999995494, - 14.616015999985393, - 9.487151999986963, - 20.525278000015533, - 15.07087200001115, - 9.967959000001429, - 20.003551000001607, - 14.880167000024812, - 9.010433000017656, - 20.585777999978745, - 14.778054999973392, - 9.004209999984596, - 20.21852399999625, - 14.60442299998249, - 9.815428000001702, - 19.517483000003267, - 14.126882000011392, - 9.355661999987205, - 21.002067999972496, - 15.176740999973845, - 10.274091999977827, - 21.14236399999936, - 16.567150999995647, - 11.715702000015881, - 5.97741700001643, - 16.481712000007974, - 10.502031000010902, - 5.577539000019897, - 18.574303999979747, - 13.571837999974377, - 8.711121999978786, - 18.820398999989266, - 14.05689400000847, - 8.980653000005987, - 20.091002000001026, - 14.538192000007257, - 9.720741000026464, - 23.45083199997316, - 18.174466999975266, - 13.068166999990353, - 22.467093999992358, - 16.79817500000354, - 11.675832999986596, - 19.835339000012027, - 14.85144900000887, - 9.625714000023436, - 21.885287999990396, - 16.854426000005333, - 11.93443299998762, - 21.25356300000567, - 16.72648399998434, - 11.763226000010036, - 6.026924000005238, - 18.910917000001064, - 13.916357000009157, - 8.22263900001417, - 14.506970999995247, - 10.080730999994557, - 20.706726000003982, - 15.230926999996882, - 10.366403000021819, - 23.21294300002046, - 17.53112900000997, - 12.781361000001198, - 21.572931999980938, - 16.17401499999687, - 11.412764000007883, - 6.337384999991627, - 17.05585199999041, - 11.925604999996722, - 6.12343399997917, - 16.537762000021758, - 11.417153000016697, - 6.037735000019893, - 17.961026000004495, - 12.965663999988465, - 8.594401999987895, - 20.25708000001032, - 14.742606000014348, - 10.497051000013016, - 22.01575399999274, - 16.464196999993874, - 11.689079000003403, - 22.714792000013404, - 17.566950000007637, - 12.467564000020502, - 7.395140000007814, - 16.767334999982268, - 12.47418699998525, - 7.301965999999084, - 17.84560900001088, - 12.681654999993043, - 7.840496999997413, - 16.43030100001488, - 11.251728000002913, - 6.5942119999963325, - 17.797163000010187, - 12.743416000012076, - 6.864312999998219, - 17.74551199999405, - 12.657187000004342, - 7.659320000006119, - 17.025221999996575, - 11.91668799999752, - 6.803373999980977, - 17.4760510000051, - 12.315432999981567, - 7.422783999994863, - 17.081383000011556, - 12.08278500000597, - 6.396122000005562, - 17.608020999992732, - 12.735201000003144, - 7.307046000001719, - 18.199085000000196, - 13.153986000019358, - 8.279311000020243, - 18.79809500000556, - 14.313068999996176, - 9.136479999986477, - 21.163855999999214, - 16.535988999996334, - 11.58408299999428, - 21.898824000003515, - 17.08667299998342, - 12.124015999987023, - 7.016052999999374, - 16.528003000013996, - 11.465339000016684, - 6.878773000004003, - 19.149307000014232, - 13.946546999999555, - 8.66571300002397, - 18.639603999996325, - 13.404649999982212, - 8.172762000001967, - 16.520026999991387, - 11.39010000001872, - 6.326824999996461, - 17.734499999991385, - 12.715391999983694, - 7.184574999992037, - 19.440820999996504, - 14.350042000005487, - 8.99276700001792, - 20.31642700001248, - 15.021234000014374, - 10.22438400000101, - 22.14968800000497, - 16.432454000023426, - 11.40480899999966, - 20.300164999993285, - 15.628450999996858, - 10.608459999988554, - 5.713936999993166, - 19.284362999984296, - 14.242599999997765, - 9.475877999997465, - 19.91088799998397, - 14.874023999989731, - 10.11254299999564, - 19.895297000010032, - 14.279452999995556, - 9.460768999997526, - 23.1997080000001, - 18.179406999988714, - 12.41691400000127, - 21.808396000007633, - 16.767705000005662, - 11.487823000003118, - 21.81808500000625, - 16.86399499999243, - 11.025792000000365, - 6.4209200000041164, - 16.64603500001249, - 11.74628200000734, - 6.0729040000005625, - 20.623671999986982, - 14.783556000009412, - 22.072967999993125, - 15.412735999998404, - 10.406993999989936, - 22.269335000019055, - 17.64186800000607, - 12.671145000000251, - 7.557549999997718, - 17.507422000024235, - 12.487843000009889, - 7.3059139999968465, - 17.40986100002192, - 12.222992000024533, - 6.46274300001096, - 17.418688000005204, - 12.515428000013344, - 7.784106000006432, - 19.004091000009794, - 13.791461999993771, - 7.797802999994019, - 17.383327999996254, - 12.336565000005066, - 21.765841999993427, - 17.04558299999917, - 12.10596099999384, - 7.0173849999846425, - 17.653761000023223, - 12.718528000026708, - 7.8268710000265855, - 16.85780200001318, - 11.8534229999932, - 6.9475169999932405, - 17.8790840000147, - 12.854405000020051, - 8.035289999999804, - 17.864265000011073, - 12.450058999995235, - 7.0906900000118185, - 17.567760999983875, - 12.596295999974245, - 7.487039999978151, - 18.523703999991994, - 12.479106000013417, - 22.16504900000291, - 17.15990800000145, - 12.244303999992553, - 7.419727999978932, - 16.612698999990243, - 12.299231000011787, - 6.520595999987563, - 16.377685999992536, - 11.320081999991089, - 6.525355999998283, - 19.454197999992175, - 13.561388000001898, - 8.688908999989508, - 20.53100899999845, - 15.30953200001386, - 10.900155000010272, - 22.670945999998366, - 17.234224999992875, - 11.945624999993015, - 22.400632999982918, - 17.332948999974178, - 12.033788999979151, - 22.380704000010155, - 17.570426999998745, - 13.153074000001652, - 7.907309000001987, - 17.693690000014612, - 12.239073000004282, - 7.1497570000065025, - 17.508193999994546, - 12.392274000012549, - 7.302146000001812, - 18.779868999990867, - 14.208272999996552, - 9.160528000007616, - 21.790431000001263, - 16.40348800001084, - 11.494716999994125, - 21.776432999991812, - 16.99040400001104, - 11.858142999990378, - 7.067303999996511, - 18.58759999999893, - 13.525808000005782, - 8.825768000009703, - 20.181520999991335, - 15.928121000004467, - 10.878132000012556, - 21.776373000000603, - 17.24652899999637, - 12.193473999999696, - 22.492733999999473, - 17.372126000002027, - 12.173955000005662, - 7.132202000007965, - 19.043898999982048, - 13.898130999994464, - 8.924953000008827, - 16.577751000004355, - 11.292428000015207, - 21.96854100000928, - 17.172752999991644, - 12.336925999989035, - 7.616084999986924, - 17.794057999999495, - 13.389811000000918, - 7.678738999995403, - 18.74100300000282, - 13.788446000020485, - 8.68436000001384, - 22.196269999985816, - 16.914785000000848, - 11.819736999983434, - 21.734259999997448, - 15.894784999982221, - 10.386021999991499, - 24.205489000014495, - 19.23606799999834, - 14.067045000003418, - 21.759630999993533, - 15.375251999998, - 9.677587000012863, - 22.689531999989413, - 17.25700899999356, - 12.32072399999015, - 25.22787399997469, - 19.029350999975577, - 14.474017000000458, - 22.655976000009105, - 16.454598999989685, - 11.0763830000069, - 22.255337000009604, - 17.147093000006862, - 11.975934999994934, - 23.78227500000503, - 18.733918999991147, - 13.54916399999638, - 23.360504000011133, - 17.272380000009434, - 11.90236000000732, - 22.89104899999802, - 17.483004000008805, - 11.693247999995947, - 22.68857100000605, - 17.38963099999819, - 12.488895999995293, - 7.852581000013743, - 17.125789999990957, - 11.76119099999778, - 6.692223999998532, - 19.153946000005817, - 14.073547000007238, - 9.014729999995325, - 21.57687000001897, - 16.03886900001089, - 11.061753000016324, - 25.135310999990907, - 20.024933000007877, - 14.950574999995297, - 9.8785429999989, - 15.585897000011755, - 10.490037000010489, - 22.094740000000456, - 17.053799000015715, - 12.113305000006221, - 7.298869999998715, - 18.702637999987928, - 13.121772000013152, - 7.9245130000053905, - 17.824917999998434, - 13.638169000012567, - 8.658098000014434, - 18.233342000021366, - 12.77449800001341, - 24.31242000000202, - 18.764219000004232, - 13.641065000003437, - 8.904343000001973, - 17.28965300001437, - 12.279031999991275, - 7.295532999996794, - 15.917771000007633, - 11.813925000024028, - 6.059739000018453, - 18.00251799999387, - 12.052976999984821, - 6.192860999988625, - 17.85017799999332, - 12.93570499998168, - 7.2145739999832585, - 20.779039000015473, - 15.451763000019128, - 10.511209000018425, - 25.714031000010436, - 20.916700000001583, - 15.02509199999622, - 23.870158000005176, - 17.173525000020163, - 12.67050300000119, - 22.14449799997965, - 16.287419000000227, - 10.877780999988317, - 22.48479800001951, - 17.40178400001605, - 11.51150900000357, - 23.174096999980975, - 18.995854999986477, - 13.398787999991328, - 8.391852999979164, - 17.82468700001482, - 13.466600999992806, - 8.609652000013739, - 17.756993999995757, - 12.44992800001637, - 7.825397000007797, - 18.49083999998402, - 13.089799000008497, - 7.593840999994427, - 16.49317400000291, - 11.361112999991747, - 6.27440199998091, - 18.948651999991853, - 13.867211000004318, - 8.150888999982271, - 18.3987190000189, - 13.281637000007322, - 8.418015000002924, - 19.234064999996917, - 14.262348999996902, - 9.482573000015691, - 17.2494440000155, - 12.088526000006823, - 21.902891999983694, - 16.303671000001486, - 11.268199999991339, - 23.37765800001216, - 18.190728999994462, - 12.371784000017215, - 22.984112999984063, - 17.706754999991972, - 12.458064999984344, - 23.644493999978295, - 18.139467999979388, - 12.9860650000046, - 7.973258999991231, - 17.26443399998243, - 12.971235999983037, - 7.225516000005882, - 20.264423999993596, - 15.135279000009177, - 10.139557000016794, - 17.105821000004653, - 12.060801999992691, - 7.239303000009386, - 19.712586999987252, - 13.845907999988412, - 23.59905400002026, - 17.41161400001147, - 11.653550000017276, - 22.808145000017248, - 17.126971999998204, - 11.643820000026608, - 21.757465999980923, - 16.357056999986526, - 11.26644700000179, - 21.671475999988616, - 16.54359299998032, - 11.569873999978881, - 7.059278000000631, - 19.427043999981834, - 13.863152000005357, - 8.768263999983901, - 22.783006999990903, - 17.348499999992782, - 12.438246000005165, - 23.189356999995653, - 18.024181000015233, - 12.758316000021296, - 21.760200999997323, - 16.233993000001647, - 11.010773000016343, - 24.052517000003718, - 18.87606899999082, - 13.89206899999408, - 8.91222800000105, - 18.918301999976393, - 13.644581999978982, - 22.287930999998935, - 16.44405699998606, - 11.76131199998781, - 21.7629860000161, - 17.312588000000687, - 12.132453000027454, - 7.090179000020726, - 16.35197600000538, - 11.305232999991858, - 6.320942999998806, - 18.12605099999928, - 13.076852999976836, - 8.00884899997618, - 17.38126399999601, - 12.489616000006208, - 7.525415999989491, - 17.930556000006618, - 12.514996000012616, - 22.578352999989875, - 17.25854199999594, - 12.179957000014838, - 22.56303299998399, - 17.25234000000637, - 12.274161999986973, - 7.553672000009101, - 18.205887999996776, - 13.065700999984983, - 23.003300999989733, - 17.708508999989135, - 12.711713999975473, - 23.574164999998175, - 17.946947999997064, - 13.039560000004712, - 24.15151200001128, - 18.73420899998746, - 13.782502999994904, - 22.816652999987127, - 16.909994999994524, - 12.50680000000284, - 22.974723999999696, - 17.650183999998262, - 12.585435999993933, - 7.750510000012582, - 18.240637000009883, - 13.62582499999553, - 7.878541999991285, - 17.018850000022212, - 12.024651000014273, - 7.39720400000806, - 19.182352000003448, - 13.954192000004696, - 24.84831500001019, - 18.92188900001929, - 13.868333000020357, - 23.93745100000524, - 18.182283000001917, - 13.978300000017043, - 8.136361000011675, - 19.132294000010006, - 13.902701000013622, - 8.564955000008922, - 18.76526099999319, - 13.64857999997912, - 8.34955999997328, - 18.62648700000136, - 13.10653099999763, - 23.68224699998973, - 17.999050999991596, - 12.789205999986734, - 22.771844000002602, - 17.276087000005646, - 12.301475999993272, - 22.191470999998273, - 16.931057000008877, - 12.069989999989048, - 22.522162000008393, - 17.287398999993457, - 12.46847500000149, - 7.608570000011241, - 19.332047000003513, - 14.4277750000183, - 24.324033000011696, - 18.637289000005694, - 13.587380000011763, - 23.897372000006726, - 17.73923899998772, - 12.61366099998122, - 24.275827000004938, - 18.08001000000513, - 13.502051000017673, - 25.13003000000026, - 19.30566500002169, - 13.667436999996426, - 23.58889299997827, - 17.466771999985212, - 11.957076999999117, - 24.78342699998757, - 19.32749799999874, - 14.83640000000014, - 26.127976999996463, - 19.09367800000473, - 13.43735399999423, - 21.580056000006152, - 14.494936999981292, - 9.001473999989685, - 24.67827999999281, - 18.783445999986725, - 14.384699999995064, - 23.93727999998373, - 16.29634599998826, - 10.512470999994548, - 24.21419500000775, - 19.1054909999948, - 13.845667999994475, - 24.1470440000121, - 16.887682000000495, - 11.447955000010552, - 28.192153999989387, - 22.41324799999711, - 17.291216999990866, - 23.173875999986194, - 14.3043020000041, - 8.603509999986272, - 17.9556450000091, - 12.316676000016741, - 22.934935999976005, - 17.425781999976607, - 12.340372999984538, - 23.300847000005888, - 17.17609000002267, - 12.131842000002507, - 22.641587999998592, - 17.236779999977443, - 12.162031999992905, - 23.483466000005137, - 18.18587899999693, - 13.142412999994121, - 8.12348499998916, - 18.321977000014158, - 13.089016999991145, - 8.166720000008354, - 17.48425700000371, - 12.369960000010906, - 24.11365799998748, - 17.724459999997634, - 12.646876999991946, - 24.29664800001774, - 18.964563000015914, - 13.732986000017263, - 24.084399999992456, - 17.731884000007994, - 12.266256000002613, - 24.391755000018748, - 18.794638000021223, - 13.804185999993933, - 23.067055999999866, - 16.794819000002462, - 11.294773000001442, - 24.464598999998998, - 19.113897000002908, - 14.106552000012016, - 25.899746999988565, - 19.54276199999731, - 14.750761000002967, - 23.279443999985233, - 16.957999999984168, - 11.91616699998849, - 23.523755000001984, - 17.825228000001516, - 12.892961000005016, - 24.73114399999031, - 18.986505999986548, - 13.890485999989323, - 23.61750999998185, - 17.321435999998357, - 12.202540999976918, - 25.04318899998907, - 19.565105999994557, - 13.698428000003332, - 23.131102000013925, - 17.143976999999722, - 11.673578999994788, - 25.46105300000636, - 19.53676099999575, - 14.264704000001075, - 24.991176999988966, - 18.30234900000505, - 14.030171999998856, - 22.548635000013746, - 16.097796000016388, - 11.71483100001933, - 22.501702000008663, - 17.311907000024803, - 12.92571599999792, - 23.088037000008626, - 17.367036000010557, - 12.266777999990154, - 22.07730599999195, - 16.52163999999175, - 11.072253999998793, - 23.835239000007277, - 18.578943999978947, - 12.738687000004575, - 24.22805299999891, - 18.282720000017434, - 12.828324000001885, - 24.40059299999848, - 18.566187999997055, - 13.447352999995928, - 23.87300399999367, - 17.566408999991836, - 12.918621999997413, - 25.253774000011617, - 19.313109999988228, - 13.950023999990663, - 23.886619999975665, - 16.827893999987282, - 11.398766999976942, - 24.02389100001892, - 18.42204400000628, - 13.299121000018204, - 25.253473999997368, - 19.789529000001494, - 14.557089999987511, - 23.125851000018883, - 16.241207999992184, - 11.844195000012405, - 26.361476000020048, - 20.31775899999775, - 15.38100300001679, - 26.377408000000287, - 19.4431259999983, - 13.909815000020899, - 23.221009000000777, - 15.961856999987504, - 10.748415999987628, - 23.973472000012407, - 18.477753999992274, - 12.621496000007028, - 24.05312799999956, - 18.394329999980982, - 13.320873999997275, - 25.045091999985743, - 19.386874999996508, - 14.358168000006117, - 26.075453000026755, - 19.732536000024993, - 14.589614000025904, - 24.951197999995202, - 18.37986099999398, - 12.976946999988286, - 23.668972000014037, - 16.866800999996485, - 11.683068000013009, - 20.243412999989232, - 14.844365999975707, - 9.66138399997726, - 24.19729300000472, - 19.357197000004817, - 14.316005000000587, - 26.544607999996515, - 20.252802000002703, - 15.152854000014486, - 23.6492230000149, - 15.216569000011077, - 9.715740999992704, - 19.125060000020312, - 13.66923100000713, - 24.719301000004634, - 18.443666999985, - 13.289942999981577, - 22.95482399998582, - 17.131812000006903, - 12.936065999994753, - 24.07590299998992, - 18.47196199998143, - 13.182711999979801, - 24.679934000014327, - 18.8683439999877, - 13.701414000010118, - 25.50519900000654, - 19.265325000014855, - 14.070280000014463, - 24.61545599999954, - 18.367586999986088, - 13.061843999981647, - 25.074250000005122, - 19.16677099998924, - 14.049809999996796, - 24.556940999988, - 18.142433000000892, - 12.976595999993151, - 24.268653000006452, - 17.989331000018865, - 12.834145000000717, - 23.52155100001255, - 17.250206000026083, - 11.879775000008522, - 23.0557029999909, - 17.98638600000413, - 12.58106699999189, - 26.052446999994572, - 19.722154999995837, - 15.118615999992471, - 25.41738600001554, - 17.924855000019306, - 13.242859999998473, - 24.06262800001423, - 17.48421700001927, - 12.085882000013953, - 25.56174999999348, - 19.447964999999385, - 14.589552999997977, - 23.095441999990726, - 16.705692999996245, - 11.577789999981178, - 24.758828999998514, - 18.918682999996236, - 13.742614999995567, - 24.274474999983795, - 18.398618000006536, - 13.242379999981495, - 23.664452999975765, - 16.954262999992352, - 11.655813999997918, - 23.30004500001087, - 17.38723600000958, - 11.957678000006126, - 22.609334000007948, - 16.799748000019463, - 11.809987000015099, - 23.422755999985384, - 18.775439999997616, - 12.86760100000538, - 8.121700999996392, - 18.859736999991583, - 13.747494999988703, - 9.055331000010483, - 18.310694999992847, - 13.106713000015588, - 24.96702899999218, - 18.55460500001209, - 14.44008900001063, - 23.870507999992697, - 17.107855000009295, - 11.913670999987517, - 24.054510999994818, - 18.61411200001021, - 13.300103000015952, - 24.7742900000012, - 18.133406000008108, - 13.804907999990974, - 24.40109400000074, - 18.57717999999295, - 13.613340999989305, - 23.732166000001598, - 18.000834000005852, - 13.034580000006827, - 24.572080999991158, - 18.732917000015732, - 14.360412000009092, - 24.195277999999234, - 17.87395400000969, - 12.854133999993792, - 26.14672300001257, - 20.133646000002045, - 15.097875000006752, - 23.360765000019455, - 16.435050000000047, - 11.505037000024458, - 24.66077600000426, - 18.949223000003258, - 14.017847000010079, - 23.668120000016643, - 17.26648700001533, - 12.193723000003956, - 24.667940000013914, - 18.61173800000688, - 12.605214999988675, - 23.6181510000024, - 17.497994000004837, - 12.309492000000319, - 24.922561000013957, - 19.004661999992095, - 13.965865000005579, - 24.91987599999993, - 18.44378699999652, - 13.757192999997642, - 24.101462999999058, - 17.8788840000052, - 12.607618999987608, - 23.55454599999939, - 17.037125999981072, - 11.154415999975754, - 22.48719300000812, - 17.339070999994874, - 12.356604000000516, - 24.62990499997977, - 18.804046999983257, - 13.918080999981612, - 24.93602700001793, - 18.367235999990953, - 12.96020299999509, - 25.768428000010317, - 19.382095999986632, - 14.718737999995938, - 23.846181000000797, - 17.36154500002158, - 12.497642000002088, - 26.079670999984955, - 19.90134899999248, - 15.723578000004636, - 25.059421000012662, - 18.12940800000797, - 12.939853999996558, - 23.768207000015536, - 17.56917400000384, - 12.926876999990782, - 23.851911999983713, - 18.389961000008043, - 13.299431999999797, - 23.792524999997113, - 17.608291000011377, - 12.590265000006184, - 23.31606599999941, - 17.58951399999205, - 12.684359999984736, - 25.159568999981275, - 19.234404999995604, - 14.371584999986226, - 24.46667399999569, - 17.98071499998332, - 13.0299010000017, - 23.88718200000585, - 17.84778300000471, - 12.780961000011303, - 22.77128299998003, - 16.897770999989007, - 11.015962999983458, - 26.338991999975406, - 21.13359699997818, - 16.095169999985956, - 22.66184700001031, - 16.023237999994308, - 11.46632999999565, - 24.646818000008352, - 19.030331999994814, - 14.173233000008622, - 24.59825300000375, - 18.45299600000726, - 13.4475139999995, - 24.236880000011297, - 19.03164500001003, - 13.422023000021, - 25.21894500000053, - 18.980925000010757, - 13.873061999998754, - 23.178244999988237, - 16.748076999996556, - 11.421221999975387, - 24.227280999999493, - 18.829045999998925, - 13.746461999980966, - 25.830409999995027, - 19.470670000009704, - 14.405781999987084, - 23.482113000005484, - 16.74873699998716, - 11.851278999994975, - 23.038209000020288, - 17.19161000000895, - 12.328509000013582, - 24.85768400001689, - 19.61682799999835, - 14.568411999993259, - 25.733628999994835, - 19.73597300000256, - 14.31329900000128, - 24.39504199998919, - 17.452863999991678, - 12.372715999983484, - 26.827534000010928, - 20.558222999999998, - 14.62039399999776, - 23.112805999990087, - 15.734789999987697, - 10.754328000009991, - 22.779458999983035, - 18.01392999998643, - 13.145768999995198, - 28.317700000014156, - 22.514657000021543, - 16.604543000023114, - 26.52494899998419, - 18.10579199998756, - 12.99920099999872, - 23.876010000007227, - 17.17833399999654, - 11.579082999989623, - 22.731824999995297, - 17.22724000000744, - 11.57754900000873, - 23.37395999999717, - 17.5369500000088, - 12.480088000011165, - 25.634273000003304, - 19.38254700001562, - 15.114027000003261, - 26.481784000003245, - 19.615726000018185, - 14.510087000002386, - 24.67194699999527, - 17.70262699999148, - 12.281355999992229, - 22.567582000017865, - 16.7932650000148, - 11.810798999998951, - 23.032677999988664, - 17.09712399999262, - 12.275193999987096, - 24.556199999991804, - 18.846721000008984, - 13.98115500001586, - 24.550287999998545, - 18.030362999998033, - 12.819906999997329, - 26.168596000003163, - 19.84756299998844, - 14.507241999992402, - 24.640296000026865, - 17.757786000001943, - 12.537361000024248, - 24.728438999998616, - 18.661376000003656, - 13.389750000002095, - 24.85269299999345, - 19.1343170000182, - 13.57316100000753, - 25.268272999994224, - 18.50002800000948, - 13.342447000002721, - 24.764761000027647, - 17.32844000001205, - 11.892711000022246, - 23.990044000005582, - 18.52273199998308, - 13.421421999984886, - 23.36255799999344, - 17.00079399999231, - 12.006124000006821, - 23.772074999986216, - 17.810839999991003, - 12.790710000001127, - 23.88611900000251, - 17.957860000024084, - 13.061593000020366, - 25.95736999998917, - 20.165448999992805, - 14.953661000006832, - 25.19047000000137, - 18.312329000007594, - 12.708558000013, - 25.105211000016425, - 18.916047000006074, - 13.646866000024602, - 24.342038000002503, - 18.294874000013806, - 12.944152000010945, - 25.215327999991132, - 18.947538999986136, - 13.791139999986626, - 25.95902300000307, - 19.00014300001203, - 13.571698000014294, - 24.621318000019528, - 18.002447000006214, - 12.544494000001578, - 24.284404000005452, - 18.018378999986453, - 13.000843999994686, - 24.756714999995893, - 18.146320999978343, - 12.921015999978408, - 23.872142000007443, - 17.564104999997653, - 12.140048000001116, - 24.25463499999023, - 18.451491999992868, - 13.008207999984734, - 23.655976000009105, - 16.944232000008924, - 12.272618999995757, - 22.400752999994438, - 16.88257099999464, - 11.786500999995042, - 24.079801000014413, - 17.93476400000509, - 12.885697000019718, - 24.9347350000171, - 18.273631000018213, - 13.136951000022236, - 24.7545809999865, - 18.218302999972366, - 12.780650000000605, - 25.702247999986866, - 18.573253000009572, - 13.374019000009866, - 22.920576999982586, - 15.822833999991417, - 11.30519300000742, - 22.004472000000533, - 16.9444230000081, - 11.936887000018032, - 25.19454699999187, - 19.02459099999396, - 13.743265999975847, - 25.172223000001395, - 19.077786000008928, - 13.670203000016045, - 25.09641399999964, - 18.347417000011774, - 13.123756000015419, - 25.136834000004455, - 18.618370999989565, - 13.243932999990648, - 25.990775999991456, - 19.33470199999283, - 14.09310599998571, - 24.8762899999856, - 17.416602999990573, - 12.076942999992752, - 24.47159300002386, - 17.966256000014255, - 13.061814000015147, - 24.116714000003412, - 18.069430000003194, - 13.179735999990953, - 22.486662000010256, - 17.19265200002701, - 12.07234400001471, - 25.079931000014767, - 19.02492200001143, - 14.20382300001802, - 24.911699999996927, - 17.99214699998265, - 13.7701390000002, - 23.65450299999793, - 17.853444000007585, - 11.919162000005599, - 23.92979500000365, - 17.772765000001527, - 11.970012000005227, - 24.2636829999974, - 18.09626200000639, - 13.257638999988558, - 24.631889000011142, - 18.51660100001027, - 13.308651000028476, - 24.81993899997906, - 18.904824999975972, - 14.07150299998466, - 24.237942000007024, - 18.00207600000431, - 13.186879999993835, - 24.84021899997606, - 18.560496999998577, - 12.671093999990262, - 23.98879199998919, - 17.839926999993622, - 12.600153999985196, - 24.39227700000629, - 18.188764999998966, - 13.122803999984171, - 24.087845999980345, - 17.535837999981595, - 12.407183999981498, - 24.613242000021273, - 18.805259000015212, - 13.717045000026701, - 24.61831200000597, - 18.319332000013674, - 13.300254000001587, - 24.915337000013096, - 18.17585900000995, - 12.978819999989355, - 25.26701999999932, - 18.922710000013467, - 14.138674999994691, - 24.782555000012508, - 18.403658000024734, - 13.11542900002678, - 23.946759000013117, - 17.938842000003206, - 13.063106000015978, - 24.857793999981368, - 18.105841999989934, - 13.12808500000392, - 25.79315700000734, - 19.439127999998163, - 14.286066000000574, - 25.03642600000603, - 17.929934999992838, - 13.578380999999354, - 27.934706000000006, - 21.038239000015892, - 15.80008899999666, - 23.778687999991234, - 15.167973000003258, - 9.726483000005828, - 19.48866599999019, - 14.041624000004958, - 23.643591000000015, - 16.877630999981193, - 11.505246999993687, - 25.17495900002541, - 19.45167300000321, - 14.313500000018394, - 25.17416699999012, - 18.709109999996144, - 13.378097000007983, - 24.324362000013934, - 17.9151150000107, - 12.784096000017598, - 24.94896399998106, - 18.38780699999188, - 12.579453999991529, - 25.30517500001588, - 18.724821000010706, - 13.578380999999354, - 24.886980999988737, - 18.011785999988206, - 12.85751099998015, - 25.74025200001779, - 19.18169100000523, - 14.19674000001396, - 25.41870900001959, - 18.733849000011105, - 13.0825350000232, - 24.667989999987185, - 18.109918999980437, - 12.992777999985265, - 26.719731999997748, - 20.17002799999318, - 15.123636000003899, - 23.616898999986006, - 16.266967999981716, - 10.83465599999181, - 23.847603000001982, - 18.70942999998806, - 13.800820000004023, - 24.725081999989925, - 18.139236999995774, - 13.03621399999247, - 25.131812999985414, - 18.89640899997903, - 13.90353199999663, - 23.60975500001223, - 16.915406000014627, - 11.881128000008175, - 27.44784599999548, - 20.82911600000807, - 14.807712999987416, - 24.43068299998413, - 16.313790999993216, - 10.955985000007786, - 23.983510999998543, - 18.372386000002734, - 13.289302000019234, - 30.233935999975074, - 23.260456999996677, - 18.291476999991573, - 27.58453500000178, - 17.636375999980373, - 26.228564999997616, - 18.386104000004707, - 12.705152000009548, - 23.724390999996103, - 17.102333999995608, - 11.79142100000172, - 22.996547000017017, - 17.030813000019407, - 12.051053000002867, - 24.5880720000132, - 17.896509000012884, - 12.936887000018032, - 23.610557000007248, - 17.340935000014724, - 11.35932000001776, - 23.886811000003945, - 18.64694700000109, - 13.788575999991735, - 24.45369799999753, - 18.020422999979928, - 13.09626200000639, - 26.69479300000239, - 20.280696000001626, - 15.42514000000665, - 25.7145620000083, - 18.40096299999277, - 14.002406999992672, - 24.729781999980332, - 18.02487199997995, - 13.014139999984764, - 24.52386600000318, - 17.98255800001789, - 12.733035999990534, - 22.745231999986572, - 16.09742499998538, - 10.796721999999136, - 23.287549999979092, - 18.08919800000149, - 13.243491999979597, - 25.56746099999873, - 19.346525000000838, - 14.466992000001483, - 25.629042999993544, - 18.635123999993084, - 13.723998000001302, - 27.52832599999965, - 20.88118999998551, - 15.917139999975916, - 25.931469000002835, - 18.442493999988073, - 13.440149000001838, - 24.543143999995664, - 17.746994000015547, - 12.517331000010017, - 24.238753999990877, - 17.415961999999126, - 12.327386999997543, - 24.29101799998898, - 18.255425999988802, - 13.135318999993615, - 23.88195100001758, - 16.946277000010014, - 11.93450300002587, - 22.97964299999876, - 17.366032999998424, - 12.514564999990398, - 23.816502000001492, - 17.295435000007274, - 12.475268000009237, - 24.683078999980353, - 18.97607499998412, - 13.929031999985455, - 25.75624400001834, - 18.855699000007007, - 13.693759000016144, - 26.889045000018086, - 19.28132700000424, - 13.812974000000395, - 24.57210099999793, - 16.580225999990944, - 11.418485999980476, - 23.59617899998557, - 18.10517099997378, - 13.77565099997446, - 29.442064999981085, - 23.496140999981435, - 18.32807899999898, - 25.145741000014823, - 15.946758000005502, - 10.513444000011077, - 19.474709000001894, - 14.17386500001885, - 25.270346000004793, - 18.021915999997873, - 12.590194999997038, - 24.666807000001427, - 17.900697000004584, - 12.958449999976438, - 24.04648499999894, - 17.827201999985846, - 12.559954999975162, - 24.25109799997881, - 17.5101769999892, - 12.501659999979893, - 24.974554000014905, - 19.249855000001844, - 14.392745999997715, - 25.903715000022203, - 18.603983000008157, - 14.058528000023216, - 25.407176000007894, - 18.346315000002505, - 13.051122000004398, - 25.29681800000253, - 18.44049000000814, - 13.360943000006955, - 28.722126999986358, - 21.763426999998046, - 16.70873899999424, - 26.955114999989746, - 18.38450000001467, - 14.061562999995658, - 25.4318740000017, - 17.57505499999388, - 12.324981999990996, - 24.05079399998067, - 17.845487999991747, - 12.27065500000026, - 25.30469400002039, - 18.793516000005184, - 13.503523000021232, - 26.1690879999951, - 19.396194000000833, - 14.351434999989579, - 25.90959599998314, - 18.941247999988263, - 14.258541999995941, - 24.863083999982337, - 17.522942999989027, - 12.435048999992432, - 25.58692999999039, - 18.900276000000304, - 13.828363999986323, - 26.118026999989524, - 19.110570999997435, - 13.85885399999097, - 25.68994399998337, - 18.99833000000217, - 13.63207799999509, - 26.904134999989765, - 19.88143899998977, - 14.848673999978928, - 26.197944000014104, - 18.76059100002749, - 13.57560600002762, - 26.738309000007575, - 19.115270000009332, - 14.83512800000608, - 26.062407000019448, - 19.232411000004504, - 14.171991000010166, - 26.284653999988222, - 19.68328900000779, - 14.57020499999635, - 25.881419999990612, - 18.25332200000412, - 13.865697000001092, - 27.32233900000574, - 19.875507999997353, - 14.905966999998782, - 23.419299000001047, - 15.886729000019841, - 10.661384000006365, - 24.414361000002827, - 19.384210000018356, - 14.382156000006944, - 24.927020000002813, - 18.257118999987142, - 13.354600999999093, - 29.175711000018055, - 22.221099000016693, - 17.273492000007536, - 25.0174779999943, - 15.285104000009596, - 10.66016200001468, - 20.30619599999045, - 15.39279600000009, - 25.098518000013428, - 18.220978000026662, - 13.248211000027368, - 26.02486299999873, - 19.905477000022074, - 14.73810700001195, - 25.339432000007946, - 18.067485000006855, - 13.610244000010425, - 24.963432000018656, - 18.10551100000157, - 13.034069000015734, - 24.122535000002244, - 17.667588000011165, - 12.561497999995481, - 27.586570000014035, - 21.440081000007922, - 15.448655999993207, - 26.245628000004217, - 17.932089000009, - 13.26824000000488, - 23.717467000009492, - 16.74201400001766, - 11.325693000020692, - 18.823304999998072, - 13.332177000003867, - 24.482864999998128, - 17.408006000012392, - 12.10155200000736, - 27.54929599998286, - 21.247460999991745, - 16.087825999973575, - 24.42083200000343, - 15.582809999992605, - 10.372755999997025, - 18.579935999994632, - 13.265565999987302, - 25.333331000001635, - 18.87300300001516, - 13.749429000017699, - 26.81247499998426, - 19.924864999979036, - 14.72538099999656, - 27.024482000007993, - 19.826060000021243, - 15.065351000026567, - 22.2628010000044, - 13.970212999993237, - 9.067003000003751, - 19.540708000015, - 14.672106000012718, - 10.116792000015266, - 19.876158999977633, - 14.824927999987267, - 26.086584999982733, - 18.503263999999035, - 13.023197999980766, - 26.388018000026932, - 19.47367600002326, - 14.247229000000516, - 25.195329000009224, - 18.093387000000803, - 13.812283000006573, - 25.255255999974906, - 18.470578999986174, - 13.260875999985728, - 23.940386999980547, - 17.644914000004064, - 12.52395499998238, - 26.671266999997897, - 19.74663400001009, - 14.74549100000877, - 27.477324999985285, - 19.883975000004284, - 14.86782200000016, - 25.682308000017656, - 17.974061000015354, - 11.95782800001325, - 25.65430299998843, - 19.847361999971326, - 14.867711999977473, - 25.165930999995908, - 17.703909999981988, - 12.595835999993142, - 26.236579999997048, - 19.51477700000396, - 14.487503000011202, - 26.73963100000401, - 19.79687200000626, - 14.805718999996316, - 27.168416000000434, - 19.02765800000634, - 14.454517999984091, - 26.7471760000044, - 18.78226400000858, - 13.365190999989863, - 26.650155000010272, - 19.29874200001359, - 14.936398000019835, - 26.388750000012806, - 19.35824900001171, - 14.968831000005594, - 28.684433000016725, - 21.06710500002373, - 15.857312000007369, - 26.268053000007058, - 18.05320799999754, - 12.653018999990309, - 23.79917799998657, - 17.103636999992887, - 11.650553999992553, - 24.09389899999951, - 18.46535000001313, - 13.45210299998871, - 28.503014999994775, - 21.64012399999774, - 16.577900000003865, - 27.78616299998248, - 19.959021999995457, - 14.227419999981066, - 26.05632400000468, - 18.21515599999111, - 13.635252999985823, - 21.50484699997469, - 14.650613999983761, - 9.268118999985745, - 21.016345000010915, - 15.684972000017297, - 10.611647000012454, - 21.89430500002345, - 17.41414900001837, - 27.153225999994902, - 18.94664800001192, - 13.472794000001159, - 27.36921199999051, - 19.341505999997025, - 14.06917900001281, - 27.00773000001209, - 19.909705000027316, - 14.683870000008028, - 26.370123000000603, - 18.94574600001215, - 13.482573000015691, - 26.787796000018716, - 19.823976000014227, - 15.229653999995207, - 26.1186180000077, - 18.775471000000834, - 13.468846000003396, - 26.195939999975963, - 19.119118000002345, - 14.795749999990221, - 25.59300200000871, - 18.100940999982413, - 13.62190699999337, - 27.157013999996707, - 19.972168000007514, - 14.492702999996254, - 26.484137999999803, - 18.708608999993885, - 13.807954000018071, - 26.67950299999211, - 18.962037999997847, - 13.617087999999058, - 25.75101400000858, - 18.589674999995623, - 13.629952999996021, - 25.893745000008494, - 18.868604000017513, - 13.002407000021776, - 25.91962600001716, - 19.286137000017334, - 14.452424000017345, - 25.332970000017667, - 18.922481000015978, - 13.496200000023236, - 25.313361000007717, - 18.38038200000301, - 13.459888000012143, - 25.761022999999113, - 19.022878000017954, - 14.162563000019873, - 29.312550000002375, - 22.63154700002633, - 17.679610999999568, - 26.659904000000097, - 17.381583999987924, - 12.38947900000494, - 25.218044000008376, - 19.31781000000774, - 13.73467000000528, - 25.06557299999986, - 19.02355899999384, - 13.727555000019493, - 26.97334199998295, - 20.1845869999961, - 15.023768999992171, - 24.97401199999149, - 17.542109999980312, - 12.068395999987843, - 23.563744999992196, - 17.530999000009615, - 12.363157999992836, - 22.991296000021975, - 16.99088500000653, - 11.838883999997051, - 25.006216000008862, - 19.562541000021156, - 14.259724000003189, - 24.795962000003783, - 17.928412000008393, - 12.77227300000959, - 25.63460399999167, - 18.809798000002047, - 14.665552999998908, - 25.5766500000027, - 18.534685999999056, - 13.422524000023259, - 28.847864999988815, - 21.74460099998396, - 16.599243000004208, - 25.170779999985825, - 17.74537099999725, - 13.23587599999155, - 25.467544999992242, - 19.32142599998042, - 14.17693099999451, - 27.503326000005472, - 20.496561000007205, - 15.35063299999456, - 25.25032699998701, - 17.777303999988362, - 12.750579999992624, - 25.672529000003124, - 18.884455999999773, - 13.746713999978965, - 29.20791399999871, - 23.349271000013687, - 18.902972000010777, - 25.80595199999516, - 17.291155999992043, - 12.837131000007503, - 27.092225999978837, - 20.851540999981808, - 16.422804999980144, - 25.874746999994386, - 18.079059000010602, - 12.4102600000042, - 24.866410999995423, - 17.446973000012804, - 12.486621000018204, - 26.025144000013825, - 19.06256600000779, - 14.108406000013929, - 25.815881000016816, - 18.267500000016298, - 13.265655000024708, - 23.97177799997735, - 17.195547999988776, - 12.156630999990739, - 25.18607999998494, - 18.526879999990342, - 13.524734999984503, - 25.254374000011012, - 18.679010000021663, - 13.780770000012126, - 26.92315200000303, - 20.168544999993173, - 14.780338999989908, - 26.042256999993697, - 18.899494999990566, - 13.715350999991642, - 27.652058999985456, - 21.018729999981588, - 15.489577000000281, - 24.820249000011245, - 17.604042999999365, - 12.314540999999736, - 26.179968999989796, - 20.034871999989264, - 14.805879999999888, - 25.789738999999827, - 18.88349300000118, - 13.594522999977926, - 26.299142999981996, - 19.427083999995375, - 14.409679000003962, - 25.54871499998262, - 18.370181999984197, - 13.128424999973504, - 25.3423789999797, - 19.19340399999055, - 13.902429999987362, - 25.620005000004312, - 18.36776700001792, - 13.997105999995256, - 26.691316000011284, - 19.113425999996252, - 13.65141500000027, - 25.841963000013493, - 18.670694000000367, - 14.29158700001426, - 25.986436999985017, - 18.914564000006067, - 13.693077000003541, - 27.668321000004653, - 20.643180000013672, - 15.150920000014594, - 25.954214000026695, - 18.24748100002762, - 12.616156000003684, - 25.423658999992767, - 19.231930000009015, - 13.784256999992067, - 26.217162000015378, - 19.054690999997547, - 13.694370000011986, - 25.771142999990843, - 18.54071900001145, - 13.248621999984607, - 26.234766999987187, - 19.181461000000127, - 14.114477999974042, - 26.174337999982527, - 19.100030000001425, - 14.679470999981277, - 28.30053599999519, - 21.098005999985617, - 16.507562999991933, - 26.818986999976914, - 19.570065999985673, - 14.136199999978999, - 25.991536999994423, - 18.73917899999651, - 14.23547499999404, - 25.820059999998193, - 19.822783999989042, - 14.341655999975046, - 26.061845999996876, - 19.499597000016365, - 14.375361000013072, - 27.60326299999724, - 20.221269000001485, - 14.865617999981623, - 27.143156000005547, - 18.744157999986783, - 13.247028000012506, - 27.716164999990724, - 20.07129399999394, - 14.905265999987023, - 26.724912000005133, - 19.6372080000001, - 13.939191999990726, - 25.402986999979476, - 18.334029999998165, - 13.667335999984061, - 27.037046999990707, - 19.914243999985047, - 15.597769999993034, - 28.09738500000094, - 20.914714999991702, - 15.410900999995647, - 25.927300999988802, - 18.810138999979245, - 14.350512999983039, - 26.21287299998221, - 18.93669800000498, - 13.846579000004567, - 26.42122400001972, - 18.711424000008265, - 13.189355000009527, - 27.33141699997941, - 19.959222999983467, - 15.432033999997657, - 25.97819100000197, - 18.638360999990255, - 13.085831000003964, - 27.2909970000037, - 20.34691599998041, - 15.735270999983186, - 27.132313999987673, - 19.585014999989653, - 14.998419000010472, - 26.233864999987418, - 19.292719999997644, - 14.973259999998845, - 25.534917000011774, - 19.262389999988955, - 14.658779999997932, - 25.119379000010667, - 17.924193999991985, - 13.689329999993788, - 26.647769999981392, - 19.606498000008287, - 13.611406999989413, - 27.418307999992976, - 20.831601000012597, - 15.725070999993477, - 25.936960000020918, - 17.83544900000561, - 12.954713000013726, - 26.782975999987684, - 20.081162999995286, - 14.630023000005167, - 26.756203999975696, - 19.58390299999155, - 14.174876999983098, - 24.558222999999998, - 16.863794000004418, - 11.434066999994684, - 19.33578399999533, - 13.878361999988556, - 25.31913199997507, - 18.603631999983918, - 13.636254999990342, - 27.79579200001899, - 20.942720000020927, - 15.931287000013981, - 26.868424000014784, - 19.0892580000218, - 13.733958000026178, - 27.66182799998205, - 20.58969399999478, - 15.323058999987552, - 27.368820000003325, - 19.676906000007875, - 14.161149000021396, - 27.84592100000009, - 20.340223999985028, - 15.824145999999018, - 26.260998000012478, - 18.864415000018198, - 14.45175200002268, - 24.557712000008905, - 17.580385999986902, - 12.50854400001117, - 27.255727999989176, - 20.69053399999393, - 15.530337000003783, - 27.966998999996576, - 20.43687299999874, - 16.03339799999958, - 25.786684000020614, - 18.09444899999653, - 13.743046000017785, - 24.469498000020394, - 17.347265999997035, - 13.01923999999417, - 26.69923200001358, - 20.044020000001183, - 14.922400000010384, - 25.618763000005856, - 18.458295999997063, - 13.027796999987913, - 24.561178999982076, - 18.264603999996325, - 12.883732999995118, - 28.013732000021264, - 20.87270300000091, - 15.415982000005897, - 27.563764999998966, - 19.60141800000565, - 15.163965999992797, - 25.656436999997823, - 18.321626000019023, - 12.763846000016201, - 25.314624000020558, - 18.50825400001486, - 13.345593000005465, - 29.018431000004057, - 22.171591999998782, - 17.760490999993635, - 24.882302000012714, - 15.713037000008626, - 11.259603000013158, - 19.148125000006985, - 14.616357000020798, - 25.91225100000156, - 19.908643000002485, - 13.98668600001838, - 27.93230099999346, - 20.847101999999722, - 16.419728999986546, - 26.079609999986133, - 17.835447999997996, - 12.318177999986801, - 27.915096999990055, - 21.519015999976546, - 17.092193999997107, - 27.395292999979574, - 19.43396799999755, - 14.975764999981038, - 25.199155999987852, - 16.6832379999978, - 11.424747999990359, - 26.58313199999975, - 21.014211000001524, - 15.908201000012923, - 26.235707999992883, - 19.142113000008976, - 14.029108999995515, - 25.42678499998874, - 18.37517200000002, - 13.185597999981837, - 26.324242000002414, - 19.704220000014175, - 14.5290040000109, - 25.601918999978807, - 19.069539999996778, - 13.96551399998134, - 27.241158999997424, - 20.432505000004312, - 15.243221000011545, - 26.825981000001775, - 19.858944999985397, - 14.767334000003757, - 25.763498000014806, - 19.054189000016777, - 13.852130000013858, - 26.607721000007587, - 19.519475999986753, - 14.48193199999514, - 26.4387379999971, - 19.35352899998543, - 14.224254000000656, - 27.646326999994926, - 20.698237999982666, - 15.337085999984993, - 26.02654600000824, - 18.932620000006864, - 13.538583000015933, - 24.843846000003396, - 17.99409100000048, - 13.57690799998818, - 27.596980000002077, - 20.44397699998808, - 14.912859999982174, - 27.83096099999966, - 20.39635399999679, - 14.84676000001491, - 26.22012799998629, - 17.797212999983458, - 12.2493329999852, - 26.110822000016924, - 19.263131000014255, - 14.155999000009615, - 26.456604000006337, - 19.5778210000135, - 14.37233600000036, - 25.05958100000862, - 17.90060700001777, - 13.548653000005288, - 27.885367999988375, - 20.9152559999784, - 15.664320999989286, - 26.91675999999279, - 19.413707999978215, - 14.199345000000903, - 25.740663000004133, - 18.523274000006495, - 13.025973000010708, - 24.525437999982387, - 18.239494000008563, - 13.96100499999011, - 25.148425999999745, - 17.803034999989904, - 13.442153000010876, - 27.13544000001275, - 20.172142000024905, - 14.730340000009164, - 26.27384399998118, - 18.389139999984764, - 13.20811199999298, - 26.081024000013713, - 18.869275000004563, - 13.87958500001696, - 25.946287999977358, - 19.180397999996785, - 14.015592999989167, - 26.823746999987634, - 19.712916999997105, - 14.534645999985514, - 26.595246999990195, - 19.00069399998756, - 14.63908100000117, - 24.447274999984074, - 16.87685000000056, - 11.414768999995431, - 24.164738000021316, - 18.126602000003913, - 13.158795000024838, - 27.07878999999957, - 20.27731999999378, - 15.033427999995183, - 26.604343999992125, - 19.8825309999811, - 14.648007999989204, - 25.458777000021655, - 18.39287599999807, - 13.566217000014149, - 26.60038699998404, - 19.55390400000033, - 15.372134999983246, - 25.42891899999813, - 17.791622000018833, - 12.43685299999197, - 25.49638200001209, - 19.26094700000249, - 14.89079700000002, - 27.171791999979177, - 19.553874000004726, - 15.080220000003465, - 27.650835999986157, - 19.836811999994097, - 14.945714999979828, - 27.950716999999713, - 20.49912600000971, - 15.864525999990292, - 27.232491999980994, - 19.454117999994196, - 14.198634000000311, - 27.32070599999861, - 19.828925999987405, - 14.5559179999982, - 25.78372799998033, - 18.56973499999731, - 13.880766999995103, - 26.09659400000237, - 19.142814000020735, - 13.830348000017693, - 25.81959800000186, - 18.757194000005256, - 13.609953000006499, - 26.698810000001686, - 19.6127699999779, - 15.125137999973958, - 25.649242999992566, - 18.334350999997696, - 13.944071999983862, - 24.7671149999951, - 17.461742999992566, - 12.142251999990549, - 25.302730000024894, - 19.814878000004683, - 14.422294000018155, - 25.32028499999433, - 18.427694999991218, - 13.178484000003664, - 27.204816999990726, - 20.52601900001173, - 15.285724999994272, - 28.028699999995297, - 20.665983999992022, - 16.099308000004385, - 27.368989999988116, - 19.29707800000324, - 14.718186999991303, - 25.80011999999988, - 17.918602000019746, - 13.430380000005243, - 27.551600000006147, - 20.09472900000401, - 14.813815000001341, - 26.485359999991488, - 18.53765199999907, - 12.478143000014825, - 25.19552899998962, - 18.746692999993684, - 13.567580000002636, - 27.59302299999399, - 21.835419000010006, - 16.383147999993525, - 26.4769329999981, - 19.31272899999749, - 14.060782000015024, - 26.364191000000574, - 18.671915999992052, - 13.544253999978537, - 26.54744200001005, - 19.45271500002127, - 14.380812000017613, - 26.505910999985645, - 19.406333999999333, - 14.373537999985274, - 26.198514999996405, - 19.045902999991085, - 13.996394999994664, - 28.33555499999784, - 20.95453400001861, - 16.76701400001184, - 29.026166000025114, - 21.545859000005294, - 16.211920000001555, - 25.770461000007344, - 17.456300999998348, - 12.903281000006245, - 26.42885899997782, - 19.76689400000032, - 14.674501000001328, - 25.45820600001025, - 18.492312000016682, - 14.046864000003552, - 27.82468899997184, - 21.57033699998283, - 16.332196999981534, - 27.16800500001409, - 19.85910500001046, - 15.413025999994716, - 25.99157800001558, - 18.98062500002561, - 13.999602000025334, - 25.40336799999932, - 18.59954400002607, - 13.66980100001092, - 25.31224899998051, - 18.597078999999212, - 13.728927999996813, - 26.742476999992505, - 20.2045259999868, - 15.055372000002535, - 26.446262999990722, - 19.229114000016125, - 13.718047000002116, - 27.425342000002274, - 20.388458000001265, - 15.16372500002035, - 27.31409200001508, - 19.72119300000486, - 14.488042999990284, - 26.4504120000056, - 19.506981999991694, - 14.288631000003079, - 27.578403999999864, - 20.085201000008965, - 14.938381000014488, - 25.046655000012834, - 17.790780000010272, - 13.600104000011925, - 27.034421999996994, - 20.053427999984706, - 14.694961000001058, - 27.331096000008984, - 20.297549000009894, - 15.005042000004323, - 27.883294999977807, - 20.623632000002544, - 15.222320999979274, - 25.992888999986462, - 18.462312999996357, - 14.109146999981022, - 25.33370100002503, - 18.54146900001797, - 13.46976700000232, - 25.421925000002375, - 19.42807600001106, - 14.357446000009077, - 26.92677900000126, - 19.968189999985043, - 14.955523999989964, - 27.021185999998124, - 19.806310999993002, - 14.27710800000932, - 27.60647900000913, - 19.843665000022156, - 15.702355999994325, - 27.678220000001602, - 20.400912999990396, - 15.05001999999513, - 27.138295999990078, - 20.231227999989642, - 15.271928000001935, - 26.229456000000937, - 19.288311000011163, - 14.32558400000562, - 26.505268999986583, - 19.587280000007013, - 14.565786999999546, - 28.074651000002632, - 20.65932099998463, - 15.700741999986349, - 27.41710600000806, - 19.548454000003403, - 14.02529200000572, - 28.066645000013523, - 20.866700000013225, - 15.284893000003649, - 24.63004399999045, - 16.51201099998434, - 11.945984999998473, - 24.57782199999201, - 18.851519999996526, - 13.983659999998054, - 27.590396999992663, - 21.55604900000617, - 16.547690999985207, - 27.117324999999255, - 19.958981999981916, - 15.383096999983536, - 25.94776099998853, - 18.4956489999895, - 13.083375999995042, - 27.655624999984866, - 20.981617000012193, - 15.968740999989677, - 29.386916999996174, - 22.399260000005597, - 18.23928400001023, - 25.408158000005642, - 16.850749000004726, - 11.38006100000348, - 20.290646000008564, - 14.452213000011398, - 23.21460599999409, - 16.331394999986514, - 11.237728999985848, - 26.445340999984182, - 21.648269999976037, - 15.641595999972196, - 26.833826999994926, - 19.920386000012513, - 14.806551000016043, - 25.82039999999688, - 19.234375, - 13.765921000012895, - 26.05684599999222, - 19.551248999981908, - 14.445108999992954, - 27.808537000004435, - 20.412616000015987, - 15.926326999993762, - 27.844637999980478, - 19.546730000001844, - 14.413788000005297, - 27.952129999990575, - 20.621446999983164, - 16.231147999991663, - 25.86294399999315, - 17.58620799999335, - 13.083746999996947, - 27.652107999980217, - 20.39521099999547, - 15.049448999983724, - 24.96550500000012, - 17.81340499999351, - 12.665402999991784, - 26.852413999993587, - 20.137584000010975, - 14.905306000000564, - 26.057227000012062, - 18.99342000001343, - 13.81543899999815, - 26.83727300001192, - 20.168444999988424, - 14.72550199998659, - 26.90048799998476, - 19.234484999993583, - 13.837601999985054, - 26.30065600000671, - 18.579484000016237, - 13.045291000016732, - 28.036194999993313, - 21.044800999981817, - 15.971506000001682, - 27.414982000016607, - 19.588501999998698, - 14.184566000010818, - 27.075832999980776, - 19.074468999984674, - 13.776871999987634, - 29.774239000020316, - 22.518593999993755, - 17.38215499999933, - 26.652750000008382, - 18.27277999999933, - 13.115048999985447, - 27.98925300000701, - 20.728758999990532, - 16.25079600000754, - 25.79563100001542, - 18.65118600000278, - 13.386985000019195, - 28.231059000012465, - 21.556710000004387, - 16.46302399999695, - 26.741374000004726, - 18.95671699999366, - 13.668990000005579, - 26.024843000021065, - 18.952218999998877, - 13.598150000005262, - 33.44620400000713, - 26.725814000004902, - 22.14964799999143, - 29.208926000021165, - 18.344020999997156, - 27.60513599999831, - 19.909203999995952, - 14.667277000000468, - 27.388309000001755, - 19.48722199999611, - 14.954683000018122, - 26.226289000012912, - 19.068086999992374, - 14.113966000004439, - 29.236118999979226, - 22.291497999976855, - 16.847150999994483, - 26.49719299998833, - 18.766772999981185, - 13.45377500000177, - 28.0845810000028, - 20.349270999984583, - 16.030242000008002, - 33.249256000010064, - 25.341986999992514, - 20.549324999999953, - 25.989873999991687, - 15.14723299999605, - 26.434399999998277, - 19.04099400000996, - 13.710602000006475, - 26.982410000025993, - 19.48591000001761, - 14.941527000017231, - 26.679592999978922, - 19.74551199999405, - 14.264893999992637, - 26.40212500002235, - 18.688679000013508, - 14.156610000005458, - 28.003220000013243, - 20.887470999994548, - 15.412665000010747, - 26.9743830000225, - 19.140119000017876, - 13.75177299999632, - 26.8523630000127, - 19.795069000014337, - 14.525568000011845, - 25.864266000018688, - 19.172402000025613, - 13.716323000000557, - 27.86248300000443, - 20.474588000011863, - 15.053547000017716, - 29.46772599997348, - 21.805770999984816, - 16.497752999974182, - 26.238001999998232, - 18.24938399999519, - 13.369999999995343, - 27.56265199999325, - 20.320905000000494, - 15.765600999991875, - 28.63013500001398, - 21.367858000012347, - 16.73177400001441, - 27.224857000022894, - 19.747124999994412, - 15.509957000002032, - 27.65051599999424, - 20.223563999985345, - 14.872902000002796, - 26.747085999988485, - 19.35344899998745, - 14.06058099999791, - 26.42220499998075, - 19.241428000008455, - 14.144736999995075, - 25.200107999989996, - 18.71566299998085, - 13.323869999992894, - 25.99932199998875, - 19.15948699999717, - 14.09188299998641, - 26.863103999989107, - 20.039760999992723, - 15.752355000004172, - 26.146301999979187, - 19.00766800000565, - 14.643530000001192, - 25.917290999990655, - 18.70963099997607, - 13.250214999978198, - 26.516661000001477, - 19.83632000000216, - 14.553963000013027, - 27.231308999995235, - 20.41631299999426, - 16.286066000000574, - 28.487033999990672, - 21.593892999982927, - 16.507291999994777, - 26.206820999999763, - 18.80674200001522, - 14.502402000012808, - 25.407256000005873, - 17.762555000022985, - 12.430991000001086, - 26.892181000002893, - 20.34296800001175, - 14.99977100000251, - 27.288131000008434, - 20.23888300001272, - 14.93124700000044, - 27.36300900002243, - 20.214735999994446, - 14.9798830000218, - 29.075161999993725, - 22.0644199999806, - 16.623760999995284, - 26.376485999993747, - 18.537160999985645, - 12.962437999987742, - 26.62228999999934, - 19.04932999997982, - 13.904543999989983, - 27.45711499999743, - 20.35160600001109, - 15.191118999995524, - 26.899686000018846, - 19.789087000011932, - 14.63790900001186, - 28.420612999994773, - 21.052877999987686, - 15.281867999990936, - 24.932509999984177, - 17.135318999993615, - 12.383145999978296, - 26.2756759999902, - 19.996314999996684, - 14.786521000001812, - 27.37061400001403, - 20.257190000003902, - 15.146982000005664, - 27.370993999997154, - 20.279673999990337, - 15.240415000007488, - 26.284193999978015, - 18.69629399999394, - 13.440609999990556, - 27.776452999998583, - 20.749368999997387, - 15.53528599999845, - 28.279254000022775, - 20.74388799999724, - 15.05880700002308, - 26.931979999993928, - 19.22125900001265, - 14.695282000000589, - 25.501310999999987, - 18.3205940000189, - 13.937970000028145, - 26.31574499999988, - 19.337467000004835, - 14.984792000002926, - 26.049210000026505, - 18.2668479999993, - 12.932729000021936, - 29.60566800000379, - 22.81304499998805, - 18.35175599998911, - 27.4678160000185, - 18.9762660000124, - 13.449698000011267, - 25.439129000005778, - 18.750090999994427, - 13.608510999998543, - 28.833906999992905, - 21.579744999995455, - 16.727565999986837, - 26.302659999986645, - 17.507652000000235, - 13.045851999981096, - 25.439259000006132, - 19.04096300000674, - 14.070429999992484, - 27.39206600000034, - 20.295463999995263, - 14.811711000016658, - 28.89065899999696, - 21.41332700001658, - 16.564815000019735, - 26.095862999995006, - 18.375381999998353, - 13.844755999976769, - 27.776333999994677, - 21.066534000012325, - 16.567860999988625, - 26.301839000021573, - 18.9909050000133, - 13.431152000004658, - 27.048921000008704, - 19.856440000003204, - 14.510046999988845, - 29.863936000008835, - 22.623712000000523, - 18.08053100001416, - 27.362197999987984, - 19.161490999977104, - 14.689381000003777, - 28.05215699999826, - 20.857221999991452, - 15.746402999997372, - 26.681456000020262, - 19.28935300000012, - 14.868883999995887, - 26.07814800000051, - 18.785621000017272, - 13.562290000001667, - 26.274505000008503, - 19.408918000000995, - 14.350062000012258, - 25.89963600001647, - 18.739469000021927, - 13.447974000009708, - 27.340173999982653, - 20.25889199998346, - 14.977037000004202, - 27.055443000019295, - 19.903122000017902, - 15.521139000018593, - 25.07621400000062, - 17.767935000010766, - 12.373416999995243, - 27.475780999986455, - 21.352386999991722, - 15.40044100000523, - 26.452765000023646, - 19.044630000018515, - 14.365832000010414, - 27.128908000013325, - 20.198363000003155, - 15.730872000014642, - 26.00578599999426, - 18.603532000008272, - 13.472794000001159, - 27.8464110000059, - 21.56472500000382, - 16.139587000012398, - 28.112456000002567, - 19.764950000011595, - 13.751933000021381, - 30.43452999999863, - 23.258021999994526, - 17.790880999993533, - 26.675866000005044, - 16.645453999983147, - 11.415800999995554, - 26.617560000013327, - 20.961707000009483, - 15.839345000014873, - 26.19926600001054, - 18.999001000018325, - 13.725411000021268, - 26.494868999987375, - 19.785018999973545, - 14.47869499999797, - 28.116633000026923, - 20.794017000007443, - 15.277979000005871, - 28.02853100001812, - 20.308491000003414, - 15.629653000010876, - 26.70808899999247, - 19.006495999987237, - 13.820157999987714, - 27.5585640000063, - 20.729970999993384, - 15.00777699999162, - 25.23966500000097, - 18.323319000017364, - 13.176329000008991, - 29.040674000018043, - 22.16180100000929, - 17.822352000017418, - 28.626608999999007, - 20.254324000008637, - 15.693518999993103, - 27.808405999996467, - 20.564895999996224, - 16.116330999997444, - 26.495258999988437, - 18.60695799998939, - 14.098775999998907, - 25.554916999972193, - 18.652347999974154, - 13.34599399997387, - 27.684141999983694, - 20.904394999990473, - 15.710020999977132, - 26.688750000001164, - 19.16228200000478, - 14.168623999983538, - 26.19940700000734, - 18.5005189999938, - 14.179937000008067, - 26.37956200001645, - 19.985264000017196, - 14.53807200002484, - 26.01363999999012, - 18.435800999985076, - 14.086341999995057, - 31.855420000007143, - 24.75246600000537, - 19.618522000004305, - 25.582791000022553, - 17.167602000001352, - 12.661525000003166, - 27.106724000012036, - 20.540548000019044, - 15.965825000021141, - 28.568954999995185, - 21.283440999977756, - 16.646756000001915, - 26.267270000011194, - 18.871389000007184, - 14.451541999995243, - 26.131583000009414, - 19.08636300000944, - 13.969202000007499, - 26.055512999999337, - 18.874044000025606, - 13.634321000019554, - 28.776553000003332, - 23.13558999999077, - 17.503212999989046, - 26.551519999979064, - 17.970704999985173, - 13.433825999993132, - 28.16295500000706, - 21.164187000016682, - 15.767424000019673, - 26.39231599998311, - 19.244183000002522, - 13.753555999981472, - 25.97258000000147, - 19.35059300001012, - 14.018237999989651, - 27.746925999992527, - 20.6364669999748, - 15.504816999979084, - 26.7475760000234, - 19.59758000000147, - 14.312708000012208, - 27.173265000019455, - 19.673379000014393, - 15.329301000019768, - 26.37267799998517, - 19.175056999985827, - 13.905946999992011, - 26.940677000005962, - 19.998419999988982, - 14.822011999989627, - 27.560618000017712, - 20.121412000007695, - 14.545236000005389, - 28.928111999994144, - 20.716603999986546, - 16.148143999977037, - 28.493386999994982, - 20.22882399999071, - 14.706634999980452, - 27.077916999987792, - 18.878201999992598, - 13.31907999998657, - 28.53347500000382, - 21.209335000021383, - 15.735591000004206, - 29.903995000000577, - 22.644281999993837, - 17.235837000014726, - 26.267209999990882, - 18.233202000003075, - 12.964031000010436, - 27.406575000000885, - 20.456992999999784, - 15.325443000008818, - 27.543323999998393, - 21.315594999992754, - 15.660212999995565, - 27.56401500001084, - 19.84544800000731, - 14.216187999991234, - 29.351315999985673, - 22.184156000002986, - 17.52920499999891, - 27.97681900000316, - 20.15660200000275, - 14.308370000013383, - 31.291728999989573, - 23.04258799998206, - 18.389660999993794, - 27.21959599998081, - 18.695161999989068, - 13.277377999998862, - 25.854305999993812, - 19.41048099999898, - 13.951185000012629, - 26.84289400000125, - 19.87389400001848, - 14.521850000019185, - 25.434869999997318, - 18.25071600000956, - 13.83358400000725, - 28.74871900002472, - 22.63963300001342, - 17.665333000011742, - 26.79245500001707, - 19.133586000010837, - 14.044640000007348, - 28.126582999975653, - 20.973870999994688, - 16.357796999975108, - 28.654292999999598, - 20.992517999984557, - 15.584793999994872, - 26.174658000003546, - 17.671065000002272, - 13.13433700002497, - 28.43503100000089, - 21.23275100000319, - 15.828264000010677, - 26.523906000016723, - 19.308860999997705, - 14.011916000017663, - 27.682738999981666, - 20.650213999993866, - 15.38434999997844, - 29.1543079999974, - 21.991786999977194, - 16.869305000000168, - 26.737847000011243, - 19.563813000015216, - 15.023849000019254, - 28.403970000013942, - 20.903453000006266, - 15.666144999995595, - 29.038990000000922, - 21.787484000000404, - 16.46445699999458, - 26.354432000021916, - 18.584534000023268, - 13.83201100002043, - 28.104850000003353, - 21.323709999996936, - 16.499376000021584, - 26.780690999992657, - 18.538713999994798, - 13.224012999999104, - 26.266529000014998, - 19.223643000004813, - 14.017056000011507, - 27.98190800001612, - 20.96214799999143, - 15.716073000017786, - 26.381084000022383, - 18.793215000012424, - 13.700161000015214, - 25.27863200000138, - 19.100661000004038, - 14.088716999976896, - 29.410493000003044, - 22.291948000027332, - 17.186791000014637, - 27.68119599999045, - 20.377837000007275, - 14.991585999989184, - 27.523485999990953, - 20.00207699998282, - 14.260234999994282, - 27.906539999996312, - 21.125260000000708, - 15.629222000017762, - 29.208834999997634, - 21.95651699998416, - 17.29976299998816, - 26.353629999997793, - 18.453295000013895, - 12.96030299999984, - 26.952209999988554, - 19.743407000001753, - 14.307847999996739, - 27.92519700000412, - 20.458345999999437, - 15.2777589999896, - 26.607018999988213, - 20.429999999993015, - 15.246997999987798, - 28.061194999987492, - 20.68399099999806, - 16.02686499999254, - 27.80915799998911, - 19.991546000004746, - 15.281435999990208, - 27.561630999989575, - 20.246950000000652, - 14.878923999989638, - 26.530268000002252, - 19.249855000001844, - 13.570756000000983, - 27.292579999979353, - 20.187742999987677, - 14.934803999989526, - 27.92214999999851, - 20.925726000015857, - 15.81917600001907, - 26.974744000006467, - 19.263352000009036, - 13.871950000000652, - 27.40764700001455, - 20.505067999998573, - 15.304112000012537, - 27.126442999986466, - 21.451192000007723, - 16.334972000011476, - 26.39685599997756, - 19.415581999986898, - 14.122102999972412, - 28.22946599998977, - 21.142414000001736, - 15.725551999988966, - 28.958732999977656, - 21.851350999990245, - 16.46473799998057, - 26.533104000001913, - 18.579635000001872, - 12.913180999981705, - 28.144819000008283, - 21.00605500000529, - 15.916457000013907, - 26.8826420000114, - 19.73345700002392, - 14.570254999998724, - 27.713008000020636, - 20.01666500000283, - 14.727184000017587, - 26.108888000017032, - 18.935365000012098, - 13.387765999999829, - 26.156391999975313, - 19.82062999997288, - 15.50964699999895, - 26.627900999999838, - 19.59375200001523, - 14.316055000002962, - 26.197071999980835, - 19.24027599999681, - 14.126159999985248, - 29.206151000020327, - 22.280426000012085, - 17.073648000019602, - 27.199054999975488, - 19.501409999997122, - 13.864444999984698, - 29.132114999985788, - 22.128215999982785, - 16.75181399998837, - 25.74262699999963, - 17.83688099999563, - 12.437002999999095, - 28.17860600000131, - 21.420612000016263, - 16.286247000010917, - 27.272219999984372, - 20.33752800000366, - 15.001534999988507, - 26.32912199999555, - 19.21838299999945, - 13.838564000005135, - 26.383568999997806, - 19.039660999987973, - 13.567028999998001, - 28.910757999983616, - 21.788807000004454, - 16.37786700000288, - 28.40525200002594, - 20.847542000032263, - 16.074319000035757, - 29.201179999974556, - 21.3320169999497, - 16.822341999970376, - 27.167023000016343, - 19.359551000001375, - 14.69185500004096, - 26.020254000031855, - 18.59312100004172, - 13.306837000011, - 28.062768000003416, - 20.91101800004253, - 15.727325000043493, - 27.688931000011507, - 20.361735000042245, - 15.009390000021085, - 27.458396999980323, - 20.619703999953344, - 15.141560999967624, - 26.56067899998743, - 19.148655999975745, - 14.64742799999658, - 27.47048999997787, - 20.21217999997316, - 14.922989999991842, - 27.015914999996312, - 19.680052000039723, - 14.229733999993186, - 26.26049700001022, - 19.50881600001594, - 14.297317999997176, - 29.14659300004132, - 22.062276000040583, - 16.857872000022326, - 27.23118899995461, - 19.64742799999658, - 14.158323999959975, - 26.07576199999312, - 18.642006999987643, - 13.28359000000637, - 28.273732999979984, - 21.292308999982197, - 16.2963560000062, - 25.561439000011887, - 19.15792299999157, - 13.831408999976702, - 27.90430599998217, - 21.053940000012517, - 15.75934899999993, - 28.763868999958504, - 21.810519999999087, - 16.574543999973685, - 27.17297499999404, - 19.292970000009518, - 13.913552000012714, - 28.387728000001516, - 21.175898999965284, - 15.859785999986343, - 27.122574999986682, - 20.333029000030365, - 14.991335000027902, - 29.12667299999157, - 21.841279999993276, - 15.433436000021175, - 28.416023000027053, - 20.2038440000033, - 14.764578000002075, - 28.393909999984317, - 21.15789400000358, - 15.797413999971468, - 26.70427099999506, - 19.32772900001146, - 14.791671999963, - 29.731255000049714, - 22.672207000025082, - 18.08942900004331, - 28.83796400000574, - 21.059440000040922, - 16.249664000002667, - 27.153476000006776, - 19.584834999986924, - 14.534665999992285, - 27.00917199999094, - 19.54134900000645, - 13.850137000030372, - 27.168255000025965, - 19.84853399998974, - 14.51856300001964, - 27.531500999990385, - 20.213874000008218, - 14.905354999995325, - 25.818115000030957, - 18.656575999979395, - 13.409739000024274, - 25.941357999981847, - 19.921999000012875, - 14.64877000002889, - 26.96083599998383, - 20.63864099996863, - 16.013327999971807, - 27.470280000008643, - 20.963180000020657, - 16.210266000009142, - 27.020794000010937, - 19.449197000009008, - 13.962797999964096, - 26.529126000008546, - 19.51990700000897, - 14.032545999973081, - 27.542663000000175, - 20.45235399994999, - 15.941285999957472, - 27.93353300000308, - 20.154917999985628, - 15.625754999986384, - 28.380723999987822, - 20.947690000000875, - 15.384319000004325, - 26.536359999969136, - 18.95485399995232, - 14.390280999999959, - 26.814549000002444, - 19.806120999972336, - 14.388276999990921, - 26.432426000013947, - 19.796781999990344, - 15.136149999976624, - 27.332778999989387, - 20.585736999986693, - 15.560566000000108, - 27.58535700000357, - 20.58637799997814, - 15.40383699996164, - 28.31620699999621, - 21.109178000013344, - 15.97300900000846, - 29.157102999975905, - 21.327017000003252, - 16.221888999978546, - 28.12534999998752, - 20.716924999956973, - 15.558110999991186, - 27.89895499998238, - 20.462703999946825, - 16.02009199996246, - 26.669403000036255, - 18.60000500001479, - 14.17929500003811, - 28.8089869999676, - 22.491841999988537, - 17.14560899999924, - 27.283362000016496, - 19.516569999977946, - 14.107773999974597, - 27.35556400002679, - 20.129567999974824, - 15.515297000005376, - 26.72440100001404, - 19.186410000023898, - 13.625835000013467, - 28.33890099998098, - 21.10047099995427, - 15.53128899994772, - 29.541030000022147, - 20.62730900000315, - 15.103455999982543, - 26.911959999997634, - 19.208072000008542, - 13.468705000006594, - 27.278753000020515, - 20.886369000014383, - 15.449047000030987, - 27.449790000042412, - 20.035522999998648, - 14.62335000000894, - 26.95061599998735, - 19.493584999989253, - 13.710231000033673, - 27.547331999987364, - 20.966697000025306, - 16.168774000019766, - 29.809177999966778, - 22.258651999989524, - 17.32135499996366, - 27.67872999998508, - 17.525336999970023, - 12.918780999956653, - 27.626317999965977, - 20.380452000012156, - 15.149326000013389, - 28.346936999994796, - 21.35114500002237, - 16.64338000002317, - 27.48454799997853, - 20.001155000005383, - 14.668359000002965, - 28.12166399997659, - 21.05584300000919, - 15.874815999995917, - 28.09032199997455, - 20.977768999990076, - 15.544414999953005, - 28.25535699998727, - 20.36785699997563, - 15.10241400002269, - 26.049319999990985, - 20.04359800001839, - 15.008619000029285, - 28.72079400002258, - 21.71396999998251, - 16.620615000021644, - 26.4467430000077, - 18.695061000005808, - 14.080500000040047, - 29.105322000046726, - 21.936999000026844, - 16.917620000021998, - 27.071303999982774, - 20.494836999976542, - 15.173562999989372, - 26.62534600001527, - 19.613591000030283, - 14.806391000049189, - 27.24068799999077, - 20.402685999986716, - 15.166410000005271, - 28.722177000017837, - 21.74692500004312, - 16.277720000012778, - 28.804468999966048, - 20.974331999954302, - 15.85267200000817, - 27.741494000016246, - 20.166761000000406, - 14.606917000026442, - 28.193915999960154, - 21.128996999992523, - 16.15602900000522, - 27.495228999992833, - 20.01677500002552, - 15.33019200002309, - 28.65731899999082, - 21.17703199997777, - 15.98811899998691, - 26.602760999987368, - 18.569144000008237, - 12.8834720000159, - 26.040222999989055, - 19.053458000009414, - 13.581456999992952, - 28.87634000001708, - 21.969953000021633, - 16.746572999982163, - 27.65475400001742, - 20.02273799997056, - 15.22156899998663, - 26.433007000014186, - 19.207871999999043, - 13.867881999991369, - 26.809789000020828, - 20.68266799999401, - 15.522942000010516, - 27.966837999993004, - 20.7362130000256, - 15.498735000030138, - 27.48723400000017, - 19.66552399995271, - 15.10818499996094, - 28.779049000004306, - 21.228172999981325, - 16.534585000015795, - 27.092364999989513, - 19.61711799999466, - 14.830256999994162, - 27.229404999990948, - 20.334130999981426, - 15.316425000026356, - 27.996295999968424, - 20.907360000011977, - 15.721483999979682, - 30.113568000029773, - 23.307630000053905, - 18.178815000050236, - 27.946678000036627, - 20.01728600001661, - 14.778786000038963, - 26.25622799998382, - 19.844716999970842, - 14.623790999990888, - 27.567802000034135, - 20.751332000014372, - 15.4437260000268, - 28.09146399999736, - 21.219985999981873, - 16.88592799997423, - 28.641277000017, - 21.10353700001724, - 16.635132999974303, - 26.58514700003434, - 19.444408000039402, - 14.797323000035249, - 27.58711000002222, - 20.54228100000182, - 16.338419000036083, - 27.27992499998072, - 20.213733999989927, - 14.970043000008445, - 27.795661000011023, - 21.108556999999564, - 16.04236600000877, - 25.571209000016097, - 18.357516999996733, - 13.200456999999005, - 28.972820000024512, - 23.877711999986786, - 18.77637199999299, - 28.588342000031844, - 20.644933000032324, - 15.743396000005305, - 28.79415799997514, - 21.385952999989968, - 17.018267999985255, - 26.95121799997287, - 19.74268599995412, - 15.466450999956578, - 27.402547000034247, - 20.331145000003744, - 14.669831999985036, - 28.069060000008903, - 21.15052900003502, - 15.899765000038315, - 27.857683000038378, - 20.129367000015918, - 15.175808000029065, - 27.76925900002243, - 20.99755799997365, - 16.712585999979638, - 26.36681600002339, - 19.184875999984797, - 14.070811000012327, - 26.180629000009503, - 20.051494000013918, - 14.91015500004869, - 26.78085199999623, - 19.68234699999448, - 14.600946000020485, - 26.465229999972507, - 19.319511999958195, - 14.140448999998625, - 27.94498599995859, - 20.83769299997948, - 16.05922900000587, - 26.51300400000764, - 19.461902000010014, - 14.105449999973644, - 26.72482200001832, - 19.728238000010606, - 14.67829900002107, - 29.510308999975678, - 22.629482999967877, - 17.26242899999488, - 28.578403000021353, - 21.205187000043225, - 16.562901000026613, - 25.56967599998461, - 18.369349999993574, - 13.134997999994084, - 27.944044000003487, - 22.980144000030123, - 17.944432999996934, - 26.891398999956436, - 19.654831999971066, - 15.120739999983925, - 29.88317400001688, - 22.563973999989685, - 17.99994200002402, - 26.526751999976113, - 18.74106299999403, - 13.923591999977361, - 28.028570000024047, - 21.208572999981698, - 15.79221200000029, - 30.530018999997992, - 23.241439000004902, - 17.991505999991205, - 27.22143999999389, - 19.481300999992527, - 14.517662000027485, - 25.946266999992076, - 19.445539999986067, - 14.532170000020415, - 26.896318999992218, - 20.395221000013407, - 15.353578999987803, - 28.77490099996794, - 22.845759999996517, - 17.734920000017155, - 26.621117000002414, - 17.874705000023823, - 13.238621999975294, - 28.080072000040673, - 21.044501000025775, - 15.763947000028566, - 28.765351000009105, - 21.521520000009332, - 16.289703000045847, - 28.850268999987748, - 21.481391000037547, - 16.783125000016298, - 27.745423000014853, - 20.521299999963958, - 15.18204099999275, - 29.068107999977656, - 21.964884000015445, - 16.604051999980584, - 27.274004000006244, - 19.962629000016022, - 14.39261500001885, - 25.789197999984026, - 18.96346999995876, - 13.847881999972742, - 28.03737799997907, - 23.04281799995806, - 18.015923999948427, - 28.080501999997068, - 20.947729000006802, - 16.298609999998007, - 28.42482099996414, - 21.130349999992177, - 15.815348999982234, - 26.636307000007946, - 19.265895999968052, - 13.663067999994382, - 28.473146000003908, - 21.52622999995947, - 16.108817000000272, - 27.82885700004408, - 20.664202000014484, - 15.486952000006568, - 26.593683000013698, - 19.33535300003132, - 14.13547900004778, - 28.130630999978166, - 21.415640999970492, - 16.07578100002138, - 26.62983400002122, - 19.495809000043664, - 14.162021000054665, - 27.63723900000332, - 20.5684819999733, - 15.337265999987721, - 27.44042100000661, - 20.156591000035405, - 14.781542000011541, - 28.241559999994934, - 21.06637299997965, - 15.785488999972586, - 29.92065799998818, - 22.86014800000703, - 17.711965000024065, - 26.910005999961868, - 20.338048000005074, - 14.901286999986041, - 31.504708000051323, - 23.788566000002902, - 18.447594000026584, - 26.672258000005968, - 18.11700299999211, - 13.716824000002816, - 27.552723000000697, - 20.46545999997761, - 15.176419999974314, - 26.807073000003584, - 20.124727999966126, - 14.752403999969829, - 28.114569999976084, - 21.200809000001755, - 15.82441599998856, - 28.736295000009704, - 21.44845600001281, - 16.941247000009753, - 29.502012000011746, - 22.20641899999464, - 17.677736999990884, - 26.736785000015516, - 19.261698000016622, - 14.113454999984242, - 26.924906000029296, - 19.474036999978125, - 14.114889000018593, - 27.501522000005934, - 20.209284999989904, - 14.926777999964543, - 27.765360999968834, - 19.838042999967, - 14.388526999973692, - 26.679883000033442, - 19.468957000004593, - 14.17129999998724, - 28.474969000031706, - 22.032206000003498, - 16.77860600000713, - 27.193696000031196, - 19.619883999985177, - 13.916888999985531, - 28.299103000026662, - 20.93617700005416, - 15.465138000028674, - 28.510018999979366, - 21.093066999979783, - 15.810799999977462, - 27.251267999992706, - 18.701905000023544, - 13.910895999986678, - 27.095581999979913, - 19.948852000001352, - 14.646175000001676, - 29.137864999996964, - 22.1725420000148, - 17.092102999973577, - 26.869255999976303, - 19.43327599996701, - 13.891477999975905, - 27.98480400000699, - 21.56436499999836, - 16.418386000033934, - 27.121102000004612, - 19.430540999979712, - 15.21959400002379, - 27.355082999973092, - 19.952027999970596, - 14.798834999965038, - 28.59572699997807, - 21.532921999983955, - 16.188552999985404, - 29.891711000003852, - 22.402104999986477, - 16.984943000017665, - 25.91375299997162, - 19.420229999988806, - 14.136409999977332, - 27.262019000016153, - 20.593572000041604, - 15.561658000049647, - 27.728759000019636, - 20.700232000031974, - 15.536158000002615, - 27.052897999994457, - 20.06455000001006, - 14.903763000038452, - 28.527212999993935, - 21.73041200003354, - 16.473154000006616, - 28.11189400003059, - 20.23541700001806, - 15.6844310000306, - 28.632518999977037, - 21.44774500001222, - 17.200456999999005, - 26.738819000020158, - 18.266977999999654, - 12.863352000014856, - 26.108777999994345, - 19.71084300003713, - 14.689209999982268, - 27.75196500000311, - 21.039661000017077, - 16.0393589999876, - 27.83295499999076, - 21.041976000007708, - 15.928882000036538, - 27.89706099999603, - 20.047696999972686, - 15.313650000025518, - 26.768347000004724, - 19.448916999972425, - 13.706964999961201, - 25.808115000021644, - 20.10798500000965, - 15.088646000018343, - 28.401914999994915, - 21.68639400001848, - 15.595585000002757, - 26.856020000006538, - 19.82082000002265, - 14.635493999987375, - 29.575316999980714, - 22.818325000000186, - 17.636736000014935, - 28.47888700000476, - 20.845307999989018, - 15.58712799998466, - 27.911750000028405, - 20.201390000001993, - 15.729328999994323, - 28.362798999994993, - 20.649913000001106, - 16.247168999980204, - 28.058729999989737, - 21.236068000027444, - 16.07244499999797, - 28.374161000014283, - 21.012317000015173, - 15.768105999974068, - 28.285596999980044, - 21.176159999973606, - 15.887720999948215, - 27.071684000024106, - 19.761522000015248, - 14.525567000033334, - 28.426613999996334, - 21.535898000001907, - 16.448374999978114, - 28.814708999998402, - 21.912361000024248, - 16.74799600004917, - 26.64959300000919, - 18.19339300005231, - 12.620885000040289, - 29.409259999985807, - 22.469799000013154, - 17.24646799999755, - 30.967820000019856, - 22.962829000025522, - 17.702576000010595, - 28.76522100000875, - 20.003278999996837, - 14.701414000010118, - 26.2957559999777, - 19.228553000022657, - 14.003960000001825, - 28.4584470000118, - 21.38768699998036, - 16.17463600001065, - 26.99394100002246, - 19.16411599999992, - 14.970613999990746, - 27.346034999995027, - 19.974042000016198, - 14.997267000027932, - 32.94690899999114, - 26.366194999951404, - 21.302227999956813, - 30.95497500000056, - 19.981887000030838, - 28.38309900002787, - 20.796933000034187, - 15.20655900001293, - 27.307609000010416, - 20.119848000002094, - 14.81915499997558, - 28.285405999980867, - 21.413066999986768, - 16.17121900001075, - 27.137614999955986, - 19.525657999969553, - 13.946896999957971, - 27.589084000035655, - 20.63925200002268, - 15.3961320000235, - 27.621999000024516, - 20.40678400004981, - 15.869074000045657, - 26.727236000006087, - 19.32283900002949, - 14.404319000022952, - 29.648901999986265, - 22.790801000024658, - 17.72178399999393, - 27.84720199997537, - 20.321064999967348, - 15.028347999963444, - 26.71495200000936, - 19.69612400000915, - 14.646765999961644, - 28.042376999976113, - 21.158154000004288, - 16.11992799997097, - 28.948692000005394, - 21.921056999999564, - 16.329490999982227, - 28.535888999991585, - 21.388126999954693, - 16.325683999981266, - 28.69799899996724, - 21.21320299996296, - 15.540035999962129, - 27.51178100000834, - 20.11965800001053, - 14.632067000027746, - 26.45006000000285, - 19.9652739999583, - 14.843693999981042, - 27.930827000003774, - 20.75675300002331, - 15.690602000046056, - 26.31012399995234, - 18.886918999953195, - 13.68001099996036, - 29.07654499995988, - 22.16927599994233, - 16.989521999959834, - 26.107294999994338, - 18.761423000018112, - 13.465989999996964, - 26.55128000001423, - 19.582210000022314, - 14.493814999994356, - 28.68618499999866, - 21.99504299997352, - 16.99049300001934, - 25.90513699996518, - 18.300896000000648, - 12.740169999946374, - 27.863123000017367, - 21.986996999999974, - 16.591867999988608, - 30.910536999988835, - 23.162802999955602, - 17.981755999964662, - 29.37774799996987, - 19.864185000013094, - 15.193071999994572, - 28.47806599998148, - 21.232560999982525, - 15.787944999989122, - 27.6520179999643, - 20.323780999984592, - 15.624703000008594, - 27.475509999960195, - 20.491480999975465, - 15.455909999960568, - 28.22832399996696, - 21.284814000013284, - 16.13895599998068, - 26.729810999997426, - 19.684149999986403, - 14.401662999996915, - 27.462984999991022, - 20.74444899999071, - 15.564573999959975, - 27.9517389999819, - 20.898442999983672, - 15.823955999978352, - 27.212562999979127, - 20.236348999955226, - 15.14949699997669, - 25.99009399994975, - 19.316065999970306, - 14.20574799994938, - 28.100241000007372, - 22.65986299997894, - 17.60863099998096, - 26.669441999983974, - 19.535707999952137, - 14.475017999997362, - 28.50179200002458, - 21.5698450000491, - 16.477833000011742, - 26.231618999969214, - 18.457583000010345, - 13.90113700000802, - 26.822633999981917, - 21.11553999996977, - 16.030922000005376, - 27.3668760000146, - 20.267079000012018, - 15.201348999980837, - 28.459147999994457, - 21.605014999979176, - 16.580996999982744, - 27.511270999966655, - 19.699311000003945, - 14.526568999979645, - 27.590647000004537, - 20.767766000004485, - 16.56910299998708, - 27.304844000027515, - 20.41617199999746, - 15.347497000009753, - 25.968921999970917, - 19.896849999960978, - 14.821720999956597, - 27.934533999999985, - 21.93832100002328, - 16.727836000034586, - 27.7515939999721, - 20.18635999999242, - 15.958730999962427, - 28.21578899997985, - 21.05902899999637, - 16.84326399996644, - 25.740913000016008, - 18.70245599996997, - 13.535596999980044, - 29.042727999971248, - 22.10891700000502, - 17.0879759999807, - 28.71078399999533, - 20.654662000015378, - 15.474786999984644, - 27.354420999996364, - 20.506399999954738, - 15.239622999972198, - 27.644223000039347, - 21.66640600003302, - 16.606307000038214, - 27.660996000049636, - 20.007788000046276, - 14.629502000054345, - 26.843153999943752, - 20.912309999985155, - 15.833363999961875, - 27.18727300001774, - 20.512291999999434, - 15.541989999997895, - 28.115069999999832, - 21.357987999974284, - 16.15341400000034, - 27.801202000002377, - 20.422464999952354, - 15.175456999975722, - 28.510599999979604, - 22.27384300000267, - 16.91384300001664, - 29.287781000020914, - 21.905315999989398, - 16.438797000038903, - 26.26571700000204, - 18.52287200000137, - 13.395399999979418, - 28.5439250000054, - 21.854155000008177, - 15.577488999988418, - 27.074499999987893, - 19.974071000004187, - 14.971125000040047, - 28.47475900000427, - 21.410300999996252, - 17.184845999989193, - 26.990164000017103, - 19.71797699999297, - 14.377355000004172, - 29.44530099997064, - 22.090580999967642, - 16.76497899997048, - 26.442274999979418, - 19.37519200000679, - 14.293200000014622, - 28.372858000046108, - 21.654692000010982, - 16.47171100002015, - 28.2149770000251, - 20.890936999989208, - 15.595184000034351, - 28.04324899998028, - 20.810089000035077, - 15.492773000034504, - 27.607961000001524, - 21.145710000011604, - 16.707715999975335, - 32.60579800000414, - 25.213533999980427, - 20.96118599997135, - 27.336527000006754, - 18.037546999985352, - 13.716072999988683, - 27.60616799996933, - 20.601467999978922, - 16.470739999960642, - 27.957950000010896, - 21.852492000034545, - 16.715391000034288, - 27.07323700003326, - 19.92997400002787, - 14.800969000032637, - 26.765150999999605, - 19.785719999985304, - 14.68807699996978, - 28.793606999970507, - 21.810508999973536, - 16.691944999969564, - 27.422435999964364, - 20.286037000012584, - 16.113315999973565, - 27.135920999979135, - 19.86736099998234, - 14.632276999996975, - 28.55894499999704, - 21.753015999973286, - 16.61234799999511, - 27.140891000046395, - 19.927971000026446, - 14.742144000018016, - 27.204166000010446, - 20.96396200003801, - 15.782242999994196, - 27.318640999961644, - 20.349680999992415, - 15.32752699998673, - 27.67858999996679, - 20.903502999979537, - 15.813133999996353, - 28.670985000033397, - 21.627408000000287, - 16.493925000017043, - 27.70279800001299, - 20.642278000013903, - 15.615565000043716, - 28.053369000030216, - 20.482413000019733, - 15.16516800003592, - 29.068157999950927, - 21.982727999973577, - 16.693517999956384, - 30.024130999983754, - 23.22467600001255, - 17.963050000020303, - 27.755140999972355, - 20.04844799998682, - 14.855195999960415, - 28.27494500001194, - 20.943992000014987, - 15.543172000034247, - 27.935707000026014, - 20.60765000001993, - 15.940124000015203, - 28.066224000009242, - 20.555586999980733, - 15.189905999985058, - 28.699401999998372, - 21.920796999998856, - 16.390822000044864, - 28.18956700002309, - 20.476611000020057, - 15.924022000050172, - 29.876821999961976, - 22.889495999959763, - 17.517040999955498, - 28.383468999993056, - 20.488635000016075, - 16.022916999994777, - 26.65120600000955, - 20.14055000001099, - 14.759548000001814, - 30.844978000037372, - 23.62044500000775, - 19.207881000009365, - 28.450179999985266, - 20.270756000012625, - 14.610564000031445, - 29.81239400000777, - 22.185999000037555, - 17.64839899999788, - 26.89448600000469, - 18.90373299998464, - 14.555335999990348, - 30.413828999968246, - 23.016935999970883, - 17.669029999990016, - 27.758357000013348, - 20.180787999997847, - 14.905765999981668, - 27.648470999964047, - 20.75568199995905, - 15.716553999984171, - 27.77222400001483, - 21.491410000016913, - 16.384218999999575, - 28.197170999948867, - 21.343748999992386, - 16.222198999952525, - 29.40762699994957, - 22.37928999995347, - 17.337948000000324, - 29.466372999944724, - 22.503354999993462, - 18.419939999992494, - 28.692877999972552, - 21.082244999997783, - 15.399418999964837, - 29.237350999959745, - 22.2547439999762, - 17.93605600000592, - 27.23549799999455, - 19.207942000008188, - 13.999049999983981, - 29.324852999998257, - 22.636126000026707, - 17.645753999997396, - 26.419579999987036, - 18.809046000009403, - 14.08668199996464, - 27.63692900002934, - 20.858033000025898, - 15.61597600003006, - 27.09033100004308, - 20.41951900004642, - 15.402124000014737, - 27.64494399999967, - 20.865317000017967, - 15.895366000011563, - 26.991577000007965, - 20.841901000007056, - 15.666945999953896, - 28.691846000030637, - 21.773346000001766, - 16.748475999978837, - 27.58119799999986, - 20.061453000002075, - 14.953971000039019, - 27.64502400002675, - 20.483645000029355, - 15.372015000029933, - 27.332348000025377, - 21.277670000039507, - 17.119968999992125, - 28.178865999972913, - 20.57722899998771, - 15.867139999987558, - 28.640606000029948, - 21.51654000004055, - 16.23643800005084, - 28.23905399994692, - 20.244653999980073, - 15.034539999964181, - 25.984533000038937, - 18.77228400000604, - 13.754138000018429, - 29.017036999983247, - 23.249233999988064, - 18.21605799999088, - 29.172413999971468, - 21.288902000000235, - 16.89100799994776, - 28.469888999999966, - 21.119837999984156, - 16.535717000020668, - 27.95828199997777, - 21.431662999966647, - 16.22700899996562, - 26.810900999989826, - 18.642318000027444, - 14.150809000013396, - 27.664583000005223, - 20.55947500001639, - 15.267670000030193, - 29.566348999971524, - 22.487403000006452, - 17.281535999965854, - 26.234464999986812, - 19.669350999989547, - 14.680962999991607, - 29.379501999996137, - 22.603642000001855, - 17.454428000026383, - 27.182672999973875, - 19.61879099998623, - 14.0495289999526, - 28.320755000051577, - 20.98281900002621, - 15.457533000037074, - 28.138235999969766, - 21.855547999963164, - 16.791981999995187, - 27.204215999983717, - 19.53650899999775, - 14.259812999982387, - 30.00992400001269, - 22.964363000006415, - 17.83147099998314, - 29.56316300004255, - 21.920897000003606, - 16.777303000038955, - 27.96570600004634, - 20.18366400001105, - 15.028818999999203, - 29.167213000007905, - 21.848965000011958, - 16.574312999960966, - 30.171912999998312, - 23.0140909999609, - 17.85119899996789, - 29.306918999995105, - 20.671996999997646, - 15.770189000002574, - 29.237982999999076, - 21.94534500001464, - 16.532531000033487, - 27.95407300000079, - 20.6263269999763, - 16.047775999992155, - 27.874235000053886, - 20.369240000029095, - 15.035922000010032, - 27.73553299997002, - 20.237890999997035, - 14.794156999967527, - 26.88917500001844, - 20.05175500002224, - 14.804105999995954, - 29.898803999996744, - 23.05765600001905, - 17.575416000036057, - 27.319533000001684, - 19.299852999974973, - 14.809997999982443, - 28.38987100002123, - 21.04377899999963, - 16.65217700001085, - 27.259655000001658, - 20.737675999989733, - 15.523563000024296, - 28.411014000012074, - 21.293080000032205, - 16.219253999996, - 31.628752999997232, - 24.682497999980114, - 19.389580000017304, - 27.743428000016138, - 18.207050000026356, - 12.905965999991167, - 27.915406999993138, - 21.958821999956854, - 16.824225999996997, - 28.97208799998043, - 21.606738000002224, - 16.164976999978535, - 27.545868999965023, - 19.90771100000711, - 14.56365199998254, - 29.857071999984328, - 22.632609000022057, - 17.430640999984462, - 26.577260999998543, - 20.14037899998948, - 15.885106000001542, - 28.214776000007987, - 21.27050500002224, - 17.012807000020985, - 28.79031999997096, - 21.714779999980237, - 16.56479400000535, - 28.23009699996328, - 20.915576999948826, - 16.610304999980144, - 26.875698999967426, - 19.374890999984927, - 14.010532999993302, - 30.45940900000278, - 23.16235300002154, - 17.98297900002217, - 26.556218999961857, - 19.506349999981467, - 14.972757999959867, - 32.36799899995094, - 25.531950999982655, - 20.282398999959696, - 27.86286300001666, - 21.38609300000826, - 15.986655000015162, - 28.11117300001206, - 20.776763000001665, - 15.47784300002968, - 30.034130999993067, - 23.399720999994315, - 18.001394999970216, - 29.75127299997257, - 22.503253999981098, - 17.05738499999279, - 27.65285000001313, - 20.933751999982633, - 15.148615000012796, - 28.302969999960624, - 20.946526999992784, - 16.556047999998555, - 31.81859700003406, - 23.971878000011202, - 18.46009900001809, - 30.4499599999981, - 22.41146299999673, - 17.859454999968875, - 27.315905999974348, - 20.149947999976575, - 15.567559999995865, - 27.22861400002148, - 20.231277999992017, - 15.866518999973778, - 28.162953999999445, - 20.676324000000022, - 16.439807999995537, - 26.857493000046816, - 19.643110000004526, - 14.355322000046726, - 28.72954099997878, - 23.621838000020944, - 18.474065999966115, - 27.935055999958422, - 20.499075999949127, - 15.091952999995556, - 32.58548700000392, - 25.23373300000094, - 20.74444899999071, - 30.62056599999778, - 23.021294999984093, - 17.75727399997413, - 28.64436299999943, - 20.89979499997571, - 15.590976000006776, - 31.430641999992076, - 24.03147500002524, - 18.387576000008266, - 28.976637999992818, - 19.804246999963652, - 14.586667999974452, - 28.87474599998677, - 21.544464999984484, - 16.22253999998793, - 30.42492099996889, - 23.77435899997363, - 19.273752000008244, - 27.861290999979246, - 19.974331999954302, - 14.426161999988835, - 27.730363000009675, - 20.68956100003561, - 15.459768000000622, - 28.132694000029005, - 20.99214700004086, - 15.800448000023607, - 29.32554499997059, - 23.109056999965105, - 17.89795099996263, - 27.572632000024896, - 19.772694999992382, - 14.518824000027962, - 29.767434999987017, - 22.558752999990247, - 17.430289999989327, - 28.090301999996882, - 20.242581000027712, - 15.87813200004166, - 28.182512999977916, - 21.778325999970548, - 17.48843399999896, - 30.691456000029575, - 23.324392000038642, - 18.215016000031028, - 28.266277999966405, - 20.185106999997515, - 15.752103000006173, - 29.41522199998144, - 22.060291000001598, - 17.71504099998856, - 28.597600000037346, - 21.78401699999813, - 16.254443000012543, - 29.401244000007864, - 21.814176000014413, - 16.802000999974553, - 28.374160999956075, - 20.719018999952823, - 16.19870299997274, - 28.938973999989685, - 21.54204099997878, - 16.072434999980032, - 27.54586900002323, - 20.76387700001942, - 15.184124000021257, - 28.106813000049442, - 20.8182740000193, - 16.22458400001051, - 30.59741099999519, - 23.32809999998426, - 17.841671000001952, - 29.724780999997165, - 21.020652999985032, - 16.223142000031658, - 26.948070999991614, - 19.266296999994665, - 13.788094000017736, - 28.450030000007246, - 21.115079000010155, - 15.840067000011913, - 27.60026600002311, - 20.316125000012107, - 14.964401000004727, - 26.932089000009, - 19.67462100001285, - 15.211688000010327, - 28.71409099997254, - 23.37228699994739, - 17.898241999966558, - 27.731674999988172, - 20.155930000008084, - 14.651305000006687, - 27.963601000024937, - 20.760651000018697, - 15.46127000002889, - 28.972348999988753, - 21.895095999992918, - 16.605265000020154, - 28.458015999989584, - 20.990824999986216, - 15.793454999977257, - 27.747766999993473, - 20.475359000032768, - 15.160318000009283, - 26.854776999971364, - 19.78337499999907, - 14.635534000000916, - 28.899115000036545, - 22.82504800002789, - 17.230426000023726, - 28.739800999988802, - 22.38925000000745, - 16.783906999975443, - 28.188855000014883, - 20.89471500000218, - 15.433835999981966, - 27.235035999969114, - 19.754227999947034, - 15.155046999978367, - 28.10723500000313, - 21.229343999992125, - 16.0703199999989, - 29.926569000002928, - 23.7472350000171, - 17.74231400003191, - 26.654702999978326, - 19.1997449999908, - 13.521138000010978, - 29.5275219999603, - 22.382976999972016, - 17.18172999995295, - 27.574835999985225, - 19.43777499999851, - 13.913220999995247, - 27.45912800001679, - 21.10037000000011, - 15.760430000023916, - 28.649903000041377, - 21.48447700001998, - 16.21883299999172, - 28.874546999984886, - 21.2931910000043, - 16.731303000007756, - 29.75762599997688, - 22.642798999964725, - 18.406512999965344, - 28.47338600002695, - 21.038609000039287, - 15.788846000039484, - 28.5693049999536, - 21.441010999958962, - 16.08756399998674, - 30.393207999994047, - 22.90502500004368, - 17.40263500000583, - 27.51480800000718, - 19.696614999964368, - 14.873603000014555, - 29.277199000003748, - 23.1788050000323, - 17.957548000034876, - 27.37338899995666, - 18.939231999975163, - 13.629450999957044, - 29.887381999986246, - 22.690293000021484, - 18.287819000019226, - 28.261297999997623, - 19.385912999976426, - 14.091932999959681, - 28.425321000046097, - 21.647287000028882, - 15.94304900005227, - 27.943312000017613, - 20.534285000001546, - 15.992127000004984, - 28.855778999975882, - 22.767745000019204, - 17.60853099997621, - 27.17713199998252, - 20.043878999946173, - 14.754277999978513, - 28.453035999962594, - 22.0754120000056, - 16.82285299996147, - 28.87687099998584, - 21.150178999989294, - 15.574173000000883, - 28.691546000016388, - 21.117344000027515, - 15.623981999990065, - 27.48688299994683, - 20.01889999996638, - 15.501800999976695, - 28.98955300002126, - 23.493725000007544, - 17.618000000016764, - 30.740572999988217, - 23.099639000021853, - 17.6159050000133, - 29.390352999966126, - 21.090300999989267, - 16.375712000008207, - 29.530629000044428, - 21.071623000025284, - 16.57633700000588, - 28.261358999996446, - 21.553263000037987, - 16.08947900001658, - 29.358158999995794, - 21.596407999983057, - 16.209313999977894, - 28.466893000004347, - 20.89858199999435, - 16.12101000000257, - 28.017297000042163, - 20.82477700000163, - 15.59232900000643, - 27.223984999989625, - 20.93523499998264, - 15.736052000022028, - 32.00918200000888, - 24.977148000034504, - 19.87061799998628, - 30.12285599997267, - 21.453235999972094, - 16.217410999990534, - 30.216390000015963, - 22.671205000020564, - 17.334160000027623, - 28.326086000015493, - 20.670443000039086, - 16.15721100004157, - 28.72432999999728, - 21.25279999995837, - 16.697976999974344, - 28.595166000013705, - 21.178194000036456, - 16.687937000009697, - 30.38466199999675, - 22.823374999978114, - 18.25800099998014, - 27.25053699995624, - 19.23757100000512, - 13.71138399996562, - 29.035945000010543, - 21.92124799999874, - 16.608912000025157, - 28.362117000040598, - 20.789538000011817, - 16.177552000037394, - 29.890928000037093, - 23.072084000043105, - 18.387205000035465, - 28.496972000051755, - 21.534295000019483, - 15.861508000001777, - 28.826892999990378, - 21.296596999978647, - 15.712736000015866, - 29.169837999972515, - 21.57406399998581, - 16.027285999967717, - 29.35442200000398, - 22.100870999973267, - 16.60329100000672, - 29.5701569999801, - 21.925126000016462, - 16.266907999990508, - 29.535027000005357, - 21.59226900001522, - 16.900034999998752, - 29.643771999981254, - 22.046754999959376, - 17.39064200001303, - 27.81894700002158, - 19.74410800001351, - 14.149305999977514, - 29.816021999984514, - 23.209986999980174, - 18.87090799998259, - 30.34990299999481, - 22.575607000035234, - 18.276367000013124, - 29.578604000038467, - 21.42062099999748, - 16.806099999987055, - 29.15588099998422, - 21.628390999976546, - 17.06446899997536, - 29.29825200000778, - 22.748346999986097, - 17.25273999996716, - 28.47324599995045, - 20.405220999964513, - 15.805889999959618, - 26.699851999990642, - 18.96626600000309, - 14.42216300003929, - 28.824909000017215, - 21.859897000016645, - 16.80948699999135, - 30.74627399997553, - 23.822803999995813, - 19.141250999993645, - 28.917700999998488, - 20.013297999976203, - 14.596125999989454, - 28.257370999956038, - 20.84692099998938, - 16.14583999995375, - 28.216729999985546, - 21.387464999977965, - 16.279592000006232, - 26.78880699997535, - 20.62910100002773, - 15.302006000012625, - 28.356405000027735, - 21.491299999994226, - 16.14411500003189, - 30.809428000007756, - 23.388628000044264, - 19.151851000031456, - 26.407466000004206, - 18.836490000016056, - 13.490217000013217, - 32.817685000016354, - 28.012708999973256, - 22.96301999996649, - 28.28790100000333, - 20.169146000000183, - 15.110470000014175, - 28.960104000056162, - 21.554044000047725, - 16.078366000030655, - 28.70443099999102, - 20.679570999986026, - 15.440118000027724, - 28.86199200002011, - 23.092594999994617, - 17.729269000003114, - 28.697857999999542, - 20.894784999953117, - 15.878862999961711, - 29.105682000052184, - 21.539485000015702, - 16.93262900004629, - 29.357368000026327, - 21.79897699999856, - 17.322236999985762, - 28.782334999996237, - 21.430911999952514, - 15.957738999975845, - 29.345002999994904, - 21.125048999965657, - 15.130468999966979, - 29.773887999996077, - 21.946656999993138, - 17.374810000008438, - 29.208313000039198, - 22.044839999987744, - 16.89021500002127, - 28.979091999994125, - 22.382777000020724, - 16.87485600000946, - 29.69477200001711, - 21.77383700001519, - 16.104117000009865, - 27.9783410000382, - 20.7566930000321, - 16.623841000022367, - 29.782835999969393, - 22.54290299996501, - 17.248442000010982, - 28.694352000020444, - 22.556930000020657, - 17.709671000018716, - 36.35250799998175, - 29.095140999997966, - 24.197210999962408, - 29.600236000027508, - 18.525427000015043, - 27.494077000010293, - 19.35976100002881, - 14.092584000027273, - 28.57101800001692, - 23.18360400001984, - 17.59062500001164, - 28.458115999994334, - 20.625333999982104, - 15.327055999950971, - 28.547693000000436, - 21.19861399999354, - 15.913962999999058, - 31.95092700002715, - 24.798927000025287, - 19.647789000009652, - 29.511842000007164, - 21.831119999988005, - 16.61099600000307, - 26.297979999973904, - 19.01699599996209, - 13.722203999990597, - 28.914785999979358, - 22.718568000011146, - 17.582769999979064, - 27.78842599998461, - 20.686243999982253, - 15.652266999997664, - 27.889005000004545, - 22.013779999979306, - 16.910054999985732, - 30.528615000017453, - 23.26003500004299, - 18.049450000049546, - 26.991716999968048, - 19.68424099998083, - 15.497962999972515, - 28.790431000001263, - 21.711624999996275, - 16.52234100003261, - 28.170728999946732, - 22.266486999986228, - 17.738776999991387, - 28.25236099999165, - 21.052094999991823, - 15.752404000028037, - 26.381675000011455, - 19.087835000013, - 13.818043000006583, - 31.412525999941863, - 25.193463999952655, - 19.952277999953367, - 27.729249999974854, - 19.52095899998676, - 14.201348999980837, - 27.885718000005, - 20.586358000000473, - 15.37113300000783, - 29.903784000023734, - 22.43002999998862, - 18.221579000004567, - 29.11787599994568, - 21.29589599999599, - 15.897159999993164, - 32.80265499994857, - 26.660944999952335, - 21.50270199996885, - 28.289543999999296, - 18.71603299997514, - 14.280954999965616, - 29.109989999968093, - 22.06940899998881, - 16.90802099998109, - 29.363720000023022, - 21.91746000002604, - 16.720560999994632, - 27.422956999973394, - 21.353107999952044, - 16.34623399999691, - 31.136874000017997, - 24.105040000053123, - 19.00454200000968, - 32.00668700004462, - 24.60514600004535, - 19.729801000037696, - 27.458316000003833, - 20.183223000029102, - 14.790688999986742, - 28.119588000001386, - 21.96792899997672, - 16.831829999980982, - 27.926840000029188, - 20.533654000028037, - 14.289112000027671, - 28.151501999993343, - 21.01667499996256, - 15.844244999985676, - 29.354180999973323, - 22.004530999984127, - 16.667185999976937, - 26.783846999984235, - 20.360381999984384, - 15.052744999993593, - 28.192302000010386, - 20.94482400000561, - 15.671785000013188, - 28.899956999986898, - 21.550877999980003, - 16.420840999984648, - 28.55382400000235, - 21.628429999982473, - 16.46217199997045, - 29.366125000000466, - 23.397555999981705, - 18.178042999992613, - 28.674041000020225, - 21.21244099998148, - 15.736482999986038, - 29.101903999981005, - 21.834305999975186, - 16.56397299998207, - 28.70424000005005, - 21.116181000019424, - 16.54056600003969, - 26.52427599998191, - 20.11704300000565, - 15.934322000015527, - 28.05275699996855, - 21.979120999982115, - 16.789045999990776, - 29.86139999999432, - 22.942719999991823, - 18.710923000006005, - 29.683780000021216, - 21.71822700003395, - 16.250044000044, - 28.072214999992866, - 20.763776999956463, - 15.560645999968983, - 30.099198999989312, - 23.108116000017617, - 18.960304000007454, - 28.71840799995698, - 21.46805399999721, - 16.83274199999869, - 27.115221000043675, - 19.023038000043016, - 14.688048000039998, - 30.27342199999839, - 23.994982999982312, - 18.703587999974843, - 28.952260000049137, - 20.543032000015955, - 14.912710000004154, - 29.657939999946393, - 22.27136699995026, - 16.604682999954093, - 30.9867170000216, - 23.350613000045996, - 17.952508000016678, - 29.056103000009898, - 21.057284999988042, - 16.231918000034057, - 26.679963000002317, - 18.71323699998902, - 14.006554999970831, - 27.992458000022452, - 22.115310000022873, - 17.67024200002197, - 30.052817999967374, - 22.493614999984857, - 18.118184999970254, - 26.414850000001024, - 19.28219800000079, - 14.409778999979608, - 29.410091000027023, - 23.501229999994393, - 18.47845499997493, - 30.66638700000476, - 23.150849999976344, - 17.715431999997236, - 29.041093999985605, - 20.67965100001311, - 16.08775499998592, - 29.46178300003521, - 22.029120000021067, - 16.699239000037778, - 29.881699999968987, - 22.086942999972962, - 17.46557900001062, - 29.407104999991134, - 21.591346999979578, - 17.18831300002057, - 29.372276999987662, - 22.162683000031393, - 17.013918999989983, - 28.59751099999994, - 22.39296699996339, - 17.50245199998608, - 30.38328900001943, - 22.92277100001229, - 18.40923799999291, - 28.52225300000282, - 20.270566000021063, - 14.747965999995358, - 30.098296999989543, - 23.024459999985993, - 17.89753000001656, - 27.639182000013534, - 20.571718999999575, - 15.142061999998987, - 27.40052199998172, - 20.353868999984115, - 16.15309300000081, - 28.72375900001498, - 21.560988000012003, - 16.16904499998782, - 29.232901999959722, - 21.526389999955427, - 16.71870799997123, - 27.860588999988977, - 21.363629000028595, - 15.856449000013527, - 28.318481000023894, - 21.153565000044182, - 16.041754000005312, - 29.90010699996492, - 22.648038999992423, - 17.240706000011414, - 29.082395000034012, - 21.632729000004474, - 17.105038000037894, - 27.926277999999, - 20.313059000007343, - 14.840448000002652, - 28.191119000024628, - 20.91340100002708, - 15.810166999988724, - 29.324963000020944, - 22.342387000040617, - 17.15640000003623, - 29.67153600003803, - 23.445039000012912, - 18.059097999997903, - 29.27550600003451, - 21.563431999995373, - 16.132872999995016, - 29.05345900001703, - 21.538472999993246, - 16.96787900000345, - 28.610004999965895, - 20.927018999995198, - 16.21848299994599, - 29.039942000003066, - 21.429048000019975, - 16.462983999983408, - 28.4233570000506, - 20.944692999997642, - 16.517552000004798, - 26.819627000018954, - 19.513893999974243, - 14.057193999993615, - 27.55988700001035, - 22.202832000039052, - 16.969703000038862, - 28.336555999994744, - 21.18000699998811, - 15.994670999993104, - 29.77302600000985, - 22.54159899998922, - 17.38742500002263, - 28.39807799999835, - 21.077625999983866, - 15.585515999991912, - 29.302147999987938, - 21.93764999997802, - 16.308378999994602, - 28.14920699998038, - 20.422042999998666, - 15.661625000007916, - 26.87732099997811, - 20.06574200000614, - 14.769817999971565, - 28.881709999986924, - 22.83375499997055, - 17.724660000007134, - 28.984141999972053, - 21.900085999979638, - 16.348789000010584, - 29.21499699994456, - 21.51917499996489, - 16.75339599995641, - 29.682548000011593, - 22.302688999974634, - 18.0040399999707, - 28.954043000005186, - 21.538744000019506, - 16.18495600001188, - 27.848373999993782, - 20.40615200001048, - 14.882910999993328, - 27.70500199997332, - 20.760409999988042, - 15.419908999989275, - 28.18026799999643, - 22.817863999982364, - 17.639160999970045, - 27.51663099997677, - 19.94022499996936, - 15.533802999998443, - 29.48632100003306, - 22.735581000044476, - 17.6622760000173, - 31.377848000032827, - 23.90807100001257, - 18.690372000040952, - 29.157324000028893, - 20.971166000002995, - 16.479898000019602, - 30.020283000019845, - 22.621076000039466, - 17.162973000027705, - 28.10951899999054, - 20.409860000014305, - 15.371352999994997, - 29.906829999992624, - 22.930524999974295, - 17.784306999994442, - 29.87413499999093, - 21.275745999999344, - 15.935985999996774, - 28.57579800003441, - 20.98726700001862, - 15.49436599999899, - 26.95407300000079, - 20.148905999958515, - 15.032636999967508, - 27.532262000022456, - 21.38289700000314, - 15.981305000022985, - 29.330575000029057, - 22.76817600004142, - 17.241598000051454, - 28.563773999980185, - 21.104006999987178, - 16.679599999974016, - 27.586759000027087, - 20.391343000053894, - 15.278330000001006, - 27.78142299997853, - 20.74433900002623, - 15.564213000005111, - 29.395893000008073, - 22.335544000030495, - 18.11430700001074, - 28.188495000009425, - 20.798585999989882, - 16.26348099997267, - 28.368337999971118, - 21.325422999972943, - 16.033337000000756, - 28.974282999988645, - 21.63123599998653, - 16.12280399998417, - 26.400632000004407, - 19.068206000025384, - 14.676875000004657, - 28.878093000035733, - 23.793476000020746, - 18.67842800001381, - 33.552561999997124, - 26.108085999963805, - 20.27429299999494, - 28.631608000025153, - 21.20111900003394, - 15.794938000035472, - 29.134026999992784, - 21.69486099999631, - 17.234162999957334, - 28.58427400002256, - 21.230856999987736, - 15.620043000031728, - 32.100480999972206, - 24.741594000020996, - 19.380921999982093, - 29.59410400001798, - 21.91665800003102, - 17.018978999985848, - 29.98082500003511, - 23.042585999995936, - 18.340041999996174, - 28.051053999981377, - 19.937839999969583, - 14.738275999960024, - 29.88680999999633, - 23.03262700000778, - 17.922148999990895, - 30.021706000028644, - 22.64249800000107, - 17.63639600004535, - 29.32370099995751, - 21.204564999963623, - 16.559453999972902, - 29.618951999989804, - 22.4587360000005, - 17.123223999980837, - 29.621738000016194, - 21.068037000019103, - 16.43354600004386, - 27.154297000030056, - 19.729059000033885, - 14.274552999995649, - 27.08961999998428, - 20.96929199999431, - 15.745501000026707, - 28.505650000006426, - 21.490728999953717, - 17.282958999974653, - 29.30597599997418, - 22.18831300002057, - 17.003438999992795, - 27.519327000016347, - 20.38887900003465, - 15.221428000018932, - 29.621587999979965, - 22.845117999997456, - 17.6745210000081, - 29.074009000032675, - 21.98030400002608, - 17.125980000011623, - 29.70361900003627, - 23.331285000022035, - 18.043638000031933, - 28.299233000027016, - 21.169146000000183, - 16.632798000006005, - 29.302949999982957, - 22.789969000034034, - 17.331796000013128, - 28.64237899996806, - 20.99430099996971, - 15.83672999998089, - 28.664792000025045, - 21.535697000043, - 16.326945000037085, - 28.63381200004369, - 21.10056099999929, - 15.920686000026762, - 28.99431199999526, - 22.00584399997024, - 16.741302000009455, - 28.46419699996477, - 22.575505999964662, - 17.42937799997162, - 30.546398999984376, - 23.069117999984883, - 17.87415400001919, - 29.603452000010293, - 21.97751799999969, - 17.53108800004702, - 31.734439999971073, - 24.443315999989863, - 18.65333899995312, - 31.745351999998093, - 21.161630999995396, - 28.638520999986213, - 21.2907450000057, - 15.72318600001745, - 28.38536200003, - 21.641426000045612, - 16.468664999993052, - 27.526951000036206, - 21.07558100001188, - 15.701012000034098, - 28.957890999969095, - 21.541889999993145, - 16.06940899998881, - 28.847371999989264, - 21.392955999996047, - 16.981224999995902, - 28.857592999993358, - 21.547551000025123, - 17.161048999987543, - 28.558903999975882, - 21.086772999959067, - 16.496910999994725, - 28.974142000020947, - 21.613179999985732, - 17.225856000033673, - 28.731394000002183, - 21.981817000021692, - 16.48498800001107, - 27.787865000020247, - 21.61934299999848, - 17.43008900003042, - 29.063368000031915, - 21.751943000010215, - 16.627327000023797, - 29.641647000040393, - 23.06972000002861, - 18.468243999988772, - 29.101984000008088, - 21.808845999999903, - 17.01786700001685, - 30.046585000003688, - 22.86316300003091, - 17.900745999999344, - 31.4366329999757, - 23.515346999978647, - 19.027004999981727, - 29.197351999988314, - 21.032836999977008, - 16.41555099998368, - 31.166432000056375, - 24.965034000051674, - 20.37677500001155, - 29.607039000024088, - 20.9370479999925, - 15.880145000002813, - 29.01170600001933, - 22.484286000020802, - 16.80674100003671, - 29.586619000008795, - 22.293399999965914, - 17.020661999995355, - 31.86969700001646, - 24.44349700002931, - 19.123245000024326, - 29.81002899998566, - 20.4591069999733, - 14.995752999966498, - 28.654974000004586, - 21.48296399996616, - 16.299482000002172, - 28.923432999989018, - 22.761453000013717, - 17.513143000018317, - 28.259855000011157, - 20.971266000007745, - 16.55837199999951, - 29.171160999976564, - 21.82155100000091, - 16.49747199995909, - 29.732204999949317, - 22.004750999971293, - 16.67576299997745, - 28.8823010000051, - 21.702476000005845, - 17.298420000006445, - 29.399650000035763, - 22.016835000016727, - 16.719770000025164, - 29.23443499999121, - 22.067354999948293, - 16.610213999985717, - 32.75309700000798, - 26.307098000019323, - 20.9004160000477, - 32.42612299998291, - 22.74364699999569, - 17.46279299998423, - 29.754229000012856, - 20.71272599999793, - 15.919453000009526, - 29.290945999964606, - 21.983810000005178, - 16.67365900002187, - 30.140509999997448, - 22.78088099998422, - 17.583462000009604, - 29.785871000029147, - 23.448396000021603, - 18.771721999975853, - 28.19146100000944, - 19.984862999990582, - 15.531819999974687, - 28.802393999998458, - 21.853353000013158, - 16.62822899996536, - 30.29284100001678, - 22.988110000034794, - 17.73642299999483, - 28.602830999996513, - 21.058228000008967, - 16.599863999988884, - 30.026405000011437, - 22.95447300001979, - 18.37056199996732, - 28.889786000014283, - 20.28456299996469, - 15.616837000008672, - 33.07263700000476, - 26.813675999990664, - 21.94383199996082, - 28.876288999977987, - 21.115720000001602, - 16.59666699997615, - 28.179937999986578, - 20.843464000034146, - 16.405881999991834, - 28.659973000001628, - 21.58661800000118, - 16.08946799999103, - 29.647999999986496, - 22.712155999965034, - 18.46847500000149, - 31.61687799997162, - 23.934122000006028, - 18.3816339999903, - 29.10919799999101, - 20.66078400000697, - 16.02761599997757, - 29.050892999977805, - 22.43508899997687, - 17.918130999954883, - 30.671295000007376, - 22.859606000012718, - 18.039029000035953, - 29.05492200003937, - 21.613552000024356, - 16.009140000038315, - 29.426945000013802, - 22.25302100001136, - 16.80929600005038, - 31.16152099997271, - 23.304020999989007, - 18.14257299999008, - 29.659633000032045, - 21.58718900004169, - 17.1803470000159, - 28.588962999987416, - 21.08954899996752, - 16.461160000006203, - 29.983982000034302, - 23.357938000001013, - 18.831800999992993, - 28.457063999958336, - 20.323008999985177, - 15.750841000000946, - 28.81373600004008, - 21.49037800001679, - 16.073445999994874, - 30.169516999972984, - 22.873162999982014, - 18.254663999949116, - 28.659551999997348, - 20.919893999991473, - 15.357695999962743, - 28.199116000032518, - 21.18402500002412, - 16.905746000004, - 28.09811699995771, - 21.22066699998686, - 15.929883999982849, - 29.86024800001178, - 24.398638000013307, - 19.052616000000853, - 30.00643599999603, - 22.00307800003793, - 16.524414999992587, - 29.68949200003408, - 22.109147000010125, - 17.506800000031944, - 31.631187000020873, - 23.862341000000015, - 18.16728100000182, - 29.807944000000134, - 21.799798000021838, - 17.16129900002852, - 29.348449999990407, - 21.96187800000189, - 16.345502999960445, - 29.849456000025384, - 22.380812000017613, - 17.592387999990024, - 28.731804999988526, - 22.03021199995419, - 16.407954999944195, - 28.923412000003736, - 21.335573000018485, - 16.812812999996822, - 28.89883399999235, - 21.653059000032954, - 16.334270999999717, - 29.289975000021514, - 22.371515000006184, - 16.866158000018913, - 31.83017899998231, - 24.152994000003673, - 18.6016069999896, - 29.397816999990027, - 20.793614999973215, - 15.037645999982487, - 28.252049000002444, - 21.002337000041734, - 15.349961000028998, - 29.555928000016138, - 23.857001000025775, - 18.406012000050396, - 29.935566000000108, - 22.198554000002332, - 16.640913999988697, - 29.03613399999449, - 21.538051999988966, - 15.925805999955628, - 29.345152999972925, - 22.195737999980338, - 16.495266999991145, - 30.46247399999993, - 22.89282100001583, - 17.337716999987606, - 30.845498999988195, - 23.311937000020407, - 18.569083000009414, - 30.15963800001191, - 22.26018500002101, - 16.465078000037465, - 28.171090000018012, - 20.843204000033438, - 15.397004000027664, - 29.343900999985635, - 22.004802000010386, - 17.38994000002276, - 31.959554000000935, - 24.374711000011303, - 18.928542000008747, - 38.29940499999793, - 29.896599999978207, - 25.04081400000723, - 31.98512500000652, - 20.81555900000967, - 32.28904300002614, - 24.664692000020295, - 19.12910700001521, - 31.094488999980967, - 22.93605600000592, - 18.808534999960102, - 30.236288999964017, - 22.762894999992568, - 17.009380000003148, - 32.07658400002401, - 23.722135000047274, - 18.853884000040125, - 30.06742600002326, - 22.959912999998778, - 18.291596000024583, - 29.852152000006754, - 22.133114999975078, - 16.37027199997101, - 30.591668999986723, - 22.718828000011854, - 18.12143100000685, - 31.04618499998469, - 23.48156200000085, - 18.282388999999966, - 30.065933000005316, - 22.175939000037033, - 17.717676000029314, - 29.99861000000965, - 22.99329899996519, - 17.41432799998438, - 30.900407000037376, - 22.92866200004937, - 18.18955500004813, - 29.594054000044707, - 22.660404000023846, - 17.72706400003517, - 30.650384999986272, - 23.419078000006266, - 17.811129999987315, - 30.13483900000574, - 21.96258900000248, - 16.239844000025187, - 29.915657000034116, - 22.38647300004959, - 17.828873999998905, - 29.784428999992087, - 22.931818999990355, - 18.596146999974735, - 36.03444199997466, - 29.433918000024278, - 23.45437699998729, - 38.696586000034586, - 27.859625999990385, - 31.571718999999575, - 20.024280000012368, - 31.710362999991048, - 24.539785999979358, - 19.16752199997427, - 30.2254879999673, - 21.7898779999814, - 16.670662999968044, - 29.935576000018045, - 21.970364000007976, - 16.278009000001475, - 29.404099999985192, - 21.961536999966484, - 17.742143999959808, - 29.08961999998428, - 22.083546999958344, - 16.987957999983337, - 31.22269199998118, - 23.866478999960236, - 18.79082999995444, - 30.66501400002744, - 22.884735999978147, - 18.447222999995574, - 30.620165000029374, - 22.649001000041608, - 17.097563999996055, - 29.15305399999488, - 21.209785000013653, - 16.4552079999703, - 29.293742000008933, - 22.580356000049505, - 17.10100100003183, - 30.30487399996491, - 22.536138999974355, - 17.036053000018, - 31.44734499999322, - 24.43890799995279, - 19.84677099995315, - 30.902110999973956, - 21.272388999990653, - 16.37129300000379, - 30.607749999966472, - 22.698357999965083, - 17.061431999958586, - 29.403558000049088, - 21.15325400000438, - 15.437303000013344, - 32.28556600003503, - 24.650915000005625, - 20.101061000023037, - 31.03852000000188, - 21.158705000008922, - 16.398317000013776, - 29.866770999971777, - 22.034900999977253, - 17.137523000012152, - 31.112163999991026, - 24.1458800000255, - 19.41878700000234, - 29.079839999962132, - 20.125208999961615, - 15.381011999968905, - 29.577701000031084, - 22.1080850000144, - 16.530687000020407, - 29.321988000010606, - 21.877281000022776, - 16.998468999983743, - 30.07774600002449, - 22.687947000027634, - 17.395049999991897, - 30.1647370000137, - 22.618931000004523, - 17.938309999997728, - 29.38539299997501, - 21.830798999988474, - 16.80921599996509, - 28.666446000046562, - 22.273260999994818, - 17.62934200000018, - 29.167463000048883, - 21.352417000045534, - 15.7748680000077, - 30.874806999985594, - 23.603831999993417, - 18.41280499997083, - 33.290646000008564, - 25.771252000005916, - 20.7105819999706, - 30.825309000036214, - 21.299602000042796, - 16.0517740000505, - 29.614804999961052, - 22.076803999952972, - 16.75058100000024, - 28.303169999970123, - 21.258562000002712, - 16.088214999996126, - 29.4315330000245, - 23.503725000016857, - 18.158514000009745, - 31.31571500003338, - 25.426983000012115, - 20.28396100003738, - 34.6346139999805, - 26.26763999997638, - 21.515377999981865, - 31.094008000043686, - 20.818114000023343, - 16.508113000018056, - 28.940737000026274, - 21.143544999998994, - 15.454818000027444, - 29.24777100002393, - 21.959642999980133, - 17.235105000028852, - 28.989222000003792, - 21.767384000006132, - 16.49085900001228, - 28.48344600002747, - 21.94268999999622, - 17.219485000008717, - 31.126883000019006, - 23.217891999986023, - 17.46749299997464, - 30.224857000051998, - 21.899144000024535, - 17.024380000017118, - 28.60823100002017, - 20.903311000030953, - 15.216226999997161, - 31.880598000017926, - 24.50522799999453, - 20.090199999976903, - 30.766222000005655, - 22.793245000008028, - 18.20067700004438, - 31.2128720000037, - 23.41679300001124, - 18.006443999998737, - 28.765812000026926, - 21.70586300001014, - 16.21938400005456, - 30.243052000005264, - 22.49605999997584, - 17.824276000028476, - 29.20433600002434, - 21.82012799999211, - 17.285565000027418, - 28.96177799999714, - 21.363198000006378, - 15.644170999992639, - 29.25726000004215, - 21.89498600002844, - 16.451461000018753, - 28.997046999982558, - 21.316034999967087, - 16.5590830000001, - 28.771002000023145, - 21.582900999987032, - 16.343018000014126, - 28.50323400000343, - 22.206999999994878, - 17.229804000002332, - 28.856950999994297, - 21.59490399999777, - 16.392704999947455, - 30.29921299999114, - 23.040883000008762, - 17.958359999989625, - 27.717345999961253, - 19.867841999977827, - 14.447943999955896, - 30.133146000036504, - 23.49129100004211, - 19.402005000039935, - 28.58408399997279, - 21.23478499997873, - 16.425199999997858, - 31.40630400000373, - 24.247239999996964, - 19.06071200000588, - 28.942559999995865, - 23.398597999999765, - 18.076864000002388, - 29.058098000008613, - 21.922039000026416, - 16.84931499999948, - 30.783686999988277, - 23.457603999995627, - 18.014018999994732, - 30.667098000005353, - 22.669001000002027, - 17.866238999995403, - 29.548883999988902, - 21.51344299997436, - 16.075208999973256, - 31.295554999960586, - 24.796111000003293, - 19.66225699998904, - 29.898372999974526, - 22.564413999964017, - 17.40725399996154, - 31.09802600002149, - 23.726813999994192, - 18.52265100000659, - 29.375181999988854, - 20.44158199999947, - 15.804395999992266, - 31.616027000010945, - 24.46056999999564, - 20.16451600001892, - 28.922610999958124, - 21.70635399996536, - 16.307056999998167, - 30.598401999974158, - 23.62596500001382, - 18.373076999967452, - 29.158675000013318, - 21.46013799996581, - 16.005833000002895, - 29.83953699999256, - 22.723016000003554, - 17.433275000017602, - 27.084219000011217, - 20.003389000019524, - 14.840176999976393, - 31.826432000030763, - 25.47461800003657, - 20.34379000001354, - 30.63135699997656, - 21.69644500000868, - 16.219944999960717, - 32.131202000018675, - 24.063708000001498, - 19.5684220000403, - 31.15234299999429, - 21.054709999996703, - 28.60849200002849, - 20.82498700002907, - 16.188383000029717, - 29.64879100001417, - 22.847211999993306, - 17.72232499998063, - 29.286917999968864, - 23.247570000006817, - 18.49102000001585, - 28.723297999997158, - 21.091503000003286, - 15.790479000017513, - 28.610155000002123, - 21.234063000010792, - 16.079948999977205, - 30.985975999967195, - 23.80027899995912, - 18.37303699995391, - 28.22796200000448, - 21.171480000019073, - 15.929953999991994, - 30.399611000029836, - 23.388007000030484, - 19.06110200000694, - 29.011935999966227, - 21.161078999983147, - 16.78214199998183, - 28.01307899999665, - 22.706825000001118, - 17.54304099996807, - 28.63663699995959, - 21.45647099998314, - 16.160467999987304, - 28.48200200003339, - 21.23983400000725, - 16.969110000005458, - 31.410963000031188, - 24.197151000029407, - 19.368198000011034, - 29.735943000006955, - 20.58320100000128, - 14.855817000032403, - 28.903672999993432, - 21.76975899998797, - 16.602167999953963, - 29.938922000001185, - 22.525787999969907, - 16.802221999969333, - 28.871639999968465, - 21.355111999961082, - 16.068505999981426, - 29.56540700001642, - 22.290053999982774, - 16.866628999996465, - 28.98798000003444, - 21.64984300005017, - 16.37679400003981, - 28.331325999984983, - 21.43593099998543, - 16.06539000000339, - 30.607059000001755, - 23.701805000018794, - 18.65510200004792, - 29.11161299998639, - 21.37728600000264, - 16.80093999998644, - 28.48574999999255, - 21.048658000014257, - 16.562761000008322, - 28.83603999996558, - 22.739039000007324, - 18.260895999963395, - 29.543745000031777, - 22.501189999980852, - 17.252279000007547, - 29.83358600002248, - 22.74501999997301, - 17.614632999990135, - 30.333640999975614, - 22.863523999985773, - 17.629573000012897, - 28.390733000007458, - 21.294201999960933, - 16.165497999987565, - 29.11737400002312, - 21.997496999974828, - 16.87269099999685, - 30.28646699996898, - 23.272568999964278, - 17.9659039999824, - 28.161811999976635, - 21.565185999963433, - 16.25279999995837, - 30.45713400002569, - 23.095581000030506, - 18.605153999989852, - 29.71777700004168, - 22.49521800002549, - 18.246197000029497, - 31.298231000022497, - 23.358840000000782, - 18.51360400003614, - 30.500208999961615, - 22.71725599997444, - 18.121871999988798, - 29.440872000006493, - 21.816711000050418, - 16.376874000008684, - 29.6078409999609, - 22.112423999991734, - 17.65501199994469, - 28.158766000007745, - 21.671694999968167, - 16.27490299998317, - 28.767984999984037, - 21.392233999969903, - 16.9124689999735, - 29.6176910000504, - 22.46449800004484, - 17.83494700002484, - 31.195187999983318, - 22.863142999995034, - 18.45736300002318, - 29.339180999959353, - 21.020872999972198, - 15.386192000005394, - 30.119608999986667, - 22.834356000006665, - 18.254473000008147, - 32.00020399998175, - 24.34699599997839, - 18.545366999984253, - 29.276828000030946, - 21.561939000035636, - 16.454116000037175, - 29.38308799994411, - 21.91024599998491, - 17.468464999983553, - 27.97887200000696, - 20.620936000021175, - 14.954563000006601, - 27.5975899999612, - 20.52469499997096, - 16.106720999989193, - 29.26144800003385, - 22.849846000026446, - 17.505277000018395, - 29.539234999974724, - 21.968760000017937, - 16.385209999978542, - 29.523875000013504, - 22.23603800003184, - 16.711753999989014, - 29.04154499998549, - 23.39810699998634, - 18.02485099999467, - 30.8938939999789, - 23.267558999999892, - 18.675592999963555, - 30.46808500000043, - 23.03438999998616, - 18.51806299999589, - 29.858735000016168, - 22.049720000009984, - 16.12840500002494, - 28.527081999985967, - 21.375222000002395, - 16.252579999971204, - 29.64448200003244, - 22.318538999999873, - 17.171870000020135, - 30.043708999990486, - 22.541729999997187, - 17.104387999977916, - 29.126431999960914, - 21.96231799997622, - 17.487572000012733, - 29.8051989999949, - 21.661595000012312, - 16.004610000003595, - 28.64137699996354, - 20.827071999956388, - 15.24215899995761, - 30.45319600001676, - 23.75910800002748, - 18.532531000033487, - 29.616026999952737, - 21.428436999965925, - 16.950995999970473, - 31.275255999993533, - 23.53853399999207, - 19.011094000015873, - 29.147173000033945, - 20.83338399999775, - 16.39314599998761, - 31.542613000026904, - 25.268141000007745, - 20.010463000042364, - 28.20605899998918, - 21.082644999958575, - 16.727705999976024, - 28.81437699997332, - 21.523333000019193, - 16.340972999983933, - 30.433676999993622, - 23.533483000006527, - 18.226637999992818, - 29.217772000003606, - 22.109097000036854, - 16.89002500002971, - 30.05407000001287, - 22.595014000020456, - 17.09919700003229, - 30.62626699998509, - 22.78301499999361, - 18.498274000012316, - 31.266208000015467, - 24.533143000036944, - 19.034038999991026, - 30.519275999977253, - 22.064680000010412, - 16.189704999967944, - 29.60200899996562, - 22.160127999959514, - 17.625563999987207, - 30.061504999990575, - 22.714199999987613, - 17.98492300004, - 30.296938000014052, - 22.955163999984507, - 17.852521000022534, - 29.067957000050228, - 21.88028600002872, - 16.71974000002956, - 29.694862000003923, - 22.71551199996611, - 17.637447000015527, - 29.288159999996424, - 21.798935999977402, - 16.07760399999097, - 29.785471000010148, - 21.98249800002668, - 17.404818999988493, - 29.527391999959946, - 22.23776099999668, - 16.756942999956664, - 29.435671999992337, - 23.533614000014495, - 18.36983100004727, - 29.417826000018977, - 21.97760800004471, - 17.602538000035565, - 30.441882999963127, - 22.906908999953885, - 17.384408999991138, - 28.13855600001989, - 19.95905100001255, - 14.514555000001565, - 28.995515000016894, - 22.16421600000467, - 17.95922200003406, - 28.866310000012163, - 21.637017000000924, - 16.530666999984533, - 29.89008699997794, - 23.09839599998668, - 18.022976999985985, - 31.228834000008646, - 23.803715999994893, - 19.503123000031337, - 29.905197000014596, - 22.64812000002712, - 17.16664100001799, - 28.580856999964453, - 21.21483499999158, - 15.880745999980718, - 29.365792999975383, - 23.043376999965403, - 17.80359500000486, - 27.668548999994528, - 20.517712000000756, - 15.220254999992903, - 29.866348999959882, - 23.558581999968737, - 18.211567999969702, - 30.867703000025358, - 23.814718000008725, - 18.269573000026867, - 29.311357000027783, - 21.372657000028994, - 16.581758000014815, - 29.533925000054296, - 22.04702500003623, - 16.710361000034027, - 29.978199999954086, - 22.717436000006273, - 17.384640000003856, - 30.907551000011154, - 23.524895999988075, - 18.270695000013802, - 30.794278000015765, - 23.111332000000402, - 17.46601000003284, - 29.418937999987975, - 22.040271000005305, - 17.596786999958567, - 29.02094399998896, - 22.46618099999614, - 17.978238999960013, - 30.554406000010204, - 22.969733000034466, - 18.40657300001476, - 30.704039999982342, - 23.280335000017658, - 17.959883000003174, - 31.180379000026733, - 23.800079000007827, - 18.13391600002069, - 31.774939999973867, - 23.959142000006977, - 18.957186999963596, - 32.0878570000059, - 24.102864999964368, - 19.25458399998024, - 28.050583000003826, - 20.69754700001795, - 15.344931000028737, - 30.097965999972075, - 24.034359999990556, - 18.75611099996604, - 30.733487999998033, - 23.555866999959107, - 19.168743999965955, - 30.599264000018593, - 22.829877000011038, - 17.503995000035502, - 29.36027300002752, - 22.46913699997822, - 17.720290999975987, - 31.219595000031404, - 24.179755999997724, - 19.72755499999039, - 30.248563000001013, - 21.889074000006076, - 16.45427699998254, - 34.18144100002246, - 26.543272999988403, - 20.985994999995455, - 28.832051999983378, - 18.94276899995748, - 29.40586300002178, - 22.37587300001178, - 17.174104999983683, - 31.290194000001065, - 23.992055999988224, - 19.641394999984186, - 32.06656500004465, - 24.93380200001411, - 19.859135000035167, - 33.06371900002705, - 24.11423800000921, - 19.062205000023823, - 31.306256000010762, - 22.744809000054374, - 18.032456000044476, - 33.70214599999599, - 25.92582600004971, - 20.87761100003263, - 30.135811000014655, - 23.50395500002196, - 17.944533000001684, - 31.10818699997617, - 23.84221199998865, - 18.17782299994724, - 33.0613139999914, - 25.381414000003133, - 20.0098509999807, - 31.95810099999653, - 22.07117199996719, - 29.903843000007328, - 21.7509710000013, - 17.10207199997967, - 29.864456000039354, - 22.743627000018023, - 17.560395999986213, - 30.527462999976706, - 23.951637999969535, - 19.17576899996493, - 30.061645000008866, - 22.29070499999216, - 17.479626999993343, - 28.86473599995952, - 21.228230999957304, - 16.768815999967046, - 31.215346999990288, - 24.304661999980453, - 19.05251499998849, - 28.981506999989506, - 20.782775000028778, - 16.108626000001095, - 30.360121999983676, - 23.217039000010118, - 17.994230000011157, - 30.01471199997468, - 23.005443000001833, - 17.851679000013974, - 30.361384999996517, - 22.595996999996714, - 17.04072200000519, - 29.726294000050984, - 22.23345200001495, - 17.65238700003829, - 29.49036899994826, - 22.004069999966305, - 16.636835999961477, - 34.74879800004419, - 28.397736000013538, - 23.455950000032317, - 31.39183499995852, - 23.60747899999842, - 19.095188999956008, - 30.532582000014372, - 22.913432000030298, - 17.465870000014547, - 33.212701999989804, - 25.691423999960534, - 21.043107000004966, - 29.436933999997564, - 19.26577499997802, - 29.525809000013396, - 22.297577999997884, - 16.90668800001731, - 30.951347000023816, - 23.625113999994937, - 18.21840200002771, - 29.81166199996369, - 21.409248999960255, - 16.782713999971747, - 30.44550099998014, - 23.04593299998669, - 18.234414000005927, - 29.868344000016805, - 22.018488999980036, - 16.434998999990057, - 31.602130000013858, - 25.15359499998158, - 20.836190000001807, - 33.13452900003176, - 25.429008000006434, - 20.77727300004335, - 30.20322299998952, - 22.605243999976665, - 17.772913999971934, - 30.07461000001058, - 22.56706899998244, - 17.902258999994956, - 31.058307999977842, - 23.42500899999868, - 19.021172999986447, - 28.78994899999816, - 20.338458999991417, - 15.875426000042353, - 31.233193000021856, - 24.036684999999125, - 19.033027000026777, - 31.387916999985464, - 23.488323999976274, - 18.7757799999672, - 29.430861999979243, - 21.55779099999927, - 17.012856999994256, - 31.865778999985196, - 25.43281600001501, - 19.906388000003062, - 31.231830000004265, - 22.61987399996724, - 17.504896999977063, - 31.236779999977443, - 23.683047999977134, - 18.6079000000027, - 31.36053299997002, - 23.72871799999848, - 19.07887699996354, - 29.696084000053816, - 22.732084000017494, - 17.97387000004528, - 31.96508499997435, - 24.039640999981202, - 19.34823800000595, - 30.9831000000122, - 23.06641299999319, - 17.32480200001737, - 30.321998000028543, - 22.30072499997914, - 17.545747000025585, - 30.44774499995401, - 22.78714199998649, - 17.89422299998114, - 30.786913999996614, - 23.012117000005674, - 18.23120800004108, - 31.555487999983598, - 23.499706999980845, - 18.62287899997318, - 31.260695999953896, - 23.432683999999426, - 18.789816999982577, - 30.63402200001292, - 22.748918000026606, - 18.1859580000164, - 29.82663099997444, - 22.287668999982998, - 16.850205999973696, - 29.992467999982182, - 22.449026999995112, - 17.0273659999948, - 29.380973999970593, - 21.837311999988742, - 16.226628999982495, - 31.16899600002216, - 23.676735000044573, - 19.112904000037815, - 31.545016000047326, - 23.936086000001524, - 18.569133000040893, - 29.770241000049282, - 21.610014000034425, - 16.9449640000239, - 30.444538999989163, - 23.08093200001167, - 18.62167700001737, - 28.52347399998689, - 21.673779000004288, - 16.16410499997437, - 29.96192799997516, - 22.488725000002887, - 17.9418880000012, - 29.913271999976132, - 22.402785999991465, - 17.052335000014864, - 29.49396599997999, - 22.220896999991965, - 17.63650600000983, - 29.516609999991488, - 22.115549999987707, - 16.803114000009373, - 30.773807999968994, - 23.350863999978174, - 18.82121999998344, - 30.245676999969874, - 22.69345899997279, - 17.690040999965277, - 29.86680100002559, - 21.59499400004279, - 17.131571000034455, - 31.037787000008393, - 23.447554000013042, - 17.97934100002749, - 31.682306999980938, - 23.572690000000875, - 18.961536000017077, - 30.46153199998662, - 22.603730999981053, - 17.740159999986645, - 31.164236999989953, - 24.022337000002153, - 18.40705400001025, - 30.533735000004526, - 22.895576999988407, - 18.291305999970064, - 31.06869899999583, - 23.467933999956585, - 18.74840599996969, - 32.016996999969706, - 24.28778999997303, - 19.45055999996839, - 31.5115409999853, - 23.032234999991488, - 18.29888999997638, - 33.13746500003617, - 26.252420000033453, - 21.158625000040047, - 33.33586499997182, - 25.46062000002712, - 20.102203999995254, - 30.705763999954797, - 22.927198999968823, - 18.32115499995416, - 30.03107500000624, - 22.754899999999907, - 17.551728999998886, - 30.18399600003613, - 23.110840999986976, - 18.005964000010863, - 31.07413899997482, - 23.457663999986835, - 18.003999000007752, - 31.67219800001476, - 24.314733000006527, - 18.639793000009377, - 29.52347399998689, - 20.92940299998736, - 16.502441000018734, - 29.497812999994494, - 22.28234799997881, - 18.00491099996725, - 28.780220000015106, - 21.43094099999871, - 16.411192000028677, - 29.78370700002415, - 22.566878999990877, - 17.440500000026077, - 29.99902099999599, - 22.79423699999461, - 18.503033000044525, - 31.181271000008564, - 23.745351000048686, - 18.252189000020735, - 31.210548000002746, - 23.12679200002458, - 18.389087999996264, - 30.794889000011608, - 23.239824999996927, - 17.57119700004114, - 32.84887599997455, - 25.133384999993723, - 20.49661000003107, - 31.114097999990918, - 22.851138999976683, - 18.21720000001369, - 31.76054099999601, - 23.90544600004796, - 18.80569900001865, - 31.530958999996074, - 23.38261600001715, - 18.72263600002043, - 29.09290599997621, - 22.477051999943797, - 18.013297999976203, - 31.389801000012085, - 23.77928700001212, - 18.323509000008926, - 30.70730700000422, - 23.174727000005078, - 17.426000999985263, - 30.767264000023715, - 23.685903000005055, - 18.30724699998973, - 31.46152199996868, - 23.623920999991242, - 18.20644799998263, - 30.785369999997783, - 23.45622100000037, - 19.079077999980655, - 30.42275599995628, - 22.90337199997157, - 17.457492999965325, - 29.14729300001636, - 21.841669999994338, - 17.390521000023, - 28.461542000004556, - 21.061714000010397, - 15.796220000018366, - 29.843284000002313, - 23.334150999959093, - 18.083405999990646, - 30.35669499996584, - 22.753315999987535, - 17.073445999994874, - 30.746673999994528, - 23.04712499998277, - 18.461530999979004, - 29.596928999992087, - 21.960263999993913, - 17.11712200002512, - 29.896317999984603, - 22.34101399994688, - 17.805238000000827, - 29.744449000048917, - 22.281957000028342, - 16.899262999999337, - 29.413165999983903, - 22.09753400000045, - 17.453343999979552, - 30.308259999961592, - 23.605374999984633, - 18.172410999948625, - 31.448788000037894, - 23.789757999998983, - 18.00664500001585, - 31.144708000007086, - 23.483735000016168, - 18.3305630000541, - 31.87277300003916, - 24.782204000046477, - 19.497943000053056, - 29.789398000051733, - 21.623551000026055, - 17.04019100003643, - 30.21110899996711, - 23.84183099999791, - 18.364650999952573, - 30.91329300001962, - 23.424018000019714, - 17.580805999983568, - 32.25877300003776, - 23.332326999981888, - 17.689460000023246, - 32.3212760000024, - 24.534946000028867, - 19.528914000024088, - 30.183293999987654, - 22.432503999967594, - 17.795237999991514, - 30.857512000016868, - 23.40249499998754, - 18.908712000004016, - 31.982649000012316, - 24.569834999972954, - 19.9570979999844, - 31.03567299997667, - 22.927869999955874, - 17.917728999978863, - 29.843493999971543, - 22.459687000024132, - 17.763355000002775, - 30.395893000008073, - 23.018819999997504, - 18.534083999984432, - 30.78781499998877, - 22.857962000009138, - 18.060541000042576, - 30.44442800001707, - 22.9565860000439, - 18.392625000036787, - 29.912119999993593, - 22.576107000000775, - 17.182320999971125, - 32.583152000035625, - 25.144868000003044, - 20.552300000039395, - 30.708459000044968, - 22.781993000011425, - 16.861017999995966, - 31.87797299999511, - 25.048087000031956, - 19.176619999983814, - 33.70830899995053, - 26.106472999963444, - 21.00829899997916, - 33.83666099997936, - 24.530487000010908, - 19.54450399999041, - 31.473625999991782, - 21.805868999974336, - 17.162049999984447, - 32.062204999965616, - 24.48818400001619, - 19.92527499998687, - 30.334491999994498, - 22.0577560000238, - 16.83724100003019, - 31.023909999988973, - 23.73803599999519, - 19.10032999998657, - 31.21827300003497, - 23.73722499998985, - 18.232560000033118, - 30.333470000012312, - 22.308760999992955, - 18.029700999963097, - 30.71340800001053, - 23.31568400003016, - 18.80612000002293, - 31.547431999992114, - 23.888031999988016, - 18.849334999977145, - 29.414529000001494, - 20.986666000040714, - 16.083125000004657, - 29.810610000044107, - 24.151792000047863, - 18.705622000037692, - 31.548383999965154, - 23.535898000001907, - 18.96982300002128, - 30.112874999991618, - 22.349861000024248, - 16.897518999991007, - 30.25228999997489, - 23.948881999996956, - 19.27190699998755, - 30.47084999998333, - 23.1323529999936, - 17.55871199996909, - 30.124468000023626, - 22.744668999977876, - 17.42227300000377, - 28.69073400000343, - 21.262499000004027, - 16.086452000017744, - 31.9088440000196, - 24.79566000000341, - 19.414778999984264, - 29.519415999995545, - 22.244693999993615, - 17.934181999997236, - 30.287138000014238, - 23.882671000028495, - 19.50971600000048, - 40.575958999979775, - 32.91828300000634, - 27.4918319999706, - 31.695994000008795, - 20.15185099997325, - 31.6542119999649, - 24.165738999960013, - 18.61480300000403, - 32.36531299998751, - 24.695982999983244, - 20.06058099999791, - 32.71449100004975, - 23.22873300005449, - 18.360722000012174, - 30.44213400001172, - 22.5856260000146, - 18.136792000033893, - 29.696845999977086, - 21.10012000001734, - 16.54012600000715, - 31.186069999996107, - 23.919093000004068, - 18.56936400005361, - 31.35113399999682, - 23.787183000007644, - 18.4526729999925, - 29.7883359999978, - 22.391202999977395, - 17.073205999971833, - 31.163315000012517, - 23.638280000013765, - 18.194014000007883, - 29.98690700001316, - 22.447272999968845, - 16.677576999994926, - 32.202581999998074, - 25.092424000031315, - 19.69545100000687, - 31.28065600001719, - 23.085149999998976, - 18.43839600001229, - 29.909244000038598, - 23.41272600000957, - 18.965244000020903, - 32.78296599996975, - 25.307518999965396, - 20.913641999999527, - 30.264534000016283, - 20.27803899999708, - 30.54101799998898, - 23.35902899998473, - 17.875515999970958, - 29.088176999997813, - 21.873422999982722, - 16.54630799998995, - 30.359029999992345, - 23.236407999997027, - 17.99384900002042, - 29.733718000003137, - 23.481761000002734, - 18.333798999956343, - 28.892180000024382, - 21.847922999993898, - 17.50866400002269, - 31.10745400004089, - 24.665373000025284, - 19.29338899999857, - 29.453275999985635, - 23.062716000014916, - 17.818685000005644, - 31.153816000034567, - 23.87224100000458, - 18.752253999991808, - 30.064629999978933, - 22.245826999947894, - 17.948499999998603, - 31.70519199996488, - 25.46031899994705, - 21.068145999975968, - 29.014690999989398, - 20.642596999998204, - 15.774727000040002, - 30.78486899996642, - 23.71196400001645, - 18.35182400001213, - 29.784467999998014, - 22.692897000000812, - 17.243581000017002, - 30.33254799997667, - 22.839326000015717, - 18.382855999981984, - 31.839626999979373, - 23.923110999981873, - 18.402324000024237, - 29.16270300000906, - 21.708857999998145, - 16.17717999999877, - 29.885407000023406, - 22.714880000043195, - 17.121050000016112, - 32.17634000000544, - 25.431632000021636, - 20.90250999998534, - 28.547652000037488, - 20.412194000033196, - 15.080730999994557, - 29.843794999993406, - 22.893041000002995, - 17.658748999994714, - 28.84081900003366, - 21.747284000040963, - 17.24926300003426, - 31.78914700000314, - 25.59763000003295, - 20.360181000025477, - 31.25694900000235, - 23.00165599997854, - 18.642867999966256, - 30.462605000007898, - 22.360593000019435, - 17.152011000027414, - 29.781763000006322, - 22.5354970000335, - 17.315253000007942, - 32.388228000025265, - 24.81290399999125, - 19.304791999980807, - 30.273852000012994, - 21.770659999980126, - 17.005561999976635, - 29.808545999985654, - 23.5735219999915, - 18.805568999960087, - 30.546599000052083, - 22.733818000007886, - 18.00091300002532, - 30.578431999951135, - 23.297158000001218, - 18.08690299995942, - 29.50576899998123, - 22.84041800000705, - 17.463775000011083, - 28.930717000039294, - 21.703688999987207, - 16.419238000002224, - 29.988370000035502, - 22.73085200000787, - 17.53324200003408, - 28.964972999994643, - 22.579303000005893, - 17.316203999973368, - 30.350623000005726, - 23.282368000014685, - 18.10250300000189, - 31.51179099996807, - 24.127203000010923, - 19.637798000010662, - 28.87423499999568, - 22.201669999980368, - 16.83179999998538, - 30.360283000045456, - 22.630344000004698, - 17.212881000014022, - 30.936848999990616, - 23.77963899995666, - 19.381002999958582, - 30.820069000008516, - 24.45254399999976, - 19.126141000015195, - 30.179957000014838, - 22.578131000045687, - 18.206368000013754, - 29.639452999981586, - 22.084618999972008, - 16.81267299997853, - 30.423185999970883, - 23.896658000012394, - 18.462281999993138, - 30.63474300003145, - 23.19571800000267, - 17.665894000034314, - 29.519847000017762, - 21.97751799999969, - 16.559524000040255, - 29.722475999966264, - 23.498493999999482, - 18.25807999999961, - 29.87488699995447, - 22.26874199998565, - 16.752905000001192, - 32.79336599999806, - 25.126722000015434, - 20.190497000003234, - 30.997537999995984, - 22.896527999953832, - 17.726863999967463, - 30.765821999986656, - 22.610023999994155, - 18.132061999989673, - 33.74136300000828, - 25.846810000017285, - 21.175707999966107, - 30.31362099997932, - 22.543723999988288, - 17.826399999961723, - 32.66545400000177, - 25.29277900001034, - 19.809015000006184, - 32.32470299996203, - 24.244753999984823, - 18.666324999998324, - 30.401493999990635, - 22.214555000013206, - 17.793895000009798, - 29.413788000005297, - 22.090951000049245, - 16.86276100005489, - 31.924895000003744, - 24.56641899998067, - 19.23705900000641, - 30.61036500002956, - 23.69828700000653, - 18.25072499999078, - 30.15381599997636, - 22.68008199997712, - 18.133153999981005, - 30.836028999998234, - 23.269181999959983, - 17.946836999966763, - 31.022127000032924, - 24.15106000000378, - 19.167180999997072, - 32.75258600001689, - 24.89804100000765, - 19.47291299997596, - 31.38625400001183, - 24.20215000002645, - 19.20182900002692, - 29.58579700003611, - 22.708787999989, - 17.15816300001461, - 30.26633800001582, - 22.758206000027712, - 18.39702400000533, - 31.51644999999553, - 24.357216000033077, - 19.01991099998122, - 30.28087699995376, - 23.255305999948177, - 17.786762000003364, - 31.337959000025876, - 23.649111000006087, - 18.95290900004329, - 32.4776740000234, - 24.9279899999965, - 19.93312000000151, - 30.409810000041034, - 21.940854999993462, - 16.430800000031013, - 30.925616000022274, - 23.442754000017885, - 18.962919000012334, - 33.094448999967426, - 25.12690199998906, - 20.408465999993496, - 30.87716100004036, - 24.424699000024702, - 19.93129700003192, - 30.904845000011846, - 22.848944000026677, - 18.161248999997042, - 30.963561000011396, - 23.049560000014026, - 18.09781499998644, - 32.856180000002496, - 26.011826000001747, - 20.26734800002305, - 32.07013100001495, - 23.92351100000087, - 18.733436000009533, - 31.17300399998203, - 23.08794499997748, - 18.432724000012968, - 29.853724999993574, - 22.761181999987457, - 17.739968999987468, - 30.356776000000536, - 23.594614000001457, - 18.08139199996367, - 30.765511000005063, - 23.51449600001797, - 18.013909000030253, - 33.447243999980856, - 26.45270399999572, - 20.80081899999641, - 31.719520000042394, - 23.970664000022225, - 18.462402000033762, - 31.279693999968003, - 23.46767300000647, - 18.8619399999734, - 30.51310400001239, - 23.676684999954887, - 18.11113099998329, - 31.250958000018727, - 23.49297399999341, - 17.65422100003343, - 31.984001000004355, - 23.760860999987926, - 18.937699000001885, - 31.279924000031315, - 24.458164000010584, - 18.621917000040412, - 31.00747799995588, - 23.096281999954954, - 17.71601199998986, - 32.12044099997729, - 24.451191000000108, - 19.887971999996807, - 30.644352000032086, - 22.549354000017047, - 17.925454000011086, - 30.509135000000242, - 22.816570000024512, - 18.060840999998618, - 29.94582600001013, - 22.67214600002626, - 16.809064999979455, - 31.20863399998052, - 24.951046000001952, - 19.784296999976505, - 30.185297999996692, - 22.873683000041638, - 17.118946000002325, - 31.17175199999474, - 23.764930000004824, - 18.712234999984503, - 31.277999999991152, - 24.56782099994598, - 18.852791999990586, - 31.044149999972433, - 22.64704700000584, - 16.97842999995919, - 33.04566300002625, - 25.288000000000466, - 19.765729999984615, - 29.896077999961562, - 21.816028999979608, - 16.829284999985248, - 29.800338999950327, - 21.985402999969665, - 16.45552899996983, - 30.890778000000864, - 23.536919999984093, - 18.223031000001356, - 28.80278399999952, - 22.421602999966126, - 16.925153999996837, - 29.632168999989517, - 23.256758000003174, - 17.26480400003493, - 29.58028600004036, - 22.412303999997675, - 17.909954000031576, - 31.587300000013784, - 25.647557999996934, - 20.4797869999893, - 31.406262999982573, - 23.61566499999026, - 18.8491240000003, - 29.45939700002782, - 21.777123000007123, - 17.235013999976218, - 31.092775999975856, - 25.688658999977633, - 20.24021499999799, - 29.600135000015143, - 21.470659999991767, - 15.96509299997706, - 29.05514100001892, - 21.70950900000753, - 16.3791879999917, - 30.662447999988217, - 25.24194899998838, - 19.726232999993954, - 32.66173599998001, - 24.8737329999567, - 20.166208999988157, - 30.00652600004105, - 22.43012000003364, - 17.576989000022877, - 30.94413199997507, - 24.263931999972556, - 19.73173300002236, - 31.36000200000126, - 23.398676999961026, - 18.701302999979816, - 30.52693100000033, - 22.939824000000954, - 18.47266299999319, - 34.40255599998636, - 27.662608000042383, - 22.163182999996934, - 32.572992000030354, - 24.477002000028733, - 19.3869040000136, - 33.23541700001806, - 25.46492900000885, - 20.114517999987584, - 32.328220000024885, - 25.053157000045758, - 19.836821000033524, - 33.20386399998097, - 25.098776999977417, - 19.792682999977842, - 31.521890999982134, - 23.179615999979433, - 18.080440999998245, - 29.185728000011295, - 22.80948699999135, - 18.350842999992892, - 30.29767900001025, - 22.973540000035428, - 18.00690500001656, - 31.29129699995974, - 23.65439099998912, - 18.006835000007413, - 31.32065499998862, - 24.50558799999999, - 19.690662000037264, - 31.46971900004428, - 23.440891000034753, - 17.86760100000538, - 29.896709000051487, - 22.901999000052456, - 17.715240000048652, - 32.04676499997731, - 25.563983000000007, - 20.299892999988515, - 33.869174999999814, - 25.945945999992546, - 21.19089799997164, - 31.66490299999714, - 22.480237999989185, - 17.6400020000292, - 30.76624200004153, - 23.383517000009306, - 18.166038000024855, - 31.30488399998285, - 24.077515000011772, - 18.733126000035554, - 30.831391000014264, - 24.315975000034086, - 18.726323000038974, - 31.71854800003348, - 24.444988000032026, - 19.19650800002273, - 30.91593700001249, - 23.10286400001496, - 17.296765999984927, - 30.75184400001308, - 23.12997800001176, - 18.712434999994002, - 29.249374000006355, - 22.909252999990713, - 18.436671999981627, - 31.12288500001887, - 23.529265000019222, - 18.01449999999022, - 31.70765699999174, - 24.326714999973774, - 18.76262399996631, - 29.316266000038013, - 22.943631000001915, - 17.82227200001944, - 31.515408000035677, - 23.909333000017796, - 18.559674000018276, - 31.686023999995086, - 24.184475999965798, - 19.474455999967176, - 30.766052000049967, - 23.677166000008583, - 18.670712999999523, - 31.777654999983497, - 23.904122999985702, - 18.18429499998456, - 30.724128999980167, - 23.25064599997131, - 18.541407999990042, - 30.13394700002391, - 23.806882000004407, - 18.483124000020325, - 31.429578999988735, - 23.88002499996219, - 18.620152999996208, - 31.086372999998275, - 23.60695799998939, - 18.141089999990072, - 30.516952000034507, - 24.360593000019435, - 18.98306900000898, - 29.05845800001407, - 21.32343899999978, - 15.697706000006292, - 31.845799000002444, - 25.640333999996074, - 19.966535999963526, - 30.395893000008073, - 23.08214399998542, - 18.02363900002092, - 31.855348000011873, - 24.274863999977242, - 19.69310700002825, - 31.02181600005133, - 23.1377040000516, - 17.986135000013746, - 30.3880679999711, - 23.65388100000564, - 18.989059999992605, - 31.760481000004802, - 24.08066099998541, - 19.359330000006594, - 30.59691899997415, - 22.9506349999574, - 17.57747899997048, - 30.094579000025988, - 24.60238900000695, - 19.18411400000332, - 32.18145099998219, - 24.619622999976855, - 19.137502999976277, - 32.09948800003622, - 24.772975000028964, - 20.27143600001, - 29.843284000002313, - 23.487262000038754, - 18.34268699999666, - 31.081042999983765, - 23.84672099997988, - 18.910084999981336, - 29.68273699999554, - 22.239232999971136, - 17.769176999980118, - 32.515528000018094, - 26.305905000015628, - 22.09526899998309, - 32.19829299999401, - 23.723656999995, - 18.632257000019308, - 33.4427259999793, - 25.305634999996983, - 20.558122000016738, - 29.317327999975532, - 22.71409899997525, - 17.1088560000062, - 31.443665999977384, - 23.865125999960583, - 19.51519599999301, - 30.77518900000723, - 23.341474000015296, - 17.86205900000641, - 31.409771000035107, - 25.48409600002924, - 20.016635000007227, - 30.5663690000074, - 23.64215700002387, - 18.53113800002029, - 32.08374799997546, - 24.968661000020802, - 20.162673000013456, - 29.33209700003499, - 21.59169800003292, - 16.120328999997582, - 31.94640699995216, - 25.76273499999661, - 20.539675000007264, - 31.181600000010803, - 23.39797599997837, - 17.630644000018947, - 30.34849900001427, - 23.70674399996642, - 18.87738999997964, - 29.782663999998476, - 22.142181999981403, - 16.56044499995187, - 30.078356999962125, - 23.83168999996269, - 18.685962999996264, - 30.410972999990918, - 24.229605000000447, - 19.986444999987725, - 32.32032299996354, - 24.689108999969903, - 20.20976499997778, - 31.547001000028104, - 23.907379999989644, - 18.57790000003297, - 30.07956899999408, - 23.517151000036392, - 18.945233000034932, - 30.14035000000149, - 22.50324400002137, - 17.039350000035483, - 31.391424000030383, - 23.967017000017222, - 18.654130000039004, - 34.39355799998157, - 27.700952999992296, - 23.057004000002053, - 34.18829399999231, - 26.586567999969702, - 21.194224999984726, - 30.048368000017945, - 22.27947300003143, - 17.672125999990385, - 29.89817200001562, - 23.509195999999065, - 18.31659599998966, - 31.428937999997288, - 24.536959999997634, - 19.306265000021085, - 30.562089000013657, - 22.95202700002119, - 17.392614000011235, - 31.919294000021182, - 25.87579800002277, - 20.93815000000177, - 32.81816500000423, - 24.827000999997836, - 20.285204000014346, - 34.61640699999407, - 26.215987000032328, - 20.52313200000208, - 30.774116999993566, - 23.973669999977574, - 18.389068000018597, - 30.794908999989275, - 22.93096600001445, - 18.433696000021882, - 32.4280569999828, - 25.089509000012185, - 19.654100999992806, - 32.608282000001054, - 25.521930999995675, - 20.869334999995772, - 31.987158000003546, - 25.073096000007354, - 20.477232000033837, - 30.862771999964025, - 23.006684999971185, - 18.378727999981493, - 29.346775999991223, - 22.952688999997918, - 17.729507999960333, - 31.19704100000672, - 24.246939000033308, - 19.0914520000224, - 32.45549999998184, - 24.846959999995306, - 19.284081000019796, - 33.3815150000155, - 26.225777000014205, - 21.00115399999777, - 31.63937300001271, - 20.628991000005044, - 30.952198999992106, - 23.486601000011433, - 18.917519000009634, - 29.783447000023443, - 23.18879400001606, - 18.40824600000633, - 29.944734000018798, - 22.702585999970324, - 18.200456999999005, - 33.446423000015784, - 26.779689000046346, - 22.013278000056744, - 30.447003000008408, - 22.8423710000352, - 18.115809000039008, - 31.51358500000788, - 23.98658600001363, - 18.532501000037882, - 30.67084400000749, - 23.275974999996834, - 17.71133300004294, - 32.18242199998349, - 25.29105499997968, - 20.624993000004906, - 31.97959300002549, - 23.530827999988105, - 18.79861499997787, - 32.59897200000705, - 25.11467799998354, - 20.401501999993343, - 30.45774399995571, - 22.921768000000156, - 18.105057999957353, - 31.907660999975633, - 24.327116999949794, - 18.85806199995568, - 31.66469300002791, - 24.012026000011247, - 18.306265000021085, - 31.343389000045136, - 24.373518000007607, - 19.595935000048485, - 31.99551400000928, - 24.125399000011384, - 19.345421999983955, - 30.345524000003934, - 22.579483999987133, - 16.850708000012673, - 30.974152000038885, - 24.739118000026792, - 19.468034000019543, - 29.299171999969985, - 22.114426999993157, - 16.88324100000318, - 32.34697600000072, - 25.518083000031766, - 20.42606100003468, - 30.22917399997823, - 23.790418999968097, - 18.649239999998827, - 30.95855100004701, - 23.7480060000089, - 18.351123000029474, - 32.91845200001262, - 25.1149490000098, - 20.55084700003499, - 29.67142500000773, - 21.927990000054706, - 16.502802000031807, - 31.201920000021346, - 23.71124299999792, - 18.401563000050373, - 32.61071599996649, - 25.108265999995638, - 20.62241799995536, - 29.669041000015568, - 22.02988099999493, - 16.615394000022206, - 30.7355610000086, - 23.44550899998285, - 18.13684099999955, - 29.72060199995758, - 22.539223999949172, - 17.160486999957357, - 29.197692000016104, - 22.93852100003278, - 18.473375000001397, - 30.378888999985065, - 23.101461999991443, - 17.765289000002667, - 29.374901000002865, - 21.76810500002466, - 16.31110400002217, - 30.94392200000584, - 25.56549599999562, - 20.25390199996764, - 30.910155999998096, - 23.06865699996706, - 17.578290999983437, - 32.30087600002298, - 24.5392550000106, - 19.611076000030152, - 29.544164999970235, - 23.16773300000932, - 18.65596399997594, - 31.513965999998618, - 24.096783000044525, - 18.572019000013825, - 30.709450999973342, - 23.059308999974746, - 17.46999800001504, - 30.822653000010177, - 24.56941400002688, - 20.05507000000216, - 31.96919199998956, - 24.313829999999143, - 18.648257999971975, - 32.900947999965865, - 24.849134999967646, - 19.890966999984812, - 31.05951999995159, - 23.27958299999591, - 18.34677499998361, - 33.52030700002797, - 25.864525000040885, - 20.120128000038676, - 32.39507099997718, - 23.74374700000044, - 19.015050999994855, - 31.782494999992196, - 23.541519000020344, - 18.831300000019837, - 30.802173000003677, - 23.29410200001439, - 18.863904000027105, - 30.909614000003785, - 23.33297799999127, - 18.841419000003953, - 29.610233999963384, - 21.777513000008184, - 16.32232599996496, - 30.754107999964617, - 23.697164999961387, - 18.35282599995844, - 33.65117600001395, - 25.577420000045095, - 20.95552400004817, - 29.90976499998942, - 21.68864800001029, - 16.533643000002485, - 32.74252599995816, - 26.54272199998377, - 21.08953900000779, - 33.054509999987204, - 24.527250999992248, - 19.78341500001261, - 32.602930000051856, - 24.74810600001365, - 19.63617500005057, - 32.718858999956865, - 24.96022399998037, - 19.98263699997915, - 31.89986599999247, - 24.484265999984927, - 19.09308500000043, - 40.508175000024494, - 32.9083920000121, - 27.32145600003423, - 30.33157600002596, - 21.898562000016682, - 17.308319000003394, - 31.116923000023235, - 23.456701999995857, - 17.700251000002027, - 31.17380500002764, - 23.313750000030268, - 18.465038000023924, - 34.944444000022486, - 27.60575600003358, - 22.83672000002116, - 33.40106299996842, - 22.69353799999226, - 31.7670630000066, - 23.101181000005454, - 18.28107500000624, - 32.31859000003897, - 24.760279999987688, - 20.310212999989744, - 31.777203999983612, - 23.87633800000185, - 18.545225999958348, - 32.04970100003993, - 24.31677600002149, - 19.799226000031922, - 31.243082000000868, - 23.968730000022333, - 19.516639000037685, - 32.941336999996565, - 25.18346400000155, - 20.920545000000857, - 32.34165600000415, - 24.5322210000013, - 19.706554000033066, - 32.17987700004596, - 24.343479000031948, - 19.664099999994505, - 31.120851000014227, - 22.947369000001345, - 18.072343999985605, - 32.18928599997889, - 24.590154999983497, - 19.966645999986213, - 31.965074000007007, - 24.030142000003252, - 19.407314000010956, - 33.54246099997545, - 25.744728999969084, - 20.03615300002275, - 37.446251999994274, - 28.913170999963768, - 24.011885999992955, - 30.73024100001203, - 22.55233999999473, - 17.78125, - 31.610825999989174, - 23.975714000000153, - 19.192119999963325, - 30.58425300003728, - 24.70234600000549, - 19.05155299999751, - 30.90598699997645, - 23.071582999953534, - 17.27724699996179, - 31.945435000001453, - 24.253752000047825, - 19.654180000012275, - 30.641566000005696, - 23.976586000004318, - 19.26133700000355, - 32.243522999982815, - 24.58064599998761, - 19.960343999962788, - 32.81201200000942, - 24.753346000041347, - 19.714409000007436, - 32.12982800003374, - 25.456371000036597, - 20.390060000005178, - 32.70681499998318, - 25.023557999986224, - 20.384087999991607, - 32.83526800002437, - 24.882921000011265, - 20.03221500001382, - 31.66228799999226, - 24.772213999996893, - 19.85439499997301, - 32.41569100000197, - 24.596225999994203, - 19.077874999959022, - 30.683971000020392, - 23.233382000005804, - 17.632177000050433, - 29.19226099998923, - 23.092914999986533, - 17.824645999993663, - 30.109216999961063, - 23.27495299995644, - 18.06378699996276, - 29.80803499999456, - 22.720160999975633, - 17.487401999998838, - 30.916026999999303, - 25.32686599995941, - 19.819515999988653, - 35.92851200001314, - 28.098746999981813, - 23.27962300000945, - 33.27477399999043, - 24.93939200002933, - 19.114146000007167, - 30.24446399998851, - 23.71381799998926, - 19.34739599999739, - 32.633540000009816, - 25.21716000000015, - 19.42449800000759, - 33.88610800000606, - 25.775219000002835, - 21.015341999998782, - 31.71715599996969, - 24.829856999975163, - 19.989671999996062, - 35.97018399997614, - 27.77971799997613, - 22.9215269999695, - 31.625926000007894, - 23.9701730000088, - 19.13825400004862, - 34.30954300001031, - 27.66614499996649, - 22.14713200001279, - 31.831280999991577, - 24.233222000009846, - 19.604151999985334, - 33.859226000029594, - 25.885567000019364, - 21.167912999982946, - 29.576968999987002, - 22.1111610000371, - 17.1617200000328, - 32.45316599996295, - 24.97071500000311, - 19.68896900000982, - 31.78727400000207, - 23.823864999983925, - 18.90965399995912, - 33.677527000021655, - 28.15037799999118, - 22.667095999990124, - 33.1048089999822, - 24.864545000018552, - 19.88362199999392, - 32.54263099998934, - 24.46992699999828, - 19.7216630000039, - 30.81962799996836, - 23.92767999996431, - 19.411943999992218, - 32.21308299998054, - 24.667937999998685, - 19.242960000003222, - 31.766492999973707, - 24.088707000017166, - 19.017586999980267, - 31.24923299998045, - 24.642448000027798, - 19.87654800002929, - 32.06215599999996, - 24.263632000016514, - 19.640583999978844, - 32.81221300002653, - 25.05342800001381, - 20.245486000028905, - 33.04962100001285, - 26.145949999976438, - 21.376042999967467, - 31.569114000012632, - 23.349521000054665, - 18.598150000034366, - 32.89426500000991, - 25.104197999986354, - 19.317597999994177, - 30.951467000006232, - 23.904162999999244, - 19.30243799998425, - 31.823183999978937, - 24.060240000020713, - 18.94750800001202, - 30.944683000037912, - 22.87130800000159, - 17.21571600000607, - 30.732957000029273, - 24.358548999996856, - 19.98605500004487, - 32.28701899998123, - 24.622337999986485, - 20.106591999996454, - 33.10990999999922, - 24.982447999995202, - 19.859825999999885, - 31.076823999988846, - 24.441721999959555, - 19.284090999979526, - 32.554675000021234, - 24.925896000000648, - 20.126550999993924, - 31.84822400001576, - 23.58458399999654, - 19.09291500004474, - 30.87564799998654, - 24.335793999955058, - 19.178703999961726, - 32.46034900000086, - 24.63870999997016, - 18.80724100000225, - 32.45040999999037, - 24.627197000023443, - 18.774366999976337, - 29.1734539999743, - 22.200176999962423, - 17.07076099998085, - 31.680833999998868, - 24.24291999998968, - 19.659550999989733, - 32.95246000000043, - 25.16859499999555, - 19.45658200001344, - 31.227560999977868, - 24.213922999973875, - 19.240775999962352, - 32.347477000032086, - 24.344750999996904, - 18.59272900002543, - 32.00760800001444, - 24.03638400003547, - 18.586586999997962, - 30.88041699997848, - 24.24067600001581, - 19.01136399997631, - 32.51360399997793, - 24.667978000012226, - 20.030831999960355, - 33.90079699998023, - 26.0760719999671, - 20.591136000002734, - 31.008930000010878, - 23.856870000017807, - 19.02952899999218, - 32.31672699999763, - 24.61787000001641, - 19.449527999968268, - 32.62944200000493, - 24.945884999993723, - 20.278119000024162, - 32.59588699997403, - 25.647717999992892, - 20.844775999954436, - 35.01267799997004, - 26.991595999978017, - 22.093244999996386, - 34.62935300002573, - 24.7257320000208, - 33.0316949999542, - 24.716573999961838, - 19.75905699998839, - 32.10587199998554, - 23.965443999972194, - 19.098044999991544, - 31.912930999998935, - 23.860106000036467, - 19.153954999987036, - 29.838013000029605, - 23.4048789999797, - 19.034319000027608, - 31.987498000031337, - 24.4656290000421, - 19.9205850000144, - 31.179336000001058, - 23.51744199998211, - 18.91210899996804, - 30.370613000006415, - 24.63084500003606, - 19.096391000028234, - 31.24213900003815, - 23.40748400002485, - 17.64528200001223, - 33.01431100000627, - 25.303029000002425, - 20.5661170000094, - 30.962578999984544, - 23.984991999983322, - 18.80428599996958, - 34.074970999965444, - 26.263280999963172, - 21.746802999987267, - 32.59798000002047, - 24.181509000016376, - 19.066562000021804, - 31.283480999991298, - 24.426521999994293, - 19.781320000009146, - 32.605686000024434, - 24.793776000034995, - 20.11591000005137, - 32.455941000021994, - 24.685120999987703, - 19.554554000031203, - 32.020483000029344, - 25.483585000038147, - 20.90779000002658, - 31.55146899999818, - 22.8799959999742, - 18.041173000005074, - 30.710040999983903, - 23.940984999993816, - 18.36697400000412, - 30.134748000011314, - 23.89825099997688, - 19.416641999967396, - 31.617087999999058, - 24.13611000002129, - 19.244573000003584, - 30.211899999994785, - 22.796510999964084, - 17.269311999960337, - 32.80961799999932, - 27.242630000051577, - 21.850998000008985, - 33.84089900000254, - 25.847351000003982, - 21.05261499999324, - 33.652107000001706, - 25.519625999964774, - 20.7397490000003, - 31.4236169999931, - 24.729078000003938, - 19.453585000010207, - 31.731172999949194, - 23.874824999948032, - 18.853662999987137, - 33.196540000033565, - 25.472994000010658, - 20.76079100003699, - 30.22428399999626, - 23.028297999990173, - 17.305242999980692, - 31.791672000021208, - 24.260826000012457, - 19.699349000002258, - 31.9131509999861, - 24.10262399999192, - 19.491318999964278, - 30.23606700001983, - 23.81701100000646, - 18.38437900005374, - 32.71871799998917, - 24.967728000017814, - 20.33158400002867, - 32.741915000020526, - 24.516760999977123, - 18.594021999975666, - 29.473485000024084, - 22.5166400000453, - 17.705752000038046, - 33.068548000010196, - 25.457993999996688, - 20.836910000012722, - 31.69709500001045, - 23.870125000015832, - 18.77901599998586, - 32.52609900000971, - 25.413788000005297, - 20.57617700000992, - 32.06723400001647, - 23.76714200002607, - 19.05604100000346, - 33.00678599998355, - 25.07082200003788, - 20.262288000027183, - 29.603080000029877, - 22.441622000013012, - 16.87644800002454, - 33.50114999996731, - 26.378888999985065, - 20.72465899999952, - 32.289302000019234, - 24.036544000031427, - 18.95459199999459, - 31.10414699994726, - 24.56055599998217, - 18.889583999989554, - 30.99581399996532, - 23.07559099997161, - 17.424528000003193, - 31.76662299997406, - 24.18428499996662, - 19.550786999985576, - 31.00881999998819, - 24.37355799996294, - 19.7194690000033, - 32.78915700002108, - 25.117012000002433, - 20.467162000015378, - 33.36108400003286, - 25.45202299999073, - 20.294292000005953, - 29.554193999967538, - 23.175938999978825, - 18.836719999962952, - 31.34214600000996, - 24.110820000001695, - 19.751140999956988, - 32.75427899998613, - 24.718006999988575, - 19.156890999991447, - 32.22221099998569, - 25.299461999966297, - 20.45191199996043, - 32.98939200001769, - 25.29603500000667, - 19.807953000010457, - 32.10233399999561, - 24.225044999970123, - 18.694559999974445, - 31.11182300001383, - 24.26315000001341, - 19.395521000027657, - 32.58240000001388, - 24.995032000006177, - 20.414648000034504, - 31.11139199999161, - 23.462472999992315, - 18.177951999998186, - 30.828073999960907, - 24.451370999973733, - 19.95277899998473, - 34.43420800002059, - 26.44174199999543, - 21.395500999991782, - 37.8650670000352, - 30.33630500000436, - 25.02911000000313, - 29.38209500000812, - 19.675523000012618, - 32.44412800000282, - 24.713807999971323, - 20.06552100001136, - 31.991695999982767, - 24.200506999972276, - 19.651284999970812, - 30.53845300001558, - 23.912469000031706, - 19.34820700000273, - 32.73801700002514, - 25.0121560000116, - 19.501760000013746, - 33.151991999999154, - 25.158754999982193, - 20.25232899998082, - 34.92208899999969, - 27.31344999995781, - 22.64249800000107, - 34.383247999998275, - 23.570606000022963, - 31.468885999987833, - 23.614552000013646, - 17.70324599999003, - 32.147472999989986, - 26.10110099997837, - 20.343287999974564, - 33.74617200001376, - 26.08138200000394, - 21.24538500001654, - 34.841080000041984, - 26.36542200000258, - 21.43047000002116, - 31.822412999987137, - 24.889976000005845, - 20.09668200003216, - 33.40359699999681, - 25.186339000007138, - 20.194304000004195, - 32.47020799998427, - 24.001133999961894, - 18.140328000008594, - 31.644743000040762, - 24.824276000028476, - 20.218883000023197, - 34.33948199998122, - 26.306245999992825, - 21.612638999999035, - 38.67217800003709, - 29.811561000009533, - 24.524496000027284, - 31.537812000024132, - 24.227960999996867, - 19.624432000040542, - 34.260917000006884, - 27.053888000024017, - 21.17260200000601, - 32.1477929999819, - 24.15455599996494, - 19.538341999985278, - 30.54929399996763, - 24.147872999950778, - 18.56946299999254, - 31.973840999999084, - 24.7275260000024, - 19.369930999993812, - 33.188573999970686, - 25.639792000001762, - 20.931205999979284, - 31.17589900002349, - 24.198253000038676, - 19.641135000041686, - 32.761943999968935, - 25.153896000003442, - 19.546648999967147, - 32.8316609999747, - 25.05757599999197, - 19.42972799995914, - 30.154487000021618, - 23.56987399997888, - 18.568120000010822, - 32.05480099999113, - 24.199795999971684, - 18.429226999985985, - 31.88096800004132, - 24.25961400003871, - 19.000553000019863, - 31.595516000001226, - 24.730030000035185, - 19.362515999993775, - 31.80691200000001, - 24.480437999998685, - 20.252598999999464, - 32.78601099998923, - 25.057496000023093, - 20.249834000016563, - 31.991815999965183, - 25.171269999991637, - 19.528652999957558, - 30.76517899997998, - 23.021423999976832, - 17.464345999993384, - 31.25676800002111, - 23.624101000023074, - 19.091151000000536, - 29.893473000032827, - 24.68263699999079, - 19.241427000029944, - 31.031093999976292, - 23.706123000010848, - 18.413567000010516, - 31.132242999970913, - 24.054008000006434, - 18.766380999994, - 29.096101000031922, - 22.947597999998834, - 17.623018000042066, - 31.884986000019126, - 24.698007000028156, - 20.38122199999634, - 30.547872000024654, - 22.91425299999537, - 17.575685999996495, - 30.935174999991432, - 24.807612999982666, - 19.518623000010848, - 32.39771599997766, - 24.69150499999523, - 19.052084999973886, - 32.90991499996744, - 25.13615999999456, - 20.4570019999519, - 30.477373000001535, - 23.726473000016995, - 18.19318200001726, - 30.36106299998937, - 23.022796000004746, - 18.665161999990232, - 31.427544999984093, - 24.286387000000104, - 18.878101999987848, - 30.085350000008475, - 23.90233899996383, - 18.50831299996935, - 30.42443800001638, - 22.883432000002358, - 18.313698999991175, - 32.28602699999465, - 25.82312399998773, - 20.31715700001223, - 30.629031000018585, - 23.82329299999401, - 18.707715000025928, - 33.21891399996821, - 25.42116199998418, - 20.675211999972817, - 33.48252300004242, - 25.712696000002325, - 21.242980000039097, - 31.537191000010353, - 24.694350000005215, - 20.09536899998784, - 32.96868099999847, - 25.304061000002548, - 19.659029999980703, - 32.906689000024926, - 24.676544999994803, - 19.99093400000129, - 31.75910800002748, - 25.239363999979105, - 20.40643299999647, - 32.39425900002243, - 24.430590000003576, - 19.414859000011347, - 31.598131000006106, - 23.616066000016872, - 17.945965000020806, - 30.955083999957424, - 24.333227999974042, - 18.690561999974307, - 34.33777899999404, - 26.796811999985948, - 21.137262999953236, - 32.76554100000067, - 24.779618000029586, - 18.95653600001242, - 32.16979700000957, - 25.163073000032455, - 20.361573999980465, - 35.68083399999887, - 27.736583000048995, - 22.856499000045005, - 33.37261700001545, - 24.42591099999845, - 19.713638000015635, - 32.32508300000336, - 25.548422000021674, - 20.549864000000525, - 32.63313999999082, - 24.785149000003003, - 20.105799999961164, - 32.468705000006594, - 24.646004000038374, - 20.019148999999743, - 31.22779099998297, - 24.5386029999936, - 18.974491000000853, - 33.18727100000251, - 25.74677300004987, - 20.268741000036243, - 35.04540200001793, - 27.21098799997708, - 22.502662000013515, - 32.09241500002099, - 25.133284999988973, - 20.17407499998808, - 32.56454500003019, - 24.334520999982487, - 19.442283000040334, - 32.425170000002254, - 24.65154499997152, - 19.10091999999713, - 30.196881000010762, - 23.38686400000006, - 17.759126999997534, - 31.02855799999088, - 23.483214000007138, - 17.895385000039823, - 31.956397000001743, - 24.751362000009976, - 19.32766700000502, - 33.14152100001229, - 26.836650000012014, - 21.88209899998037, - 32.74819600000046, - 24.849746000021696, - 20.318828999996185, - 32.576287999982014, - 24.704729999997653, - 19.78100000001723, - 37.05254699999932, - 31.022386999975424, - 26.042485999991186, - 32.570727000012994, - 19.881778999988455, - 32.1364520000061, - 24.60573499999009, - 19.95302900002571, - 31.527671999996528, - 23.86318200000096, - 19.278289000038058, - 30.674852000025567, - 24.90487500000745, - 19.263701000018045, - 33.047646999999415, - 25.161831000004895, - 20.495006999990437, - 31.527862999995705, - 23.695713000022806, - 17.942238000046927, - 30.989200999960303, - 24.535346999997273, - 18.959842999989633, - 33.52617899997858, - 25.980502999969758, - 20.22787000000244, - 35.248652999987826, - 27.302648000011686, - 22.458334999973886, - 30.57156800001394, - 23.887910999997985, - 18.31884900003206, - 33.91116800002055, - 26.18176000000676, - 21.598190000047907, - 32.198422999994364, - 22.94158600002993, - 18.400169000029564, - 30.55447400000412, - 23.85621800000081, - 18.644219999958295, - 32.25455399998464, - 24.54505600000266, - 19.509305000014137, - 34.23690900002839, - 26.80731200001901, - 22.224233000015374, - 34.14444699999876, - 25.929272999987006, - 21.26039499999024, - 33.28961300000083, - 25.074768999998923, - 19.956195000035223, - 33.80765400000382, - 25.877260999986902, - 21.178042999992613, - 30.861830000008922, - 23.77704299998004, - 18.968009000003804, - 32.29013400000986, - 24.706923999998253, - 20.01208499999484, - 32.15242300002137, - 24.305343999993056, - 18.803314000018872, - 30.471381000010297, - 23.771412000001874, - 18.36383799999021, - 31.54191999998875, - 24.02730600000359, - 19.581336999952327, - 32.88774099998409, - 25.346625000005588, - 19.745679999992717, - 33.07150299998466, - 26.187822000007145, - 20.421992999967188, - 32.47691200004192, - 24.04441900004167, - 19.19395300000906, - 31.912410000048112, - 24.185496999998577, - 18.513313000032213, - 31.85739200003445, - 25.01532300002873, - 20.33896999998251, - 31.93484400003217, - 24.150668999995105, - 19.233562000037637, - 31.670363000012003, - 23.89538599998923, - 19.21650799998315, - 32.35982099996181, - 26.69752599997446, - 21.245053999999072, - 32.35286799998721, - 24.48195200000191, - 18.735882000008132, - 32.89638799999375, - 24.79785400000401, - 19.892239000007976, - 30.870698000013363, - 24.365552000002936, - 19.00979099998949, - 32.9587210000027, - 25.57836100005079, - 20.079629000043496, - 32.64297899999656, - 24.695661999983713, - 19.796160000027157, - 30.85728100000415, - 23.977267000009306, - 19.26246800000081, - 32.86097899999004, - 25.130949999962468, - 20.35912899998948, - 34.605845999962185, - 26.72055199998431, - 22.037084999959916, - 30.63326000003144, - 23.818394000001717, - 19.378848000022117, - 31.24951399996644, - 23.310031999950297, - 17.659219999972265, - 33.01755799999228, - 25.390310999995563, - 20.003107999975327, - 31.422704999975394, - 25.121461000002455, - 19.590274000016507, - 34.19177099998342, - 26.453665999986697, - 21.827822999970522, - 32.914022999990266, - 25.387554999964777, - 20.258119999954943, - 32.57688900001813, - 25.948771000024863, - 20.414978999993764, - 33.490678999980446, - 25.727965999976732, - 21.31217699998524, - 31.87763099995209, - 24.065009999962058, - 18.796239999996033, - 30.962278000020888, - 25.043928000028245, - 20.027997000026517, - 32.76951899996493, - 25.06567099998938, - 19.722815999994054, - 33.29582499997923, - 25.519444999983534, - 20.297286999993958, - 30.56989500002237, - 23.36164399998961, - 18.42232299997704, - 33.43304600002011, - 25.554194000025745, - 20.71059100003913, - 32.93285099999048, - 25.376324000011664, - 19.972056999977212, - 31.27678700000979, - 24.679981000022963, - 19.115438000007998, - 33.791291999979876, - 26.02887899999041, - 21.286066000000574, - 33.85235200001625, - 25.792413000017405, - 20.920415000000503, - 32.413406000006944, - 25.337395999988075, - 20.74238399998285, - 32.62472299998626, - 23.80060900002718, - 18.682847000018228, - 33.94665800000075, - 25.950244000006933, - 21.119267000001855, - 32.2874390000361, - 25.315694000048097, - 20.525607000046875, - 33.844576000003144, - 25.965353000035975, - 20.79724200000055, - 33.96572500001639, - 25.030693000007886, - 20.292958999983966, - 28.986084999982268, - 23.42995899997186, - 17.869233999983408, - 35.07799600000726, - 28.874855000001844, - 23.45685100002447, - 33.6524179999833, - 26.272057999973185, - 21.84451500000432, - 33.86970599996857, - 26.66197600000305, - 21.908901999995578, - 33.620515000016894, - 24.944982999993954, - 20.17479600000661, - 33.28985400003148, - 25.2746530000004, - 20.306806000007782, - 31.475238999992143, - 25.253310999949463, - 20.31399999995483, - 33.5632929999847, - 25.5657169999904, - 20.888742999988608, - 33.090760999999475, - 25.38068200001726, - 20.291345999983605, - 30.84203100000741, - 24.267018000013195, - 18.92343999998411, - 33.84132000000682, - 26.693779000022914, - 20.757584000006318, - 34.50537799997255, - 26.675873000000138, - 21.720922000007704, - 31.492823000007775, - 24.37269600003492, - 19.18306200002553, - 34.53741099999752, - 26.69468000001507, - 22.140659000026062, - 32.97282899997663, - 23.940484999970067, - 18.944201999984216, - 30.60998400003882, - 23.56197899999097, - 18.891247000021394, - 33.698237999982666, - 26.15321399999084, - 20.613349999999627, - 30.999440999992657, - 22.934772999957204, - 18.034138999995776, - 30.903110999963246, - 25.169204999983776, - 19.722103999985848, - 30.463424999965355, - 22.897949999955017, - 18.44266299996525, - 36.237690999987535, - 29.7482060000184, - 24.294492000015453, - 32.8874599999981, - 24.402303999988362, - 19.381713000009768, - 32.29370099998778, - 24.232459000020754, - 18.52860200003488, - 32.921527999977116, - 25.552481000020634, - 20.13971700001275, - 30.97147600003518, - 24.520006000006106, - 18.99662500002887, - 32.36397000000579, - 24.846179000043776, - 19.32395000004908, - 32.12718299997505, - 24.463254000002053, - 19.809054999961518, - 30.62064499995904, - 24.131861999980174, - 18.706332999980077, - 32.41476999997394, - 24.83758199994918, - 20.27501299994765, - 33.37335800001165, - 25.66425099998014, - 20.841649999958463, - 31.903671999985818, - 25.035531999950763, - 20.299771999998484, - 32.409548999974504, - 24.673798999981955, - 20.170887999993283, - 33.38238600001205, - 25.74307600001339, - 21.057304000016302, - 30.64776800002437, - 23.732423999987077, - 18.11318400001619, - 32.130810000002384, - 24.46843499998795, - 18.983539000037126, - 32.72320799995214, - 25.087263999972492, - 19.415259999979753, - 32.80948699999135, - 26.264813999994658, - 20.704258999961894, - 31.944072999991477, - 24.136510999989696, - 18.964401999954134, - 37.481832000019494, - 29.96214700001292, - 24.696212999988347, - 34.88188000000082, - 26.646145000006072, - 21.543673000007402, - 37.76714399998309, - 28.786372000002302, - 23.847571999998763, - 32.72251499997219, - 23.798844999982975, - 19.087903999956325, - 31.500387999985833, - 24.88368199998513, - 19.756761999975424, - 33.97194700001273, - 26.141159999999218, - 21.425359999993816, - 33.45933799998602, - 25.47865499998443, - 19.874043999996502, - 30.845328000024892, - 24.19003600004362, - 18.90227900003083, - 32.41916799999308, - 25.082133000018075, - 19.679179000027943, - 35.89094800001476, - 28.410210000001825, - 23.594683000002988, - 34.61402300000191, - 27.044549999991432, - 22.08758500003023, - 34.452062999946065, - 26.213922999973875, - 21.39144199999282, - 37.70519199996488, - 29.509986999968532, - 24.700300999975298, - 33.083958000002895, - 24.62948200001847, - 20.349891000019852, - 32.397865999955684, - 24.505196999991313, - 19.621446000004653, - 32.213963000045624, - 24.668188000039663, - 20.228651000012178, - 31.879445000027772, - 25.24518500000704, - 19.777633999998216, - 33.20545799995307, - 25.608130000007804, - 20.004269999975804, - 33.6327089999686, - 25.66467199998442, - 20.719669999962207, - 33.26712899998529, - 25.865537000005133, - 20.20557699998608, - 33.20494600001257, - 24.918962000054307, - 19.205597000021953, - 34.105910999991465, - 25.72606200003065, - 20.722784999990836, - 31.40073199995095, - 24.850126999954227, - 20.47239199996693, - 32.147623000026215, - 24.489987000008114, - 18.834996000048704, - 32.60363100003451, - 24.98395000002347, - 19.52930400002515, - 32.79136199998902, - 26.28004400001373, - 21.64692600001581, - 33.24468399997568, - 25.047644999984186, - 20.593319999985397, - 34.30332000000635, - 26.642878999991808, - 21.013277999998536, - 31.810730000026524, - 24.56891299999552, - 19.40006999997422, - 31.871609000023454, - 24.035542000026908, - 18.420268999994732, - 33.54515600000741, - 26.141350000048988, - 21.747594000014942, - 33.02412999997614, - 25.26131600001827, - 20.687504999979865, - 33.11766400001943, - 25.252098000026308, - 19.657095000031404, - 34.01615400001174, - 26.249964000016917, - 20.69356800004607, - 32.2359980000183, - 25.39833700004965, - 20.302718000020832, - 35.27817000000505, - 26.40938800002914, - 21.735741000040434, - 33.968860999972094, - 24.484607000020333, - 19.0759309999994, - 33.04492100002244, - 25.95510300004389, - 21.18819200003054, - 33.679109999968205, - 24.69939899997553, - 19.560233999975026, - 33.41414899996016, - 25.18398500001058, - 20.254402999999, - 30.771673000010196, - 23.790689999994356, - 19.087294000026304, - 32.882340999960434, - 25.217720999964513, - 19.664740999985952, - 31.335473000013735, - 23.423285000026226, - 17.696583000011742, - 32.77956799999811, - 26.995292000006884, - 21.462311999988742, - 33.46801399998367, - 25.59525399998529, - 20.804264999984298, - 33.42538999998942, - 25.370131000003312, - 20.715811000030953, - 32.385070999967866, - 25.581627999956254, - 19.98258699994767, - 31.4129359999788, - 23.032887000008486, - 18.336433999997098, - 34.05389900004957, - 27.432754000008572, - 21.8525410000002, - 30.69100300001446, - 23.26044500002172, - 18.323018000053708, - 33.03794700000435, - 25.52363399998285, - 21.05601200001547, - 33.004151000001, - 25.285223999992013, - 20.72122299997136, - 31.642978999996558, - 24.950765000015963, - 20.24248900002567, - 33.133746000006795, - 25.49179100000765, - 20.911517000000458, - 34.2076610000222, - 26.468764999997802, - 21.752905000001192, - 31.628800999955274, - 25.028468000004068, - 20.42636099999072, - 32.9278199999826, - 25.06561099999817, - 19.502822000009473, - 32.76697300001979, - 24.955042999994475, - 20.263329999987036, - 35.980955000035465, - 29.731222999980673, - 24.769667999993544, - 31.807482999982312, - 20.167881999979727, - 34.602269000024535, - 27.96588500001235, - 23.40269499999704, - 32.726404000015464, - 23.594082000025082, - 18.365280999976676, - 32.107424000045285, - 25.360252000042237, - 20.895556000003126, - 33.53836299997056, - 25.53997599997092, - 20.59128699998837, - 33.93395199999213, - 26.331584999978077, - 20.643328999984078, - 32.21814199996879, - 25.035901999974158, - 19.244252000004053, - 32.56767099996796, - 24.798835999972653, - 20.241336999984924, - 32.086042000039015, - 24.345552000042517, - 18.891287000034936, - 31.393608000013046, - 24.837983000034, - 19.450027999992017, - 34.25307099998463, - 26.35846799996216, - 21.91093600000022, - 33.089097999967635, - 25.240084999997634, - 20.697234999970533, - 31.708647999970708, - 24.73970899998676, - 19.256746999977622, - 32.45114100002684, - 24.58196899999166, - 20.016333999985363, - 32.615755999984685, - 25.111410999961663, - 19.508442999969702, - 31.4953080000123, - 24.73793599999044, - 20.12924599996768, - 30.871769000019412, - 23.26819000003161, - 17.747322999988683, - 30.628911999985576, - 23.32461200002581, - 17.923240999982227, - 34.09085099998629, - 28.67690500000026, - 23.25917199999094, - 34.94991399999708, - 27.081792999990284, - 21.466671000001952, - 32.86374399997294, - 23.803674999973737, - 19.039418999978807, - 31.33114399999613, - 24.58214799995767, - 19.15509699995164, - 33.42377699998906, - 25.93773899995722, - 20.418084999953862, - 32.93828100000974, - 25.121871999988798, - 20.381692999973893, - 32.154276000044774, - 25.499776000040583, - 20.969722000008915, - 31.781712000025436, - 23.3818339999998, - 18.7273850000347, - 32.37775599997258, - 24.942327999975532, - 20.55510499997763, - 31.13230299996212, - 24.700030999956653, - 19.19854299997678, - 32.993278999987524, - 25.45109099999536, - 20.824695999966934, - 33.44810500001768, - 25.567700000014156, - 20.764316999993753, - 31.840778999961913, - 25.054398999956902, - 19.479736999957822, - 33.005283000005875, - 25.28370100003667, - 19.67144400003599, - 34.8744660000084, - 26.943281000014395, - 22.283900999987964, - 31.837060999998357, - 24.908350999990944, - 19.578009999997448, - 40.11396699998295, - 32.565085000009276, - 27.83179999998538, - 34.83454599999823, - 26.723025999963284, - 21.90570599999046, - 31.65775799995754, - 24.418054999958258, - 19.658898999972735, - 35.01724600000307, - 27.311966000008397, - 22.641445000015665, - 33.66004300001077, - 25.529816000023857, - 21.070089999993797, - 31.66763700003503, - 24.763916000025347, - 20.06391700002132, - 39.505208000016864, - 31.886006999993697, - 27.232348999998067, - 34.96693699999014, - 26.671715000004042, - 20.84893400000874, - 30.873592999996617, - 23.494806999980938, - 18.09574000001885, - 32.50067900004797, - 24.93168700003298, - 20.312868000008166, - 33.973830999981146, - 26.182751999993343, - 20.60883099999046, - 32.75565100001404, - 25.92806100001326, - 21.30700699996669, - 33.41918800002895, - 24.933270000037737, - 19.200616999994963, - 34.10575099999551, - 26.35725599998841, - 21.63450099999318, - 32.08898699999554, - 24.613680999958888, - 19.914312999986578, - 32.34573299996555, - 24.800218000018504, - 20.16373400000157, - 33.125239000015426, - 25.643719999992754, - 20.986364000011235, - 32.92135700001381, - 26.30633500003023, - 21.109756999998353, - 34.18759200000204, - 26.06179400003748, - 21.07021000003442, - 34.29482299997471, - 26.020882999990135, - 21.718356999976095, - 30.9113570000045, - 24.137802999990527, - 18.40314499998931, - 33.80453800002579, - 26.279593000013847, - 20.72744500002591, - 34.82477700000163, - 26.536068000015803, - 21.5466080000042, - 31.439428000012413, - 24.43407700001262, - 19.776742000016384, - 32.06756499997573, - 24.243210999993607, - 18.458623999962583, - 33.22088800003985, - 25.597479000047315, - 20.89153800002532, - 32.08496000000741, - 25.145679000008386, - 20.417222999967635, - 34.71657399996184, - 26.820918999961577, - 21.838272999972105, - 34.01399000000674, - 25.192722000007052, - 20.41452799999388, - 30.891558999952395, - 24.055049999966286, - 19.291435999970417, - 34.06851700000698, - 25.966324999986682, - 21.026132999977563, - 34.409679000033066, - 26.766431000025477, - 22.04032000002917, - 31.522532000031788, - 24.537291000015102, - 19.752454000001308, - 33.69496200000867, - 26.076513000007253, - 21.36196499998914, - 33.641726000001654, - 25.57938299997477, - 20.476640000008047, - 32.41742499999236, - 25.843293000012636, - 21.16467600001488, - 35.21519600000465, - 26.616486000013538, - 21.006885000038892, - 34.6184699999867, - 26.596255999989808, - 21.43485799996415, - 32.175738999969326, - 25.170708999969065, - 19.590504999971017, - 33.25667799997609, - 24.983218999987002, - 19.980372999969404, - 34.36636400001589, - 26.566527999995742, - 21.765941000019666, - 31.6124289999716, - 24.478705000015907, - 19.603100000007544, - 33.888191999983974, - 26.31537299999036, - 21.728195999981835, - 33.406602999952156, - 25.650933999975678, - 20.504204999946523, - 31.98123500001384, - 25.12535900005605, - 20.28490300005069, - 33.054269000014756, - 24.38254500000039, - 19.504805999982636, - 34.11287499999162, - 26.516258999996353, - 21.006122999999207, - 30.557580000022426, - 23.679400000022724, - 17.880345000012312, - 32.862721999990754, - 25.839947000029497, - 20.27165700000478, - 33.40563100000145, - 25.69991000002483, - 20.873843000037596, - 31.00062300002901, - 24.321985999995377, - 19.513933999987785, - 31.619582000013907, - 23.882839999976568, - 18.22811999998521, - 32.82372500002384, - 26.501179000013508, - 21.992385999998078, - 33.930424999969546, - 26.908571999985725, - 22.13903500000015, - 32.36073299997952, - 24.02476999995997, - 19.111700999957975, - 33.400511000014376, - 25.863723000045866, - 20.465649000019766, - 31.96356000000378, - 25.368707999994513, - 20.703827999997884, - 34.819776999996975, - 27.229403000033926, - 22.328567999997176, - 33.50593900005333, - 24.641395000042394, - 18.834365000016987, - 31.44932700000936, - 24.969051000021864, - 19.32498100004159, - 32.414248000015505, - 24.795378000009805, - 20.219062999996822, - 33.151399999973364, - 25.837641999998596, - 20.737313999969047, - 31.439407999976538, - 25.13640099996701, - 19.906386999995448, - 32.043007000000216, - 24.248220000008587, - 19.44930600002408, - 32.991955999983475, - 26.2431510000024, - 21.72522000002209, - 31.568041999998968, - 24.975032999995165, - 20.39623199997004, - 33.91110700002173, - 26.0376760000363, - 20.49197000003187, - 34.16997699998319, - 25.65158499998506, - 20.852421000017785, - 30.49973699997645, - 23.303740000003017, - 18.78200199996354, - 32.507021000026725, - 25.12683200003812, - 20.591046000015922, - 32.30828900000779, - 24.63139500003308, - 19.59738799999468, - 33.87559699994745, - 27.579312999965623, - 21.94629499997245, - 32.86841299996013, - 24.557809999969322, - 19.547770000004675, - 33.46849499997916, - 25.123044000007212, - 20.254913999990094, - 31.704410000005737, - 24.88089700002456, - 19.20008500001859, - 32.47303399996599, - 24.39666299999226, - 19.61279799998738, - 34.56598799995845, - 26.878973999992013, - 21.3137899999856, - 30.383177000039723, - 23.461361000023317, - 18.3252119999961, - 31.41397799999686, - 24.064780000015162, - 18.60127600003034, - 33.55295099999057, - 27.429979000007734, - 21.88142799999332, - 31.239795000001322, - 25.35294700000668, - 19.704830000002403, - 37.27824100002181, - 29.162121000001207, - 24.184415000025183, - 33.7561819999828, - 22.77591999998549, - 33.008038000029046, - 24.834656000020914, - 19.005933000007644, - 32.69479099998716, - 24.790228000027128, - 18.928190000005998, - 33.61016500002006, - 25.816150000027847, - 21.087715000030585, - 32.385361000022385, - 25.50647999998182, - 20.698727999988478, - 32.6984180000145, - 24.8756670000148, - 20.20619799999986, - 38.915124999999534, - 32.05583199998364, - 26.531018000037875, - 37.90934399998514, - 29.06873800000176, - 33.74065100000007, - 23.636225000023842, - 39.890447000041604, - 31.97111500002211, - 26.101140999991912, - 32.54995600000257, - 23.753575999988243, - 33.58345199999167, - 25.603089999989606, - 20.78114999999525, - 32.018617999972776, - 24.612407999986317, - 19.494305000000168, - 33.543281999998726, - 27.92123699997319, - 22.391652999969665, - 32.563222000026144, - 24.624812000023667, - 19.581898000033107, - 42.11359600001015, - 34.025201999989804, - 28.314952000044286, - 33.08049000002211, - 24.7274740000139, - 33.33419999998296, - 25.402574000007007, - 19.847451000008732, - 32.10021899995627, - 24.530796999984886, - 18.97917999996571, - 30.062916000024416, - 23.924663999991026, - 19.58625699998811, - 31.89718999998877, - 24.780549000017345, - 19.45142100000521, - 32.77084100001957, - 25.816460000001825, - 21.42021900002146, - 31.77331600000616, - 25.417213999957312, - 20.01597299997229, - 32.560416999971494, - 25.204074000008404, - 20.812862999970093, - 33.0333479999681, - 25.517210999969393, - 19.817311999970116, - 32.250235000043176, - 25.614643000008073, - 20.163263000024017, - 34.07949900004314, - 26.20540700003039, - 21.593832000042312, - 34.89862200000789, - 27.19921400002204, - 21.932238000037614, - 31.90880199999083, - 24.691674000001512, - 19.914392000006046, - 32.13297400000738, - 23.82472599996254, - 19.62132599996403, - 34.06882799998857, - 26.364489999949, - 20.628459999978077, - 31.280074000009336, - 24.726854000007734, - 19.36420900002122, - 35.440260000003036, - 27.939271999988705, - 23.355872999993153, - 34.81133100000443, - 24.790428999986034, - 19.84234099998139, - 32.53238099999726, - 25.291215000033844, - 20.36093200003961, - 34.90188900002977, - 26.271355999982916, - 21.247598999994807, - 31.474265999975614, - 23.64612400002079, - 18.808783999993466, - 31.53612800000701, - 26.03008100000443, - 20.511047999956645, - 33.93643699999666, - 26.432583999994677, - 21.91431200003717, - 37.73103299998911, - 29.473824999993667, - 24.41708300000755, - 32.135368999966886, - 24.90906299999915, - 19.77002899994841, - 31.707646000024397, - 23.41775400005281, - 18.635994000011124, - 37.387024999945424, - 29.61486299999524, - 24.99873899994418, - 36.68339899997227, - 30.229905000014696, - 25.816059999982826, - 33.29287900001509, - 21.52338199998485, - 43.15914599999087, - 35.03625299996929, - 30.013177999993786, - 33.57113699999172, - 24.056673000042792, - 18.80196100001922, - 33.53655899997102, - 27.031113000004552, - 22.039809999987483, - 33.56321100000059, - 24.852090000000317, - 20.05250499997055, - 33.80029899999499, - 26.098625999991782, - 20.23365200002445, - 32.409138999995776, - 25.41038000001572, - 21.064268000016455, - 34.978028999990784, - 26.925616000022274, - 22.203883000009228, - 34.74035099998582, - 26.439718000008725, - 21.328848999983165, - 33.579764000023715, - 26.63499300001422, - 21.854254000005312, - 35.932659000041895, - 27.3671949999989, - 22.812512000033166, - 32.59948400000576, - 23.89325199997984, - 19.144687000021804, - 32.94956199999433, - 26.18401399999857, - 21.48765199998161, - 33.87411400000565, - 25.82583899999736, - 20.96669600001769, - 35.41582200000994, - 26.966215000022203, - 21.939633000001777, - 33.41291499999352, - 26.5764869999839, - 21.652576999971643, - 33.83954600000288, - 25.38634299999103, - 20.535896999994293, - 34.51963599998271, - 26.470177999988664, - 21.419949000002816, - 36.48835399997188, - 29.199915000004694, - 24.36327699996764, - 35.77876600000309, - 25.370420999999624, - 20.373747000005096, - 33.2241240000003, - 25.064057999989018, - 19.838703999994323, - 31.64434200001415, - 24.90208900003927, - 20.37840700004017, - 33.15644999995129, - 25.77857500000391, - 20.0685859999503, - 32.55946399999084, - 25.09389600000577, - 20.650070999981835, - 34.80194199999096, - 28.15555799996946, - 21.597949000017252, - 33.9044040000299, - 26.035481000028085, - 20.467090999998618, - 34.54841200000374, - 25.524134000006597, - 20.845326000009663, - 34.69361899996875, - 27.858142999990378, - 23.21297199995024, - 34.761132000014186, - 25.23201900004642, - 20.20653800002765, - 34.350302000006195, - 26.105199000041466, - 20.09991800005082, - 31.622689000039827, - 24.28449200000614, - 19.791561000049114, - 33.68208499997854, - 26.120978999999352, - 21.400018999993335, - 33.754538999986835, - 25.722905999980867, - 20.25917199999094, - 32.03909899998689, - 25.146930999995675, - 20.50540700001875, - 33.22880300000543, - 25.740259999991395, - 20.19371299998602, - 33.82897500001127, - 25.833993999985978, - 21.087362999969628, - 32.08033000002615, - 25.4403090000269, - 20.747314000036567, - 33.26720800000476, - 25.74564099998679, - 21.048106000002008, - 35.02685600001132, - 27.19454500003485, - 22.354109000007156, - 32.89415299997199, - 26.29166599997552, - 20.551136999973096, - 33.8226919999579, - 25.796590999991167, - 21.002144999976736, - 31.89865300001111, - 24.176439000002574, - 18.40340600005584, - 31.997978000028525, - 25.508633000019472, - 21.056291999993846, - 33.303671000001486, - 25.308530000038445, - 20.64583400002448, - 32.74236400000518, - 25.191639000026044, - 20.527320000051986, - 36.70423899998423, - 30.2683899999829, - 24.79131000000052, - 32.14944700000342, - 24.883803000033367, - 19.5033130000229, - 33.74544999998761, - 26.297536999976728, - 21.424187000025995, - 31.526630000036675, - 24.029910999990534, - 19.32434099999955, - 34.14272300002631, - 26.68094300001394, - 22.023398000048473, - 42.270756000012625, - 33.495678000035696, - 28.575095000036526, - 31.25451300002169, - 23.022936000023037, - 32.769467999984045, - 24.601467000029515, - 18.84809200000018, - 34.05443999997806, - 26.34257699997397, - 20.657065999985207, - 32.29824999999255, - 25.316915999981575, - 20.56270999996923, - 34.9082809999818, - 26.848863999999594, - 22.0330959999701, - 34.08727399999043, - 25.953539999958593, - 20.80113999999594, - 32.352405999961775, - 25.516088999982458, - 20.878131999983452, - 36.42528999998467, - 28.42353600001661, - 23.6485489999759, - 35.21913400001358, - 24.26791900000535, - 34.87149900000077, - 26.295633999980055, - 21.202540999976918, - 32.68028199998662, - 23.237338999984786, - 18.38722399994731, - 33.57198900001822, - 25.92353099997854, - 20.46955599996727, - 33.8271909999894, - 27.27034399996046, - 22.721752999990713, - 33.77059999998892, - 25.254373000003397, - 20.3159839999862, - 32.76255399995716, - 24.75643199996557, - 19.922618999960832, - 33.0839879999985, - 26.771552000020165, - 21.139236000017263, - 32.73805599997286, - 24.8462479999871, - 19.22393199999351, - 32.73782600002596, - 25.47973700001603, - 21.048668000032194, - 32.21358199999668, - 25.400008999975398, - 20.7593469999847, - 35.077925999998115, - 27.48040800000308, - 22.109868000028655, - 33.5057890000171, - 23.54865199996857, - 32.6761440000264, - 24.55423399998108, - 19.92230799997924, - 34.37536199996248, - 27.17915499996161, - 21.839776000007987, - 33.11538900004234, - 25.200376000022516, - 20.597077000013087, - 31.697114999988116, - 25.24673699995037, - 20.65902899997309, - 33.43278500001179, - 25.816460000001825, - 20.27204700000584, - 34.37429999996675, - 26.518623999960255, - 21.617537999991328, - 31.05466999998316, - 24.162040999974124, - 19.55741000000853, - 32.68760699999984, - 25.062916000024416, - 19.609162000007927, - 33.45430700003635, - 25.906587000004947, - 21.309420000005048, - 31.47228200000245, - 24.512971999996807, - 18.856698999996297, - 33.1727420000243, - 25.549924999999348, - 19.919312000041828, - 33.86001599999145, - 26.13188200001605, - 20.55712900002254, - 31.8531930000172, - 25.01308699999936, - 20.219192999997176, - 33.241648000024725, - 25.39610100002028, - 20.62726700003259, - 36.38390800001798, - 29.35970000002999, - 23.522840999998152, - 32.043316999974195, - 24.932037999969907, - 20.02619299996877, - 33.36996099998942, - 25.243660999985877, - 20.257497999991756, - 34.21685900003649, - 26.331635000009555, - 21.74361599999247, - 33.19858300004853, - 26.36829700000817, - 20.681995000049938, - 35.10679200000595, - 27.057534999970812, - 21.22644699999364, - 33.8616500000353, - 24.86702000000514, - 20.60814000002574, - 33.000643000006676, - 26.193071999994572, - 20.574903999979142, - 33.63395099999616, - 25.768925999989733, - 20.764406999980565, - 33.09193299995968, - 25.090229999972507, - 20.376923999981955, - 33.695763000054285, - 27.358318000042345, - 22.35204500000691, - 34.1077440000372, - 25.771271000034176, - 20.68035099998815, - 35.19719100004295, - 27.22196900000563, - 22.4963600000483, - 33.070661000034306, - 26.097023000009358, - 21.295252999989316, - 35.38111299998127, - 27.28526299999794, - 22.10453700000653, - 34.89757099997951, - 27.22575699997833, - 21.406171999988146, - 31.489786999998614, - 24.570815999992192, - 19.87973400001647, - 34.30622600001516, - 26.489125000021886, - 21.744387999991886, - 34.94219799997518, - 27.026583999977447, - 22.303188999998383, - 32.155097000009846, - 24.94472199998563, - 19.884553999989294, - 34.23721900000237, - 26.036143000004813, - 21.004069000016898, - 35.191909999994095, - 27.507390999991912, - 22.479305000044405, - 32.42543999996269, - 25.659460999944713, - 20.535265999962576, - 35.08522000000812, - 27.273831000027712, - 22.533582000003662, - 34.813274000014644, - 26.731853000004776, - 21.426100000040606, - 33.194775000039954, - 26.009890000044834, - 21.06379600003129, - 34.17098799999803, - 26.268270000000484, - 21.23547499999404, - 34.422735000029206, - 26.423777000047266, - 20.593691000016406, - 34.73340700002154, - 27.833133000007365, - 23.012436000048183, - 35.05423800001154, - 26.184545000025537, - 21.10322400002042, - 35.558232000039425, - 26.959482000034768, - 22.274552000046242, - 32.70416899997508, - 24.831769999989774, - 19.837752000021283, - 36.579573999973945, - 28.421802999975625, - 23.70711499999743, - 37.5174110000371, - 29.402815000037663, - 24.43200200004503, - 32.98451199999545, - 25.60563499998534, - 20.293299000011757, - 34.65352899994468, - 26.494905999978073, - 21.76428699999815, - 36.3642590000527, - 27.92176700005075, - 22.792482000018936, - 33.58279100002255, - 26.611055999994278, - 21.870205999992322, - 34.123505000025034, - 25.856909000023734, - 20.867759999993723, - 34.031623999995645, - 26.018377000000328, - 21.342915999994148, - 30.869615000032354, - 24.825368000019807, - 19.109035999979824, - 32.789676999964286, - 25.14145999995526, - 20.614400999969803, - 34.34980100003304, - 27.623729999992065, - 22.549603999999817, - 33.75181300000986, - 26.18656900001224, - 21.291625000012573, - 35.54564699996263, - 26.11258399998769, - 20.363807999994606, - 34.0118449999718, - 26.181949999998324, - 21.3291999999783, - 31.854174999985844, - 25.647436999948695, - 19.883491999993566, - 34.89701899996726, - 27.099638000014238, - 21.380570999986958, - 35.16809300001478, - 26.910665999981575, - 21.92666699999245, - 32.39071200002218, - 25.456621000019368, - 19.93410200002836, - 34.37678499997128, - 26.69432000000961, - 21.913801999995485, - 34.57215899997391, - 26.562589999986812, - 20.868932999961544, - 37.113856000010855, - 30.731463000003714, - 25.92020400002366, - 37.18845300003886, - 26.07565000001341, - 36.19711000000825, - 24.711753000039607, - 34.161089000001084, - 24.889434000011533, - 20.08970800001407, - 34.848704000003636, - 27.80640100000892, - 22.85371400002623, - 34.43524999998044, - 26.163563999987673, - 21.441711999999825, - 35.71734499995364, - 27.828112999966834, - 23.03236499999184, - 32.18120900000213, - 24.85419499996351, - 19.78461699996842, - 34.78197299997555, - 26.847180999990087, - 22.04432899999665, - 34.35750600002939, - 26.218301000015344, - 21.459556000016164, - 33.39154299994698, - 26.388456999964546, - 21.485757999995258, - 35.78617099998519, - 27.828754000016488, - 22.145467999973334, - 34.42089100001613, - 25.605434000026435, - 21.206789000018034, - 31.515306999965105, - 24.159184999996796, - 19.24386200000299, - 34.08354700001655, - 26.561007000040263, - 20.62203700002283, - 34.728226999985054, - 27.047435000014957, - 21.327856999996584, - 32.54018599999836, - 25.408997000020463, - 20.453355000005104, - 33.76728299999377, - 26.761522000015248, - 20.910273999965284, - 35.136561000021175, - 27.29879999998957, - 21.785969000018667, - 32.23455399996601, - 25.22291099996073, - 19.8525410000002, - 32.5559470000444, - 24.535166000016034, - 18.82670000003418, - 32.424627999949735, - 24.91185699997004, - 19.523451999993995, - 32.83282299997518, - 27.454175999970175, - 22.057634999975562, - 32.69694499997422, - 24.28197700000601, - 19.422985000011977, - 34.34108300000662, - 26.444437000027392, - 21.814145000011194, - 32.16310300002806, - 25.193112000008114, - 20.43405600002734, - 33.34246600000188, - 25.468003000016324, - 19.73501900001429, - 35.94418200000655, - 28.328739000018686, - 22.729177000001073, - 32.28318999998737, - 24.939682999975048, - 20.084617999964394, - 33.73087199998554, - 26.536809000012, - 20.83535700000357, - 32.67943000001833, - 25.146690000023227, - 19.77947700000368, - 32.36957999999868, - 27.03992000001017, - 21.54383300000336, - 32.853744000021834, - 25.456231000018306, - 20.902720000012778, - 34.290444000042044, - 26.69928900001105, - 22.187220000021625, - 32.67687500000466, - 25.718387000029907, - 20.050851000007242, - 34.08338700002059, - 25.954461999994237, - 20.83796199999051, - 36.02921000000788, - 28.405901000020094, - 23.05835599999409, - 31.691844999964815, - 24.88786999997683, - 19.164315000001807, - 31.62046400003601, - 23.950362999981735, - 19.49982500000624, - 34.70891799998935, - 28.235404999984894, - 22.784826999995857, - 32.63865999999689, - 25.359620000002906, - 20.30327799997758, - 35.68865899997763, - 27.642917999997735, - 22.87639799999306, - 35.417193999979645, - 26.855897000001278, - 21.96558299998287, - 32.87353300000541, - 25.750850999960676, - 20.732493999996223, - 36.24996500002453, - 27.993057999992743, - 23.069619000016246, - 36.304220999998506, - 28.152431999973487, - 23.24596599995857, - 34.117644000041764, - 26.76003900001524, - 21.017855999991298, - 37.20984500000486, - 29.37467900000047, - 24.371232000004966, - 34.895506000029854, - 26.56065599998692, - 20.934050999989267, - 32.907319999998435, - 26.258481000026222, - 20.795549000031315, - 34.33550300000934, - 26.58706800005166, - 20.89610700000776, - 35.41392800002359, - 27.61512400000356, - 22.043316999974195, - 32.96716699999524, - 26.043076000001747, - 20.93737699999474, - 33.05050199996913, - 24.732604999968316, - 19.20027599995956, - 33.199293999990914, - 25.771100000012666, - 21.31708599999547, - 33.61600499995984, - 27.31677499995567, - 21.91904099995736, - 33.44545900000958, - 25.484024999954272, - 20.398595999984536, - 33.7995879999944, - 26.270424999995157, - 21.607849000021815, - 33.49584799999138, - 27.522540000034496, - 22.524855000025127, - 35.51252099999692, - 27.102522999979556, - 22.150476999988314, - 33.91184900002554, - 25.376954000035767, - 20.52279100002488, - 32.19111800001701, - 25.337646000029054, - 20.234012000029907, - 33.782764000003226, - 25.577149000018835, - 20.633019000000786, - 31.30091500002891, - 23.388867000001483, - 17.522389999998268 - ], - "command": "pnpm run test:performance [PERF-04; full]", - "passed": true, - "observations": { - "missingEvents": { - "value": 0, - "reason": "No runtime events were missing" - }, - "duplicateEvents": { - "value": 0, - "reason": "No duplicate runtime events were accepted" - }, - "invalidCells": { - "value": 0, - "reason": "The Pi terminal contained no invalid cells" - }, - "uniqueProviderEventIds": { - "value": 10000, - "reason": "Every provider event identifier was unique" - }, - "acceptedEvents": 10000, - "frameWrites": 3340, - "producerElapsedMs": 67847.48244100003, - "achievedEventsPerSecond": { - "value": 147.38940400177665, - "reason": "The final event frame completed within the required 100 events/s interval" - }, - "finalFrameCompleted": { - "value": 1, - "reason": "Elapsed time ends after the final event matched a completed Pi frame" - }, - "eventFrameBindings": "Pi TUI doRender completion + xterm flush + each exact visible event marker" - }, - "details": { - "achievedEventsPerSecond": 147.38940400177665, - "minimumEventsPerSecond": 100, - "elapsedMs": 67847.48244100003, - "finalFrameCompleted": true, - "accepted": 10000, - "renderedEvents": 10000, - "producerIntervalMs": 5, - "stageTimings": { - "applicationCommitMs": { - "n": 10000, - "total": 12039.633336999541, - "mean": 1.203963333699954, - "minimum": 0.46946499997284263, - "median": 1.177330000034999, - "p90": 1.6398909999988973, - "p95": 1.7790449999738485, - "p99": 2.0557999999728054, - "maximum": 3.211005999997724 - }, - "frameQueueMs": { - "n": 3350, - "total": 46472.105163000844, - "mean": 13.8722701979107, - "minimum": 0.000662000005831942, - "median": 14.087825000024168, - "p90": 15.060040999989724, - "p95": 15.380280999990646, - "p99": 15.789808000001358, - "maximum": 16.856228999997256 - }, - "viewProjectionMs": { - "n": 3350, - "total": 1372.5849469998793, - "mean": 0.40972684985071023, - "minimum": 0.24518300002091564, - "median": 0.37240299995755777, - "p90": 0.5461559999966994, - "p95": 0.6629759999923408, - "p99": 0.7392070000059903, - "maximum": 0.8546940000378527 - }, - "terminalViewApplyMs": { - "n": 3350, - "total": 14497.660925000877, - "mean": 4.3276599776122024, - "minimum": 0.022364000004017726, - "median": 4.2876670000259764, - "p90": 7.803213000006508, - "p95": 8.2805829999852, - "p99": 9.71427700005006, - "maximum": 14.685621000011452 - }, - "piRenderMs": { - "n": 3340, - "total": 12761.201806998171, - "mean": 3.820719103891668, - "minimum": 0.3701289999880828, - "median": 4.016041999973822, - "p90": 4.578240000002552, - "p95": 4.855906999990111, - "p99": 6.0376650000107475, - "maximum": 7.406470999994781 - }, - "terminalFlushMs": { - "n": 3340, - "total": 7777.233824999508, - "mean": 2.328513121257338, - "minimum": 0.08225200002198108, - "median": 2.3604010000126436, - "p90": 2.8664269999717362, - "p95": 3.042514000029769, - "p99": 3.315842999960296, - "maximum": 4.245052999991458 - }, - "combinedUpdatesPerFrame": { - "n": 3350, - "total": 10011, - "mean": 2.988358208955224, - "minimum": 1, - "median": 3, - "p90": 3, - "p95": 3, - "p99": 4, - "maximum": 4 - } - } - }, - "failureReasons": [], - "provenance": { - "packageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "frameBinding": "Pi TUI doRender completion + xterm flush + each exact visible event marker", - "unrelatedWritesExcluded": true, - "rateInterval": "producer start through the final event matching Pi frame completion", - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a" - } - }, - { - "kind": "distribution", - "name": "PERF-05", - "unit": "ms", - "n": 20, - "minimum": 749.9611370000057, - "median": 803.2254679999896, - "p90": 837.0514050000347, - "p95": 872.9583330000169, - "p99": 910.5310999999638, - "maximum": 910.5310999999638, - "target": { - "metric": "replay-reduce-10000-events", - "percentile": "p95", - "operator": "<=", - "value": 2000 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "none; production StorageJournal + reducer", - "dimensions": "none", - "database": "warm-10000-event-encrypted-sqlite", - "eventCount": 10000 - }, - "state": "warm", - "repetitions": 20, - "rawSamples": [ - 872.9583330000169, - 833.2013080000179, - 910.5310999999638, - 833.4780700000119, - 834.8863939999719, - 782.1898079999955, - 823.8893269999535, - 803.2254679999896, - 837.0514050000347, - 810.5465290000429, - 817.4422119999654, - 808.7359290000168, - 800.7243860000162, - 773.4384799999534, - 755.7468559999834, - 749.9611370000057, - 778.6110680000274, - 770.9980990000186, - 791.5304970000288, - 777.6453319999855 - ], - "command": "pnpm run test:performance [PERF-05; full]", - "passed": true, - "observations": { - "replayedEvents": { - "value": 10000, - "reason": "Every committed event was replayed" - }, - "projectionChecksum": "61cf5dd7c2b874e45a2c122e5cffe040e3775f16409ba386ca5808ac3324fdd3" - }, - "details": { - "stageTimings": { - "storageOpenMs": { - "n": 20, - "total": 138.4431709999917, - "mean": 6.922158549999585, - "minimum": 2.936654999968596, - "median": 4.863721999980044, - "p90": 6.156840000010561, - "p95": 6.23197700001765, - "p99": 50.2471389999846, - "maximum": 50.2471389999846, - "rawSamples": [ - 4.908279999974184, - 3.3328660000115633, - 2.936654999968596, - 50.2471389999846, - 6.156840000010561, - 5.401551000017207, - 5.423223999969196, - 4.863721999980044, - 5.994940000004135, - 3.629440999997314, - 5.155436999979429, - 3.3803090000292286, - 6.23197700001765, - 4.945673000009265, - 4.792531999992207, - 3.9677970000193454, - 5.7986130000208504, - 3.585603000014089, - 4.437261999992188, - 3.253310000000056 - ] - }, - "storageReadDecryptMs": { - "n": 20, - "total": 2833.8569680001237, - "mean": 141.6928484000062, - "minimum": 124.03197800001362, - "median": 132.9202890000306, - "p90": 158.6054690000019, - "p95": 163.79554399999324, - "p99": 217.28891000000294, - "maximum": 217.28891000000294, - "rawSamples": [ - 150.50898000004236, - 153.03511699999217, - 217.28891000000294, - 132.9202890000306, - 163.79554399999324, - 132.44120499998098, - 150.91674200003035, - 124.03197800001362, - 158.6054690000019, - 131.6040450000437, - 138.39168699999573, - 136.61459599999944, - 147.45230699999956, - 126.3825680000009, - 127.60586700000567, - 126.71944100002293, - 134.05749799998011, - 126.01862099999562, - 131.15231299999868, - 124.31379099999322 - ] - }, - "envelopeDecodeMs": { - "n": 20, - "total": 32.74333799997112, - "mean": 1.6371668999985558, - "minimum": 0.6363739999942482, - "median": 1.7883440000005066, - "p90": 2.518993000034243, - "p95": 2.6425359999993816, - "p99": 3.1304670000099577, - "maximum": 3.1304670000099577, - "rawSamples": [ - 3.1304670000099577, - 1.08502800000133, - 2.6425359999993816, - 1.8371799999731593, - 1.8581309999572113, - 0.7565100000356324, - 1.8152859999681823, - 1.230543999990914, - 2.518993000034243, - 1.1259879999561235, - 1.8466079999925569, - 1.2838590000174008, - 1.953758999996353, - 0.6363739999942482, - 1.7883440000005066, - 1.2269070000038482, - 1.8074299999861978, - 1.1928100000368431, - 1.8154470000299625, - 1.1911369999870658 - ] - }, - "reducerMs": { - "n": 20, - "total": 13161.748260999913, - "mean": 658.0874130499957, - "minimum": 618.0469919999596, - "median": 654.125475000008, - "p90": 675.7482970000128, - "p95": 687.6629989999929, - "p99": 714.4106059999904, - "maximum": 714.4106059999904, - "rawSamples": [ - 714.4106059999904, - 675.7482970000128, - 687.6629989999929, - 648.4734620000236, - 663.0758790000109, - 643.5905419999617, - 665.7340749999858, - 673.099224000005, - 669.9320029999944, - 674.1870550000458, - 672.0484799999977, - 667.4571649999707, - 645.0863430000027, - 641.473864999949, - 621.560112999985, - 618.0469919999596, - 636.9475270000403, - 640.201064999972, - 654.125475000008, - 648.8870940000052 - ] - } - } - }, - "failureReasons": [], - "provenance": { - "seed": "packed encrypted SQLite production storage; complete receipt-backed run", - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a" - } - }, - { - "kind": "distribution", - "name": "PERF-06", - "unit": "ms", - "n": 20, - "minimum": 11.109155000012834, - "median": 12.112230999977328, - "p90": 15.245353000005707, - "p95": 15.764255000045523, - "p99": 15.87886100000469, - "maximum": 15.87886100000469, - "target": { - "metric": "open-100000-event-conversation", - "percentile": "p95", - "operator": "<=", - "value": 2000 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "cold-100000-event-encrypted-sqlite", - "eventCount": 100000 - }, - "state": "cold", - "repetitions": 20, - "rawSamples": [ - 15.245353000005707, - 12.591825999959838, - 12.312405000033323, - 11.868680999963544, - 12.27611400000751, - 11.844042000011541, - 15.764255000045523, - 14.989589000004344, - 12.133652999997139, - 11.993136000004597, - 12.674157999979798, - 11.937206000031438, - 11.109155000012834, - 11.668896999966819, - 15.87886100000469, - 12.036240999994334, - 11.906645999988541, - 11.645121000008658, - 12.36625100002857, - 12.112230999977328 - ], - "command": "pnpm run test:performance [PERF-06; full]", - "passed": true, - "observations": { - "openedEvents": { - "value": 100000, - "reason": "Every committed event was opened from encrypted SQLite" - }, - "loadedTailEvents": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "renderedRows": [ - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4 - ], - "viewportBound": 200 - }, - "details": {}, - "failureReasons": [], - "provenance": { - "seed": "packed encrypted SQLite production storage; recent useful content asserted", - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a" - } - }, - { - "kind": "distribution", - "name": "PERF-07", - "unit": "ms", - "n": 1000, - "minimum": 9.40662500000326, - "median": 16.065145999993547, - "p90": 18.11038600000029, - "p95": 18.98701299999084, - "p99": 19.99051000000327, - "maximum": 21.398293999998714, - "target": { - "metric": "resize-during-stream-frame", - "percentile": "p95", - "operator": "<=", - "value": 100 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "40x12,80x24,120x40,200x60", - "database": "packed headless 100-events-per-second stream", - "eventCount": 2004 - }, - "state": "warm", - "repetitions": 1000, - "rawSamples": [ - { - "index": 1, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.746738999994704, - "resizeCallMs": 0.10280300000158604, - "frameCompletions": 2, - "frameCompletedAt": 101032.22261, - "acceptedEvents": 3, - "active": true, - "invalidCells": 0 - }, - { - "index": 2, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.646991000001435, - "resizeCallMs": 0.137801999997464, - "frameCompletions": 3, - "frameCompletedAt": 101048.028054, - "acceptedEvents": 5, - "active": true, - "invalidCells": 0 - }, - { - "index": 3, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.456367999999202, - "resizeCallMs": 0.09073899999202695, - "frameCompletions": 4, - "frameCompletedAt": 101065.093, - "acceptedEvents": 7, - "active": true, - "invalidCells": 0 - }, - { - "index": 4, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.74688900000183, - "resizeCallMs": 0.16835200000787154, - "frameCompletions": 5, - "frameCompletedAt": 101080.729201, - "acceptedEvents": 9, - "active": true, - "invalidCells": 0 - }, - { - "index": 5, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.495373000012478, - "resizeCallMs": 0.483012000011513, - "frameCompletions": 6, - "frameCompletedAt": 101096.606517, - "acceptedEvents": 11, - "active": true, - "invalidCells": 0 - }, - { - "index": 6, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.29669200000353, - "resizeCallMs": 0.1267189999925904, - "frameCompletions": 7, - "frameCompletedAt": 101112.865815, - "acceptedEvents": 13, - "active": true, - "invalidCells": 0 - }, - { - "index": 7, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.928427000006195, - "resizeCallMs": 0.11307300000044052, - "frameCompletions": 8, - "frameCompletedAt": 101128.812127, - "acceptedEvents": 15, - "active": true, - "invalidCells": 0 - }, - { - "index": 8, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.110163999997894, - "resizeCallMs": 0.20535399999062065, - "frameCompletions": 9, - "frameCompletedAt": 101144.96711, - "acceptedEvents": 17, - "active": true, - "invalidCells": 0 - }, - { - "index": 9, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.476406000001589, - "resizeCallMs": 0.35458899999503046, - "frameCompletions": 10, - "frameCompletedAt": 101160.650544, - "acceptedEvents": 19, - "active": true, - "invalidCells": 0 - }, - { - "index": 10, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.678465000004508, - "resizeCallMs": 0.10903500000131316, - "frameCompletions": 11, - "frameCompletedAt": 101176.160957, - "acceptedEvents": 21, - "active": true, - "invalidCells": 0 - }, - { - "index": 11, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.02972600000794, - "resizeCallMs": 0.1620590000093216, - "frameCompletions": 12, - "frameCompletedAt": 101192.310288, - "acceptedEvents": 23, - "active": true, - "invalidCells": 0 - }, - { - "index": 12, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.73350100000971, - "resizeCallMs": 0.12405399999988731, - "frameCompletions": 13, - "frameCompletedAt": 101207.994314, - "acceptedEvents": 25, - "active": true, - "invalidCells": 0 - }, - { - "index": 13, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.390035999997053, - "resizeCallMs": 0.34647299999778625, - "frameCompletions": 14, - "frameCompletedAt": 101223.458676, - "acceptedEvents": 27, - "active": true, - "invalidCells": 0 - }, - { - "index": 14, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.83575500000734, - "resizeCallMs": 0.08696100000815932, - "frameCompletions": 15, - "frameCompletedAt": 101240.243099, - "acceptedEvents": 29, - "active": true, - "invalidCells": 0 - }, - { - "index": 15, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.458771000005072, - "resizeCallMs": 0.13364300000830553, - "frameCompletions": 16, - "frameCompletedAt": 101256.614589, - "acceptedEvents": 31, - "active": true, - "invalidCells": 0 - }, - { - "index": 16, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.611632999993162, - "resizeCallMs": 0.17997499999182764, - "frameCompletions": 17, - "frameCompletedAt": 101271.665566, - "acceptedEvents": 33, - "active": true, - "invalidCells": 0 - }, - { - "index": 17, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.344535999989603, - "resizeCallMs": 0.40517899999395013, - "frameCompletions": 18, - "frameCompletedAt": 101287.763336, - "acceptedEvents": 35, - "active": true, - "invalidCells": 0 - }, - { - "index": 18, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.591333999997005, - "resizeCallMs": 0.09385499999916647, - "frameCompletions": 19, - "frameCompletedAt": 101305.723456, - "acceptedEvents": 37, - "active": true, - "invalidCells": 0 - }, - { - "index": 19, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.561103000000003, - "resizeCallMs": 0.07207199999538716, - "frameCompletions": 20, - "frameCompletedAt": 101320.388002, - "acceptedEvents": 39, - "active": true, - "invalidCells": 0 - }, - { - "index": 20, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.780435000007856, - "resizeCallMs": 0.11955499999749009, - "frameCompletions": 21, - "frameCompletedAt": 101335.800963, - "acceptedEvents": 41, - "active": true, - "invalidCells": 0 - }, - { - "index": 21, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.810754999998608, - "resizeCallMs": 0.4819100000022445, - "frameCompletions": 22, - "frameCompletedAt": 101352.130991, - "acceptedEvents": 43, - "active": true, - "invalidCells": 0 - }, - { - "index": 22, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.417188000006718, - "resizeCallMs": 0.051011000003200024, - "frameCompletions": 23, - "frameCompletedAt": 101366.965733, - "acceptedEvents": 45, - "active": true, - "invalidCells": 0 - }, - { - "index": 23, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.184210000006715, - "resizeCallMs": 0.07867499999701977, - "frameCompletions": 24, - "frameCompletedAt": 101383.172157, - "acceptedEvents": 47, - "active": true, - "invalidCells": 0 - }, - { - "index": 24, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.197386999992887, - "resizeCallMs": 0.10179099999368191, - "frameCompletions": 25, - "frameCompletedAt": 101399.22084, - "acceptedEvents": 49, - "active": true, - "invalidCells": 0 - }, - { - "index": 25, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.753140000000712, - "resizeCallMs": 0.3345990000088932, - "frameCompletions": 26, - "frameCompletedAt": 101414.148525, - "acceptedEvents": 51, - "active": true, - "invalidCells": 0 - }, - { - "index": 26, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.66292400000384, - "resizeCallMs": 0.08929600000556093, - "frameCompletions": 27, - "frameCompletedAt": 101429.714818, - "acceptedEvents": 53, - "active": true, - "invalidCells": 0 - }, - { - "index": 27, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.862848000004306, - "resizeCallMs": 0.10287300001073163, - "frameCompletions": 28, - "frameCompletedAt": 101446.54947, - "acceptedEvents": 55, - "active": true, - "invalidCells": 0 - }, - { - "index": 28, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.60288400000718, - "resizeCallMs": 0.1305770000035409, - "frameCompletions": 29, - "frameCompletedAt": 101462.157315, - "acceptedEvents": 57, - "active": true, - "invalidCells": 0 - }, - { - "index": 29, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.368373999997857, - "resizeCallMs": 0.29339900000195485, - "frameCompletions": 30, - "frameCompletedAt": 101477.663469, - "acceptedEvents": 59, - "active": true, - "invalidCells": 0 - }, - { - "index": 30, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.550120999992942, - "resizeCallMs": 0.06466699999873526, - "frameCompletions": 31, - "frameCompletedAt": 101493.201917, - "acceptedEvents": 61, - "active": true, - "invalidCells": 0 - }, - { - "index": 31, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.867876999996952, - "resizeCallMs": 0.0858589999988908, - "frameCompletions": 32, - "frameCompletedAt": 101508.177697, - "acceptedEvents": 63, - "active": true, - "invalidCells": 0 - }, - { - "index": 32, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.033412999997381, - "resizeCallMs": 0.1226909999968484, - "frameCompletions": 33, - "frameCompletedAt": 101525.011578, - "acceptedEvents": 65, - "active": true, - "invalidCells": 0 - }, - { - "index": 33, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.500232999998843, - "resizeCallMs": 0.2778880000114441, - "frameCompletions": 34, - "frameCompletedAt": 101539.53716, - "acceptedEvents": 67, - "active": true, - "invalidCells": 0 - }, - { - "index": 34, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.009344999998575, - "resizeCallMs": 0.0697680000012042, - "frameCompletions": 35, - "frameCompletedAt": 101554.531476, - "acceptedEvents": 68, - "active": true, - "invalidCells": 0 - }, - { - "index": 35, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.543307999992976, - "resizeCallMs": 0.0808989999932237, - "frameCompletions": 36, - "frameCompletedAt": 101569.848728, - "acceptedEvents": 70, - "active": true, - "invalidCells": 0 - }, - { - "index": 36, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.84378999999899, - "resizeCallMs": 0.17304100000183098, - "frameCompletions": 37, - "frameCompletedAt": 101585.655625, - "acceptedEvents": 72, - "active": true, - "invalidCells": 0 - }, - { - "index": 37, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.095294999991893, - "resizeCallMs": 0.24482199999329168, - "frameCompletions": 38, - "frameCompletedAt": 101600.987546, - "acceptedEvents": 74, - "active": true, - "invalidCells": 0 - }, - { - "index": 38, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.456657000002451, - "resizeCallMs": 0.07803399999102112, - "frameCompletions": 39, - "frameCompletedAt": 101616.456698, - "acceptedEvents": 76, - "active": true, - "invalidCells": 0 - }, - { - "index": 39, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.580692000003182, - "resizeCallMs": 0.10387500000069849, - "frameCompletions": 40, - "frameCompletedAt": 101634.005186, - "acceptedEvents": 78, - "active": true, - "invalidCells": 0 - }, - { - "index": 40, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.131875999999465, - "resizeCallMs": 0.12884399999165908, - "frameCompletions": 41, - "frameCompletedAt": 101648.176471, - "acceptedEvents": 80, - "active": true, - "invalidCells": 0 - }, - { - "index": 41, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.158029999991413, - "resizeCallMs": 0.3113139999913983, - "frameCompletions": 42, - "frameCompletedAt": 101664.25356, - "acceptedEvents": 82, - "active": true, - "invalidCells": 0 - }, - { - "index": 42, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.213096999999834, - "resizeCallMs": 0.09497700000065379, - "frameCompletions": 43, - "frameCompletedAt": 101678.625159, - "acceptedEvents": 84, - "active": true, - "invalidCells": 0 - }, - { - "index": 43, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.03503699999419, - "resizeCallMs": 0.07464700000127777, - "frameCompletions": 44, - "frameCompletedAt": 101695.563646, - "acceptedEvents": 86, - "active": true, - "invalidCells": 0 - }, - { - "index": 44, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.888236999991932, - "resizeCallMs": 0.11077800000202842, - "frameCompletions": 45, - "frameCompletedAt": 101711.594715, - "acceptedEvents": 88, - "active": true, - "invalidCells": 0 - }, - { - "index": 45, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.321590999999898, - "resizeCallMs": 0.4009700000024168, - "frameCompletions": 46, - "frameCompletedAt": 101726.447472, - "acceptedEvents": 90, - "active": true, - "invalidCells": 0 - }, - { - "index": 46, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.550271000000066, - "resizeCallMs": 0.05483799999637995, - "frameCompletions": 47, - "frameCompletedAt": 101742.501947, - "acceptedEvents": 92, - "active": true, - "invalidCells": 0 - }, - { - "index": 47, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.66453600001114, - "resizeCallMs": 0.07528800000727642, - "frameCompletions": 48, - "frameCompletedAt": 101757.132045, - "acceptedEvents": 94, - "active": true, - "invalidCells": 0 - }, - { - "index": 48, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.151016000003438, - "resizeCallMs": 0.10644000000320375, - "frameCompletions": 49, - "frameCompletedAt": 101773.165097, - "acceptedEvents": 96, - "active": true, - "invalidCells": 0 - }, - { - "index": 49, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.065145999993547, - "resizeCallMs": 0.2795709999918472, - "frameCompletions": 50, - "frameCompletedAt": 101787.826638, - "acceptedEvents": 98, - "active": true, - "invalidCells": 0 - }, - { - "index": 50, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.488119000001461, - "resizeCallMs": 0.0742069999978412, - "frameCompletions": 51, - "frameCompletedAt": 101802.94601, - "acceptedEvents": 100, - "active": true, - "invalidCells": 0 - }, - { - "index": 51, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.82890100000077, - "resizeCallMs": 0.07848500000545755, - "frameCompletions": 52, - "frameCompletedAt": 101819.383079, - "acceptedEvents": 102, - "active": true, - "invalidCells": 0 - }, - { - "index": 52, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.428771000006236, - "resizeCallMs": 0.1234730000142008, - "frameCompletions": 53, - "frameCompletedAt": 101835.143424, - "acceptedEvents": 104, - "active": true, - "invalidCells": 0 - }, - { - "index": 53, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.861804999993183, - "resizeCallMs": 0.26992199999222066, - "frameCompletions": 54, - "frameCompletedAt": 101849.854261, - "acceptedEvents": 105, - "active": true, - "invalidCells": 0 - }, - { - "index": 54, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.504981999998563, - "resizeCallMs": 0.0864000000001397, - "frameCompletions": 55, - "frameCompletedAt": 101865.336489, - "acceptedEvents": 107, - "active": true, - "invalidCells": 0 - }, - { - "index": 55, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.886805000001914, - "resizeCallMs": 0.09158100000058766, - "frameCompletions": 56, - "frameCompletedAt": 101880.963902, - "acceptedEvents": 109, - "active": true, - "invalidCells": 0 - }, - { - "index": 56, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.577804999993532, - "resizeCallMs": 0.19573500000115018, - "frameCompletions": 57, - "frameCompletedAt": 101895.757122, - "acceptedEvents": 111, - "active": true, - "invalidCells": 0 - }, - { - "index": 57, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.352201000001514, - "resizeCallMs": 0.2489800000039395, - "frameCompletions": 58, - "frameCompletedAt": 101912.261483, - "acceptedEvents": 113, - "active": true, - "invalidCells": 0 - }, - { - "index": 58, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.834071999997832, - "resizeCallMs": 0.07196199998725206, - "frameCompletions": 59, - "frameCompletedAt": 101928.970317, - "acceptedEvents": 115, - "active": true, - "invalidCells": 0 - }, - { - "index": 59, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.024506000001566, - "resizeCallMs": 0.1082029999961378, - "frameCompletions": 60, - "frameCompletedAt": 101945.021887, - "acceptedEvents": 117, - "active": true, - "invalidCells": 0 - }, - { - "index": 60, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.479231999997864, - "resizeCallMs": 0.11768199999642093, - "frameCompletions": 61, - "frameCompletedAt": 101961.435559, - "acceptedEvents": 119, - "active": true, - "invalidCells": 0 - }, - { - "index": 61, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.421527999991667, - "resizeCallMs": 0.3023749999993015, - "frameCompletions": 62, - "frameCompletedAt": 101977.982244, - "acceptedEvents": 121, - "active": true, - "invalidCells": 0 - }, - { - "index": 62, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.00300199999765, - "resizeCallMs": 0.0764400000043679, - "frameCompletions": 63, - "frameCompletedAt": 101993.126505, - "acceptedEvents": 123, - "active": true, - "invalidCells": 0 - }, - { - "index": 63, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.788531999991392, - "resizeCallMs": 0.07918600000266451, - "frameCompletions": 64, - "frameCompletedAt": 102008.799178, - "acceptedEvents": 125, - "active": true, - "invalidCells": 0 - }, - { - "index": 64, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.360637000005227, - "resizeCallMs": 0.11156900000059977, - "frameCompletions": 65, - "frameCompletedAt": 102025.175938, - "acceptedEvents": 127, - "active": true, - "invalidCells": 0 - }, - { - "index": 65, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.804794000010588, - "resizeCallMs": 0.21857100000488572, - "frameCompletions": 66, - "frameCompletedAt": 102040.974388, - "acceptedEvents": 129, - "active": true, - "invalidCells": 0 - }, - { - "index": 66, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.36659900000086, - "resizeCallMs": 0.06750299999839626, - "frameCompletions": 67, - "frameCompletedAt": 102056.17449, - "acceptedEvents": 131, - "active": true, - "invalidCells": 0 - }, - { - "index": 67, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.315249000006588, - "resizeCallMs": 0.10880499999620952, - "frameCompletions": 68, - "frameCompletedAt": 102071.618361, - "acceptedEvents": 133, - "active": true, - "invalidCells": 0 - }, - { - "index": 68, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.148669999995036, - "resizeCallMs": 0.11912400000437628, - "frameCompletions": 69, - "frameCompletedAt": 102087.728336, - "acceptedEvents": 135, - "active": true, - "invalidCells": 0 - }, - { - "index": 69, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.327281999998377, - "resizeCallMs": 0.20721799999591894, - "frameCompletions": 70, - "frameCompletedAt": 102103.273006, - "acceptedEvents": 137, - "active": true, - "invalidCells": 0 - }, - { - "index": 70, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.639697999999044, - "resizeCallMs": 0.055088999986764975, - "frameCompletions": 71, - "frameCompletedAt": 102117.909697, - "acceptedEvents": 139, - "active": true, - "invalidCells": 0 - }, - { - "index": 71, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.057130000001052, - "resizeCallMs": 0.07902499999909196, - "frameCompletions": 72, - "frameCompletedAt": 102135.010013, - "acceptedEvents": 141, - "active": true, - "invalidCells": 0 - }, - { - "index": 72, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.072910999995656, - "resizeCallMs": 0.3019549999880837, - "frameCompletions": 73, - "frameCompletedAt": 102149.885765, - "acceptedEvents": 143, - "active": true, - "invalidCells": 0 - }, - { - "index": 73, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.726138999991235, - "resizeCallMs": 0.24478199999430217, - "frameCompletions": 74, - "frameCompletedAt": 102165.817398, - "acceptedEvents": 145, - "active": true, - "invalidCells": 0 - }, - { - "index": 74, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.262544999990496, - "resizeCallMs": 0.060589999993680976, - "frameCompletions": 75, - "frameCompletedAt": 102182.059463, - "acceptedEvents": 147, - "active": true, - "invalidCells": 0 - }, - { - "index": 75, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.445716000001994, - "resizeCallMs": 0.06951699999626726, - "frameCompletions": 76, - "frameCompletedAt": 102198.4702, - "acceptedEvents": 149, - "active": true, - "invalidCells": 0 - }, - { - "index": 76, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.835483000002569, - "resizeCallMs": 0.09249300000374205, - "frameCompletions": 77, - "frameCompletedAt": 102214.217028, - "acceptedEvents": 151, - "active": true, - "invalidCells": 0 - }, - { - "index": 77, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.889911000005668, - "resizeCallMs": 0.2366560000082245, - "frameCompletions": 78, - "frameCompletedAt": 102229.258758, - "acceptedEvents": 153, - "active": true, - "invalidCells": 0 - }, - { - "index": 78, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.488779999999679, - "resizeCallMs": 0.0538959999976214, - "frameCompletions": 79, - "frameCompletedAt": 102243.974895, - "acceptedEvents": 155, - "active": true, - "invalidCells": 0 - }, - { - "index": 79, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.703332999997656, - "resizeCallMs": 0.06651099999726284, - "frameCompletions": 80, - "frameCompletedAt": 102259.274343, - "acceptedEvents": 157, - "active": true, - "invalidCells": 0 - }, - { - "index": 80, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.143520000012359, - "resizeCallMs": 0.09550799999851733, - "frameCompletions": 81, - "frameCompletedAt": 102275.200184, - "acceptedEvents": 158, - "active": true, - "invalidCells": 0 - }, - { - "index": 81, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.037693000005675, - "resizeCallMs": 0.26462200000241864, - "frameCompletions": 82, - "frameCompletedAt": 102290.840623, - "acceptedEvents": 161, - "active": true, - "invalidCells": 0 - }, - { - "index": 82, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.916643999997177, - "resizeCallMs": 0.05060000000230502, - "frameCompletions": 83, - "frameCompletedAt": 102306.764921, - "acceptedEvents": 163, - "active": true, - "invalidCells": 0 - }, - { - "index": 83, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.99295399998664, - "resizeCallMs": 0.06489799999690149, - "frameCompletions": 84, - "frameCompletedAt": 102322.535667, - "acceptedEvents": 165, - "active": true, - "invalidCells": 0 - }, - { - "index": 84, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.738280999998096, - "resizeCallMs": 0.10282299999380484, - "frameCompletions": 85, - "frameCompletedAt": 102338.118763, - "acceptedEvents": 166, - "active": true, - "invalidCells": 0 - }, - { - "index": 85, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.51996199999121, - "resizeCallMs": 0.21028499999374617, - "frameCompletions": 86, - "frameCompletedAt": 102352.133449, - "acceptedEvents": 168, - "active": true, - "invalidCells": 0 - }, - { - "index": 86, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.27824500000861, - "resizeCallMs": 0.06105099999695085, - "frameCompletions": 87, - "frameCompletedAt": 102367.143195, - "acceptedEvents": 170, - "active": true, - "invalidCells": 0 - }, - { - "index": 87, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.78868300000613, - "resizeCallMs": 0.06770400000095833, - "frameCompletions": 88, - "frameCompletedAt": 102384.452973, - "acceptedEvents": 172, - "active": true, - "invalidCells": 0 - }, - { - "index": 88, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.592855000009877, - "resizeCallMs": 0.11603800000739284, - "frameCompletions": 89, - "frameCompletedAt": 102399.718504, - "acceptedEvents": 174, - "active": true, - "invalidCells": 0 - }, - { - "index": 89, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.27981799999543, - "resizeCallMs": 0.2946410000004107, - "frameCompletions": 90, - "frameCompletedAt": 102415.727329, - "acceptedEvents": 176, - "active": true, - "invalidCells": 0 - }, - { - "index": 90, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.046379999999772, - "resizeCallMs": 0.0727539999934379, - "frameCompletions": 91, - "frameCompletedAt": 102432.745032, - "acceptedEvents": 178, - "active": true, - "invalidCells": 0 - }, - { - "index": 91, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.459122000000207, - "resizeCallMs": 0.07549899999867193, - "frameCompletions": 92, - "frameCompletedAt": 102447.383767, - "acceptedEvents": 180, - "active": true, - "invalidCells": 0 - }, - { - "index": 92, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.617685000004712, - "resizeCallMs": 0.13238100000307895, - "frameCompletions": 93, - "frameCompletedAt": 102464.283738, - "acceptedEvents": 182, - "active": true, - "invalidCells": 0 - }, - { - "index": 93, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.075406000003568, - "resizeCallMs": 0.25503200000093784, - "frameCompletions": 94, - "frameCompletedAt": 102480.783079, - "acceptedEvents": 184, - "active": true, - "invalidCells": 0 - }, - { - "index": 94, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.288985999999568, - "resizeCallMs": 0.05882600000768434, - "frameCompletions": 95, - "frameCompletedAt": 102495.752516, - "acceptedEvents": 186, - "active": true, - "invalidCells": 0 - }, - { - "index": 95, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.594789000009769, - "resizeCallMs": 0.05694200001016725, - "frameCompletions": 96, - "frameCompletedAt": 102511.40056, - "acceptedEvents": 188, - "active": true, - "invalidCells": 0 - }, - { - "index": 96, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.782779000001028, - "resizeCallMs": 0.08528800000203773, - "frameCompletions": 97, - "frameCompletedAt": 102527.02114, - "acceptedEvents": 190, - "active": true, - "invalidCells": 0 - }, - { - "index": 97, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.101086999988183, - "resizeCallMs": 0.24337899999227375, - "frameCompletions": 98, - "frameCompletedAt": 102543.305588, - "acceptedEvents": 192, - "active": true, - "invalidCells": 0 - }, - { - "index": 98, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.083311000009417, - "resizeCallMs": 0.04777499999909196, - "frameCompletions": 99, - "frameCompletedAt": 102556.449928, - "acceptedEvents": 194, - "active": true, - "invalidCells": 0 - }, - { - "index": 99, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.982422000000952, - "resizeCallMs": 0.046080000000074506, - "frameCompletions": 100, - "frameCompletedAt": 102573.312065, - "acceptedEvents": 196, - "active": true, - "invalidCells": 0 - }, - { - "index": 100, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.187324999991688, - "resizeCallMs": 0.09156999998958781, - "frameCompletions": 101, - "frameCompletedAt": 102587.195171, - "acceptedEvents": 198, - "active": true, - "invalidCells": 0 - }, - { - "index": 101, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.090674999999464, - "resizeCallMs": 0.21087599999736995, - "frameCompletions": 102, - "frameCompletedAt": 102602.124629, - "acceptedEvents": 199, - "active": true, - "invalidCells": 0 - }, - { - "index": 102, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.003886000005878, - "resizeCallMs": 0.06702300001052208, - "frameCompletions": 103, - "frameCompletedAt": 102619.143815, - "acceptedEvents": 201, - "active": true, - "invalidCells": 0 - }, - { - "index": 103, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.593066000001272, - "resizeCallMs": 0.09088899999915157, - "frameCompletions": 104, - "frameCompletedAt": 102633.597936, - "acceptedEvents": 203, - "active": true, - "invalidCells": 0 - }, - { - "index": 104, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.141556999995373, - "resizeCallMs": 0.1447749999933876, - "frameCompletions": 105, - "frameCompletedAt": 102650.470553, - "acceptedEvents": 205, - "active": true, - "invalidCells": 0 - }, - { - "index": 105, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.820955000002868, - "resizeCallMs": 0.3347100000100909, - "frameCompletions": 106, - "frameCompletedAt": 102665.567541, - "acceptedEvents": 207, - "active": true, - "invalidCells": 0 - }, - { - "index": 106, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.621742000002996, - "resizeCallMs": 0.1088949999975739, - "frameCompletions": 107, - "frameCompletedAt": 102681.235905, - "acceptedEvents": 209, - "active": true, - "invalidCells": 0 - }, - { - "index": 107, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.195292000003974, - "resizeCallMs": 0.09459599999536294, - "frameCompletions": 108, - "frameCompletedAt": 102697.223138, - "acceptedEvents": 211, - "active": true, - "invalidCells": 0 - }, - { - "index": 108, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.113251000002492, - "resizeCallMs": 0.15544699999736622, - "frameCompletions": 109, - "frameCompletedAt": 102714.228406, - "acceptedEvents": 213, - "active": true, - "invalidCells": 0 - }, - { - "index": 109, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.22457000000577, - "resizeCallMs": 0.3608810000005178, - "frameCompletions": 110, - "frameCompletedAt": 102729.876901, - "acceptedEvents": 215, - "active": true, - "invalidCells": 0 - }, - { - "index": 110, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.68710199999623, - "resizeCallMs": 0.05120099999476224, - "frameCompletions": 111, - "frameCompletedAt": 102745.566587, - "acceptedEvents": 217, - "active": true, - "invalidCells": 0 - }, - { - "index": 111, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.41419299998961, - "resizeCallMs": 0.059126999985892326, - "frameCompletions": 112, - "frameCompletedAt": 102760.958286, - "acceptedEvents": 219, - "active": true, - "invalidCells": 0 - }, - { - "index": 112, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.740317000003415, - "resizeCallMs": 0.07291400000394788, - "frameCompletions": 113, - "frameCompletedAt": 102777.592182, - "acceptedEvents": 221, - "active": true, - "invalidCells": 0 - }, - { - "index": 113, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.093653000003542, - "resizeCallMs": 0.2653730000020005, - "frameCompletions": 114, - "frameCompletedAt": 102794.01825, - "acceptedEvents": 224, - "active": true, - "invalidCells": 0 - }, - { - "index": 114, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.230601000002935, - "resizeCallMs": 0.06035899999551475, - "frameCompletions": 115, - "frameCompletedAt": 102809.893882, - "acceptedEvents": 225, - "active": true, - "invalidCells": 0 - }, - { - "index": 115, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.143608999991557, - "resizeCallMs": 0.10550799999327864, - "frameCompletions": 116, - "frameCompletedAt": 102826.181997, - "acceptedEvents": 227, - "active": true, - "invalidCells": 0 - }, - { - "index": 116, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.46047499999986, - "resizeCallMs": 0.10883499999181367, - "frameCompletions": 117, - "frameCompletedAt": 102841.502055, - "acceptedEvents": 229, - "active": true, - "invalidCells": 0 - }, - { - "index": 117, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.857116000013775, - "resizeCallMs": 0.2661140000127489, - "frameCompletions": 118, - "frameCompletedAt": 102858.078188, - "acceptedEvents": 232, - "active": true, - "invalidCells": 0 - }, - { - "index": 118, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.49262699999963, - "resizeCallMs": 0.0700479999941308, - "frameCompletions": 119, - "frameCompletedAt": 102874.042265, - "acceptedEvents": 233, - "active": true, - "invalidCells": 0 - }, - { - "index": 119, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.76165800000308, - "resizeCallMs": 0.07228200000827201, - "frameCompletions": 120, - "frameCompletedAt": 102889.444133, - "acceptedEvents": 235, - "active": true, - "invalidCells": 0 - }, - { - "index": 120, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.368502999990596, - "resizeCallMs": 0.1699850000004517, - "frameCompletions": 121, - "frameCompletedAt": 102906.073882, - "acceptedEvents": 237, - "active": true, - "invalidCells": 0 - }, - { - "index": 121, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.28735400000005, - "resizeCallMs": 0.25322899999446236, - "frameCompletions": 122, - "frameCompletedAt": 102921.515188, - "acceptedEvents": 239, - "active": true, - "invalidCells": 0 - }, - { - "index": 122, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.371249000003445, - "resizeCallMs": 0.044938000006368384, - "frameCompletions": 123, - "frameCompletedAt": 102936.463333, - "acceptedEvents": 241, - "active": true, - "invalidCells": 0 - }, - { - "index": 123, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.572284000008949, - "resizeCallMs": 0.10970600000291597, - "frameCompletions": 124, - "frameCompletedAt": 102952.378163, - "acceptedEvents": 243, - "active": true, - "invalidCells": 0 - }, - { - "index": 124, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.752108999993652, - "resizeCallMs": 0.08728199999313802, - "frameCompletions": 125, - "frameCompletedAt": 102967.988312, - "acceptedEvents": 245, - "active": true, - "invalidCells": 0 - }, - { - "index": 125, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.670568000001367, - "resizeCallMs": 0.235794000007445, - "frameCompletions": 126, - "frameCompletedAt": 102983.608161, - "acceptedEvents": 247, - "active": true, - "invalidCells": 0 - }, - { - "index": 126, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.621513000005507, - "resizeCallMs": 0.07600000000093132, - "frameCompletions": 127, - "frameCompletedAt": 102999.453393, - "acceptedEvents": 249, - "active": true, - "invalidCells": 0 - }, - { - "index": 127, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.814001000006101, - "resizeCallMs": 0.058465000009164214, - "frameCompletions": 128, - "frameCompletedAt": 103015.211043, - "acceptedEvents": 251, - "active": true, - "invalidCells": 0 - }, - { - "index": 128, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.481497000000672, - "resizeCallMs": 0.08314400000381283, - "frameCompletions": 129, - "frameCompletedAt": 103033.308063, - "acceptedEvents": 253, - "active": true, - "invalidCells": 0 - }, - { - "index": 129, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.230530000000726, - "resizeCallMs": 0.24528299999656156, - "frameCompletions": 130, - "frameCompletedAt": 103049.096594, - "acceptedEvents": 255, - "active": true, - "invalidCells": 0 - }, - { - "index": 130, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.58025099999213, - "resizeCallMs": 0.07236299999931362, - "frameCompletions": 131, - "frameCompletedAt": 103064.015531, - "acceptedEvents": 257, - "active": true, - "invalidCells": 0 - }, - { - "index": 131, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.432788999998593, - "resizeCallMs": 0.06565899999986868, - "frameCompletions": 132, - "frameCompletedAt": 103079.924119, - "acceptedEvents": 259, - "active": true, - "invalidCells": 0 - }, - { - "index": 132, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.23281699999643, - "resizeCallMs": 0.13370299999951385, - "frameCompletions": 133, - "frameCompletedAt": 103096.442247, - "acceptedEvents": 261, - "active": true, - "invalidCells": 0 - }, - { - "index": 133, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.971762000001036, - "resizeCallMs": 0.3043289999914123, - "frameCompletions": 134, - "frameCompletedAt": 103112.575577, - "acceptedEvents": 263, - "active": true, - "invalidCells": 0 - }, - { - "index": 134, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.222726000007242, - "resizeCallMs": 0.053045000007841736, - "frameCompletions": 135, - "frameCompletedAt": 103128.899323, - "acceptedEvents": 265, - "active": true, - "invalidCells": 0 - }, - { - "index": 135, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.62483699999575, - "resizeCallMs": 0.056931999992229976, - "frameCompletions": 136, - "frameCompletedAt": 103144.872297, - "acceptedEvents": 267, - "active": true, - "invalidCells": 0 - }, - { - "index": 136, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.02539799999795, - "resizeCallMs": 0.10681099999055732, - "frameCompletions": 137, - "frameCompletedAt": 103161.22015, - "acceptedEvents": 269, - "active": true, - "invalidCells": 0 - }, - { - "index": 137, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.953104000000167, - "resizeCallMs": 0.2473069999978179, - "frameCompletions": 138, - "frameCompletedAt": 103176.940336, - "acceptedEvents": 271, - "active": true, - "invalidCells": 0 - }, - { - "index": 138, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.391210000001593, - "resizeCallMs": 0.07300400000531226, - "frameCompletions": 139, - "frameCompletedAt": 103195.174105, - "acceptedEvents": 274, - "active": true, - "invalidCells": 0 - }, - { - "index": 139, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.853277999995044, - "resizeCallMs": 0.08475700000417419, - "frameCompletions": 140, - "frameCompletedAt": 103210.039207, - "acceptedEvents": 275, - "active": true, - "invalidCells": 0 - }, - { - "index": 140, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.619647999992594, - "resizeCallMs": 0.10564899999008048, - "frameCompletions": 141, - "frameCompletedAt": 103226.187446, - "acceptedEvents": 277, - "active": true, - "invalidCells": 0 - }, - { - "index": 141, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.19562300000689, - "resizeCallMs": 0.22087600000668317, - "frameCompletions": 142, - "frameCompletedAt": 103240.252882, - "acceptedEvents": 279, - "active": true, - "invalidCells": 0 - }, - { - "index": 142, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.76433299999917, - "resizeCallMs": 0.050609999991138466, - "frameCompletions": 143, - "frameCompletedAt": 103256.840227, - "acceptedEvents": 281, - "active": true, - "invalidCells": 0 - }, - { - "index": 143, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.098131000006106, - "resizeCallMs": 0.06237299999338575, - "frameCompletions": 144, - "frameCompletedAt": 103272.383274, - "acceptedEvents": 283, - "active": true, - "invalidCells": 0 - }, - { - "index": 144, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.1567170000053, - "resizeCallMs": 0.09828400000697002, - "frameCompletions": 145, - "frameCompletedAt": 103288.335948, - "acceptedEvents": 285, - "active": true, - "invalidCells": 0 - }, - { - "index": 145, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.798689999995986, - "resizeCallMs": 0.2239209999970626, - "frameCompletions": 146, - "frameCompletedAt": 103305.106895, - "acceptedEvents": 287, - "active": true, - "invalidCells": 0 - }, - { - "index": 146, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.87024200000451, - "resizeCallMs": 0.049227000010432675, - "frameCompletions": 147, - "frameCompletedAt": 103320.799587, - "acceptedEvents": 289, - "active": true, - "invalidCells": 0 - }, - { - "index": 147, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.688555000000633, - "resizeCallMs": 0.07865499999024905, - "frameCompletions": 148, - "frameCompletedAt": 103336.788061, - "acceptedEvents": 291, - "active": true, - "invalidCells": 0 - }, - { - "index": 148, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.167786999998498, - "resizeCallMs": 0.0866810000006808, - "frameCompletions": 149, - "frameCompletedAt": 103351.454501, - "acceptedEvents": 293, - "active": true, - "invalidCells": 0 - }, - { - "index": 149, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.62657200000831, - "resizeCallMs": 0.35495999999693595, - "frameCompletions": 150, - "frameCompletedAt": 103367.393759, - "acceptedEvents": 295, - "active": true, - "invalidCells": 0 - }, - { - "index": 150, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.80935199999658, - "resizeCallMs": 0.07593999999517109, - "frameCompletions": 151, - "frameCompletedAt": 103383.207459, - "acceptedEvents": 297, - "active": true, - "invalidCells": 0 - }, - { - "index": 151, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.349997999990592, - "resizeCallMs": 0.08332499999960419, - "frameCompletions": 152, - "frameCompletedAt": 103399.525744, - "acceptedEvents": 299, - "active": true, - "invalidCells": 0 - }, - { - "index": 152, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.610279000000446, - "resizeCallMs": 0.13378399999055546, - "frameCompletions": 153, - "frameCompletedAt": 103414.101836, - "acceptedEvents": 301, - "active": true, - "invalidCells": 0 - }, - { - "index": 153, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.6997560000018, - "resizeCallMs": 0.2416359999915585, - "frameCompletions": 154, - "frameCompletedAt": 103429.843855, - "acceptedEvents": 303, - "active": true, - "invalidCells": 0 - }, - { - "index": 154, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.340297999995528, - "resizeCallMs": 0.08221199999388773, - "frameCompletions": 155, - "frameCompletedAt": 103443.781368, - "acceptedEvents": 305, - "active": true, - "invalidCells": 0 - }, - { - "index": 155, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.997571999992942, - "resizeCallMs": 0.07524799999373499, - "frameCompletions": 156, - "frameCompletedAt": 103459.268786, - "acceptedEvents": 307, - "active": true, - "invalidCells": 0 - }, - { - "index": 156, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.295739000008325, - "resizeCallMs": 0.09723100000701379, - "frameCompletions": 157, - "frameCompletedAt": 103474.242992, - "acceptedEvents": 308, - "active": true, - "invalidCells": 0 - }, - { - "index": 157, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.382101000010152, - "resizeCallMs": 0.2698320000054082, - "frameCompletions": 158, - "frameCompletedAt": 103489.965943, - "acceptedEvents": 310, - "active": true, - "invalidCells": 0 - }, - { - "index": 158, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.783230000000913, - "resizeCallMs": 0.04630200000246987, - "frameCompletions": 159, - "frameCompletedAt": 103505.73698, - "acceptedEvents": 312, - "active": true, - "invalidCells": 0 - }, - { - "index": 159, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.374807000000146, - "resizeCallMs": 0.07278400000359397, - "frameCompletions": 160, - "frameCompletedAt": 103521.952762, - "acceptedEvents": 314, - "active": true, - "invalidCells": 0 - }, - { - "index": 160, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.935048999992432, - "resizeCallMs": 0.09946599999966566, - "frameCompletions": 161, - "frameCompletedAt": 103537.956808, - "acceptedEvents": 316, - "active": true, - "invalidCells": 0 - }, - { - "index": 161, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.489681999999448, - "resizeCallMs": 0.220153999995091, - "frameCompletions": 162, - "frameCompletedAt": 103553.204844, - "acceptedEvents": 318, - "active": true, - "invalidCells": 0 - }, - { - "index": 162, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.82530399999814, - "resizeCallMs": 0.07529900000372436, - "frameCompletions": 163, - "frameCompletedAt": 103569.27544, - "acceptedEvents": 320, - "active": true, - "invalidCells": 0 - }, - { - "index": 163, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.117427999997744, - "resizeCallMs": 0.07473700000264216, - "frameCompletions": 164, - "frameCompletedAt": 103585.297872, - "acceptedEvents": 322, - "active": true, - "invalidCells": 0 - }, - { - "index": 164, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.567006000012043, - "resizeCallMs": 0.11001699999906123, - "frameCompletions": 165, - "frameCompletedAt": 103602.745943, - "acceptedEvents": 325, - "active": true, - "invalidCells": 0 - }, - { - "index": 165, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.223215999998502, - "resizeCallMs": 0.22976200000266545, - "frameCompletions": 166, - "frameCompletedAt": 103618.126219, - "acceptedEvents": 327, - "active": true, - "invalidCells": 0 - }, - { - "index": 166, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.644426999991992, - "resizeCallMs": 0.07555899998988025, - "frameCompletions": 167, - "frameCompletedAt": 103634.47805, - "acceptedEvents": 329, - "active": true, - "invalidCells": 0 - }, - { - "index": 167, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.652652999997372, - "resizeCallMs": 0.06939699999929871, - "frameCompletions": 168, - "frameCompletedAt": 103650.830121, - "acceptedEvents": 331, - "active": true, - "invalidCells": 0 - }, - { - "index": 168, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.025858000008157, - "resizeCallMs": 0.10263200000918005, - "frameCompletions": 169, - "frameCompletedAt": 103667.111293, - "acceptedEvents": 332, - "active": true, - "invalidCells": 0 - }, - { - "index": 169, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.622323999996297, - "resizeCallMs": 0.3762209999986226, - "frameCompletions": 170, - "frameCompletedAt": 103683.28375, - "acceptedEvents": 335, - "active": true, - "invalidCells": 0 - }, - { - "index": 170, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.342803000006825, - "resizeCallMs": 0.05396600000676699, - "frameCompletions": 171, - "frameCompletedAt": 103698.817709, - "acceptedEvents": 337, - "active": true, - "invalidCells": 0 - }, - { - "index": 171, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.502678999997443, - "resizeCallMs": 0.06354499999724794, - "frameCompletions": 172, - "frameCompletedAt": 103714.721698, - "acceptedEvents": 339, - "active": true, - "invalidCells": 0 - }, - { - "index": 172, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.880369999998948, - "resizeCallMs": 0.12770200001250487, - "frameCompletions": 173, - "frameCompletedAt": 103730.569555, - "acceptedEvents": 340, - "active": true, - "invalidCells": 0 - }, - { - "index": 173, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.09466400000383, - "resizeCallMs": 0.2977160000009462, - "frameCompletions": 174, - "frameCompletedAt": 103745.85778, - "acceptedEvents": 342, - "active": true, - "invalidCells": 0 - }, - { - "index": 174, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.595891999997548, - "resizeCallMs": 0.05633099999977276, - "frameCompletions": 175, - "frameCompletedAt": 103763.331251, - "acceptedEvents": 345, - "active": true, - "invalidCells": 0 - }, - { - "index": 175, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.904959999999846, - "resizeCallMs": 0.07136099999479484, - "frameCompletions": 176, - "frameCompletedAt": 103777.610979, - "acceptedEvents": 346, - "active": true, - "invalidCells": 0 - }, - { - "index": 176, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.876604999997653, - "resizeCallMs": 0.08688200000324287, - "frameCompletions": 177, - "frameCompletedAt": 103792.435039, - "acceptedEvents": 348, - "active": true, - "invalidCells": 0 - }, - { - "index": 177, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.64085999999952, - "resizeCallMs": 0.22767900000326335, - "frameCompletions": 178, - "frameCompletedAt": 103808.982054, - "acceptedEvents": 350, - "active": true, - "invalidCells": 0 - }, - { - "index": 178, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.302221999998437, - "resizeCallMs": 0.08831399999326095, - "frameCompletions": 179, - "frameCompletedAt": 103824.363904, - "acceptedEvents": 352, - "active": true, - "invalidCells": 0 - }, - { - "index": 179, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.013836000012816, - "resizeCallMs": 0.07772300000942778, - "frameCompletions": 180, - "frameCompletedAt": 103841.466614, - "acceptedEvents": 354, - "active": true, - "invalidCells": 0 - }, - { - "index": 180, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.205944000001182, - "resizeCallMs": 0.1322409999993397, - "frameCompletions": 181, - "frameCompletedAt": 103857.306697, - "acceptedEvents": 356, - "active": true, - "invalidCells": 0 - }, - { - "index": 181, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.15185599999677, - "resizeCallMs": 0.41907599999103695, - "frameCompletions": 182, - "frameCompletedAt": 103872.675811, - "acceptedEvents": 358, - "active": true, - "invalidCells": 0 - }, - { - "index": 182, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.11038600000029, - "resizeCallMs": 0.10853399999905378, - "frameCompletions": 183, - "frameCompletedAt": 103889.568367, - "acceptedEvents": 361, - "active": true, - "invalidCells": 0 - }, - { - "index": 183, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.270277999996324, - "resizeCallMs": 0.09306299999298062, - "frameCompletions": 184, - "frameCompletedAt": 103905.145782, - "acceptedEvents": 362, - "active": true, - "invalidCells": 0 - }, - { - "index": 184, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.270561999990605, - "resizeCallMs": 0.13497600000118837, - "frameCompletions": 185, - "frameCompletedAt": 103921.089709, - "acceptedEvents": 364, - "active": true, - "invalidCells": 0 - }, - { - "index": 185, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.021881000007852, - "resizeCallMs": 0.3306520000041928, - "frameCompletions": 186, - "frameCompletedAt": 103937.353647, - "acceptedEvents": 366, - "active": true, - "invalidCells": 0 - }, - { - "index": 186, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.485795000000508, - "resizeCallMs": 0.09010800000396557, - "frameCompletions": 187, - "frameCompletedAt": 103952.624868, - "acceptedEvents": 368, - "active": true, - "invalidCells": 0 - }, - { - "index": 187, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.553767000004882, - "resizeCallMs": 0.15723900000739377, - "frameCompletions": 188, - "frameCompletedAt": 103967.457415, - "acceptedEvents": 370, - "active": true, - "invalidCells": 0 - }, - { - "index": 188, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.748921999998856, - "resizeCallMs": 0.12989599999855272, - "frameCompletions": 189, - "frameCompletedAt": 103983.266547, - "acceptedEvents": 372, - "active": true, - "invalidCells": 0 - }, - { - "index": 189, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.246463000003132, - "resizeCallMs": 0.2834490000095684, - "frameCompletions": 190, - "frameCompletedAt": 103997.678926, - "acceptedEvents": 374, - "active": true, - "invalidCells": 0 - }, - { - "index": 190, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.073661999995238, - "resizeCallMs": 0.058995999992475845, - "frameCompletions": 191, - "frameCompletedAt": 104014.683503, - "acceptedEvents": 376, - "active": true, - "invalidCells": 0 - }, - { - "index": 191, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.646441000004415, - "resizeCallMs": 0.10297300000092946, - "frameCompletions": 192, - "frameCompletedAt": 104030.346947, - "acceptedEvents": 378, - "active": true, - "invalidCells": 0 - }, - { - "index": 192, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.282905000000028, - "resizeCallMs": 0.11132899999211077, - "frameCompletions": 193, - "frameCompletedAt": 104045.535656, - "acceptedEvents": 380, - "active": true, - "invalidCells": 0 - }, - { - "index": 193, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.93263599999773, - "resizeCallMs": 0.33250599999155384, - "frameCompletions": 194, - "frameCompletedAt": 104062.642124, - "acceptedEvents": 382, - "active": true, - "invalidCells": 0 - }, - { - "index": 194, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.857657000000472, - "resizeCallMs": 0.058564999999362044, - "frameCompletions": 195, - "frameCompletedAt": 104078.426757, - "acceptedEvents": 384, - "active": true, - "invalidCells": 0 - }, - { - "index": 195, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.529129000002285, - "resizeCallMs": 0.09344399999827147, - "frameCompletions": 196, - "frameCompletedAt": 104094.986237, - "acceptedEvents": 386, - "active": true, - "invalidCells": 0 - }, - { - "index": 196, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.535353000013856, - "resizeCallMs": 0.10576800000853837, - "frameCompletions": 197, - "frameCompletedAt": 104110.410399, - "acceptedEvents": 388, - "active": true, - "invalidCells": 0 - }, - { - "index": 197, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.634207000010065, - "resizeCallMs": 0.3888660000084201, - "frameCompletions": 198, - "frameCompletedAt": 104127.200614, - "acceptedEvents": 390, - "active": true, - "invalidCells": 0 - }, - { - "index": 198, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.133652000004076, - "resizeCallMs": 0.0689459999994142, - "frameCompletions": 199, - "frameCompletedAt": 104144.291611, - "acceptedEvents": 392, - "active": true, - "invalidCells": 0 - }, - { - "index": 199, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.21790800000599, - "resizeCallMs": 0.07892600000195671, - "frameCompletions": 200, - "frameCompletedAt": 104160.443829, - "acceptedEvents": 394, - "active": true, - "invalidCells": 0 - }, - { - "index": 200, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.86545299999125, - "resizeCallMs": 0.12363400000322144, - "frameCompletions": 201, - "frameCompletedAt": 104178.088357, - "acceptedEvents": 396, - "active": true, - "invalidCells": 0 - }, - { - "index": 201, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.336571000007098, - "resizeCallMs": 0.33595200000854675, - "frameCompletions": 202, - "frameCompletedAt": 104193.583159, - "acceptedEvents": 398, - "active": true, - "invalidCells": 0 - }, - { - "index": 202, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.249249000000418, - "resizeCallMs": 0.09266300000308547, - "frameCompletions": 203, - "frameCompletedAt": 104210.230091, - "acceptedEvents": 400, - "active": true, - "invalidCells": 0 - }, - { - "index": 203, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.03413400000136, - "resizeCallMs": 0.09974599999259226, - "frameCompletions": 204, - "frameCompletedAt": 104225.18527, - "acceptedEvents": 402, - "active": true, - "invalidCells": 0 - }, - { - "index": 204, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.403221000000485, - "resizeCallMs": 0.09639000000606757, - "frameCompletions": 205, - "frameCompletedAt": 104240.959312, - "acceptedEvents": 404, - "active": true, - "invalidCells": 0 - }, - { - "index": 205, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.178339000005508, - "resizeCallMs": 0.3033980000036536, - "frameCompletions": 206, - "frameCompletedAt": 104257.031452, - "acceptedEvents": 406, - "active": true, - "invalidCells": 0 - }, - { - "index": 206, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.07819099999324, - "resizeCallMs": 0.04589999999734573, - "frameCompletions": 207, - "frameCompletedAt": 104272.632403, - "acceptedEvents": 408, - "active": true, - "invalidCells": 0 - }, - { - "index": 207, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.36792200000491, - "resizeCallMs": 0.11349299999710638, - "frameCompletions": 208, - "frameCompletedAt": 104288.17529, - "acceptedEvents": 410, - "active": true, - "invalidCells": 0 - }, - { - "index": 208, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.614769000007072, - "resizeCallMs": 0.1026620000047842, - "frameCompletions": 209, - "frameCompletedAt": 104303.719078, - "acceptedEvents": 412, - "active": true, - "invalidCells": 0 - }, - { - "index": 209, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.985979999997653, - "resizeCallMs": 0.3693079999939073, - "frameCompletions": 210, - "frameCompletedAt": 104321.009438, - "acceptedEvents": 414, - "active": true, - "invalidCells": 0 - }, - { - "index": 210, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.92796499999531, - "resizeCallMs": 0.04882599999837112, - "frameCompletions": 211, - "frameCompletedAt": 104335.524349, - "acceptedEvents": 416, - "active": true, - "invalidCells": 0 - }, - { - "index": 211, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.263667000006535, - "resizeCallMs": 0.08476700000755955, - "frameCompletions": 212, - "frameCompletedAt": 104352.710694, - "acceptedEvents": 418, - "active": true, - "invalidCells": 0 - }, - { - "index": 212, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.719734999991488, - "resizeCallMs": 0.12646999998833053, - "frameCompletions": 213, - "frameCompletedAt": 104367.565084, - "acceptedEvents": 420, - "active": true, - "invalidCells": 0 - }, - { - "index": 213, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.508669000002556, - "resizeCallMs": 0.3015339999983553, - "frameCompletions": 214, - "frameCompletedAt": 104383.106649, - "acceptedEvents": 422, - "active": true, - "invalidCells": 0 - }, - { - "index": 214, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.548779000004288, - "resizeCallMs": 0.05168200000480283, - "frameCompletions": 215, - "frameCompletedAt": 104397.692109, - "acceptedEvents": 424, - "active": true, - "invalidCells": 0 - }, - { - "index": 215, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.48037399999157, - "resizeCallMs": 0.0915299999905983, - "frameCompletions": 216, - "frameCompletedAt": 104415.197362, - "acceptedEvents": 426, - "active": true, - "invalidCells": 0 - }, - { - "index": 216, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.411687999992864, - "resizeCallMs": 0.12985499999194872, - "frameCompletions": 217, - "frameCompletedAt": 104429.486178, - "acceptedEvents": 428, - "active": true, - "invalidCells": 0 - }, - { - "index": 217, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.372701000000234, - "resizeCallMs": 0.2696310000028461, - "frameCompletions": 218, - "frameCompletedAt": 104443.926061, - "acceptedEvents": 430, - "active": true, - "invalidCells": 0 - }, - { - "index": 218, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.279298000008566, - "resizeCallMs": 0.058185000001685694, - "frameCompletions": 219, - "frameCompletedAt": 104460.283433, - "acceptedEvents": 432, - "active": true, - "invalidCells": 0 - }, - { - "index": 219, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.399613999994472, - "resizeCallMs": 0.06362599998828955, - "frameCompletions": 220, - "frameCompletedAt": 104474.600334, - "acceptedEvents": 433, - "active": true, - "invalidCells": 0 - }, - { - "index": 220, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.505352000007406, - "resizeCallMs": 0.0926119999930961, - "frameCompletions": 221, - "frameCompletedAt": 104489.98559, - "acceptedEvents": 435, - "active": true, - "invalidCells": 0 - }, - { - "index": 221, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.658345000003465, - "resizeCallMs": 0.2298330000048736, - "frameCompletions": 222, - "frameCompletedAt": 104504.595428, - "acceptedEvents": 437, - "active": true, - "invalidCells": 0 - }, - { - "index": 222, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.672262000007322, - "resizeCallMs": 0.13439400000788737, - "frameCompletions": 223, - "frameCompletedAt": 104522.261148, - "acceptedEvents": 439, - "active": true, - "invalidCells": 0 - }, - { - "index": 223, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.509600999997929, - "resizeCallMs": 0.0935849999950733, - "frameCompletions": 224, - "frameCompletedAt": 104535.688706, - "acceptedEvents": 441, - "active": true, - "invalidCells": 0 - }, - { - "index": 224, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.283255999995163, - "resizeCallMs": 0.13690999998652842, - "frameCompletions": 225, - "frameCompletedAt": 104552.645419, - "acceptedEvents": 443, - "active": true, - "invalidCells": 0 - }, - { - "index": 225, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.087590000010096, - "resizeCallMs": 0.294370000003255, - "frameCompletions": 226, - "frameCompletedAt": 104568.271089, - "acceptedEvents": 445, - "active": true, - "invalidCells": 0 - }, - { - "index": 226, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.739442999998573, - "resizeCallMs": 0.08049800001026597, - "frameCompletions": 227, - "frameCompletedAt": 104585.056875, - "acceptedEvents": 447, - "active": true, - "invalidCells": 0 - }, - { - "index": 227, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.797649999993155, - "resizeCallMs": 0.09364499998628162, - "frameCompletions": 228, - "frameCompletedAt": 104600.76639, - "acceptedEvents": 449, - "active": true, - "invalidCells": 0 - }, - { - "index": 228, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.520181999992928, - "resizeCallMs": 0.12663999998767395, - "frameCompletions": 229, - "frameCompletedAt": 104616.323514, - "acceptedEvents": 451, - "active": true, - "invalidCells": 0 - }, - { - "index": 229, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.606772999992245, - "resizeCallMs": 0.26234699999622535, - "frameCompletions": 230, - "frameCompletedAt": 104631.142134, - "acceptedEvents": 453, - "active": true, - "invalidCells": 0 - }, - { - "index": 230, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.534109000000171, - "resizeCallMs": 0.06134099999326281, - "frameCompletions": 231, - "frameCompletedAt": 104646.63902, - "acceptedEvents": 455, - "active": true, - "invalidCells": 0 - }, - { - "index": 231, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.151425999996718, - "resizeCallMs": 0.0685150000063004, - "frameCompletions": 232, - "frameCompletedAt": 104662.771248, - "acceptedEvents": 457, - "active": true, - "invalidCells": 0 - }, - { - "index": 232, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.22602299999562, - "resizeCallMs": 0.10480599998845719, - "frameCompletions": 233, - "frameCompletedAt": 104679.936812, - "acceptedEvents": 459, - "active": true, - "invalidCells": 0 - }, - { - "index": 233, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.632274000003235, - "resizeCallMs": 0.2448629999998957, - "frameCompletions": 234, - "frameCompletedAt": 104696.597752, - "acceptedEvents": 461, - "active": true, - "invalidCells": 0 - }, - { - "index": 234, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.82390000000305, - "resizeCallMs": 0.07374599999457132, - "frameCompletions": 235, - "frameCompletedAt": 104710.53245, - "acceptedEvents": 463, - "active": true, - "invalidCells": 0 - }, - { - "index": 235, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.862636999998358, - "resizeCallMs": 0.07587000000057742, - "frameCompletions": 236, - "frameCompletedAt": 104724.301351, - "acceptedEvents": 465, - "active": true, - "invalidCells": 0 - }, - { - "index": 236, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.801657000003615, - "resizeCallMs": 0.10174100000585895, - "frameCompletions": 237, - "frameCompletedAt": 104738.963913, - "acceptedEvents": 467, - "active": true, - "invalidCells": 0 - }, - { - "index": 237, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.325578000003588, - "resizeCallMs": 0.27562300000863615, - "frameCompletions": 238, - "frameCompletedAt": 104753.478704, - "acceptedEvents": 468, - "active": true, - "invalidCells": 0 - }, - { - "index": 238, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.30403599998681, - "resizeCallMs": 0.05373599998711143, - "frameCompletions": 239, - "frameCompletedAt": 104768.735116, - "acceptedEvents": 470, - "active": true, - "invalidCells": 0 - }, - { - "index": 239, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.55662499999744, - "resizeCallMs": 0.07186199999705423, - "frameCompletions": 240, - "frameCompletedAt": 104786.511574, - "acceptedEvents": 473, - "active": true, - "invalidCells": 0 - }, - { - "index": 240, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.17557300000044, - "resizeCallMs": 0.08744200000364799, - "frameCompletions": 241, - "frameCompletedAt": 104802.34354, - "acceptedEvents": 474, - "active": true, - "invalidCells": 0 - }, - { - "index": 241, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.001009999992675, - "resizeCallMs": 0.2397530000016559, - "frameCompletions": 242, - "frameCompletedAt": 104818.300122, - "acceptedEvents": 476, - "active": true, - "invalidCells": 0 - }, - { - "index": 242, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.336651000005077, - "resizeCallMs": 0.07354499999200925, - "frameCompletions": 243, - "frameCompletedAt": 104833.409264, - "acceptedEvents": 479, - "active": true, - "invalidCells": 0 - }, - { - "index": 243, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.101045999996131, - "resizeCallMs": 0.08086899999761954, - "frameCompletions": 244, - "frameCompletedAt": 104848.644805, - "acceptedEvents": 480, - "active": true, - "invalidCells": 0 - }, - { - "index": 244, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.322744000004604, - "resizeCallMs": 0.11525699999765493, - "frameCompletions": 245, - "frameCompletedAt": 104865.939013, - "acceptedEvents": 482, - "active": true, - "invalidCells": 0 - }, - { - "index": 245, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.600359999996726, - "resizeCallMs": 0.30971000000135973, - "frameCompletions": 246, - "frameCompletedAt": 104881.853672, - "acceptedEvents": 484, - "active": true, - "invalidCells": 0 - }, - { - "index": 246, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.082569999998668, - "resizeCallMs": 0.0927230000088457, - "frameCompletions": 247, - "frameCompletedAt": 104897.516726, - "acceptedEvents": 486, - "active": true, - "invalidCells": 0 - }, - { - "index": 247, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.122698999999557, - "resizeCallMs": 0.10991699999431148, - "frameCompletions": 248, - "frameCompletedAt": 104913.985006, - "acceptedEvents": 488, - "active": true, - "invalidCells": 0 - }, - { - "index": 248, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.29623100000026, - "resizeCallMs": 0.1302060000016354, - "frameCompletions": 249, - "frameCompletedAt": 104929.845499, - "acceptedEvents": 490, - "active": true, - "invalidCells": 0 - }, - { - "index": 249, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.666719999993802, - "resizeCallMs": 0.27265699999406934, - "frameCompletions": 250, - "frameCompletedAt": 104944.719006, - "acceptedEvents": 492, - "active": true, - "invalidCells": 0 - }, - { - "index": 250, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.64183100000082, - "resizeCallMs": 0.11731099999451544, - "frameCompletions": 251, - "frameCompletedAt": 104960.633375, - "acceptedEvents": 494, - "active": true, - "invalidCells": 0 - }, - { - "index": 251, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.350987999991048, - "resizeCallMs": 0.07271299998683389, - "frameCompletions": 252, - "frameCompletedAt": 104976.095974, - "acceptedEvents": 496, - "active": true, - "invalidCells": 0 - }, - { - "index": 252, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.89350900000136, - "resizeCallMs": 0.08744299999671057, - "frameCompletions": 253, - "frameCompletedAt": 104991.78103, - "acceptedEvents": 498, - "active": true, - "invalidCells": 0 - }, - { - "index": 253, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.256592999998247, - "resizeCallMs": 0.26206600001023617, - "frameCompletions": 254, - "frameCompletedAt": 105008.135977, - "acceptedEvents": 500, - "active": true, - "invalidCells": 0 - }, - { - "index": 254, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.273264999996172, - "resizeCallMs": 0.06581899999582674, - "frameCompletions": 255, - "frameCompletedAt": 105024.4939, - "acceptedEvents": 502, - "active": true, - "invalidCells": 0 - }, - { - "index": 255, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.381848999997601, - "resizeCallMs": 0.06984700000612065, - "frameCompletions": 256, - "frameCompletedAt": 105038.85075, - "acceptedEvents": 504, - "active": true, - "invalidCells": 0 - }, - { - "index": 256, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.969506999987061, - "resizeCallMs": 0.10882499998842832, - "frameCompletions": 257, - "frameCompletedAt": 105054.587659, - "acceptedEvents": 506, - "active": true, - "invalidCells": 0 - }, - { - "index": 257, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.07053700000688, - "resizeCallMs": 0.2853330000070855, - "frameCompletions": 258, - "frameCompletedAt": 105070.925001, - "acceptedEvents": 508, - "active": true, - "invalidCells": 0 - }, - { - "index": 258, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.62139099999331, - "resizeCallMs": 0.05786400000215508, - "frameCompletions": 259, - "frameCompletedAt": 105083.154158, - "acceptedEvents": 510, - "active": true, - "invalidCells": 0 - }, - { - "index": 259, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.02242199999455, - "resizeCallMs": 0.07140099999378435, - "frameCompletions": 260, - "frameCompletedAt": 105100.102955, - "acceptedEvents": 512, - "active": true, - "invalidCells": 0 - }, - { - "index": 260, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.207095999998273, - "resizeCallMs": 0.10420500001055188, - "frameCompletions": 261, - "frameCompletedAt": 105115.557738, - "acceptedEvents": 514, - "active": true, - "invalidCells": 0 - }, - { - "index": 261, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.898606999995536, - "resizeCallMs": 0.38737399999808986, - "frameCompletions": 262, - "frameCompletedAt": 105130.447468, - "acceptedEvents": 516, - "active": true, - "invalidCells": 0 - }, - { - "index": 262, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.15939200000139, - "resizeCallMs": 0.060759999993024394, - "frameCompletions": 263, - "frameCompletedAt": 105147.796223, - "acceptedEvents": 518, - "active": true, - "invalidCells": 0 - }, - { - "index": 263, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.610048999995342, - "resizeCallMs": 0.12303200000314973, - "frameCompletions": 264, - "frameCompletedAt": 105162.648669, - "acceptedEvents": 520, - "active": true, - "invalidCells": 0 - }, - { - "index": 264, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.431276000002981, - "resizeCallMs": 0.12644900000304915, - "frameCompletions": 265, - "frameCompletedAt": 105177.466066, - "acceptedEvents": 521, - "active": true, - "invalidCells": 0 - }, - { - "index": 265, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.14651700000104, - "resizeCallMs": 0.2822160000068834, - "frameCompletions": 266, - "frameCompletedAt": 105194.602303, - "acceptedEvents": 524, - "active": true, - "invalidCells": 0 - }, - { - "index": 266, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.797787999996217, - "resizeCallMs": 0.05896599999687169, - "frameCompletions": 267, - "frameCompletedAt": 105209.619023, - "acceptedEvents": 526, - "active": true, - "invalidCells": 0 - }, - { - "index": 267, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.843789000005927, - "resizeCallMs": 0.07159099999989849, - "frameCompletions": 268, - "frameCompletedAt": 105225.789686, - "acceptedEvents": 527, - "active": true, - "invalidCells": 0 - }, - { - "index": 268, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.325508000008995, - "resizeCallMs": 0.1977690000057919, - "frameCompletions": 269, - "frameCompletedAt": 105241.773682, - "acceptedEvents": 529, - "active": true, - "invalidCells": 0 - }, - { - "index": 269, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.469672999999602, - "resizeCallMs": 0.3298699999868404, - "frameCompletions": 270, - "frameCompletedAt": 105257.57065, - "acceptedEvents": 531, - "active": true, - "invalidCells": 0 - }, - { - "index": 270, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.111877000003005, - "resizeCallMs": 0.05553899999358691, - "frameCompletions": 271, - "frameCompletedAt": 105272.287519, - "acceptedEvents": 533, - "active": true, - "invalidCells": 0 - }, - { - "index": 271, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.400836999993771, - "resizeCallMs": 0.11757199998828582, - "frameCompletions": 272, - "frameCompletedAt": 105288.910494, - "acceptedEvents": 535, - "active": true, - "invalidCells": 0 - }, - { - "index": 272, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.131126000007498, - "resizeCallMs": 0.10313300001143944, - "frameCompletions": 273, - "frameCompletedAt": 105303.938927, - "acceptedEvents": 537, - "active": true, - "invalidCells": 0 - }, - { - "index": 273, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.689094000001205, - "resizeCallMs": 0.3855000000039581, - "frameCompletions": 274, - "frameCompletedAt": 105319.038159, - "acceptedEvents": 539, - "active": true, - "invalidCells": 0 - }, - { - "index": 274, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.331641999990097, - "resizeCallMs": 0.05049999999755528, - "frameCompletions": 275, - "frameCompletedAt": 105335.169035, - "acceptedEvents": 541, - "active": true, - "invalidCells": 0 - }, - { - "index": 275, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.941491999998107, - "resizeCallMs": 0.07195099999080412, - "frameCompletions": 276, - "frameCompletedAt": 105351.180374, - "acceptedEvents": 543, - "active": true, - "invalidCells": 0 - }, - { - "index": 276, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.167365999994217, - "resizeCallMs": 0.09037799999350682, - "frameCompletions": 277, - "frameCompletedAt": 105368.266302, - "acceptedEvents": 545, - "active": true, - "invalidCells": 0 - }, - { - "index": 277, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.019897999998648, - "resizeCallMs": 0.22348100000817794, - "frameCompletions": 278, - "frameCompletedAt": 105384.203415, - "acceptedEvents": 547, - "active": true, - "invalidCells": 0 - }, - { - "index": 278, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.392189999998664, - "resizeCallMs": 0.05871599999954924, - "frameCompletions": 279, - "frameCompletedAt": 105400.680573, - "acceptedEvents": 549, - "active": true, - "invalidCells": 0 - }, - { - "index": 279, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.40352300000086, - "resizeCallMs": 0.13148900000669528, - "frameCompletions": 280, - "frameCompletedAt": 105417.217488, - "acceptedEvents": 551, - "active": true, - "invalidCells": 0 - }, - { - "index": 280, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.01313300000038, - "resizeCallMs": 0.10880399998859502, - "frameCompletions": 281, - "frameCompletedAt": 105433.044294, - "acceptedEvents": 553, - "active": true, - "invalidCells": 0 - }, - { - "index": 281, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.684966999993776, - "resizeCallMs": 0.2607829999906244, - "frameCompletions": 282, - "frameCompletedAt": 105449.840751, - "acceptedEvents": 555, - "active": true, - "invalidCells": 0 - }, - { - "index": 282, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.598637000002782, - "resizeCallMs": 0.06448699999600649, - "frameCompletions": 283, - "frameCompletedAt": 105465.366865, - "acceptedEvents": 557, - "active": true, - "invalidCells": 0 - }, - { - "index": 283, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.47779000000446, - "resizeCallMs": 0.06527800000912976, - "frameCompletions": 284, - "frameCompletedAt": 105482.994058, - "acceptedEvents": 560, - "active": true, - "invalidCells": 0 - }, - { - "index": 284, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.646508999998332, - "resizeCallMs": 0.08892499998910353, - "frameCompletions": 285, - "frameCompletedAt": 105497.479642, - "acceptedEvents": 561, - "active": true, - "invalidCells": 0 - }, - { - "index": 285, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.728973999997834, - "resizeCallMs": 0.2813439999881666, - "frameCompletions": 286, - "frameCompletedAt": 105513.758308, - "acceptedEvents": 564, - "active": true, - "invalidCells": 0 - }, - { - "index": 286, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.76435300000594, - "resizeCallMs": 0.05423700000392273, - "frameCompletions": 287, - "frameCompletedAt": 105530.190778, - "acceptedEvents": 566, - "active": true, - "invalidCells": 0 - }, - { - "index": 287, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.82536399998935, - "resizeCallMs": 0.06063999999605585, - "frameCompletions": 288, - "frameCompletedAt": 105546.78679, - "acceptedEvents": 568, - "active": true, - "invalidCells": 0 - }, - { - "index": 288, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.649566000007326, - "resizeCallMs": 0.08147100001224317, - "frameCompletions": 289, - "frameCompletedAt": 105562.281281, - "acceptedEvents": 569, - "active": true, - "invalidCells": 0 - }, - { - "index": 289, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.017422000004444, - "resizeCallMs": 0.4197470000071917, - "frameCompletions": 290, - "frameCompletedAt": 105578.343561, - "acceptedEvents": 572, - "active": true, - "invalidCells": 0 - }, - { - "index": 290, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.761356000002706, - "resizeCallMs": 0.0721720000001369, - "frameCompletions": 291, - "frameCompletedAt": 105594.252569, - "acceptedEvents": 573, - "active": true, - "invalidCells": 0 - }, - { - "index": 291, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.150573999999324, - "resizeCallMs": 0.11659000000508968, - "frameCompletions": 292, - "frameCompletedAt": 105609.367142, - "acceptedEvents": 575, - "active": true, - "invalidCells": 0 - }, - { - "index": 292, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.911392000009073, - "resizeCallMs": 0.14375300001120195, - "frameCompletions": 293, - "frameCompletedAt": 105625.274637, - "acceptedEvents": 577, - "active": true, - "invalidCells": 0 - }, - { - "index": 293, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.263326000000234, - "resizeCallMs": 0.30788599999505095, - "frameCompletions": 294, - "frameCompletedAt": 105641.667589, - "acceptedEvents": 579, - "active": true, - "invalidCells": 0 - }, - { - "index": 294, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.129401999991387, - "resizeCallMs": 0.08003699999244418, - "frameCompletions": 295, - "frameCompletedAt": 105657.633319, - "acceptedEvents": 581, - "active": true, - "invalidCells": 0 - }, - { - "index": 295, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.5111629999883, - "resizeCallMs": 0.10606900000129826, - "frameCompletions": 296, - "frameCompletedAt": 105673.121498, - "acceptedEvents": 583, - "active": true, - "invalidCells": 0 - }, - { - "index": 296, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.356079999997746, - "resizeCallMs": 0.1505570000008447, - "frameCompletions": 297, - "frameCompletedAt": 105689.892675, - "acceptedEvents": 586, - "active": true, - "invalidCells": 0 - }, - { - "index": 297, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.049855999997817, - "resizeCallMs": 0.2514850000006845, - "frameCompletions": 298, - "frameCompletedAt": 105706.755723, - "acceptedEvents": 588, - "active": true, - "invalidCells": 0 - }, - { - "index": 298, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.37148800000432, - "resizeCallMs": 0.07173100000363775, - "frameCompletions": 299, - "frameCompletedAt": 105722.818764, - "acceptedEvents": 590, - "active": true, - "invalidCells": 0 - }, - { - "index": 299, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.131747000006726, - "resizeCallMs": 0.0869410000013886, - "frameCompletions": 300, - "frameCompletedAt": 105737.934048, - "acceptedEvents": 591, - "active": true, - "invalidCells": 0 - }, - { - "index": 300, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.04025599999295, - "resizeCallMs": 0.18974400000297464, - "frameCompletions": 301, - "frameCompletedAt": 105753.254447, - "acceptedEvents": 593, - "active": true, - "invalidCells": 0 - }, - { - "index": 301, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.772489000009955, - "resizeCallMs": 0.254852000012761, - "frameCompletions": 302, - "frameCompletedAt": 105769.122163, - "acceptedEvents": 595, - "active": true, - "invalidCells": 0 - }, - { - "index": 302, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.952383999989252, - "resizeCallMs": 0.07535899999493267, - "frameCompletions": 303, - "frameCompletedAt": 105785.981805, - "acceptedEvents": 597, - "active": true, - "invalidCells": 0 - }, - { - "index": 303, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.767680000004475, - "resizeCallMs": 0.10227100001065992, - "frameCompletions": 304, - "frameCompletedAt": 105801.976892, - "acceptedEvents": 599, - "active": true, - "invalidCells": 0 - }, - { - "index": 304, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.978816000002553, - "resizeCallMs": 0.08762199999182485, - "frameCompletions": 305, - "frameCompletedAt": 105818.524138, - "acceptedEvents": 602, - "active": true, - "invalidCells": 0 - }, - { - "index": 305, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.467536999989534, - "resizeCallMs": 0.2744399999937741, - "frameCompletions": 306, - "frameCompletedAt": 105833.165027, - "acceptedEvents": 603, - "active": true, - "invalidCells": 0 - }, - { - "index": 306, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.578756999995676, - "resizeCallMs": 0.08798299999034498, - "frameCompletions": 307, - "frameCompletedAt": 105848.917717, - "acceptedEvents": 605, - "active": true, - "invalidCells": 0 - }, - { - "index": 307, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.699898000006215, - "resizeCallMs": 0.08760300000722054, - "frameCompletions": 308, - "frameCompletedAt": 105865.783611, - "acceptedEvents": 608, - "active": true, - "invalidCells": 0 - }, - { - "index": 308, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.877135999995517, - "resizeCallMs": 0.11876399999891873, - "frameCompletions": 309, - "frameCompletedAt": 105882.649535, - "acceptedEvents": 610, - "active": true, - "invalidCells": 0 - }, - { - "index": 309, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.55774499999825, - "resizeCallMs": 0.3853789999993751, - "frameCompletions": 310, - "frameCompletedAt": 105898.9578, - "acceptedEvents": 612, - "active": true, - "invalidCells": 0 - }, - { - "index": 310, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.235530999998446, - "resizeCallMs": 0.05740299999888521, - "frameCompletions": 311, - "frameCompletedAt": 105913.62451, - "acceptedEvents": 614, - "active": true, - "invalidCells": 0 - }, - { - "index": 311, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.565980999992462, - "resizeCallMs": 0.0713499999983469, - "frameCompletions": 312, - "frameCompletedAt": 105928.885511, - "acceptedEvents": 615, - "active": true, - "invalidCells": 0 - }, - { - "index": 312, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.85579400000279, - "resizeCallMs": 0.09202199999708682, - "frameCompletions": 313, - "frameCompletedAt": 105945.282791, - "acceptedEvents": 617, - "active": true, - "invalidCells": 0 - }, - { - "index": 313, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.58235599999898, - "resizeCallMs": 0.3039589999971213, - "frameCompletions": 314, - "frameCompletedAt": 105962.23244, - "acceptedEvents": 620, - "active": true, - "invalidCells": 0 - }, - { - "index": 314, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.986751999997068, - "resizeCallMs": 0.08162099999026395, - "frameCompletions": 315, - "frameCompletedAt": 105979.866908, - "acceptedEvents": 622, - "active": true, - "invalidCells": 0 - }, - { - "index": 315, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.286489999998594, - "resizeCallMs": 0.0696369999932358, - "frameCompletions": 316, - "frameCompletedAt": 105994.015457, - "acceptedEvents": 623, - "active": true, - "invalidCells": 0 - }, - { - "index": 316, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.914899999988847, - "resizeCallMs": 0.0751380000001518, - "frameCompletions": 317, - "frameCompletedAt": 106009.834308, - "acceptedEvents": 625, - "active": true, - "invalidCells": 0 - }, - { - "index": 317, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.539348999998765, - "resizeCallMs": 0.28472100000362843, - "frameCompletions": 318, - "frameCompletedAt": 106025.090319, - "acceptedEvents": 627, - "active": true, - "invalidCells": 0 - }, - { - "index": 318, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.07336199999554, - "resizeCallMs": 0.11278199999651406, - "frameCompletions": 319, - "frameCompletedAt": 106040.950782, - "acceptedEvents": 629, - "active": true, - "invalidCells": 0 - }, - { - "index": 319, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.488440999994054, - "resizeCallMs": 0.12523700000019744, - "frameCompletions": 320, - "frameCompletedAt": 106058.409924, - "acceptedEvents": 632, - "active": true, - "invalidCells": 0 - }, - { - "index": 320, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.43222900001274, - "resizeCallMs": 0.09809300000779331, - "frameCompletions": 321, - "frameCompletedAt": 106074.736726, - "acceptedEvents": 634, - "active": true, - "invalidCells": 0 - }, - { - "index": 321, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 10.85806600000069, - "resizeCallMs": 0.2538210000057006, - "frameCompletions": 322, - "frameCompletedAt": 106090.058076, - "acceptedEvents": 635, - "active": true, - "invalidCells": 0 - }, - { - "index": 322, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.06993599999987, - "resizeCallMs": 0.0695069999928819, - "frameCompletions": 323, - "frameCompletedAt": 106105.133191, - "acceptedEvents": 637, - "active": true, - "invalidCells": 0 - }, - { - "index": 323, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.71693100000266, - "resizeCallMs": 0.07449700000870507, - "frameCompletions": 324, - "frameCompletedAt": 106122.167707, - "acceptedEvents": 640, - "active": true, - "invalidCells": 0 - }, - { - "index": 324, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.06394399999408, - "resizeCallMs": 0.0862699999997858, - "frameCompletions": 325, - "frameCompletedAt": 106138.503125, - "acceptedEvents": 642, - "active": true, - "invalidCells": 0 - }, - { - "index": 325, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.447136999995564, - "resizeCallMs": 0.25283800000033807, - "frameCompletions": 326, - "frameCompletedAt": 106153.131339, - "acceptedEvents": 643, - "active": true, - "invalidCells": 0 - }, - { - "index": 326, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.956321000005119, - "resizeCallMs": 0.08081899999524467, - "frameCompletions": 327, - "frameCompletedAt": 106168.7881, - "acceptedEvents": 645, - "active": true, - "invalidCells": 0 - }, - { - "index": 327, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.814921999990474, - "resizeCallMs": 0.11774199998762924, - "frameCompletions": 328, - "frameCompletedAt": 106184.066436, - "acceptedEvents": 647, - "active": true, - "invalidCells": 0 - }, - { - "index": 328, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.359035000001313, - "resizeCallMs": 0.11710100001073442, - "frameCompletions": 329, - "frameCompletedAt": 106199.407324, - "acceptedEvents": 649, - "active": true, - "invalidCells": 0 - }, - { - "index": 329, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.33506800000032, - "resizeCallMs": 0.23002300001098774, - "frameCompletions": 330, - "frameCompletedAt": 106215.895384, - "acceptedEvents": 651, - "active": true, - "invalidCells": 0 - }, - { - "index": 330, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.804061000002548, - "resizeCallMs": 0.05371500000183005, - "frameCompletions": 331, - "frameCompletedAt": 106231.72745, - "acceptedEvents": 653, - "active": true, - "invalidCells": 0 - }, - { - "index": 331, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.744995000000927, - "resizeCallMs": 0.08629999999538995, - "frameCompletions": 332, - "frameCompletedAt": 106247.423128, - "acceptedEvents": 655, - "active": true, - "invalidCells": 0 - }, - { - "index": 332, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.07051700000011, - "resizeCallMs": 0.11369399999966845, - "frameCompletions": 333, - "frameCompletedAt": 106264.414719, - "acceptedEvents": 657, - "active": true, - "invalidCells": 0 - }, - { - "index": 333, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.968765999990865, - "resizeCallMs": 0.3452899999974761, - "frameCompletions": 334, - "frameCompletedAt": 106281.467832, - "acceptedEvents": 659, - "active": true, - "invalidCells": 0 - }, - { - "index": 334, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.98897500000021, - "resizeCallMs": 0.08380599999509286, - "frameCompletions": 335, - "frameCompletedAt": 106295.477247, - "acceptedEvents": 661, - "active": true, - "invalidCells": 0 - }, - { - "index": 335, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.8523370000039, - "resizeCallMs": 0.05373600000166334, - "frameCompletions": 336, - "frameCompletedAt": 106313.074742, - "acceptedEvents": 663, - "active": true, - "invalidCells": 0 - }, - { - "index": 336, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.449211999992258, - "resizeCallMs": 0.1200070000049891, - "frameCompletions": 337, - "frameCompletedAt": 106328.956115, - "acceptedEvents": 665, - "active": true, - "invalidCells": 0 - }, - { - "index": 337, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.50937200000044, - "resizeCallMs": 0.25511300000653137, - "frameCompletions": 338, - "frameCompletedAt": 106343.974789, - "acceptedEvents": 667, - "active": true, - "invalidCells": 0 - }, - { - "index": 338, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 11.772486999994726, - "resizeCallMs": 0.06999800000630785, - "frameCompletions": 339, - "frameCompletedAt": 106359.121726, - "acceptedEvents": 669, - "active": true, - "invalidCells": 0 - }, - { - "index": 339, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.818390999993426, - "resizeCallMs": 0.07181199999467935, - "frameCompletions": 340, - "frameCompletedAt": 106376.000004, - "acceptedEvents": 671, - "active": true, - "invalidCells": 0 - }, - { - "index": 340, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.989537000001292, - "resizeCallMs": 0.10088899999391288, - "frameCompletions": 341, - "frameCompletedAt": 106390.727504, - "acceptedEvents": 673, - "active": true, - "invalidCells": 0 - }, - { - "index": 341, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.33855400000175, - "resizeCallMs": 0.2910239999910118, - "frameCompletions": 342, - "frameCompletedAt": 106406.379676, - "acceptedEvents": 675, - "active": true, - "invalidCells": 0 - }, - { - "index": 342, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.654266000012285, - "resizeCallMs": 0.05250400000659283, - "frameCompletions": 343, - "frameCompletedAt": 106422.067878, - "acceptedEvents": 677, - "active": true, - "invalidCells": 0 - }, - { - "index": 343, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.905291000002762, - "resizeCallMs": 0.0611499999940861, - "frameCompletions": 344, - "frameCompletedAt": 106437.873804, - "acceptedEvents": 679, - "active": true, - "invalidCells": 0 - }, - { - "index": 344, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.981952000001911, - "resizeCallMs": 0.11131900000327732, - "frameCompletions": 345, - "frameCompletedAt": 106453.756359, - "acceptedEvents": 681, - "active": true, - "invalidCells": 0 - }, - { - "index": 345, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.59545999999682, - "resizeCallMs": 0.2106750000093598, - "frameCompletions": 346, - "frameCompletedAt": 106469.527105, - "acceptedEvents": 683, - "active": true, - "invalidCells": 0 - }, - { - "index": 346, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.835221000001184, - "resizeCallMs": 0.06283300000359304, - "frameCompletions": 347, - "frameCompletedAt": 106483.127945, - "acceptedEvents": 684, - "active": true, - "invalidCells": 0 - }, - { - "index": 347, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.202656000008574, - "resizeCallMs": 0.08912499999860302, - "frameCompletions": 348, - "frameCompletedAt": 106498.317886, - "acceptedEvents": 686, - "active": true, - "invalidCells": 0 - }, - { - "index": 348, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.04615899999044, - "resizeCallMs": 0.10847399999329355, - "frameCompletions": 349, - "frameCompletedAt": 106514.54453, - "acceptedEvents": 689, - "active": true, - "invalidCells": 0 - }, - { - "index": 349, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.28195199999027, - "resizeCallMs": 0.2415059999912046, - "frameCompletions": 350, - "frameCompletedAt": 106529.736766, - "acceptedEvents": 690, - "active": true, - "invalidCells": 0 - }, - { - "index": 350, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.25248599999759, - "resizeCallMs": 0.06678099998680409, - "frameCompletions": 351, - "frameCompletedAt": 106548.727246, - "acceptedEvents": 693, - "active": true, - "invalidCells": 0 - }, - { - "index": 351, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.964896999998018, - "resizeCallMs": 0.07984799999394454, - "frameCompletions": 352, - "frameCompletedAt": 106561.696782, - "acceptedEvents": 694, - "active": true, - "invalidCells": 0 - }, - { - "index": 352, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.211916999993264, - "resizeCallMs": 0.10834399999293964, - "frameCompletions": 353, - "frameCompletedAt": 106578.901243, - "acceptedEvents": 697, - "active": true, - "invalidCells": 0 - }, - { - "index": 353, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.500381999998353, - "resizeCallMs": 0.23472199999378063, - "frameCompletions": 354, - "frameCompletedAt": 106594.406074, - "acceptedEvents": 699, - "active": true, - "invalidCells": 0 - }, - { - "index": 354, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.711978999999701, - "resizeCallMs": 0.056280999997397885, - "frameCompletions": 355, - "frameCompletedAt": 106609.383597, - "acceptedEvents": 700, - "active": true, - "invalidCells": 0 - }, - { - "index": 355, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.635239000010188, - "resizeCallMs": 0.11835400000563823, - "frameCompletions": 356, - "frameCompletedAt": 106625.057402, - "acceptedEvents": 702, - "active": true, - "invalidCells": 0 - }, - { - "index": 356, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.174541000000318, - "resizeCallMs": 0.10154000000329688, - "frameCompletions": 357, - "frameCompletedAt": 106641.24079, - "acceptedEvents": 704, - "active": true, - "invalidCells": 0 - }, - { - "index": 357, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.911292999997386, - "resizeCallMs": 0.29675500000303145, - "frameCompletions": 358, - "frameCompletedAt": 106656.215016, - "acceptedEvents": 706, - "active": true, - "invalidCells": 0 - }, - { - "index": 358, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.811395999990054, - "resizeCallMs": 0.08207199999014847, - "frameCompletions": 359, - "frameCompletedAt": 106671.955783, - "acceptedEvents": 708, - "active": true, - "invalidCells": 0 - }, - { - "index": 359, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.433751999997185, - "resizeCallMs": 0.10874399999738671, - "frameCompletions": 360, - "frameCompletedAt": 106688.46291, - "acceptedEvents": 710, - "active": true, - "invalidCells": 0 - }, - { - "index": 360, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.00127999999677, - "resizeCallMs": 0.1007580000004964, - "frameCompletions": 361, - "frameCompletedAt": 106704.380514, - "acceptedEvents": 712, - "active": true, - "invalidCells": 0 - }, - { - "index": 361, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.223706000004313, - "resizeCallMs": 0.24773800000548363, - "frameCompletions": 362, - "frameCompletedAt": 106718.816901, - "acceptedEvents": 714, - "active": true, - "invalidCells": 0 - }, - { - "index": 362, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.608966999992845, - "resizeCallMs": 0.0512309999903664, - "frameCompletions": 363, - "frameCompletedAt": 106735.371621, - "acceptedEvents": 716, - "active": true, - "invalidCells": 0 - }, - { - "index": 363, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.514802000005147, - "resizeCallMs": 0.07499799999641255, - "frameCompletions": 364, - "frameCompletedAt": 106751.825653, - "acceptedEvents": 718, - "active": true, - "invalidCells": 0 - }, - { - "index": 364, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.178937999997288, - "resizeCallMs": 0.09664999999222346, - "frameCompletions": 365, - "frameCompletedAt": 106765.981286, - "acceptedEvents": 720, - "active": true, - "invalidCells": 0 - }, - { - "index": 365, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.53450999999768, - "resizeCallMs": 0.26789699999790173, - "frameCompletions": 366, - "frameCompletedAt": 106782.693377, - "acceptedEvents": 722, - "active": true, - "invalidCells": 0 - }, - { - "index": 366, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.314717999994173, - "resizeCallMs": 0.0520329999999376, - "frameCompletions": 367, - "frameCompletedAt": 106799.020589, - "acceptedEvents": 724, - "active": true, - "invalidCells": 0 - }, - { - "index": 367, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.626892000000225, - "resizeCallMs": 0.05958699999609962, - "frameCompletions": 368, - "frameCompletedAt": 106812.805993, - "acceptedEvents": 726, - "active": true, - "invalidCells": 0 - }, - { - "index": 368, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.84435100000701, - "resizeCallMs": 0.06467800000973511, - "frameCompletions": 369, - "frameCompletedAt": 106827.84701, - "acceptedEvents": 728, - "active": true, - "invalidCells": 0 - }, - { - "index": 369, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.492106999998214, - "resizeCallMs": 0.24248800000350457, - "frameCompletions": 370, - "frameCompletedAt": 106843.841637, - "acceptedEvents": 730, - "active": true, - "invalidCells": 0 - }, - { - "index": 370, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.520451000003959, - "resizeCallMs": 0.043476000006194226, - "frameCompletions": 371, - "frameCompletedAt": 106858.415224, - "acceptedEvents": 731, - "active": true, - "invalidCells": 0 - }, - { - "index": 371, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.21344799999497, - "resizeCallMs": 0.06334500000230037, - "frameCompletions": 372, - "frameCompletedAt": 106873.202622, - "acceptedEvents": 733, - "active": true, - "invalidCells": 0 - }, - { - "index": 372, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.46809999999823, - "resizeCallMs": 0.1352560000086669, - "frameCompletions": 373, - "frameCompletedAt": 106889.921556, - "acceptedEvents": 736, - "active": true, - "invalidCells": 0 - }, - { - "index": 373, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.585160999995423, - "resizeCallMs": 0.2921360000036657, - "frameCompletions": 374, - "frameCompletedAt": 106906.759224, - "acceptedEvents": 738, - "active": true, - "invalidCells": 0 - }, - { - "index": 374, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.538407000000007, - "resizeCallMs": 0.09407500000088476, - "frameCompletions": 375, - "frameCompletedAt": 106922.099922, - "acceptedEvents": 739, - "active": true, - "invalidCells": 0 - }, - { - "index": 375, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.710928999993484, - "resizeCallMs": 0.07651100000657607, - "frameCompletions": 376, - "frameCompletedAt": 106938.539365, - "acceptedEvents": 742, - "active": true, - "invalidCells": 0 - }, - { - "index": 376, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.883446000007098, - "resizeCallMs": 0.10414500000479165, - "frameCompletions": 377, - "frameCompletedAt": 106954.507801, - "acceptedEvents": 743, - "active": true, - "invalidCells": 0 - }, - { - "index": 377, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.394054000003962, - "resizeCallMs": 0.2649820000078762, - "frameCompletions": 378, - "frameCompletedAt": 106971.12774, - "acceptedEvents": 746, - "active": true, - "invalidCells": 0 - }, - { - "index": 378, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.491976000004797, - "resizeCallMs": 0.04984800000966061, - "frameCompletions": 379, - "frameCompletedAt": 106985.630156, - "acceptedEvents": 747, - "active": true, - "invalidCells": 0 - }, - { - "index": 379, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.2988059999916, - "resizeCallMs": 0.08398599999782164, - "frameCompletions": 380, - "frameCompletedAt": 107003.04442, - "acceptedEvents": 750, - "active": true, - "invalidCells": 0 - }, - { - "index": 380, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.924179000008735, - "resizeCallMs": 0.1068000000086613, - "frameCompletions": 381, - "frameCompletedAt": 107020.647647, - "acceptedEvents": 752, - "active": true, - "invalidCells": 0 - }, - { - "index": 381, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.078621999986353, - "resizeCallMs": 0.22255899998708628, - "frameCompletions": 382, - "frameCompletedAt": 107033.115394, - "acceptedEvents": 754, - "active": true, - "invalidCells": 0 - }, - { - "index": 382, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.573145999995177, - "resizeCallMs": 0.05776299998979084, - "frameCompletions": 383, - "frameCompletedAt": 107049.75909, - "acceptedEvents": 755, - "active": true, - "invalidCells": 0 - }, - { - "index": 383, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.466144000005443, - "resizeCallMs": 0.061390999995637685, - "frameCompletions": 384, - "frameCompletedAt": 107065.132642, - "acceptedEvents": 757, - "active": true, - "invalidCells": 0 - }, - { - "index": 384, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.952184000008856, - "resizeCallMs": 0.0943260000058217, - "frameCompletions": 385, - "frameCompletedAt": 107081.86856, - "acceptedEvents": 759, - "active": true, - "invalidCells": 0 - }, - { - "index": 385, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.872446000008495, - "resizeCallMs": 0.2639999999955762, - "frameCompletions": 386, - "frameCompletedAt": 107098.178688, - "acceptedEvents": 762, - "active": true, - "invalidCells": 0 - }, - { - "index": 386, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.713621999995667, - "resizeCallMs": 0.05619000000297092, - "frameCompletions": 387, - "frameCompletedAt": 107113.497023, - "acceptedEvents": 763, - "active": true, - "invalidCells": 0 - }, - { - "index": 387, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.751468000002205, - "resizeCallMs": 0.08683200000086799, - "frameCompletions": 388, - "frameCompletedAt": 107129.384107, - "acceptedEvents": 765, - "active": true, - "invalidCells": 0 - }, - { - "index": 388, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.949829000004684, - "resizeCallMs": 0.09725200000684708, - "frameCompletions": 389, - "frameCompletedAt": 107146.176947, - "acceptedEvents": 767, - "active": true, - "invalidCells": 0 - }, - { - "index": 389, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.176424999997835, - "resizeCallMs": 0.2925470000045607, - "frameCompletions": 390, - "frameCompletedAt": 107161.274987, - "acceptedEvents": 769, - "active": true, - "invalidCells": 0 - }, - { - "index": 390, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.684525999997277, - "resizeCallMs": 0.10397500000544824, - "frameCompletions": 391, - "frameCompletedAt": 107176.144898, - "acceptedEvents": 771, - "active": true, - "invalidCells": 0 - }, - { - "index": 391, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.067420000006678, - "resizeCallMs": 0.20557499999995343, - "frameCompletions": 392, - "frameCompletedAt": 107192.915003, - "acceptedEvents": 773, - "active": true, - "invalidCells": 0 - }, - { - "index": 392, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.291031000000658, - "resizeCallMs": 0.15069700000458397, - "frameCompletions": 393, - "frameCompletedAt": 107209.472999, - "acceptedEvents": 775, - "active": true, - "invalidCells": 0 - }, - { - "index": 393, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.370668000003207, - "resizeCallMs": 0.3479760000045644, - "frameCompletions": 394, - "frameCompletedAt": 107224.032769, - "acceptedEvents": 777, - "active": true, - "invalidCells": 0 - }, - { - "index": 394, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.824932000003173, - "resizeCallMs": 0.09910500000114553, - "frameCompletions": 395, - "frameCompletedAt": 107239.879003, - "acceptedEvents": 779, - "active": true, - "invalidCells": 0 - }, - { - "index": 395, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.201522999996087, - "resizeCallMs": 0.1019910000031814, - "frameCompletions": 396, - "frameCompletedAt": 107255.168711, - "acceptedEvents": 781, - "active": true, - "invalidCells": 0 - }, - { - "index": 396, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.647903999997652, - "resizeCallMs": 0.09938600000168663, - "frameCompletions": 397, - "frameCompletedAt": 107270.637151, - "acceptedEvents": 783, - "active": true, - "invalidCells": 0 - }, - { - "index": 397, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.48360999999568, - "resizeCallMs": 0.24827899999218062, - "frameCompletions": 398, - "frameCompletedAt": 107286.306026, - "acceptedEvents": 785, - "active": true, - "invalidCells": 0 - }, - { - "index": 398, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.387161000006017, - "resizeCallMs": 0.056672000006074086, - "frameCompletions": 399, - "frameCompletedAt": 107304.630534, - "acceptedEvents": 787, - "active": true, - "invalidCells": 0 - }, - { - "index": 399, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.371687999999267, - "resizeCallMs": 0.08254300001135562, - "frameCompletions": 400, - "frameCompletedAt": 107316.946502, - "acceptedEvents": 789, - "active": true, - "invalidCells": 0 - }, - { - "index": 400, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.942474000010407, - "resizeCallMs": 0.1393440000101691, - "frameCompletions": 401, - "frameCompletedAt": 107333.831613, - "acceptedEvents": 791, - "active": true, - "invalidCells": 0 - }, - { - "index": 401, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.326019000000088, - "resizeCallMs": 0.2613450000062585, - "frameCompletions": 402, - "frameCompletedAt": 107349.323479, - "acceptedEvents": 793, - "active": true, - "invalidCells": 0 - }, - { - "index": 402, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.317923000009614, - "resizeCallMs": 0.047193000005790964, - "frameCompletions": 403, - "frameCompletedAt": 107363.885172, - "acceptedEvents": 795, - "active": true, - "invalidCells": 0 - }, - { - "index": 403, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.313303999995696, - "resizeCallMs": 0.06193199999688659, - "frameCompletions": 404, - "frameCompletedAt": 107378.881201, - "acceptedEvents": 796, - "active": true, - "invalidCells": 0 - }, - { - "index": 404, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.688274000000092, - "resizeCallMs": 0.07999800000106916, - "frameCompletions": 405, - "frameCompletedAt": 107394.855388, - "acceptedEvents": 799, - "active": true, - "invalidCells": 0 - }, - { - "index": 405, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.528719000009005, - "resizeCallMs": 0.23763900001358707, - "frameCompletions": 406, - "frameCompletedAt": 107411.100999, - "acceptedEvents": 801, - "active": true, - "invalidCells": 0 - }, - { - "index": 406, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.789963999995962, - "resizeCallMs": 0.056612000000313856, - "frameCompletions": 407, - "frameCompletedAt": 107426.930942, - "acceptedEvents": 802, - "active": true, - "invalidCells": 0 - }, - { - "index": 407, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.926783000002615, - "resizeCallMs": 0.06233299999439623, - "frameCompletions": 408, - "frameCompletedAt": 107442.794741, - "acceptedEvents": 804, - "active": true, - "invalidCells": 0 - }, - { - "index": 408, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.252395000003162, - "resizeCallMs": 0.17246000000159256, - "frameCompletions": 409, - "frameCompletedAt": 107458.661255, - "acceptedEvents": 806, - "active": true, - "invalidCells": 0 - }, - { - "index": 409, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.69921500000055, - "resizeCallMs": 0.24757700000191107, - "frameCompletions": 410, - "frameCompletedAt": 107473.126638, - "acceptedEvents": 809, - "active": true, - "invalidCells": 0 - }, - { - "index": 410, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.419302000009338, - "resizeCallMs": 0.13031700000283308, - "frameCompletions": 411, - "frameCompletedAt": 107489.244798, - "acceptedEvents": 810, - "active": true, - "invalidCells": 0 - }, - { - "index": 411, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.486155000005965, - "resizeCallMs": 0.07440599999972619, - "frameCompletions": 412, - "frameCompletedAt": 107504.39431, - "acceptedEvents": 812, - "active": true, - "invalidCells": 0 - }, - { - "index": 412, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.99051000000327, - "resizeCallMs": 0.10187000001315027, - "frameCompletions": 413, - "frameCompletedAt": 107522.704109, - "acceptedEvents": 815, - "active": true, - "invalidCells": 0 - }, - { - "index": 413, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.101798000003328, - "resizeCallMs": 0.2874570000130916, - "frameCompletions": 414, - "frameCompletedAt": 107538.189171, - "acceptedEvents": 817, - "active": true, - "invalidCells": 0 - }, - { - "index": 414, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.650477999995928, - "resizeCallMs": 0.09283300000242889, - "frameCompletions": 415, - "frameCompletedAt": 107553.162205, - "acceptedEvents": 818, - "active": true, - "invalidCells": 0 - }, - { - "index": 415, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.224439999990864, - "resizeCallMs": 0.09500699999625795, - "frameCompletions": 416, - "frameCompletedAt": 107570.596799, - "acceptedEvents": 821, - "active": true, - "invalidCells": 0 - }, - { - "index": 416, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.39600700000301, - "resizeCallMs": 0.11023700000077952, - "frameCompletions": 417, - "frameCompletedAt": 107586.855807, - "acceptedEvents": 822, - "active": true, - "invalidCells": 0 - }, - { - "index": 417, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.219570000001113, - "resizeCallMs": 0.2500529999961145, - "frameCompletions": 418, - "frameCompletedAt": 107602.360318, - "acceptedEvents": 824, - "active": true, - "invalidCells": 0 - }, - { - "index": 418, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.393202000006568, - "resizeCallMs": 0.05319500000041444, - "frameCompletions": 419, - "frameCompletedAt": 107616.162214, - "acceptedEvents": 826, - "active": true, - "invalidCells": 0 - }, - { - "index": 419, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.580650000003516, - "resizeCallMs": 0.10466599999926984, - "frameCompletions": 420, - "frameCompletedAt": 107633.149787, - "acceptedEvents": 828, - "active": true, - "invalidCells": 0 - }, - { - "index": 420, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.319135999990976, - "resizeCallMs": 0.09825299998919945, - "frameCompletions": 421, - "frameCompletedAt": 107649.285011, - "acceptedEvents": 830, - "active": true, - "invalidCells": 0 - }, - { - "index": 421, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.85921199999575, - "resizeCallMs": 0.2852019999991171, - "frameCompletions": 422, - "frameCompletedAt": 107666.229209, - "acceptedEvents": 833, - "active": true, - "invalidCells": 0 - }, - { - "index": 422, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.041940000010072, - "resizeCallMs": 0.08123100000375416, - "frameCompletions": 423, - "frameCompletedAt": 107681.511973, - "acceptedEvents": 834, - "active": true, - "invalidCells": 0 - }, - { - "index": 423, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.030026000007638, - "resizeCallMs": 0.07392600001185201, - "frameCompletions": 424, - "frameCompletedAt": 107697.564544, - "acceptedEvents": 836, - "active": true, - "invalidCells": 0 - }, - { - "index": 424, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.762582000010298, - "resizeCallMs": 0.10288299999956507, - "frameCompletions": 425, - "frameCompletedAt": 107715.121499, - "acceptedEvents": 839, - "active": true, - "invalidCells": 0 - }, - { - "index": 425, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.361849000008078, - "resizeCallMs": 0.290753000008408, - "frameCompletions": 426, - "frameCompletedAt": 107729.673473, - "acceptedEvents": 840, - "active": true, - "invalidCells": 0 - }, - { - "index": 426, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.55413899999985, - "resizeCallMs": 0.08672099999967031, - "frameCompletions": 427, - "frameCompletedAt": 107745.294774, - "acceptedEvents": 842, - "active": true, - "invalidCells": 0 - }, - { - "index": 427, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.890561000007438, - "resizeCallMs": 0.07149000000208616, - "frameCompletions": 428, - "frameCompletedAt": 107762.061923, - "acceptedEvents": 844, - "active": true, - "invalidCells": 0 - }, - { - "index": 428, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.83663499999966, - "resizeCallMs": 0.10177999999723397, - "frameCompletions": 429, - "frameCompletedAt": 107777.9348, - "acceptedEvents": 846, - "active": true, - "invalidCells": 0 - }, - { - "index": 429, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.01176100000157, - "resizeCallMs": 0.284060000005411, - "frameCompletions": 430, - "frameCompletedAt": 107794.378983, - "acceptedEvents": 849, - "active": true, - "invalidCells": 0 - }, - { - "index": 430, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.90760500000033, - "resizeCallMs": 0.07529899998917244, - "frameCompletions": 431, - "frameCompletedAt": 107809.846821, - "acceptedEvents": 850, - "active": true, - "invalidCells": 0 - }, - { - "index": 431, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.263816999999108, - "resizeCallMs": 0.08037900000636, - "frameCompletions": 432, - "frameCompletedAt": 107825.186177, - "acceptedEvents": 852, - "active": true, - "invalidCells": 0 - }, - { - "index": 432, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.177307000005385, - "resizeCallMs": 0.09120000000984874, - "frameCompletions": 433, - "frameCompletedAt": 107842.232696, - "acceptedEvents": 854, - "active": true, - "invalidCells": 0 - }, - { - "index": 433, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.96420699999726, - "resizeCallMs": 0.284882000007201, - "frameCompletions": 434, - "frameCompletedAt": 107857.437908, - "acceptedEvents": 856, - "active": true, - "invalidCells": 0 - }, - { - "index": 434, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.151224999994156, - "resizeCallMs": 0.05703199999697972, - "frameCompletions": 435, - "frameCompletedAt": 107872.403106, - "acceptedEvents": 858, - "active": true, - "invalidCells": 0 - }, - { - "index": 435, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.633413999996264, - "resizeCallMs": 0.09594899999501649, - "frameCompletions": 436, - "frameCompletedAt": 107888.07134, - "acceptedEvents": 860, - "active": true, - "invalidCells": 0 - }, - { - "index": 436, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.431538000004366, - "resizeCallMs": 0.1296860000002198, - "frameCompletions": 437, - "frameCompletedAt": 107904.612894, - "acceptedEvents": 862, - "active": true, - "invalidCells": 0 - }, - { - "index": 437, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.603134999997565, - "resizeCallMs": 0.26003199999104254, - "frameCompletions": 438, - "frameCompletedAt": 107919.25202, - "acceptedEvents": 864, - "active": true, - "invalidCells": 0 - }, - { - "index": 438, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.09985400000005, - "resizeCallMs": 0.09960600000340492, - "frameCompletions": 439, - "frameCompletedAt": 107937.455679, - "acceptedEvents": 866, - "active": true, - "invalidCells": 0 - }, - { - "index": 439, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.727880000005825, - "resizeCallMs": 0.07918600000266451, - "frameCompletions": 440, - "frameCompletedAt": 107953.12754, - "acceptedEvents": 868, - "active": true, - "invalidCells": 0 - }, - { - "index": 440, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.258898000000045, - "resizeCallMs": 0.09209100001316983, - "frameCompletions": 441, - "frameCompletedAt": 107970.254728, - "acceptedEvents": 870, - "active": true, - "invalidCells": 0 - }, - { - "index": 441, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 12.725865999993403, - "resizeCallMs": 0.30141400000138674, - "frameCompletions": 442, - "frameCompletedAt": 107984.045753, - "acceptedEvents": 872, - "active": true, - "invalidCells": 0 - }, - { - "index": 442, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.25647300000128, - "resizeCallMs": 0.08808300000964664, - "frameCompletions": 443, - "frameCompletedAt": 108001.135688, - "acceptedEvents": 874, - "active": true, - "invalidCells": 0 - }, - { - "index": 443, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.388783999995212, - "resizeCallMs": 0.15422399999806657, - "frameCompletions": 444, - "frameCompletedAt": 108017.672714, - "acceptedEvents": 876, - "active": true, - "invalidCells": 0 - }, - { - "index": 444, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.330559000009089, - "resizeCallMs": 0.12559799999871757, - "frameCompletions": 445, - "frameCompletedAt": 108033.061336, - "acceptedEvents": 878, - "active": true, - "invalidCells": 0 - }, - { - "index": 445, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.720996999996714, - "resizeCallMs": 0.2488900000025751, - "frameCompletions": 446, - "frameCompletedAt": 108047.89219, - "acceptedEvents": 880, - "active": true, - "invalidCells": 0 - }, - { - "index": 446, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.929347999990568, - "resizeCallMs": 0.07926600000064354, - "frameCompletions": 447, - "frameCompletedAt": 108063.869432, - "acceptedEvents": 882, - "active": true, - "invalidCells": 0 - }, - { - "index": 447, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.560891999994055, - "resizeCallMs": 0.06560899999749381, - "frameCompletions": 448, - "frameCompletedAt": 108080.442579, - "acceptedEvents": 884, - "active": true, - "invalidCells": 0 - }, - { - "index": 448, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.346040000003995, - "resizeCallMs": 0.08204100000148173, - "frameCompletions": 449, - "frameCompletedAt": 108096.544427, - "acceptedEvents": 886, - "active": true, - "invalidCells": 0 - }, - { - "index": 449, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.47895000000426, - "resizeCallMs": 0.2904419999977108, - "frameCompletions": 450, - "frameCompletedAt": 108112.253, - "acceptedEvents": 888, - "active": true, - "invalidCells": 0 - }, - { - "index": 450, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.56336800000281, - "resizeCallMs": 0.07438700000056997, - "frameCompletions": 451, - "frameCompletedAt": 108129.807721, - "acceptedEvents": 890, - "active": true, - "invalidCells": 0 - }, - { - "index": 451, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.486023999997997, - "resizeCallMs": 0.07774399999470916, - "frameCompletions": 452, - "frameCompletedAt": 108143.214679, - "acceptedEvents": 892, - "active": true, - "invalidCells": 0 - }, - { - "index": 452, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.823267999992822, - "resizeCallMs": 0.16213899999274872, - "frameCompletions": 453, - "frameCompletedAt": 108158.087165, - "acceptedEvents": 894, - "active": true, - "invalidCells": 0 - }, - { - "index": 453, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.615059000003384, - "resizeCallMs": 0.2653019999997923, - "frameCompletions": 454, - "frameCompletedAt": 108172.825796, - "acceptedEvents": 896, - "active": true, - "invalidCells": 0 - }, - { - "index": 454, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.07146799999464, - "resizeCallMs": 0.049677999995765276, - "frameCompletions": 455, - "frameCompletedAt": 108188.828429, - "acceptedEvents": 898, - "active": true, - "invalidCells": 0 - }, - { - "index": 455, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.654013999999734, - "resizeCallMs": 0.10101899999426678, - "frameCompletions": 456, - "frameCompletedAt": 108203.194226, - "acceptedEvents": 899, - "active": true, - "invalidCells": 0 - }, - { - "index": 456, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.76209899999958, - "resizeCallMs": 0.12540699999954086, - "frameCompletions": 457, - "frameCompletedAt": 108218.130888, - "acceptedEvents": 901, - "active": true, - "invalidCells": 0 - }, - { - "index": 457, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.391157000005478, - "resizeCallMs": 0.24499200000718702, - "frameCompletions": 458, - "frameCompletedAt": 108232.710106, - "acceptedEvents": 903, - "active": true, - "invalidCells": 0 - }, - { - "index": 458, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.603596000000834, - "resizeCallMs": 0.043765999987954274, - "frameCompletions": 459, - "frameCompletedAt": 108249.041366, - "acceptedEvents": 905, - "active": true, - "invalidCells": 0 - }, - { - "index": 459, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.78048500001023, - "resizeCallMs": 0.09030700000585057, - "frameCompletions": 460, - "frameCompletedAt": 108265.773095, - "acceptedEvents": 907, - "active": true, - "invalidCells": 0 - }, - { - "index": 460, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.5376580000011, - "resizeCallMs": 0.12817299999005627, - "frameCompletions": 461, - "frameCompletedAt": 108286.417404, - "acceptedEvents": 910, - "active": true, - "invalidCells": 0 - }, - { - "index": 461, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.525891999990563, - "resizeCallMs": 0.26074299999163486, - "frameCompletions": 462, - "frameCompletedAt": 108300.137328, - "acceptedEvents": 912, - "active": true, - "invalidCells": 0 - }, - { - "index": 462, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.80005400000664, - "resizeCallMs": 0.05633099999977276, - "frameCompletions": 463, - "frameCompletedAt": 108318.936141, - "acceptedEvents": 914, - "active": true, - "invalidCells": 0 - }, - { - "index": 463, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.727108999999473, - "resizeCallMs": 0.0732949999946868, - "frameCompletions": 464, - "frameCompletedAt": 108333.630315, - "acceptedEvents": 916, - "active": true, - "invalidCells": 0 - }, - { - "index": 464, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.011190000004717, - "resizeCallMs": 0.10090900000068359, - "frameCompletions": 465, - "frameCompletedAt": 108350.015842, - "acceptedEvents": 918, - "active": true, - "invalidCells": 0 - }, - { - "index": 465, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.211905999996816, - "resizeCallMs": 0.24892100000579376, - "frameCompletions": 466, - "frameCompletedAt": 108366.971001, - "acceptedEvents": 920, - "active": true, - "invalidCells": 0 - }, - { - "index": 466, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.172576000011759, - "resizeCallMs": 0.06261300000187475, - "frameCompletions": 467, - "frameCompletedAt": 108383.131364, - "acceptedEvents": 922, - "active": true, - "invalidCells": 0 - }, - { - "index": 467, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.056498000005377, - "resizeCallMs": 0.10605900001246482, - "frameCompletions": 468, - "frameCompletedAt": 108398.098186, - "acceptedEvents": 924, - "active": true, - "invalidCells": 0 - }, - { - "index": 468, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.502075999989756, - "resizeCallMs": 0.1171909999975469, - "frameCompletions": 469, - "frameCompletedAt": 108413.470797, - "acceptedEvents": 926, - "active": true, - "invalidCells": 0 - }, - { - "index": 469, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.99596900001052, - "resizeCallMs": 0.3367830000061076, - "frameCompletions": 470, - "frameCompletedAt": 108430.731759, - "acceptedEvents": 928, - "active": true, - "invalidCells": 0 - }, - { - "index": 470, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.017001000000164, - "resizeCallMs": 0.05843499999900814, - "frameCompletions": 471, - "frameCompletedAt": 108446.616689, - "acceptedEvents": 930, - "active": true, - "invalidCells": 0 - }, - { - "index": 471, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.395146999988356, - "resizeCallMs": 0.08651099998678546, - "frameCompletions": 472, - "frameCompletedAt": 108463.913131, - "acceptedEvents": 932, - "active": true, - "invalidCells": 0 - }, - { - "index": 472, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.445715000008931, - "resizeCallMs": 0.16374300001189113, - "frameCompletions": 473, - "frameCompletedAt": 108478.38619, - "acceptedEvents": 934, - "active": true, - "invalidCells": 0 - }, - { - "index": 473, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.812928999992437, - "resizeCallMs": 0.3002909999922849, - "frameCompletions": 474, - "frameCompletedAt": 108496.38211, - "acceptedEvents": 936, - "active": true, - "invalidCells": 0 - }, - { - "index": 474, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.223568999994313, - "resizeCallMs": 0.054988999996567145, - "frameCompletions": 475, - "frameCompletedAt": 108513.614265, - "acceptedEvents": 938, - "active": true, - "invalidCells": 0 - }, - { - "index": 475, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.650719999990542, - "resizeCallMs": 0.08998699999938253, - "frameCompletions": 476, - "frameCompletedAt": 108529.867732, - "acceptedEvents": 940, - "active": true, - "invalidCells": 0 - }, - { - "index": 476, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.768920999995316, - "resizeCallMs": 0.1295749999990221, - "frameCompletions": 477, - "frameCompletedAt": 108546.043045, - "acceptedEvents": 942, - "active": true, - "invalidCells": 0 - }, - { - "index": 477, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.865551999988384, - "resizeCallMs": 0.21639599998889025, - "frameCompletions": 478, - "frameCompletedAt": 108560.964417, - "acceptedEvents": 944, - "active": true, - "invalidCells": 0 - }, - { - "index": 478, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.327013000001898, - "resizeCallMs": 0.0485259999986738, - "frameCompletions": 479, - "frameCompletedAt": 108577.37875, - "acceptedEvents": 946, - "active": true, - "invalidCells": 0 - }, - { - "index": 479, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.153668999992078, - "resizeCallMs": 0.05665199999930337, - "frameCompletions": 480, - "frameCompletedAt": 108591.394969, - "acceptedEvents": 948, - "active": true, - "invalidCells": 0 - }, - { - "index": 480, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.227986999991117, - "resizeCallMs": 0.10206099999777507, - "frameCompletions": 481, - "frameCompletedAt": 108607.553278, - "acceptedEvents": 950, - "active": true, - "invalidCells": 0 - }, - { - "index": 481, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.34024700000009, - "resizeCallMs": 0.20910200000798795, - "frameCompletions": 482, - "frameCompletedAt": 108624.086105, - "acceptedEvents": 952, - "active": true, - "invalidCells": 0 - }, - { - "index": 482, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.14285899999959, - "resizeCallMs": 0.05192199999873992, - "frameCompletions": 483, - "frameCompletedAt": 108638.174957, - "acceptedEvents": 954, - "active": true, - "invalidCells": 0 - }, - { - "index": 483, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.764874000000418, - "resizeCallMs": 0.07420600000477862, - "frameCompletions": 484, - "frameCompletedAt": 108654.885845, - "acceptedEvents": 956, - "active": true, - "invalidCells": 0 - }, - { - "index": 484, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.134531999996398, - "resizeCallMs": 0.09713100000226405, - "frameCompletions": 485, - "frameCompletedAt": 108670.908106, - "acceptedEvents": 958, - "active": true, - "invalidCells": 0 - }, - { - "index": 485, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.216633999996702, - "resizeCallMs": 0.25870900000154506, - "frameCompletions": 486, - "frameCompletedAt": 108686.329032, - "acceptedEvents": 960, - "active": true, - "invalidCells": 0 - }, - { - "index": 486, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.653594000003068, - "resizeCallMs": 0.05264400001033209, - "frameCompletions": 487, - "frameCompletedAt": 108701.810939, - "acceptedEvents": 962, - "active": true, - "invalidCells": 0 - }, - { - "index": 487, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.62223300000187, - "resizeCallMs": 0.0695970000087982, - "frameCompletions": 488, - "frameCompletedAt": 108717.558649, - "acceptedEvents": 964, - "active": true, - "invalidCells": 0 - }, - { - "index": 488, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.19094299999415, - "resizeCallMs": 0.10197099999641068, - "frameCompletions": 489, - "frameCompletedAt": 108731.542173, - "acceptedEvents": 966, - "active": true, - "invalidCells": 0 - }, - { - "index": 489, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.801858000006177, - "resizeCallMs": 0.23718799999915063, - "frameCompletions": 490, - "frameCompletedAt": 108749.610004, - "acceptedEvents": 968, - "active": true, - "invalidCells": 0 - }, - { - "index": 490, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.80393200000981, - "resizeCallMs": 0.06803400001081172, - "frameCompletions": 491, - "frameCompletedAt": 108766.301635, - "acceptedEvents": 970, - "active": true, - "invalidCells": 0 - }, - { - "index": 491, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.46670799999265, - "resizeCallMs": 0.08755299999029376, - "frameCompletions": 492, - "frameCompletedAt": 108783.39157, - "acceptedEvents": 972, - "active": true, - "invalidCells": 0 - }, - { - "index": 492, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.634346999999252, - "resizeCallMs": 0.12250100000528619, - "frameCompletions": 493, - "frameCompletedAt": 108799.395615, - "acceptedEvents": 974, - "active": true, - "invalidCells": 0 - }, - { - "index": 493, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.18773799999326, - "resizeCallMs": 0.21405199999571778, - "frameCompletions": 494, - "frameCompletedAt": 108816.760271, - "acceptedEvents": 976, - "active": true, - "invalidCells": 0 - }, - { - "index": 494, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.273625999994692, - "resizeCallMs": 0.04099999999743886, - "frameCompletions": 495, - "frameCompletedAt": 108830.951294, - "acceptedEvents": 978, - "active": true, - "invalidCells": 0 - }, - { - "index": 495, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.175040999994962, - "resizeCallMs": 0.07770299998810515, - "frameCompletions": 496, - "frameCompletedAt": 108843.920259, - "acceptedEvents": 980, - "active": true, - "invalidCells": 0 - }, - { - "index": 496, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.998984999998356, - "resizeCallMs": 0.11966599999868777, - "frameCompletions": 497, - "frameCompletedAt": 108859.353289, - "acceptedEvents": 982, - "active": true, - "invalidCells": 0 - }, - { - "index": 497, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.947113000001991, - "resizeCallMs": 0.349858999994467, - "frameCompletions": 498, - "frameCompletedAt": 108875.765809, - "acceptedEvents": 984, - "active": true, - "invalidCells": 0 - }, - { - "index": 498, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.85383800001, - "resizeCallMs": 0.06585900000936817, - "frameCompletions": 499, - "frameCompletedAt": 108889.732009, - "acceptedEvents": 985, - "active": true, - "invalidCells": 0 - }, - { - "index": 499, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.84881999999925, - "resizeCallMs": 0.08466699998825788, - "frameCompletions": 500, - "frameCompletedAt": 108905.651087, - "acceptedEvents": 987, - "active": true, - "invalidCells": 0 - }, - { - "index": 500, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.533047999997507, - "resizeCallMs": 0.09319400000094902, - "frameCompletions": 501, - "frameCompletedAt": 108923.22213, - "acceptedEvents": 990, - "active": true, - "invalidCells": 0 - }, - { - "index": 501, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.978736000004574, - "resizeCallMs": 0.2764549999992596, - "frameCompletions": 502, - "frameCompletedAt": 108938.3253, - "acceptedEvents": 992, - "active": true, - "invalidCells": 0 - }, - { - "index": 502, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.709453999996185, - "resizeCallMs": 0.0672119999944698, - "frameCompletions": 503, - "frameCompletedAt": 108954.370115, - "acceptedEvents": 994, - "active": true, - "invalidCells": 0 - }, - { - "index": 503, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.732280000011087, - "resizeCallMs": 0.07603900000685826, - "frameCompletions": 504, - "frameCompletedAt": 108971.028259, - "acceptedEvents": 996, - "active": true, - "invalidCells": 0 - }, - { - "index": 504, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.658204999999725, - "resizeCallMs": 0.08486699999775738, - "frameCompletions": 505, - "frameCompletedAt": 108986.910074, - "acceptedEvents": 998, - "active": true, - "invalidCells": 0 - }, - { - "index": 505, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.993744999999763, - "resizeCallMs": 0.23840000000200234, - "frameCompletions": 506, - "frameCompletedAt": 109002.589129, - "acceptedEvents": 1000, - "active": true, - "invalidCells": 0 - }, - { - "index": 506, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.871915000010631, - "resizeCallMs": 0.041240999998990446, - "frameCompletions": 507, - "frameCompletedAt": 109019.625158, - "acceptedEvents": 1002, - "active": true, - "invalidCells": 0 - }, - { - "index": 507, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.297512999997707, - "resizeCallMs": 0.054558000003453344, - "frameCompletions": 508, - "frameCompletedAt": 109035.888393, - "acceptedEvents": 1004, - "active": true, - "invalidCells": 0 - }, - { - "index": 508, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.067258999988553, - "resizeCallMs": 0.0771519999980228, - "frameCompletions": 509, - "frameCompletedAt": 109051.658007, - "acceptedEvents": 1006, - "active": true, - "invalidCells": 0 - }, - { - "index": 509, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.167337000006228, - "resizeCallMs": 0.2391009999992093, - "frameCompletions": 510, - "frameCompletedAt": 109067.887807, - "acceptedEvents": 1008, - "active": true, - "invalidCells": 0 - }, - { - "index": 510, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.233978999996907, - "resizeCallMs": 0.05523899999388959, - "frameCompletions": 511, - "frameCompletedAt": 109083.973694, - "acceptedEvents": 1010, - "active": true, - "invalidCells": 0 - }, - { - "index": 511, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.11720900000364, - "resizeCallMs": 0.06402600000728853, - "frameCompletions": 512, - "frameCompletedAt": 109103.271269, - "acceptedEvents": 1012, - "active": true, - "invalidCells": 0 - }, - { - "index": 512, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.401288000008208, - "resizeCallMs": 0.08199200000672136, - "frameCompletions": 513, - "frameCompletedAt": 109119.509305, - "acceptedEvents": 1014, - "active": true, - "invalidCells": 0 - }, - { - "index": 513, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.48914199999126, - "resizeCallMs": 0.413284999987809, - "frameCompletions": 514, - "frameCompletedAt": 109136.234762, - "acceptedEvents": 1016, - "active": true, - "invalidCells": 0 - }, - { - "index": 514, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.396078000005218, - "resizeCallMs": 0.04622100001142826, - "frameCompletions": 515, - "frameCompletedAt": 109153.579278, - "acceptedEvents": 1018, - "active": true, - "invalidCells": 0 - }, - { - "index": 515, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.43289100000402, - "resizeCallMs": 0.06422699999529868, - "frameCompletions": 516, - "frameCompletedAt": 109170.895068, - "acceptedEvents": 1020, - "active": true, - "invalidCells": 0 - }, - { - "index": 516, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.872727000009036, - "resizeCallMs": 0.0923120000079507, - "frameCompletions": 517, - "frameCompletedAt": 109186.98339, - "acceptedEvents": 1023, - "active": true, - "invalidCells": 0 - }, - { - "index": 517, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 10.551590999995824, - "resizeCallMs": 0.2135310000012396, - "frameCompletions": 518, - "frameCompletedAt": 109199.514441, - "acceptedEvents": 1024, - "active": true, - "invalidCells": 0 - }, - { - "index": 518, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.383361999993213, - "resizeCallMs": 0.045087999998941086, - "frameCompletions": 519, - "frameCompletedAt": 109215.869188, - "acceptedEvents": 1026, - "active": true, - "invalidCells": 0 - }, - { - "index": 519, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.796654999998282, - "resizeCallMs": 0.062002000006032176, - "frameCompletions": 520, - "frameCompletedAt": 109229.563532, - "acceptedEvents": 1028, - "active": true, - "invalidCells": 0 - }, - { - "index": 520, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.840863999997964, - "resizeCallMs": 0.0852279999962775, - "frameCompletions": 521, - "frameCompletedAt": 109245.382963, - "acceptedEvents": 1030, - "active": true, - "invalidCells": 0 - }, - { - "index": 521, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.898165999999037, - "resizeCallMs": 0.23636500000429805, - "frameCompletions": 522, - "frameCompletedAt": 109261.426787, - "acceptedEvents": 1032, - "active": true, - "invalidCells": 0 - }, - { - "index": 522, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.978684999994584, - "resizeCallMs": 0.04615100000228267, - "frameCompletions": 523, - "frameCompletedAt": 109277.416093, - "acceptedEvents": 1034, - "active": true, - "invalidCells": 0 - }, - { - "index": 523, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.814039000004414, - "resizeCallMs": 0.04482799999823328, - "frameCompletions": 524, - "frameCompletedAt": 109291.099315, - "acceptedEvents": 1035, - "active": true, - "invalidCells": 0 - }, - { - "index": 524, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.3025639999978, - "resizeCallMs": 0.09078900000895374, - "frameCompletions": 525, - "frameCompletedAt": 109307.267915, - "acceptedEvents": 1037, - "active": true, - "invalidCells": 0 - }, - { - "index": 525, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.014286000005086, - "resizeCallMs": 0.3049810000084108, - "frameCompletions": 526, - "frameCompletedAt": 109324.616469, - "acceptedEvents": 1040, - "active": true, - "invalidCells": 0 - }, - { - "index": 526, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.550220999997691, - "resizeCallMs": 0.03680299999541603, - "frameCompletions": 527, - "frameCompletedAt": 109340.962839, - "acceptedEvents": 1042, - "active": true, - "invalidCells": 0 - }, - { - "index": 527, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.771886999995331, - "resizeCallMs": 0.07645100000081584, - "frameCompletions": 528, - "frameCompletedAt": 109354.78757, - "acceptedEvents": 1043, - "active": true, - "invalidCells": 0 - }, - { - "index": 528, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.888537999999244, - "resizeCallMs": 0.08980700001120567, - "frameCompletions": 529, - "frameCompletedAt": 109370.372049, - "acceptedEvents": 1046, - "active": true, - "invalidCells": 0 - }, - { - "index": 529, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.519631000002846, - "resizeCallMs": 0.23489300000073854, - "frameCompletions": 530, - "frameCompletedAt": 109386.912371, - "acceptedEvents": 1048, - "active": true, - "invalidCells": 0 - }, - { - "index": 530, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.050365999995847, - "resizeCallMs": 0.051601999992271885, - "frameCompletions": 531, - "frameCompletedAt": 109402.503382, - "acceptedEvents": 1050, - "active": true, - "invalidCells": 0 - }, - { - "index": 531, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.70372399999178, - "resizeCallMs": 0.0524440000008326, - "frameCompletions": 532, - "frameCompletedAt": 109417.538538, - "acceptedEvents": 1051, - "active": true, - "invalidCells": 0 - }, - { - "index": 532, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.96684200000891, - "resizeCallMs": 0.13591799999994691, - "frameCompletions": 533, - "frameCompletedAt": 109433.60702, - "acceptedEvents": 1054, - "active": true, - "invalidCells": 0 - }, - { - "index": 533, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.546564000003855, - "resizeCallMs": 0.23243800000636838, - "frameCompletions": 534, - "frameCompletedAt": 109451.241809, - "acceptedEvents": 1056, - "active": true, - "invalidCells": 0 - }, - { - "index": 534, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.855813000001945, - "resizeCallMs": 0.05452800000784919, - "frameCompletions": 535, - "frameCompletedAt": 109466.423774, - "acceptedEvents": 1058, - "active": true, - "invalidCells": 0 - }, - { - "index": 535, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.033161999992444, - "resizeCallMs": 0.06809400000202004, - "frameCompletions": 536, - "frameCompletedAt": 109480.485843, - "acceptedEvents": 1059, - "active": true, - "invalidCells": 0 - }, - { - "index": 536, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.499601000003167, - "resizeCallMs": 0.07298300000547897, - "frameCompletions": 537, - "frameCompletedAt": 109496.888483, - "acceptedEvents": 1061, - "active": true, - "invalidCells": 0 - }, - { - "index": 537, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.50398999999743, - "resizeCallMs": 0.2064059999975143, - "frameCompletions": 538, - "frameCompletedAt": 109514.498032, - "acceptedEvents": 1063, - "active": true, - "invalidCells": 0 - }, - { - "index": 538, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.988033999994514, - "resizeCallMs": 0.05012899999564979, - "frameCompletions": 539, - "frameCompletedAt": 109530.034716, - "acceptedEvents": 1065, - "active": true, - "invalidCells": 0 - }, - { - "index": 539, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.771787000005133, - "resizeCallMs": 0.0462110000080429, - "frameCompletions": 540, - "frameCompletedAt": 109545.409903, - "acceptedEvents": 1067, - "active": true, - "invalidCells": 0 - }, - { - "index": 540, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.435416000007535, - "resizeCallMs": 0.07867600000463426, - "frameCompletions": 541, - "frameCompletedAt": 109560.58254, - "acceptedEvents": 1069, - "active": true, - "invalidCells": 0 - }, - { - "index": 541, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.992241999992984, - "resizeCallMs": 0.21200800000224262, - "frameCompletions": 542, - "frameCompletedAt": 109576.80735, - "acceptedEvents": 1071, - "active": true, - "invalidCells": 0 - }, - { - "index": 542, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.368222000004607, - "resizeCallMs": 0.04366600001230836, - "frameCompletions": 543, - "frameCompletedAt": 109592.992422, - "acceptedEvents": 1073, - "active": true, - "invalidCells": 0 - }, - { - "index": 543, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.554609999991953, - "resizeCallMs": 0.06975699999020435, - "frameCompletions": 544, - "frameCompletedAt": 109608.606959, - "acceptedEvents": 1075, - "active": true, - "invalidCells": 0 - }, - { - "index": 544, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.963193999996292, - "resizeCallMs": 0.0873719999945024, - "frameCompletions": 545, - "frameCompletedAt": 109624.292517, - "acceptedEvents": 1077, - "active": true, - "invalidCells": 0 - }, - { - "index": 545, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.24784599999839, - "resizeCallMs": 0.25766799999109935, - "frameCompletions": 546, - "frameCompletedAt": 109640.603758, - "acceptedEvents": 1079, - "active": true, - "invalidCells": 0 - }, - { - "index": 546, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.12239899999986, - "resizeCallMs": 0.046050999997532926, - "frameCompletions": 547, - "frameCompletedAt": 109657.871884, - "acceptedEvents": 1081, - "active": true, - "invalidCells": 0 - }, - { - "index": 547, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.638105999998515, - "resizeCallMs": 0.09333399999013636, - "frameCompletions": 548, - "frameCompletedAt": 109675.204136, - "acceptedEvents": 1084, - "active": true, - "invalidCells": 0 - }, - { - "index": 548, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.53027300001122, - "resizeCallMs": 0.09386500000255182, - "frameCompletions": 549, - "frameCompletedAt": 109692.091362, - "acceptedEvents": 1086, - "active": true, - "invalidCells": 0 - }, - { - "index": 549, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.827015999995638, - "resizeCallMs": 0.30628399999113753, - "frameCompletions": 550, - "frameCompletedAt": 109707.700268, - "acceptedEvents": 1088, - "active": true, - "invalidCells": 0 - }, - { - "index": 550, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.332221999997273, - "resizeCallMs": 0.04343600000720471, - "frameCompletions": 551, - "frameCompletedAt": 109723.063841, - "acceptedEvents": 1090, - "active": true, - "invalidCells": 0 - }, - { - "index": 551, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.282423999989987, - "resizeCallMs": 0.060079000002588145, - "frameCompletions": 552, - "frameCompletedAt": 109737.936567, - "acceptedEvents": 1091, - "active": true, - "invalidCells": 0 - }, - { - "index": 552, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.576924000008148, - "resizeCallMs": 0.16454399999929592, - "frameCompletions": 553, - "frameCompletedAt": 109754.369869, - "acceptedEvents": 1094, - "active": true, - "invalidCells": 0 - }, - { - "index": 553, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.296371000004, - "resizeCallMs": 0.18996400000469293, - "frameCompletions": 554, - "frameCompletedAt": 109770.861885, - "acceptedEvents": 1096, - "active": true, - "invalidCells": 0 - }, - { - "index": 554, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.11283800000092, - "resizeCallMs": 0.0556289999949513, - "frameCompletions": 555, - "frameCompletedAt": 109785.67307, - "acceptedEvents": 1097, - "active": true, - "invalidCells": 0 - }, - { - "index": 555, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.805494999993243, - "resizeCallMs": 0.053965999992215075, - "frameCompletions": 556, - "frameCompletedAt": 109802.348999, - "acceptedEvents": 1100, - "active": true, - "invalidCells": 0 - }, - { - "index": 556, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.25561999999627, - "resizeCallMs": 0.10579800000414252, - "frameCompletions": 557, - "frameCompletedAt": 109819.232497, - "acceptedEvents": 1102, - "active": true, - "invalidCells": 0 - }, - { - "index": 557, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.501043999989633, - "resizeCallMs": 0.22999300000083167, - "frameCompletions": 558, - "frameCompletedAt": 109834.11346, - "acceptedEvents": 1104, - "active": true, - "invalidCells": 0 - }, - { - "index": 558, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.362501000010525, - "resizeCallMs": 0.044357000006129965, - "frameCompletions": 559, - "frameCompletedAt": 109850.571179, - "acceptedEvents": 1105, - "active": true, - "invalidCells": 0 - }, - { - "index": 559, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.790364000000409, - "resizeCallMs": 0.06432700000004843, - "frameCompletions": 560, - "frameCompletedAt": 109866.549283, - "acceptedEvents": 1107, - "active": true, - "invalidCells": 0 - }, - { - "index": 560, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.04022700000496, - "resizeCallMs": 0.09684100000595208, - "frameCompletions": 561, - "frameCompletedAt": 109881.492067, - "acceptedEvents": 1110, - "active": true, - "invalidCells": 0 - }, - { - "index": 561, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.186035000006086, - "resizeCallMs": 0.21872099999745842, - "frameCompletions": 562, - "frameCompletedAt": 109901.340367, - "acceptedEvents": 1112, - "active": true, - "invalidCells": 0 - }, - { - "index": 562, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.396747999999207, - "resizeCallMs": 0.040951000002678484, - "frameCompletions": 563, - "frameCompletedAt": 109914.764208, - "acceptedEvents": 1114, - "active": true, - "invalidCells": 0 - }, - { - "index": 563, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.206013999995776, - "resizeCallMs": 0.057783999989624135, - "frameCompletions": 564, - "frameCompletedAt": 109930.750418, - "acceptedEvents": 1116, - "active": true, - "invalidCells": 0 - }, - { - "index": 564, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.286510999998427, - "resizeCallMs": 0.08289400000649039, - "frameCompletions": 565, - "frameCompletedAt": 109946.644116, - "acceptedEvents": 1118, - "active": true, - "invalidCells": 0 - }, - { - "index": 565, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.972051999997348, - "resizeCallMs": 0.2495409999974072, - "frameCompletions": 566, - "frameCompletedAt": 109962.402527, - "acceptedEvents": 1120, - "active": true, - "invalidCells": 0 - }, - { - "index": 566, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.400895999991917, - "resizeCallMs": 0.044287999990046956, - "frameCompletions": 567, - "frameCompletedAt": 109977.607818, - "acceptedEvents": 1121, - "active": true, - "invalidCells": 0 - }, - { - "index": 567, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.027361000000383, - "resizeCallMs": 0.0611300000018673, - "frameCompletions": 568, - "frameCompletedAt": 109993.99542, - "acceptedEvents": 1123, - "active": true, - "invalidCells": 0 - }, - { - "index": 568, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.065495999995619, - "resizeCallMs": 0.09643999999389052, - "frameCompletions": 569, - "frameCompletedAt": 110008.935318, - "acceptedEvents": 1125, - "active": true, - "invalidCells": 0 - }, - { - "index": 569, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.81526399998984, - "resizeCallMs": 0.21860100000048988, - "frameCompletions": 570, - "frameCompletedAt": 110025.96316, - "acceptedEvents": 1127, - "active": true, - "invalidCells": 0 - }, - { - "index": 570, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.020427000010386, - "resizeCallMs": 0.04497900001297239, - "frameCompletions": 571, - "frameCompletedAt": 110039.886536, - "acceptedEvents": 1129, - "active": true, - "invalidCells": 0 - }, - { - "index": 571, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.889701000007335, - "resizeCallMs": 0.05775400000857189, - "frameCompletions": 572, - "frameCompletedAt": 110057.648986, - "acceptedEvents": 1131, - "active": true, - "invalidCells": 0 - }, - { - "index": 572, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.300228000007337, - "resizeCallMs": 0.10175100000924431, - "frameCompletions": 573, - "frameCompletedAt": 110072.039682, - "acceptedEvents": 1133, - "active": true, - "invalidCells": 0 - }, - { - "index": 573, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.772469000003184, - "resizeCallMs": 0.21365100001276005, - "frameCompletions": 574, - "frameCompletedAt": 110087.600774, - "acceptedEvents": 1135, - "active": true, - "invalidCells": 0 - }, - { - "index": 574, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.739023000001907, - "resizeCallMs": 0.036583000008249655, - "frameCompletions": 575, - "frameCompletedAt": 110103.72695, - "acceptedEvents": 1137, - "active": true, - "invalidCells": 0 - }, - { - "index": 575, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.125174000000698, - "resizeCallMs": 0.0821120000036899, - "frameCompletions": 576, - "frameCompletedAt": 110118.476353, - "acceptedEvents": 1139, - "active": true, - "invalidCells": 0 - }, - { - "index": 576, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.156414999990375, - "resizeCallMs": 0.1453159999946365, - "frameCompletions": 577, - "frameCompletedAt": 110135.871259, - "acceptedEvents": 1141, - "active": true, - "invalidCells": 0 - }, - { - "index": 577, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.464511999991373, - "resizeCallMs": 0.22006300000066403, - "frameCompletions": 578, - "frameCompletedAt": 110152.515496, - "acceptedEvents": 1143, - "active": true, - "invalidCells": 0 - }, - { - "index": 578, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.041961000009906, - "resizeCallMs": 0.041081000003032386, - "frameCompletions": 579, - "frameCompletedAt": 110170.51837, - "acceptedEvents": 1145, - "active": true, - "invalidCells": 0 - }, - { - "index": 579, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.47938200000499, - "resizeCallMs": 0.05792400000791531, - "frameCompletions": 580, - "frameCompletedAt": 110185.858707, - "acceptedEvents": 1147, - "active": true, - "invalidCells": 0 - }, - { - "index": 580, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.76886199999717, - "resizeCallMs": 0.1268500000005588, - "frameCompletions": 581, - "frameCompletedAt": 110203.84087, - "acceptedEvents": 1149, - "active": true, - "invalidCells": 0 - }, - { - "index": 581, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.448720000000321, - "resizeCallMs": 0.22295900000608526, - "frameCompletions": 582, - "frameCompletedAt": 110216.26405, - "acceptedEvents": 1151, - "active": true, - "invalidCells": 0 - }, - { - "index": 582, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.791276000003563, - "resizeCallMs": 0.05102099999203347, - "frameCompletions": 583, - "frameCompletedAt": 110233.061178, - "acceptedEvents": 1153, - "active": true, - "invalidCells": 0 - }, - { - "index": 583, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.530641999997897, - "resizeCallMs": 0.07350399999995716, - "frameCompletions": 584, - "frameCompletedAt": 110248.595577, - "acceptedEvents": 1155, - "active": true, - "invalidCells": 0 - }, - { - "index": 584, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.043132000006153, - "resizeCallMs": 0.09937600001285318, - "frameCompletions": 585, - "frameCompletedAt": 110263.453154, - "acceptedEvents": 1157, - "active": true, - "invalidCells": 0 - }, - { - "index": 585, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.247073999998975, - "resizeCallMs": 0.22963200000231154, - "frameCompletions": 586, - "frameCompletedAt": 110279.900883, - "acceptedEvents": 1159, - "active": true, - "invalidCells": 0 - }, - { - "index": 586, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.53633400000399, - "resizeCallMs": 0.04289500000595581, - "frameCompletions": 587, - "frameCompletedAt": 110295.443258, - "acceptedEvents": 1161, - "active": true, - "invalidCells": 0 - }, - { - "index": 587, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.114824000003864, - "resizeCallMs": 0.05570000001171138, - "frameCompletions": 588, - "frameCompletedAt": 110312.733789, - "acceptedEvents": 1163, - "active": true, - "invalidCells": 0 - }, - { - "index": 588, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.2166930000094, - "resizeCallMs": 0.1710670000029495, - "frameCompletions": 589, - "frameCompletedAt": 110325.464273, - "acceptedEvents": 1165, - "active": true, - "invalidCells": 0 - }, - { - "index": 589, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.79531400000269, - "resizeCallMs": 0.24834999999438878, - "frameCompletions": 590, - "frameCompletedAt": 110342.610319, - "acceptedEvents": 1167, - "active": true, - "invalidCells": 0 - }, - { - "index": 590, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.442949999996927, - "resizeCallMs": 0.03677299999981187, - "frameCompletions": 591, - "frameCompletedAt": 110358.995585, - "acceptedEvents": 1169, - "active": true, - "invalidCells": 0 - }, - { - "index": 591, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.822446999998647, - "resizeCallMs": 0.05083000000740867, - "frameCompletions": 592, - "frameCompletedAt": 110373.831919, - "acceptedEvents": 1171, - "active": true, - "invalidCells": 0 - }, - { - "index": 592, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.027471000008518, - "resizeCallMs": 0.08550800000375602, - "frameCompletions": 593, - "frameCompletedAt": 110389.735647, - "acceptedEvents": 1173, - "active": true, - "invalidCells": 0 - }, - { - "index": 593, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.324576999992132, - "resizeCallMs": 0.2432390000030864, - "frameCompletions": 594, - "frameCompletedAt": 110406.212804, - "acceptedEvents": 1175, - "active": true, - "invalidCells": 0 - }, - { - "index": 594, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.883598000000347, - "resizeCallMs": 0.05794400000013411, - "frameCompletions": 595, - "frameCompletedAt": 110422.108125, - "acceptedEvents": 1177, - "active": true, - "invalidCells": 0 - }, - { - "index": 595, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.89969900000142, - "resizeCallMs": 0.08422599999175873, - "frameCompletions": 596, - "frameCompletedAt": 110437.073093, - "acceptedEvents": 1179, - "active": true, - "invalidCells": 0 - }, - { - "index": 596, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.972984000007273, - "resizeCallMs": 0.07080000000132713, - "frameCompletions": 597, - "frameCompletedAt": 110452.193407, - "acceptedEvents": 1181, - "active": true, - "invalidCells": 0 - }, - { - "index": 597, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.2354720000003, - "resizeCallMs": 0.19250999999349006, - "frameCompletions": 598, - "frameCompletedAt": 110467.59256, - "acceptedEvents": 1183, - "active": true, - "invalidCells": 0 - }, - { - "index": 598, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.579547000001185, - "resizeCallMs": 0.06858500000089407, - "frameCompletions": 599, - "frameCompletedAt": 110481.585483, - "acceptedEvents": 1184, - "active": true, - "invalidCells": 0 - }, - { - "index": 599, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.055097000004025, - "resizeCallMs": 0.09678100000019185, - "frameCompletions": 600, - "frameCompletedAt": 110498.582555, - "acceptedEvents": 1187, - "active": true, - "invalidCells": 0 - }, - { - "index": 600, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.768942000009702, - "resizeCallMs": 0.08602000000246335, - "frameCompletions": 601, - "frameCompletedAt": 110515.204107, - "acceptedEvents": 1189, - "active": true, - "invalidCells": 0 - }, - { - "index": 601, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.01357399999688, - "resizeCallMs": 0.25457099999766797, - "frameCompletions": 602, - "frameCompletedAt": 110531.602168, - "acceptedEvents": 1191, - "active": true, - "invalidCells": 0 - }, - { - "index": 602, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.48284799999965, - "resizeCallMs": 0.05581000000529457, - "frameCompletions": 603, - "frameCompletedAt": 110549.149855, - "acceptedEvents": 1193, - "active": true, - "invalidCells": 0 - }, - { - "index": 603, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.828689999994822, - "resizeCallMs": 0.10768200000165962, - "frameCompletions": 604, - "frameCompletedAt": 110565.987964, - "acceptedEvents": 1195, - "active": true, - "invalidCells": 0 - }, - { - "index": 604, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.927223999999114, - "resizeCallMs": 0.10807300001033582, - "frameCompletions": 605, - "frameCompletedAt": 110582.785933, - "acceptedEvents": 1197, - "active": true, - "invalidCells": 0 - }, - { - "index": 605, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.054524000006495, - "resizeCallMs": 0.24792900000466034, - "frameCompletions": 606, - "frameCompletedAt": 110598.069689, - "acceptedEvents": 1199, - "active": true, - "invalidCells": 0 - }, - { - "index": 606, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.50298799999291, - "resizeCallMs": 0.0636850000009872, - "frameCompletions": 607, - "frameCompletedAt": 110613.360329, - "acceptedEvents": 1201, - "active": true, - "invalidCells": 0 - }, - { - "index": 607, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.27566100000695, - "resizeCallMs": 0.08246299999882467, - "frameCompletions": 608, - "frameCompletedAt": 110630.631841, - "acceptedEvents": 1203, - "active": true, - "invalidCells": 0 - }, - { - "index": 608, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.40471499999694, - "resizeCallMs": 0.0884139999980107, - "frameCompletions": 609, - "frameCompletedAt": 110647.090031, - "acceptedEvents": 1205, - "active": true, - "invalidCells": 0 - }, - { - "index": 609, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 12.974064999987604, - "resizeCallMs": 0.29632399999536574, - "frameCompletions": 610, - "frameCompletedAt": 110659.006592, - "acceptedEvents": 1206, - "active": true, - "invalidCells": 0 - }, - { - "index": 610, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 20.72007699999085, - "resizeCallMs": 0.0757889999949839, - "frameCompletions": 611, - "frameCompletedAt": 110679.877758, - "acceptedEvents": 1209, - "active": true, - "invalidCells": 0 - }, - { - "index": 611, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.369192999991355, - "resizeCallMs": 0.061671999996178783, - "frameCompletions": 612, - "frameCompletedAt": 110691.871962, - "acceptedEvents": 1211, - "active": true, - "invalidCells": 0 - }, - { - "index": 612, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.18210600000748, - "resizeCallMs": 0.10459600000467617, - "frameCompletions": 613, - "frameCompletedAt": 110710.22709, - "acceptedEvents": 1213, - "active": true, - "invalidCells": 0 - }, - { - "index": 613, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 12.730174000011175, - "resizeCallMs": 0.35033000000112224, - "frameCompletions": 614, - "frameCompletedAt": 110723.110746, - "acceptedEvents": 1214, - "active": true, - "invalidCells": 0 - }, - { - "index": 614, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.6016329999984, - "resizeCallMs": 0.08127999999851454, - "frameCompletions": 615, - "frameCompletedAt": 110739.241982, - "acceptedEvents": 1217, - "active": true, - "invalidCells": 0 - }, - { - "index": 615, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.234408999996958, - "resizeCallMs": 0.06414600000425708, - "frameCompletions": 616, - "frameCompletedAt": 110755.078116, - "acceptedEvents": 1219, - "active": true, - "invalidCells": 0 - }, - { - "index": 616, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.36850399999821, - "resizeCallMs": 0.11778200000117067, - "frameCompletions": 617, - "frameCompletedAt": 110771.097141, - "acceptedEvents": 1221, - "active": true, - "invalidCells": 0 - }, - { - "index": 617, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.759844000000157, - "resizeCallMs": 0.2266970000055153, - "frameCompletions": 618, - "frameCompletedAt": 110786.578757, - "acceptedEvents": 1223, - "active": true, - "invalidCells": 0 - }, - { - "index": 618, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.04151899999124, - "resizeCallMs": 0.05471699999179691, - "frameCompletions": 619, - "frameCompletedAt": 110802.735243, - "acceptedEvents": 1225, - "active": true, - "invalidCells": 0 - }, - { - "index": 619, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.976921000008588, - "resizeCallMs": 0.07982700000866316, - "frameCompletions": 620, - "frameCompletedAt": 110817.873462, - "acceptedEvents": 1226, - "active": true, - "invalidCells": 0 - }, - { - "index": 620, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.21078399999533, - "resizeCallMs": 0.11581799999112263, - "frameCompletions": 621, - "frameCompletedAt": 110834.890944, - "acceptedEvents": 1229, - "active": true, - "invalidCells": 0 - }, - { - "index": 621, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 12.675036000000546, - "resizeCallMs": 0.2488910000101896, - "frameCompletions": 622, - "frameCompletedAt": 110850.045595, - "acceptedEvents": 1230, - "active": true, - "invalidCells": 0 - }, - { - "index": 622, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.38331200000539, - "resizeCallMs": 0.04475899999670219, - "frameCompletions": 623, - "frameCompletedAt": 110865.505298, - "acceptedEvents": 1232, - "active": true, - "invalidCells": 0 - }, - { - "index": 623, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.784853999997722, - "resizeCallMs": 0.05880600000091363, - "frameCompletions": 624, - "frameCompletedAt": 110882.170466, - "acceptedEvents": 1234, - "active": true, - "invalidCells": 0 - }, - { - "index": 624, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.060066000005463, - "resizeCallMs": 0.10466599999926984, - "frameCompletions": 625, - "frameCompletedAt": 110900.143902, - "acceptedEvents": 1236, - "active": true, - "invalidCells": 0 - }, - { - "index": 625, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.997611999991932, - "resizeCallMs": 0.22952199999417644, - "frameCompletions": 626, - "frameCompletedAt": 110913.202092, - "acceptedEvents": 1238, - "active": true, - "invalidCells": 0 - }, - { - "index": 626, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.47929099999601, - "resizeCallMs": 0.05052900000009686, - "frameCompletions": 627, - "frameCompletedAt": 110928.734999, - "acceptedEvents": 1240, - "active": true, - "invalidCells": 0 - }, - { - "index": 627, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.687852999995812, - "resizeCallMs": 0.060618999996222556, - "frameCompletions": 628, - "frameCompletedAt": 110948.240904, - "acceptedEvents": 1243, - "active": true, - "invalidCells": 0 - }, - { - "index": 628, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.144341000006534, - "resizeCallMs": 0.07636099999945145, - "frameCompletions": 629, - "frameCompletedAt": 110962.582935, - "acceptedEvents": 1244, - "active": true, - "invalidCells": 0 - }, - { - "index": 629, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.903316000010818, - "resizeCallMs": 0.27665600000182167, - "frameCompletions": 630, - "frameCompletedAt": 110976.690092, - "acceptedEvents": 1246, - "active": true, - "invalidCells": 0 - }, - { - "index": 630, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.583625999992364, - "resizeCallMs": 0.061891999997897074, - "frameCompletions": 631, - "frameCompletedAt": 110992.220464, - "acceptedEvents": 1248, - "active": true, - "invalidCells": 0 - }, - { - "index": 631, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.51402999999118, - "resizeCallMs": 0.09135999999125488, - "frameCompletions": 632, - "frameCompletedAt": 111006.692791, - "acceptedEvents": 1250, - "active": true, - "invalidCells": 0 - }, - { - "index": 632, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.986870999986422, - "resizeCallMs": 0.11144899998907931, - "frameCompletions": 633, - "frameCompletedAt": 111022.487073, - "acceptedEvents": 1252, - "active": true, - "invalidCells": 0 - }, - { - "index": 633, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.65836400000262, - "resizeCallMs": 0.2976360000029672, - "frameCompletions": 634, - "frameCompletedAt": 111039.501659, - "acceptedEvents": 1254, - "active": true, - "invalidCells": 0 - }, - { - "index": 634, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.73581600000034, - "resizeCallMs": 0.03976800000236835, - "frameCompletions": 635, - "frameCompletedAt": 111055.121006, - "acceptedEvents": 1256, - "active": true, - "invalidCells": 0 - }, - { - "index": 635, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.746939999997267, - "resizeCallMs": 0.042864999995799735, - "frameCompletions": 636, - "frameCompletedAt": 111071.842816, - "acceptedEvents": 1258, - "active": true, - "invalidCells": 0 - }, - { - "index": 636, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.925061000001733, - "resizeCallMs": 0.09250199999951292, - "frameCompletions": 637, - "frameCompletedAt": 111087.867933, - "acceptedEvents": 1260, - "active": true, - "invalidCells": 0 - }, - { - "index": 637, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 10.731134999994538, - "resizeCallMs": 0.22856099999626167, - "frameCompletions": 638, - "frameCompletedAt": 111099.571915, - "acceptedEvents": 1262, - "active": true, - "invalidCells": 0 - }, - { - "index": 638, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.880332000000635, - "resizeCallMs": 0.052714000004925765, - "frameCompletions": 639, - "frameCompletedAt": 111114.23599, - "acceptedEvents": 1264, - "active": true, - "invalidCells": 0 - }, - { - "index": 639, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.460414000001037, - "resizeCallMs": 0.07656099999439903, - "frameCompletions": 640, - "frameCompletedAt": 111130.492813, - "acceptedEvents": 1266, - "active": true, - "invalidCells": 0 - }, - { - "index": 640, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.183036999995238, - "resizeCallMs": 0.08424599999852944, - "frameCompletions": 641, - "frameCompletedAt": 111146.352484, - "acceptedEvents": 1268, - "active": true, - "invalidCells": 0 - }, - { - "index": 641, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.923336000007112, - "resizeCallMs": 0.27841900000930764, - "frameCompletions": 642, - "frameCompletedAt": 111162.924758, - "acceptedEvents": 1269, - "active": true, - "invalidCells": 0 - }, - { - "index": 642, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.884038999996847, - "resizeCallMs": 0.10570800000277814, - "frameCompletions": 643, - "frameCompletedAt": 111180.055804, - "acceptedEvents": 1272, - "active": true, - "invalidCells": 0 - }, - { - "index": 643, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.506215000001248, - "resizeCallMs": 0.058395000000018626, - "frameCompletions": 644, - "frameCompletedAt": 111195.158023, - "acceptedEvents": 1274, - "active": true, - "invalidCells": 0 - }, - { - "index": 644, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.00337399999262, - "resizeCallMs": 0.08562899999378715, - "frameCompletions": 645, - "frameCompletedAt": 111211.1379, - "acceptedEvents": 1276, - "active": true, - "invalidCells": 0 - }, - { - "index": 645, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.898767999999109, - "resizeCallMs": 0.2736889999941923, - "frameCompletions": 646, - "frameCompletedAt": 111227.040405, - "acceptedEvents": 1278, - "active": true, - "invalidCells": 0 - }, - { - "index": 646, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.62640100000135, - "resizeCallMs": 0.03865600000426639, - "frameCompletions": 647, - "frameCompletedAt": 111242.442875, - "acceptedEvents": 1280, - "active": true, - "invalidCells": 0 - }, - { - "index": 647, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.86265700000513, - "resizeCallMs": 0.09380400000372902, - "frameCompletions": 648, - "frameCompletedAt": 111259.493763, - "acceptedEvents": 1282, - "active": true, - "invalidCells": 0 - }, - { - "index": 648, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.77708800000255, - "resizeCallMs": 0.11614900000859052, - "frameCompletions": 649, - "frameCompletedAt": 111276.133641, - "acceptedEvents": 1284, - "active": true, - "invalidCells": 0 - }, - { - "index": 649, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.261863000006997, - "resizeCallMs": 0.2415960000071209, - "frameCompletions": 650, - "frameCompletedAt": 111291.668852, - "acceptedEvents": 1286, - "active": true, - "invalidCells": 0 - }, - { - "index": 650, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.543296999996528, - "resizeCallMs": 0.050319000001763925, - "frameCompletions": 651, - "frameCompletedAt": 111306.809657, - "acceptedEvents": 1288, - "active": true, - "invalidCells": 0 - }, - { - "index": 651, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.131445000006352, - "resizeCallMs": 0.06901600000855979, - "frameCompletions": 652, - "frameCompletedAt": 111321.411248, - "acceptedEvents": 1289, - "active": true, - "invalidCells": 0 - }, - { - "index": 652, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.27131300000474, - "resizeCallMs": 0.12001600000075996, - "frameCompletions": 653, - "frameCompletedAt": 111341.754093, - "acceptedEvents": 1292, - "active": true, - "invalidCells": 0 - }, - { - "index": 653, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.219659000009415, - "resizeCallMs": 0.2786690000066301, - "frameCompletions": 654, - "frameCompletedAt": 111356.833386, - "acceptedEvents": 1294, - "active": true, - "invalidCells": 0 - }, - { - "index": 654, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.58768600001349, - "resizeCallMs": 0.08104000000457745, - "frameCompletions": 655, - "frameCompletedAt": 111375.660113, - "acceptedEvents": 1296, - "active": true, - "invalidCells": 0 - }, - { - "index": 655, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.311962000007043, - "resizeCallMs": 0.10342400000081398, - "frameCompletions": 656, - "frameCompletedAt": 111393.11646, - "acceptedEvents": 1298, - "active": true, - "invalidCells": 0 - }, - { - "index": 656, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.05605800000194, - "resizeCallMs": 0.09793299999728333, - "frameCompletions": 657, - "frameCompletedAt": 111409.992012, - "acceptedEvents": 1300, - "active": true, - "invalidCells": 0 - }, - { - "index": 657, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.563718000004883, - "resizeCallMs": 0.2778569999936735, - "frameCompletions": 658, - "frameCompletedAt": 111426.080373, - "acceptedEvents": 1303, - "active": true, - "invalidCells": 0 - }, - { - "index": 658, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.072641000006115, - "resizeCallMs": 0.049798000007285737, - "frameCompletions": 659, - "frameCompletedAt": 111444.84067, - "acceptedEvents": 1305, - "active": true, - "invalidCells": 0 - }, - { - "index": 659, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.77200900000753, - "resizeCallMs": 0.05724300000292715, - "frameCompletions": 660, - "frameCompletedAt": 111461.5679, - "acceptedEvents": 1307, - "active": true, - "invalidCells": 0 - }, - { - "index": 660, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.384002999999211, - "resizeCallMs": 0.08606000000145286, - "frameCompletions": 661, - "frameCompletedAt": 111475.8388, - "acceptedEvents": 1309, - "active": true, - "invalidCells": 0 - }, - { - "index": 661, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.031328999990365, - "resizeCallMs": 0.1856359999947017, - "frameCompletions": 662, - "frameCompletedAt": 111491.049662, - "acceptedEvents": 1311, - "active": true, - "invalidCells": 0 - }, - { - "index": 662, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.750906999994186, - "resizeCallMs": 0.03782499999215361, - "frameCompletions": 663, - "frameCompletedAt": 111506.618149, - "acceptedEvents": 1313, - "active": true, - "invalidCells": 0 - }, - { - "index": 663, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.284616999997525, - "resizeCallMs": 0.06575900000461843, - "frameCompletions": 664, - "frameCompletedAt": 111522.893348, - "acceptedEvents": 1315, - "active": true, - "invalidCells": 0 - }, - { - "index": 664, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.767890000002808, - "resizeCallMs": 0.0833039999997709, - "frameCompletions": 665, - "frameCompletedAt": 111541.634196, - "acceptedEvents": 1317, - "active": true, - "invalidCells": 0 - }, - { - "index": 665, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.56974999999511, - "resizeCallMs": 0.25892999999632593, - "frameCompletions": 666, - "frameCompletedAt": 111558.375514, - "acceptedEvents": 1319, - "active": true, - "invalidCells": 0 - }, - { - "index": 666, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.847787999999127, - "resizeCallMs": 0.059527999997953884, - "frameCompletions": 667, - "frameCompletedAt": 111572.759627, - "acceptedEvents": 1321, - "active": true, - "invalidCells": 0 - }, - { - "index": 667, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.284307000008994, - "resizeCallMs": 0.049668000006931834, - "frameCompletions": 668, - "frameCompletedAt": 111587.739154, - "acceptedEvents": 1323, - "active": true, - "invalidCells": 0 - }, - { - "index": 668, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.713543000005302, - "resizeCallMs": 0.09280300000682473, - "frameCompletions": 669, - "frameCompletedAt": 111603.649695, - "acceptedEvents": 1325, - "active": true, - "invalidCells": 0 - }, - { - "index": 669, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.215490999995382, - "resizeCallMs": 0.23761799999920186, - "frameCompletions": 670, - "frameCompletedAt": 111619.685482, - "acceptedEvents": 1327, - "active": true, - "invalidCells": 0 - }, - { - "index": 670, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.719934000007925, - "resizeCallMs": 0.04524900000251364, - "frameCompletions": 671, - "frameCompletedAt": 111633.149923, - "acceptedEvents": 1328, - "active": true, - "invalidCells": 0 - }, - { - "index": 671, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.025989000001573, - "resizeCallMs": 0.06751300000178162, - "frameCompletions": 672, - "frameCompletedAt": 111651.287232, - "acceptedEvents": 1331, - "active": true, - "invalidCells": 0 - }, - { - "index": 672, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.632824000000255, - "resizeCallMs": 0.0813510000007227, - "frameCompletions": 673, - "frameCompletedAt": 111666.274113, - "acceptedEvents": 1333, - "active": true, - "invalidCells": 0 - }, - { - "index": 673, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.73394299999927, - "resizeCallMs": 0.4557979999954114, - "frameCompletions": 674, - "frameCompletedAt": 111684.139576, - "acceptedEvents": 1335, - "active": true, - "invalidCells": 0 - }, - { - "index": 674, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.482547000006889, - "resizeCallMs": 0.06032899999991059, - "frameCompletions": 675, - "frameCompletedAt": 111697.137007, - "acceptedEvents": 1336, - "active": true, - "invalidCells": 0 - }, - { - "index": 675, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.280039000004763, - "resizeCallMs": 0.06025900000531692, - "frameCompletions": 676, - "frameCompletedAt": 111713.391936, - "acceptedEvents": 1338, - "active": true, - "invalidCells": 0 - }, - { - "index": 676, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.50582299999951, - "resizeCallMs": 0.08166099998925347, - "frameCompletions": 677, - "frameCompletedAt": 111728.840407, - "acceptedEvents": 1340, - "active": true, - "invalidCells": 0 - }, - { - "index": 677, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.522868000000017, - "resizeCallMs": 0.21516400000837166, - "frameCompletions": 678, - "frameCompletedAt": 111745.53371, - "acceptedEvents": 1342, - "active": true, - "invalidCells": 0 - }, - { - "index": 678, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.956360999989556, - "resizeCallMs": 0.046851999999489635, - "frameCompletions": 679, - "frameCompletedAt": 111761.471935, - "acceptedEvents": 1344, - "active": true, - "invalidCells": 0 - }, - { - "index": 679, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.337471999999252, - "resizeCallMs": 0.04301500000292435, - "frameCompletions": 680, - "frameCompletedAt": 111776.692517, - "acceptedEvents": 1346, - "active": true, - "invalidCells": 0 - }, - { - "index": 680, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.230761999991955, - "resizeCallMs": 0.1100869999936549, - "frameCompletions": 681, - "frameCompletedAt": 111790.911855, - "acceptedEvents": 1348, - "active": true, - "invalidCells": 0 - }, - { - "index": 681, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.482707000002847, - "resizeCallMs": 0.21263900000485592, - "frameCompletions": 682, - "frameCompletedAt": 111807.56508, - "acceptedEvents": 1350, - "active": true, - "invalidCells": 0 - }, - { - "index": 682, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.976710999995703, - "resizeCallMs": 0.07592899999872316, - "frameCompletions": 683, - "frameCompletedAt": 111822.42516, - "acceptedEvents": 1352, - "active": true, - "invalidCells": 0 - }, - { - "index": 683, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.754192000007606, - "resizeCallMs": 0.07560900000680704, - "frameCompletions": 684, - "frameCompletedAt": 111838.202319, - "acceptedEvents": 1354, - "active": true, - "invalidCells": 0 - }, - { - "index": 684, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.92266500000551, - "resizeCallMs": 0.08386500000779051, - "frameCompletions": 685, - "frameCompletedAt": 111855.111658, - "acceptedEvents": 1356, - "active": true, - "invalidCells": 0 - }, - { - "index": 685, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.730305999997654, - "resizeCallMs": 0.22534399999130983, - "frameCompletions": 686, - "frameCompletedAt": 111868.017067, - "acceptedEvents": 1358, - "active": true, - "invalidCells": 0 - }, - { - "index": 686, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.781166000000667, - "resizeCallMs": 0.05085099999269005, - "frameCompletions": 687, - "frameCompletedAt": 111883.904132, - "acceptedEvents": 1360, - "active": true, - "invalidCells": 0 - }, - { - "index": 687, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.493168000000878, - "resizeCallMs": 0.06686099999933504, - "frameCompletions": 688, - "frameCompletedAt": 111900.125415, - "acceptedEvents": 1362, - "active": true, - "invalidCells": 0 - }, - { - "index": 688, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.778572000010172, - "resizeCallMs": 0.08781300000555348, - "frameCompletions": 689, - "frameCompletedAt": 111916.892273, - "acceptedEvents": 1364, - "active": true, - "invalidCells": 0 - }, - { - "index": 689, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.09218900000269, - "resizeCallMs": 0.2082700000028126, - "frameCompletions": 690, - "frameCompletedAt": 111932.773877, - "acceptedEvents": 1366, - "active": true, - "invalidCells": 0 - }, - { - "index": 690, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.626371000005747, - "resizeCallMs": 0.03658200000063516, - "frameCompletions": 691, - "frameCompletedAt": 111946.53882, - "acceptedEvents": 1368, - "active": true, - "invalidCells": 0 - }, - { - "index": 691, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 10.498987999992096, - "resizeCallMs": 0.055789999998523854, - "frameCompletions": 692, - "frameCompletedAt": 111960.825872, - "acceptedEvents": 1369, - "active": true, - "invalidCells": 0 - }, - { - "index": 692, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.71212999999989, - "resizeCallMs": 0.08866499998839572, - "frameCompletions": 693, - "frameCompletedAt": 111976.595656, - "acceptedEvents": 1371, - "active": true, - "invalidCells": 0 - }, - { - "index": 693, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.413291999997455, - "resizeCallMs": 0.26687599999422673, - "frameCompletions": 694, - "frameCompletedAt": 111994.225474, - "acceptedEvents": 1373, - "active": true, - "invalidCells": 0 - }, - { - "index": 694, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.74772899999516, - "resizeCallMs": 0.11493599999812432, - "frameCompletions": 695, - "frameCompletedAt": 112008.16937, - "acceptedEvents": 1375, - "active": true, - "invalidCells": 0 - }, - { - "index": 695, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.3381240000017, - "resizeCallMs": 0.07035899999027606, - "frameCompletions": 696, - "frameCompletedAt": 112025.386786, - "acceptedEvents": 1377, - "active": true, - "invalidCells": 0 - }, - { - "index": 696, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.652530999999726, - "resizeCallMs": 0.10955599999579135, - "frameCompletions": 697, - "frameCompletedAt": 112040.045721, - "acceptedEvents": 1379, - "active": true, - "invalidCells": 0 - }, - { - "index": 697, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 21.398293999998714, - "resizeCallMs": 0.32798600000387523, - "frameCompletions": 698, - "frameCompletedAt": 112060.256916, - "acceptedEvents": 1381, - "active": true, - "invalidCells": 0 - }, - { - "index": 698, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.390035999997053, - "resizeCallMs": 0.060459999993327074, - "frameCompletions": 699, - "frameCompletedAt": 112075.719534, - "acceptedEvents": 1383, - "active": true, - "invalidCells": 0 - }, - { - "index": 699, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.49983099999372, - "resizeCallMs": 0.106709999992745, - "frameCompletions": 700, - "frameCompletedAt": 112090.02366, - "acceptedEvents": 1385, - "active": true, - "invalidCells": 0 - }, - { - "index": 700, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.487284999995609, - "resizeCallMs": 0.12803199999325443, - "frameCompletions": 701, - "frameCompletedAt": 112103.777922, - "acceptedEvents": 1387, - "active": true, - "invalidCells": 0 - }, - { - "index": 701, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.790394000010565, - "resizeCallMs": 0.25253800000064075, - "frameCompletions": 702, - "frameCompletedAt": 112119.769713, - "acceptedEvents": 1389, - "active": true, - "invalidCells": 0 - }, - { - "index": 702, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.740304999999353, - "resizeCallMs": 0.05825500001083128, - "frameCompletions": 703, - "frameCompletedAt": 112135.514196, - "acceptedEvents": 1391, - "active": true, - "invalidCells": 0 - }, - { - "index": 703, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.281111000003875, - "resizeCallMs": 0.06179199999314733, - "frameCompletions": 704, - "frameCompletedAt": 112151.565545, - "acceptedEvents": 1393, - "active": true, - "invalidCells": 0 - }, - { - "index": 704, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.07312100000854, - "resizeCallMs": 0.13275100001192186, - "frameCompletions": 705, - "frameCompletedAt": 112167.64057, - "acceptedEvents": 1395, - "active": true, - "invalidCells": 0 - }, - { - "index": 705, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.740334000001894, - "resizeCallMs": 0.3042989999958081, - "frameCompletions": 706, - "frameCompletedAt": 112180.56132, - "acceptedEvents": 1397, - "active": true, - "invalidCells": 0 - }, - { - "index": 706, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.444524999998976, - "resizeCallMs": 0.056121000001439825, - "frameCompletions": 707, - "frameCompletedAt": 112200.991596, - "acceptedEvents": 1399, - "active": true, - "invalidCells": 0 - }, - { - "index": 707, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.054412999990745, - "resizeCallMs": 0.08705099999497179, - "frameCompletions": 708, - "frameCompletedAt": 112215.151898, - "acceptedEvents": 1401, - "active": true, - "invalidCells": 0 - }, - { - "index": 708, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.20326799999748, - "resizeCallMs": 0.09536799999477807, - "frameCompletions": 709, - "frameCompletedAt": 112231.204018, - "acceptedEvents": 1403, - "active": true, - "invalidCells": 0 - }, - { - "index": 709, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.788589999996475, - "resizeCallMs": 0.22450199999730103, - "frameCompletions": 710, - "frameCompletedAt": 112247.482404, - "acceptedEvents": 1405, - "active": true, - "invalidCells": 0 - }, - { - "index": 710, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.9097299999994, - "resizeCallMs": 0.06997799999953713, - "frameCompletions": 711, - "frameCompletedAt": 112265.118044, - "acceptedEvents": 1407, - "active": true, - "invalidCells": 0 - }, - { - "index": 711, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.586063000009744, - "resizeCallMs": 0.08139099999971222, - "frameCompletions": 712, - "frameCompletedAt": 112280.583949, - "acceptedEvents": 1409, - "active": true, - "invalidCells": 0 - }, - { - "index": 712, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.1709039999987, - "resizeCallMs": 0.12474600000132341, - "frameCompletions": 713, - "frameCompletedAt": 112297.693883, - "acceptedEvents": 1411, - "active": true, - "invalidCells": 0 - }, - { - "index": 713, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.101648999989266, - "resizeCallMs": 0.21672699999180622, - "frameCompletions": 714, - "frameCompletedAt": 112313.925968, - "acceptedEvents": 1414, - "active": true, - "invalidCells": 0 - }, - { - "index": 714, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.827508000002126, - "resizeCallMs": 0.04261400000541471, - "frameCompletions": 715, - "frameCompletedAt": 112332.800469, - "acceptedEvents": 1416, - "active": true, - "invalidCells": 0 - }, - { - "index": 715, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.739855000007083, - "resizeCallMs": 0.0643969999946421, - "frameCompletions": 716, - "frameCompletedAt": 112349.566125, - "acceptedEvents": 1418, - "active": true, - "invalidCells": 0 - }, - { - "index": 716, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.612905000001774, - "resizeCallMs": 0.1431730000040261, - "frameCompletions": 717, - "frameCompletedAt": 112366.008153, - "acceptedEvents": 1420, - "active": true, - "invalidCells": 0 - }, - { - "index": 717, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.153970999992453, - "resizeCallMs": 0.2404439999954775, - "frameCompletions": 718, - "frameCompletedAt": 112382.316337, - "acceptedEvents": 1422, - "active": true, - "invalidCells": 0 - }, - { - "index": 718, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.329295999996248, - "resizeCallMs": 0.054647999990265816, - "frameCompletions": 719, - "frameCompletedAt": 112397.19774, - "acceptedEvents": 1424, - "active": true, - "invalidCells": 0 - }, - { - "index": 719, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.620389000003343, - "resizeCallMs": 0.05090100000961684, - "frameCompletions": 720, - "frameCompletedAt": 112411.609117, - "acceptedEvents": 1426, - "active": true, - "invalidCells": 0 - }, - { - "index": 720, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.866875000006985, - "resizeCallMs": 0.07696099999884609, - "frameCompletions": 721, - "frameCompletedAt": 112429.697359, - "acceptedEvents": 1428, - "active": true, - "invalidCells": 0 - }, - { - "index": 721, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.035395999992033, - "resizeCallMs": 0.22455299999273848, - "frameCompletions": 722, - "frameCompletedAt": 112443.663308, - "acceptedEvents": 1430, - "active": true, - "invalidCells": 0 - }, - { - "index": 722, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.39260999999533, - "resizeCallMs": 0.041442000001552515, - "frameCompletions": 723, - "frameCompletedAt": 112459.132239, - "acceptedEvents": 1432, - "active": true, - "invalidCells": 0 - }, - { - "index": 723, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.65351499999815, - "resizeCallMs": 0.0949970000074245, - "frameCompletions": 724, - "frameCompletedAt": 112474.97691, - "acceptedEvents": 1434, - "active": true, - "invalidCells": 0 - }, - { - "index": 724, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.780184000002919, - "resizeCallMs": 0.10131900000851601, - "frameCompletions": 725, - "frameCompletedAt": 112493.965666, - "acceptedEvents": 1436, - "active": true, - "invalidCells": 0 - }, - { - "index": 725, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.277613999991445, - "resizeCallMs": 0.22682699999131728, - "frameCompletions": 726, - "frameCompletedAt": 112507.085057, - "acceptedEvents": 1438, - "active": true, - "invalidCells": 0 - }, - { - "index": 726, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.899517999991076, - "resizeCallMs": 0.08311399999365676, - "frameCompletions": 727, - "frameCompletedAt": 112521.882705, - "acceptedEvents": 1439, - "active": true, - "invalidCells": 0 - }, - { - "index": 727, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.375348000001395, - "resizeCallMs": 0.07423600000038277, - "frameCompletions": 728, - "frameCompletedAt": 112538.722637, - "acceptedEvents": 1442, - "active": true, - "invalidCells": 0 - }, - { - "index": 728, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.816244000001461, - "resizeCallMs": 0.10013800000888295, - "frameCompletions": 729, - "frameCompletedAt": 112555.042806, - "acceptedEvents": 1443, - "active": true, - "invalidCells": 0 - }, - { - "index": 729, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.334977000005892, - "resizeCallMs": 0.26273699999728706, - "frameCompletions": 730, - "frameCompletedAt": 112570.72168, - "acceptedEvents": 1445, - "active": true, - "invalidCells": 0 - }, - { - "index": 730, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.431005999998888, - "resizeCallMs": 0.049767999997129664, - "frameCompletions": 731, - "frameCompletedAt": 112587.041978, - "acceptedEvents": 1448, - "active": true, - "invalidCells": 0 - }, - { - "index": 731, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.02185199999076, - "resizeCallMs": 0.07115999999223277, - "frameCompletions": 732, - "frameCompletedAt": 112606.220809, - "acceptedEvents": 1450, - "active": true, - "invalidCells": 0 - }, - { - "index": 732, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.767900000006193, - "resizeCallMs": 0.08979700000782032, - "frameCompletions": 733, - "frameCompletedAt": 112621.91333, - "acceptedEvents": 1452, - "active": true, - "invalidCells": 0 - }, - { - "index": 733, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.778160000001662, - "resizeCallMs": 0.2337299999926472, - "frameCompletions": 734, - "frameCompletedAt": 112638.708755, - "acceptedEvents": 1454, - "active": true, - "invalidCells": 0 - }, - { - "index": 734, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.781115999998292, - "resizeCallMs": 0.047642999998060986, - "frameCompletions": 735, - "frameCompletedAt": 112656.584568, - "acceptedEvents": 1456, - "active": true, - "invalidCells": 0 - }, - { - "index": 735, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.228357999993023, - "resizeCallMs": 0.08506699999270495, - "frameCompletions": 736, - "frameCompletedAt": 112674.695785, - "acceptedEvents": 1458, - "active": true, - "invalidCells": 0 - }, - { - "index": 736, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.345426999992924, - "resizeCallMs": 0.12408500000310596, - "frameCompletions": 737, - "frameCompletedAt": 112690.111962, - "acceptedEvents": 1460, - "active": true, - "invalidCells": 0 - }, - { - "index": 737, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.6443680000084, - "resizeCallMs": 0.23400100000435486, - "frameCompletions": 738, - "frameCompletedAt": 112707.863721, - "acceptedEvents": 1462, - "active": true, - "invalidCells": 0 - }, - { - "index": 738, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.63334400000167, - "resizeCallMs": 0.0501079999958165, - "frameCompletions": 739, - "frameCompletedAt": 112722.087418, - "acceptedEvents": 1464, - "active": true, - "invalidCells": 0 - }, - { - "index": 739, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.810043000004953, - "resizeCallMs": 0.08849400001054164, - "frameCompletions": 740, - "frameCompletedAt": 112738.744841, - "acceptedEvents": 1466, - "active": true, - "invalidCells": 0 - }, - { - "index": 740, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.332372000004398, - "resizeCallMs": 0.10445600000093691, - "frameCompletions": 741, - "frameCompletedAt": 112754.25876, - "acceptedEvents": 1468, - "active": true, - "invalidCells": 0 - }, - { - "index": 741, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.03599899999972, - "resizeCallMs": 0.25074400000448804, - "frameCompletions": 742, - "frameCompletedAt": 112769.321169, - "acceptedEvents": 1470, - "active": true, - "invalidCells": 0 - }, - { - "index": 742, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.134911000001011, - "resizeCallMs": 0.046150000009220093, - "frameCompletions": 743, - "frameCompletedAt": 112783.859637, - "acceptedEvents": 1472, - "active": true, - "invalidCells": 0 - }, - { - "index": 743, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.644807999997283, - "resizeCallMs": 0.05764400000043679, - "frameCompletions": 744, - "frameCompletedAt": 112799.429987, - "acceptedEvents": 1474, - "active": true, - "invalidCells": 0 - }, - { - "index": 744, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.888267000002088, - "resizeCallMs": 0.09630000000470318, - "frameCompletions": 745, - "frameCompletedAt": 112814.227796, - "acceptedEvents": 1476, - "active": true, - "invalidCells": 0 - }, - { - "index": 745, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.346990999998525, - "resizeCallMs": 0.2441910000052303, - "frameCompletions": 746, - "frameCompletedAt": 112829.155921, - "acceptedEvents": 1478, - "active": true, - "invalidCells": 0 - }, - { - "index": 746, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.285348000004888, - "resizeCallMs": 0.052794000002904795, - "frameCompletions": 747, - "frameCompletedAt": 112843.628588, - "acceptedEvents": 1480, - "active": true, - "invalidCells": 0 - }, - { - "index": 747, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.875471999999718, - "resizeCallMs": 0.0705290000041714, - "frameCompletions": 748, - "frameCompletedAt": 112860.572636, - "acceptedEvents": 1482, - "active": true, - "invalidCells": 0 - }, - { - "index": 748, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.596773000012035, - "resizeCallMs": 0.08422600000631064, - "frameCompletions": 749, - "frameCompletedAt": 112874.946208, - "acceptedEvents": 1483, - "active": true, - "invalidCells": 0 - }, - { - "index": 749, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.29254399999627, - "resizeCallMs": 0.22090499999467283, - "frameCompletions": 750, - "frameCompletedAt": 112890.139255, - "acceptedEvents": 1486, - "active": true, - "invalidCells": 0 - }, - { - "index": 750, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.437608000007458, - "resizeCallMs": 0.03980900000897236, - "frameCompletions": 751, - "frameCompletedAt": 112906.039866, - "acceptedEvents": 1487, - "active": true, - "invalidCells": 0 - }, - { - "index": 751, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.882375000001048, - "resizeCallMs": 0.06750299999839626, - "frameCompletions": 752, - "frameCompletedAt": 112922.131073, - "acceptedEvents": 1489, - "active": true, - "invalidCells": 0 - }, - { - "index": 752, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.469183000008343, - "resizeCallMs": 0.07763300000806339, - "frameCompletions": 753, - "frameCompletedAt": 112939.171511, - "acceptedEvents": 1492, - "active": true, - "invalidCells": 0 - }, - { - "index": 753, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.6472219999996, - "resizeCallMs": 0.2642609999893466, - "frameCompletions": 754, - "frameCompletedAt": 112955.92873, - "acceptedEvents": 1494, - "active": true, - "invalidCells": 0 - }, - { - "index": 754, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.570280999992974, - "resizeCallMs": 0.05061999999452382, - "frameCompletions": 755, - "frameCompletedAt": 112970.644987, - "acceptedEvents": 1496, - "active": true, - "invalidCells": 0 - }, - { - "index": 755, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.632622999997693, - "resizeCallMs": 0.06292399999802001, - "frameCompletions": 756, - "frameCompletedAt": 112986.523856, - "acceptedEvents": 1498, - "active": true, - "invalidCells": 0 - }, - { - "index": 756, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.138850999996066, - "resizeCallMs": 0.08368500000506174, - "frameCompletions": 757, - "frameCompletedAt": 113002.267057, - "acceptedEvents": 1500, - "active": true, - "invalidCells": 0 - }, - { - "index": 757, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.625310000003083, - "resizeCallMs": 0.23064500000327826, - "frameCompletions": 758, - "frameCompletedAt": 113019.515133, - "acceptedEvents": 1502, - "active": true, - "invalidCells": 0 - }, - { - "index": 758, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.118258999995305, - "resizeCallMs": 0.06883499999821652, - "frameCompletions": 759, - "frameCompletedAt": 113034.01795, - "acceptedEvents": 1503, - "active": true, - "invalidCells": 0 - }, - { - "index": 759, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.631892000004882, - "resizeCallMs": 0.11741200000687968, - "frameCompletions": 760, - "frameCompletedAt": 113049.9228, - "acceptedEvents": 1505, - "active": true, - "invalidCells": 0 - }, - { - "index": 760, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.382350999992923, - "resizeCallMs": 0.09870499999669846, - "frameCompletions": 761, - "frameCompletedAt": 113067.170967, - "acceptedEvents": 1508, - "active": true, - "invalidCells": 0 - }, - { - "index": 761, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.548496999996132, - "resizeCallMs": 0.21414199999708217, - "frameCompletions": 762, - "frameCompletedAt": 113083.058482, - "acceptedEvents": 1509, - "active": true, - "invalidCells": 0 - }, - { - "index": 762, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.330890000012005, - "resizeCallMs": 0.04048900000634603, - "frameCompletions": 763, - "frameCompletedAt": 113098.94234, - "acceptedEvents": 1512, - "active": true, - "invalidCells": 0 - }, - { - "index": 763, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.747709999996005, - "resizeCallMs": 0.05292399998870678, - "frameCompletions": 764, - "frameCompletedAt": 113118.164006, - "acceptedEvents": 1514, - "active": true, - "invalidCells": 0 - }, - { - "index": 764, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.734375, - "resizeCallMs": 0.11230100000102539, - "frameCompletions": 765, - "frameCompletedAt": 113134.678897, - "acceptedEvents": 1516, - "active": true, - "invalidCells": 0 - }, - { - "index": 765, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.503609999999753, - "resizeCallMs": 0.2946609999926295, - "frameCompletions": 766, - "frameCompletedAt": 113151.345718, - "acceptedEvents": 1518, - "active": true, - "invalidCells": 0 - }, - { - "index": 766, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.194931000005454, - "resizeCallMs": 0.05992800000240095, - "frameCompletions": 767, - "frameCompletedAt": 113167.508546, - "acceptedEvents": 1520, - "active": true, - "invalidCells": 0 - }, - { - "index": 767, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.336469999994733, - "resizeCallMs": 0.06431699999666307, - "frameCompletions": 768, - "frameCompletedAt": 113181.399648, - "acceptedEvents": 1522, - "active": true, - "invalidCells": 0 - }, - { - "index": 768, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.362150000000838, - "resizeCallMs": 0.07129100000020117, - "frameCompletions": 769, - "frameCompletedAt": 113196.115184, - "acceptedEvents": 1524, - "active": true, - "invalidCells": 0 - }, - { - "index": 769, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.68384499999229, - "resizeCallMs": 0.1820690000022296, - "frameCompletions": 770, - "frameCompletedAt": 113212.922202, - "acceptedEvents": 1526, - "active": true, - "invalidCells": 0 - }, - { - "index": 770, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.06533599999966, - "resizeCallMs": 0.05650200000673067, - "frameCompletions": 771, - "frameCompletedAt": 113226.51706, - "acceptedEvents": 1528, - "active": true, - "invalidCells": 0 - }, - { - "index": 771, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.516063999995822, - "resizeCallMs": 0.10286199999973178, - "frameCompletions": 772, - "frameCompletedAt": 113245.532548, - "acceptedEvents": 1530, - "active": true, - "invalidCells": 0 - }, - { - "index": 772, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.928295999998227, - "resizeCallMs": 0.10349399999540765, - "frameCompletions": 773, - "frameCompletedAt": 113259.98698, - "acceptedEvents": 1532, - "active": true, - "invalidCells": 0 - }, - { - "index": 773, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.110195000001113, - "resizeCallMs": 0.22875999999814667, - "frameCompletions": 774, - "frameCompletedAt": 113280.650547, - "acceptedEvents": 1534, - "active": true, - "invalidCells": 0 - }, - { - "index": 774, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 10.556740999993053, - "resizeCallMs": 0.046019999994314276, - "frameCompletions": 775, - "frameCompletedAt": 113290.925172, - "acceptedEvents": 1535, - "active": true, - "invalidCells": 0 - }, - { - "index": 775, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.28853700000036, - "resizeCallMs": 0.12682000000495464, - "frameCompletions": 776, - "frameCompletedAt": 113307.52414, - "acceptedEvents": 1538, - "active": true, - "invalidCells": 0 - }, - { - "index": 776, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.301441999996314, - "resizeCallMs": 0.11487699999997858, - "frameCompletions": 777, - "frameCompletedAt": 113327.387489, - "acceptedEvents": 1540, - "active": true, - "invalidCells": 0 - }, - { - "index": 777, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.718361000006553, - "resizeCallMs": 0.4100780000007944, - "frameCompletions": 778, - "frameCompletedAt": 113340.678719, - "acceptedEvents": 1542, - "active": true, - "invalidCells": 0 - }, - { - "index": 778, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.46648699999787, - "resizeCallMs": 0.061170999993919395, - "frameCompletions": 779, - "frameCompletedAt": 113358.836848, - "acceptedEvents": 1544, - "active": true, - "invalidCells": 0 - }, - { - "index": 779, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.212314999997034, - "resizeCallMs": 0.09219100000336766, - "frameCompletions": 780, - "frameCompletedAt": 113375.127768, - "acceptedEvents": 1546, - "active": true, - "invalidCells": 0 - }, - { - "index": 780, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.083270999995875, - "resizeCallMs": 0.11347299999033567, - "frameCompletions": 781, - "frameCompletedAt": 113391.147334, - "acceptedEvents": 1548, - "active": true, - "invalidCells": 0 - }, - { - "index": 781, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.012363000001642, - "resizeCallMs": 0.22491299999819603, - "frameCompletions": 782, - "frameCompletedAt": 113409.203643, - "acceptedEvents": 1550, - "active": true, - "invalidCells": 0 - }, - { - "index": 782, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.365528000009363, - "resizeCallMs": 0.08041900000534952, - "frameCompletions": 783, - "frameCompletedAt": 113425.72122, - "acceptedEvents": 1552, - "active": true, - "invalidCells": 0 - }, - { - "index": 783, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.14661700000579, - "resizeCallMs": 0.06542900000931695, - "frameCompletions": 784, - "frameCompletedAt": 113443.088672, - "acceptedEvents": 1555, - "active": true, - "invalidCells": 0 - }, - { - "index": 784, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 20.412461999992956, - "resizeCallMs": 0.10506699999677949, - "frameCompletions": 785, - "frameCompletedAt": 113465.015848, - "acceptedEvents": 1557, - "active": true, - "invalidCells": 0 - }, - { - "index": 785, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.205010000005132, - "resizeCallMs": 0.3738770000054501, - "frameCompletions": 786, - "frameCompletedAt": 113477.345924, - "acceptedEvents": 1559, - "active": true, - "invalidCells": 0 - }, - { - "index": 786, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.046007999990252, - "resizeCallMs": 0.07599899999331683, - "frameCompletions": 787, - "frameCompletedAt": 113493.183671, - "acceptedEvents": 1561, - "active": true, - "invalidCells": 0 - }, - { - "index": 787, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.44038499999442, - "resizeCallMs": 0.06003799999598414, - "frameCompletions": 788, - "frameCompletedAt": 113508.000206, - "acceptedEvents": 1563, - "active": true, - "invalidCells": 0 - }, - { - "index": 788, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.106393999987631, - "resizeCallMs": 0.08047799998894334, - "frameCompletions": 789, - "frameCompletedAt": 113522.771322, - "acceptedEvents": 1564, - "active": true, - "invalidCells": 0 - }, - { - "index": 789, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.41810300000361, - "resizeCallMs": 0.2208859999955166, - "frameCompletions": 790, - "frameCompletedAt": 113542.45105, - "acceptedEvents": 1567, - "active": true, - "invalidCells": 0 - }, - { - "index": 790, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.489381000006688, - "resizeCallMs": 0.059377000012318604, - "frameCompletions": 791, - "frameCompletedAt": 113556.922094, - "acceptedEvents": 1569, - "active": true, - "invalidCells": 0 - }, - { - "index": 791, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.461725999994087, - "resizeCallMs": 0.06752299999061506, - "frameCompletions": 792, - "frameCompletedAt": 113571.082586, - "acceptedEvents": 1571, - "active": true, - "invalidCells": 0 - }, - { - "index": 792, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.156635000006645, - "resizeCallMs": 0.10894499999994878, - "frameCompletions": 793, - "frameCompletedAt": 113585.292306, - "acceptedEvents": 1572, - "active": true, - "invalidCells": 0 - }, - { - "index": 793, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.194871999992756, - "resizeCallMs": 0.22551399999065325, - "frameCompletions": 794, - "frameCompletedAt": 113604.913168, - "acceptedEvents": 1575, - "active": true, - "invalidCells": 0 - }, - { - "index": 794, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.065705999993952, - "resizeCallMs": 0.048616000000038184, - "frameCompletions": 795, - "frameCompletedAt": 113618.555639, - "acceptedEvents": 1577, - "active": true, - "invalidCells": 0 - }, - { - "index": 795, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.307282000008854, - "resizeCallMs": 0.05360500000824686, - "frameCompletions": 796, - "frameCompletedAt": 113633.747514, - "acceptedEvents": 1578, - "active": true, - "invalidCells": 0 - }, - { - "index": 796, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.387321000001975, - "resizeCallMs": 0.10514699999475852, - "frameCompletions": 797, - "frameCompletedAt": 113652.510866, - "acceptedEvents": 1581, - "active": true, - "invalidCells": 0 - }, - { - "index": 797, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.748663000005763, - "resizeCallMs": 0.3321239999932004, - "frameCompletions": 798, - "frameCompletedAt": 113672.517298, - "acceptedEvents": 1583, - "active": true, - "invalidCells": 0 - }, - { - "index": 798, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.044303999995464, - "resizeCallMs": 0.04767400000127964, - "frameCompletions": 799, - "frameCompletedAt": 113687.455473, - "acceptedEvents": 1585, - "active": true, - "invalidCells": 0 - }, - { - "index": 799, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.074543999988236, - "resizeCallMs": 0.06323499999416526, - "frameCompletions": 800, - "frameCompletedAt": 113702.025703, - "acceptedEvents": 1587, - "active": true, - "invalidCells": 0 - }, - { - "index": 800, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.33036799999536, - "resizeCallMs": 0.08669100000406615, - "frameCompletions": 801, - "frameCompletedAt": 113717.722993, - "acceptedEvents": 1589, - "active": true, - "invalidCells": 0 - }, - { - "index": 801, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.0995130000083, - "resizeCallMs": 0.2563150000059977, - "frameCompletions": 802, - "frameCompletedAt": 113734.111396, - "acceptedEvents": 1591, - "active": true, - "invalidCells": 0 - }, - { - "index": 802, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.030065999992075, - "resizeCallMs": 0.04214299999875948, - "frameCompletions": 803, - "frameCompletedAt": 113749.117645, - "acceptedEvents": 1593, - "active": true, - "invalidCells": 0 - }, - { - "index": 803, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.724956000005477, - "resizeCallMs": 0.07822399999713525, - "frameCompletions": 804, - "frameCompletedAt": 113763.880935, - "acceptedEvents": 1595, - "active": true, - "invalidCells": 0 - }, - { - "index": 804, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.451826999997138, - "resizeCallMs": 0.09169099999417085, - "frameCompletions": 805, - "frameCompletedAt": 113778.827626, - "acceptedEvents": 1597, - "active": true, - "invalidCells": 0 - }, - { - "index": 805, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.080986000000848, - "resizeCallMs": 0.2159560000000056, - "frameCompletions": 806, - "frameCompletedAt": 113794.120751, - "acceptedEvents": 1599, - "active": true, - "invalidCells": 0 - }, - { - "index": 806, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.88834799999313, - "resizeCallMs": 0.04822499999136198, - "frameCompletions": 807, - "frameCompletedAt": 113811.962647, - "acceptedEvents": 1601, - "active": true, - "invalidCells": 0 - }, - { - "index": 807, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.84007200000633, - "resizeCallMs": 0.059215999994194135, - "frameCompletions": 808, - "frameCompletedAt": 113830.98023, - "acceptedEvents": 1603, - "active": true, - "invalidCells": 0 - }, - { - "index": 808, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.642232999991393, - "resizeCallMs": 0.09087899999576621, - "frameCompletions": 809, - "frameCompletedAt": 113847.500022, - "acceptedEvents": 1605, - "active": true, - "invalidCells": 0 - }, - { - "index": 809, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.888028000001214, - "resizeCallMs": 0.2344219999940833, - "frameCompletions": 810, - "frameCompletedAt": 113866.584015, - "acceptedEvents": 1607, - "active": true, - "invalidCells": 0 - }, - { - "index": 810, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.35574899999483, - "resizeCallMs": 0.07571900000039022, - "frameCompletions": 811, - "frameCompletedAt": 113884.285585, - "acceptedEvents": 1610, - "active": true, - "invalidCells": 0 - }, - { - "index": 811, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 21.17898199999763, - "resizeCallMs": 0.062021999998250976, - "frameCompletions": 812, - "frameCompletedAt": 113905.952399, - "acceptedEvents": 1612, - "active": true, - "invalidCells": 0 - }, - { - "index": 812, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.749431999996887, - "resizeCallMs": 0.08924499999557156, - "frameCompletions": 813, - "frameCompletedAt": 113920.816858, - "acceptedEvents": 1614, - "active": true, - "invalidCells": 0 - }, - { - "index": 813, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.983015000005253, - "resizeCallMs": 0.23901099999784492, - "frameCompletions": 814, - "frameCompletedAt": 113938.692812, - "acceptedEvents": 1616, - "active": true, - "invalidCells": 0 - }, - { - "index": 814, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.246523999987403, - "resizeCallMs": 0.09409499999310356, - "frameCompletions": 815, - "frameCompletedAt": 113956.756485, - "acceptedEvents": 1618, - "active": true, - "invalidCells": 0 - }, - { - "index": 815, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.929166999994777, - "resizeCallMs": 0.15636799999629147, - "frameCompletions": 816, - "frameCompletedAt": 113974.137393, - "acceptedEvents": 1621, - "active": true, - "invalidCells": 0 - }, - { - "index": 816, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.026379999995697, - "resizeCallMs": 0.11240099999122322, - "frameCompletions": 817, - "frameCompletedAt": 113990.873982, - "acceptedEvents": 1623, - "active": true, - "invalidCells": 0 - }, - { - "index": 817, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.42010499999742, - "resizeCallMs": 0.3506610000040382, - "frameCompletions": 818, - "frameCompletedAt": 114007.438592, - "acceptedEvents": 1625, - "active": true, - "invalidCells": 0 - }, - { - "index": 818, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.32362500000454, - "resizeCallMs": 0.06968699999561068, - "frameCompletions": 819, - "frameCompletedAt": 114023.711997, - "acceptedEvents": 1627, - "active": true, - "invalidCells": 0 - }, - { - "index": 819, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.287624000004143, - "resizeCallMs": 0.08393500000238419, - "frameCompletions": 820, - "frameCompletedAt": 114040.901428, - "acceptedEvents": 1629, - "active": true, - "invalidCells": 0 - }, - { - "index": 820, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.476345000002766, - "resizeCallMs": 0.16641799999342766, - "frameCompletions": 821, - "frameCompletedAt": 114056.448643, - "acceptedEvents": 1631, - "active": true, - "invalidCells": 0 - }, - { - "index": 821, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.227082999990671, - "resizeCallMs": 0.2835990000021411, - "frameCompletions": 822, - "frameCompletedAt": 114069.859338, - "acceptedEvents": 1633, - "active": true, - "invalidCells": 0 - }, - { - "index": 822, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.792809000005946, - "resizeCallMs": 0.06299500000022817, - "frameCompletions": 823, - "frameCompletedAt": 114083.486961, - "acceptedEvents": 1635, - "active": true, - "invalidCells": 0 - }, - { - "index": 823, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.162207000001217, - "resizeCallMs": 0.07095900000422262, - "frameCompletions": 824, - "frameCompletedAt": 114102.718575, - "acceptedEvents": 1637, - "active": true, - "invalidCells": 0 - }, - { - "index": 824, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.682459999996354, - "resizeCallMs": 0.0975520000065444, - "frameCompletions": 825, - "frameCompletedAt": 114117.42317, - "acceptedEvents": 1639, - "active": true, - "invalidCells": 0 - }, - { - "index": 825, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 20.341382000013255, - "resizeCallMs": 0.23229800000262912, - "frameCompletions": 826, - "frameCompletedAt": 114137.943835, - "acceptedEvents": 1641, - "active": true, - "invalidCells": 0 - }, - { - "index": 826, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.60152100000414, - "resizeCallMs": 0.05393700000422541, - "frameCompletions": 827, - "frameCompletedAt": 114151.536298, - "acceptedEvents": 1643, - "active": true, - "invalidCells": 0 - }, - { - "index": 827, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.878828999993857, - "resizeCallMs": 0.0581839999940712, - "frameCompletions": 828, - "frameCompletedAt": 114170.297085, - "acceptedEvents": 1645, - "active": true, - "invalidCells": 0 - }, - { - "index": 828, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.562536999990698, - "resizeCallMs": 0.11899400000402238, - "frameCompletions": 829, - "frameCompletedAt": 114188.480925, - "acceptedEvents": 1648, - "active": true, - "invalidCells": 0 - }, - { - "index": 829, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.87398899999971, - "resizeCallMs": 0.26374999999825377, - "frameCompletions": 830, - "frameCompletedAt": 114205.905449, - "acceptedEvents": 1650, - "active": true, - "invalidCells": 0 - }, - { - "index": 830, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.168029000007664, - "resizeCallMs": 0.04054900001210626, - "frameCompletions": 831, - "frameCompletedAt": 114225.00321, - "acceptedEvents": 1652, - "active": true, - "invalidCells": 0 - }, - { - "index": 831, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.692270999992616, - "resizeCallMs": 0.08650999999372289, - "frameCompletions": 832, - "frameCompletedAt": 114241.610304, - "acceptedEvents": 1654, - "active": true, - "invalidCells": 0 - }, - { - "index": 832, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.118361000000732, - "resizeCallMs": 0.1165189999883296, - "frameCompletions": 833, - "frameCompletedAt": 114260.733285, - "acceptedEvents": 1656, - "active": true, - "invalidCells": 0 - }, - { - "index": 833, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.267282999993768, - "resizeCallMs": 0.29889799999364186, - "frameCompletions": 834, - "frameCompletedAt": 114275.932464, - "acceptedEvents": 1658, - "active": true, - "invalidCells": 0 - }, - { - "index": 834, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.705278000008548, - "resizeCallMs": 0.06506799999624491, - "frameCompletions": 835, - "frameCompletedAt": 114295.63172, - "acceptedEvents": 1661, - "active": true, - "invalidCells": 0 - }, - { - "index": 835, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.54274699999951, - "resizeCallMs": 0.09895499999402091, - "frameCompletions": 836, - "frameCompletedAt": 114312.3388, - "acceptedEvents": 1663, - "active": true, - "invalidCells": 0 - }, - { - "index": 836, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.478008999998565, - "resizeCallMs": 0.09646000000066124, - "frameCompletions": 837, - "frameCompletedAt": 114329.770368, - "acceptedEvents": 1665, - "active": true, - "invalidCells": 0 - }, - { - "index": 837, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 12.567673000012292, - "resizeCallMs": 0.22510300000431016, - "frameCompletions": 838, - "frameCompletedAt": 114342.483128, - "acceptedEvents": 1667, - "active": true, - "invalidCells": 0 - }, - { - "index": 838, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.09491299999354, - "resizeCallMs": 0.06193199999688659, - "frameCompletions": 839, - "frameCompletedAt": 114356.259443, - "acceptedEvents": 1669, - "active": true, - "invalidCells": 0 - }, - { - "index": 839, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.502026000001933, - "resizeCallMs": 0.06014800000411924, - "frameCompletions": 840, - "frameCompletedAt": 114371.295782, - "acceptedEvents": 1671, - "active": true, - "invalidCells": 0 - }, - { - "index": 840, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.50869899999816, - "resizeCallMs": 0.1196359999885317, - "frameCompletions": 841, - "frameCompletedAt": 114388.157827, - "acceptedEvents": 1673, - "active": true, - "invalidCells": 0 - }, - { - "index": 841, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.473450999998022, - "resizeCallMs": 0.24324900000647176, - "frameCompletions": 842, - "frameCompletedAt": 114407.917523, - "acceptedEvents": 1675, - "active": true, - "invalidCells": 0 - }, - { - "index": 842, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.881724000006216, - "resizeCallMs": 0.14623800000117626, - "frameCompletions": 843, - "frameCompletedAt": 114423.816851, - "acceptedEvents": 1677, - "active": true, - "invalidCells": 0 - }, - { - "index": 843, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.68807299999753, - "resizeCallMs": 0.10917500000505242, - "frameCompletions": 844, - "frameCompletedAt": 114441.474124, - "acceptedEvents": 1679, - "active": true, - "invalidCells": 0 - }, - { - "index": 844, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.47039400000358, - "resizeCallMs": 0.1315290000056848, - "frameCompletions": 845, - "frameCompletedAt": 114459.82824, - "acceptedEvents": 1681, - "active": true, - "invalidCells": 0 - }, - { - "index": 845, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.74634800000058, - "resizeCallMs": 0.24065399999381043, - "frameCompletions": 846, - "frameCompletedAt": 114477.879569, - "acceptedEvents": 1684, - "active": true, - "invalidCells": 0 - }, - { - "index": 846, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.97710200000438, - "resizeCallMs": 0.05999800001154654, - "frameCompletions": 847, - "frameCompletedAt": 114495.75948, - "acceptedEvents": 1686, - "active": true, - "invalidCells": 0 - }, - { - "index": 847, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.956109000006109, - "resizeCallMs": 0.07915600000706036, - "frameCompletions": 848, - "frameCompletedAt": 114508.236666, - "acceptedEvents": 1688, - "active": true, - "invalidCells": 0 - }, - { - "index": 848, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.523938999991515, - "resizeCallMs": 0.08704099999158643, - "frameCompletions": 849, - "frameCompletedAt": 114524.936702, - "acceptedEvents": 1690, - "active": true, - "invalidCells": 0 - }, - { - "index": 849, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.564769000004162, - "resizeCallMs": 0.2057550000026822, - "frameCompletions": 850, - "frameCompletedAt": 114539.462975, - "acceptedEvents": 1692, - "active": true, - "invalidCells": 0 - }, - { - "index": 850, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.489612000004854, - "resizeCallMs": 0.054618000009213574, - "frameCompletions": 851, - "frameCompletedAt": 114554.503111, - "acceptedEvents": 1694, - "active": true, - "invalidCells": 0 - }, - { - "index": 851, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.743522999997367, - "resizeCallMs": 0.09995699999853969, - "frameCompletions": 852, - "frameCompletedAt": 114577.221666, - "acceptedEvents": 1696, - "active": true, - "invalidCells": 0 - }, - { - "index": 852, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.687170000004699, - "resizeCallMs": 0.11190100001113024, - "frameCompletions": 853, - "frameCompletedAt": 114589.73865, - "acceptedEvents": 1698, - "active": true, - "invalidCells": 0 - }, - { - "index": 853, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.275771000000532, - "resizeCallMs": 0.2490199999883771, - "frameCompletions": 854, - "frameCompletedAt": 114609.178976, - "acceptedEvents": 1700, - "active": true, - "invalidCells": 0 - }, - { - "index": 854, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.554248999993433, - "resizeCallMs": 0.056771999996271916, - "frameCompletions": 855, - "frameCompletedAt": 114624.77139, - "acceptedEvents": 1702, - "active": true, - "invalidCells": 0 - }, - { - "index": 855, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.108762999996543, - "resizeCallMs": 0.06158100000175182, - "frameCompletions": 856, - "frameCompletedAt": 114644.01561, - "acceptedEvents": 1705, - "active": true, - "invalidCells": 0 - }, - { - "index": 856, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.50455100000545, - "resizeCallMs": 0.13104800001019612, - "frameCompletions": 857, - "frameCompletedAt": 114660.171424, - "acceptedEvents": 1707, - "active": true, - "invalidCells": 0 - }, - { - "index": 857, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.59454900000128, - "resizeCallMs": 0.23127499999827705, - "frameCompletions": 858, - "frameCompletedAt": 114680.09379, - "acceptedEvents": 1709, - "active": true, - "invalidCells": 0 - }, - { - "index": 858, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.378781999999774, - "resizeCallMs": 0.04670200000691693, - "frameCompletions": 859, - "frameCompletedAt": 114693.387444, - "acceptedEvents": 1711, - "active": true, - "invalidCells": 0 - }, - { - "index": 859, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.9764920000016, - "resizeCallMs": 0.07530799999949522, - "frameCompletions": 860, - "frameCompletedAt": 114711.296643, - "acceptedEvents": 1713, - "active": true, - "invalidCells": 0 - }, - { - "index": 860, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.26900800000294, - "resizeCallMs": 0.09748199999739882, - "frameCompletions": 861, - "frameCompletedAt": 114729.95573, - "acceptedEvents": 1715, - "active": true, - "invalidCells": 0 - }, - { - "index": 861, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.656279999995604, - "resizeCallMs": 0.339057999997749, - "frameCompletions": 862, - "frameCompletedAt": 114747.197594, - "acceptedEvents": 1717, - "active": true, - "invalidCells": 0 - }, - { - "index": 862, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.454274000003352, - "resizeCallMs": 0.06865499999548774, - "frameCompletions": 863, - "frameCompletedAt": 114766.742476, - "acceptedEvents": 1720, - "active": true, - "invalidCells": 0 - }, - { - "index": 863, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.809370999995735, - "resizeCallMs": 0.0545879999990575, - "frameCompletions": 864, - "frameCompletedAt": 114777.251804, - "acceptedEvents": 1721, - "active": true, - "invalidCells": 0 - }, - { - "index": 864, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.431918000002042, - "resizeCallMs": 0.09049800000502728, - "frameCompletions": 865, - "frameCompletedAt": 114795.391928, - "acceptedEvents": 1724, - "active": true, - "invalidCells": 0 - }, - { - "index": 865, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 11.757097000008798, - "resizeCallMs": 0.22984300000825897, - "frameCompletions": 866, - "frameCompletedAt": 114809.826691, - "acceptedEvents": 1725, - "active": true, - "invalidCells": 0 - }, - { - "index": 866, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.000718000010238, - "resizeCallMs": 0.057572999998228624, - "frameCompletions": 867, - "frameCompletedAt": 114825.35561, - "acceptedEvents": 1727, - "active": true, - "invalidCells": 0 - }, - { - "index": 867, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.797388999999384, - "resizeCallMs": 0.21601600000576582, - "frameCompletions": 868, - "frameCompletedAt": 114841.450895, - "acceptedEvents": 1729, - "active": true, - "invalidCells": 0 - }, - { - "index": 868, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.500161999996635, - "resizeCallMs": 0.1131630000018049, - "frameCompletions": 869, - "frameCompletedAt": 114859.064321, - "acceptedEvents": 1731, - "active": true, - "invalidCells": 0 - }, - { - "index": 869, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 20.246916000003694, - "resizeCallMs": 0.2238610000058543, - "frameCompletions": 870, - "frameCompletedAt": 114878.417155, - "acceptedEvents": 1734, - "active": true, - "invalidCells": 0 - }, - { - "index": 870, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.849300000001676, - "resizeCallMs": 0.045499999992898665, - "frameCompletions": 871, - "frameCompletedAt": 114894.139174, - "acceptedEvents": 1736, - "active": true, - "invalidCells": 0 - }, - { - "index": 871, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.744525000001886, - "resizeCallMs": 0.0637060000008205, - "frameCompletions": 872, - "frameCompletedAt": 114910.92017, - "acceptedEvents": 1738, - "active": true, - "invalidCells": 0 - }, - { - "index": 872, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.260760999997729, - "resizeCallMs": 0.11401499999919906, - "frameCompletions": 873, - "frameCompletedAt": 114927.20569, - "acceptedEvents": 1740, - "active": true, - "invalidCells": 0 - }, - { - "index": 873, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.720346999994945, - "resizeCallMs": 0.22184699999343138, - "frameCompletions": 874, - "frameCompletedAt": 114945.092615, - "acceptedEvents": 1742, - "active": true, - "invalidCells": 0 - }, - { - "index": 874, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.707259999995586, - "resizeCallMs": 0.04797400000097696, - "frameCompletions": 875, - "frameCompletedAt": 114960.72143, - "acceptedEvents": 1744, - "active": true, - "invalidCells": 0 - }, - { - "index": 875, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.305861000000732, - "resizeCallMs": 0.062022999991313554, - "frameCompletions": 876, - "frameCompletedAt": 114978.821516, - "acceptedEvents": 1746, - "active": true, - "invalidCells": 0 - }, - { - "index": 876, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.822257000007085, - "resizeCallMs": 0.10799300001235679, - "frameCompletions": 877, - "frameCompletedAt": 114995.748549, - "acceptedEvents": 1748, - "active": true, - "invalidCells": 0 - }, - { - "index": 877, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.12665800000832, - "resizeCallMs": 0.2419170000066515, - "frameCompletions": 878, - "frameCompletedAt": 115014.796342, - "acceptedEvents": 1751, - "active": true, - "invalidCells": 0 - }, - { - "index": 878, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.381589999989956, - "resizeCallMs": 0.08560900000156835, - "frameCompletions": 879, - "frameCompletedAt": 115033.384208, - "acceptedEvents": 1753, - "active": true, - "invalidCells": 0 - }, - { - "index": 879, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.88289700000314, - "resizeCallMs": 0.06348500000603963, - "frameCompletions": 880, - "frameCompletedAt": 115050.239731, - "acceptedEvents": 1755, - "active": true, - "invalidCells": 0 - }, - { - "index": 880, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.298644000009517, - "resizeCallMs": 0.07567900000140071, - "frameCompletions": 881, - "frameCompletedAt": 115064.289305, - "acceptedEvents": 1757, - "active": true, - "invalidCells": 0 - }, - { - "index": 881, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.649096000008285, - "resizeCallMs": 0.29794699999911245, - "frameCompletions": 882, - "frameCompletedAt": 115080.28311, - "acceptedEvents": 1759, - "active": true, - "invalidCells": 0 - }, - { - "index": 882, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.0752749999956, - "resizeCallMs": 0.05022900000039954, - "frameCompletions": 883, - "frameCompletedAt": 115095.336051, - "acceptedEvents": 1761, - "active": true, - "invalidCells": 0 - }, - { - "index": 883, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.510611999998218, - "resizeCallMs": 0.06697200000053272, - "frameCompletions": 884, - "frameCompletedAt": 115110.807687, - "acceptedEvents": 1763, - "active": true, - "invalidCells": 0 - }, - { - "index": 884, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.19624499999918, - "resizeCallMs": 0.0911599999963073, - "frameCompletions": 885, - "frameCompletedAt": 115127.823135, - "acceptedEvents": 1765, - "active": true, - "invalidCells": 0 - }, - { - "index": 885, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.577625000005355, - "resizeCallMs": 0.2205240000039339, - "frameCompletions": 886, - "frameCompletedAt": 115144.655552, - "acceptedEvents": 1767, - "active": true, - "invalidCells": 0 - }, - { - "index": 886, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.604879999998957, - "resizeCallMs": 0.05116099999577273, - "frameCompletions": 887, - "frameCompletedAt": 115162.990851, - "acceptedEvents": 1769, - "active": true, - "invalidCells": 0 - }, - { - "index": 887, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.06695999999647, - "resizeCallMs": 0.1165400000027148, - "frameCompletions": 888, - "frameCompletedAt": 115180.230931, - "acceptedEvents": 1771, - "active": true, - "invalidCells": 0 - }, - { - "index": 888, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.024886999992304, - "resizeCallMs": 0.11472699999285396, - "frameCompletions": 889, - "frameCompletedAt": 115197.185349, - "acceptedEvents": 1774, - "active": true, - "invalidCells": 0 - }, - { - "index": 889, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.828931000010925, - "resizeCallMs": 0.2353140000050189, - "frameCompletions": 890, - "frameCompletedAt": 115210.573099, - "acceptedEvents": 1776, - "active": true, - "invalidCells": 0 - }, - { - "index": 890, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 11.413820000001579, - "resizeCallMs": 0.03873600000224542, - "frameCompletions": 891, - "frameCompletedAt": 115226.634016, - "acceptedEvents": 1777, - "active": true, - "invalidCells": 0 - }, - { - "index": 891, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.483709000007366, - "resizeCallMs": 0.057113000002573244, - "frameCompletions": 892, - "frameCompletedAt": 115242.078789, - "acceptedEvents": 1779, - "active": true, - "invalidCells": 0 - }, - { - "index": 892, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.69547700000112, - "resizeCallMs": 0.192137999998522, - "frameCompletions": 893, - "frameCompletedAt": 115256.603158, - "acceptedEvents": 1781, - "active": true, - "invalidCells": 0 - }, - { - "index": 893, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.683573999995133, - "resizeCallMs": 0.3787069999962114, - "frameCompletions": 894, - "frameCompletedAt": 115274.484913, - "acceptedEvents": 1783, - "active": true, - "invalidCells": 0 - }, - { - "index": 894, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.45550500000536, - "resizeCallMs": 0.05880600000091363, - "frameCompletions": 895, - "frameCompletedAt": 115291.909497, - "acceptedEvents": 1785, - "active": true, - "invalidCells": 0 - }, - { - "index": 895, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.82294899999397, - "resizeCallMs": 0.06509899999946356, - "frameCompletions": 896, - "frameCompletedAt": 115305.64879, - "acceptedEvents": 1787, - "active": true, - "invalidCells": 0 - }, - { - "index": 896, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 9.40662500000326, - "resizeCallMs": 0.0830640000058338, - "frameCompletions": 897, - "frameCompletedAt": 115319.17398, - "acceptedEvents": 1789, - "active": true, - "invalidCells": 0 - }, - { - "index": 897, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.241503999990528, - "resizeCallMs": 0.22048499999800697, - "frameCompletions": 898, - "frameCompletedAt": 115335.352158, - "acceptedEvents": 1791, - "active": true, - "invalidCells": 0 - }, - { - "index": 898, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.472819000002346, - "resizeCallMs": 0.07378599999356084, - "frameCompletions": 899, - "frameCompletedAt": 115352.029871, - "acceptedEvents": 1793, - "active": true, - "invalidCells": 0 - }, - { - "index": 899, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.77156899998954, - "resizeCallMs": 0.07093000000168104, - "frameCompletions": 900, - "frameCompletedAt": 115369.653026, - "acceptedEvents": 1795, - "active": true, - "invalidCells": 0 - }, - { - "index": 900, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.70489500000258, - "resizeCallMs": 0.1076619999948889, - "frameCompletions": 901, - "frameCompletedAt": 115385.3924, - "acceptedEvents": 1797, - "active": true, - "invalidCells": 0 - }, - { - "index": 901, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 20.55566300000646, - "resizeCallMs": 0.22261900000739843, - "frameCompletions": 902, - "frameCompletedAt": 115402.80478, - "acceptedEvents": 1800, - "active": true, - "invalidCells": 0 - }, - { - "index": 902, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 11.1375859999971, - "resizeCallMs": 0.03769399999873713, - "frameCompletions": 903, - "frameCompletedAt": 115417.103033, - "acceptedEvents": 1801, - "active": true, - "invalidCells": 0 - }, - { - "index": 903, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.241332000005059, - "resizeCallMs": 0.05410700000356883, - "frameCompletions": 904, - "frameCompletedAt": 115431.441106, - "acceptedEvents": 1803, - "active": true, - "invalidCells": 0 - }, - { - "index": 904, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.760074999998324, - "resizeCallMs": 0.10464700000011362, - "frameCompletions": 905, - "frameCompletedAt": 115447.705995, - "acceptedEvents": 1805, - "active": true, - "invalidCells": 0 - }, - { - "index": 905, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.28777500000433, - "resizeCallMs": 0.35747500001161825, - "frameCompletions": 906, - "frameCompletedAt": 115464.458515, - "acceptedEvents": 1807, - "active": true, - "invalidCells": 0 - }, - { - "index": 906, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.42779000000155, - "resizeCallMs": 0.06193199999688659, - "frameCompletions": 907, - "frameCompletedAt": 115480.743122, - "acceptedEvents": 1809, - "active": true, - "invalidCells": 0 - }, - { - "index": 907, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.705755999995745, - "resizeCallMs": 0.07562899999902584, - "frameCompletions": 908, - "frameCompletedAt": 115493.60185, - "acceptedEvents": 1811, - "active": true, - "invalidCells": 0 - }, - { - "index": 908, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.80358000000706, - "resizeCallMs": 0.07923600000503939, - "frameCompletions": 909, - "frameCompletedAt": 115510.160708, - "acceptedEvents": 1813, - "active": true, - "invalidCells": 0 - }, - { - "index": 909, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.956191000004765, - "resizeCallMs": 0.34645300000556745, - "frameCompletions": 910, - "frameCompletedAt": 115526.426338, - "acceptedEvents": 1815, - "active": true, - "invalidCells": 0 - }, - { - "index": 910, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.085135000001173, - "resizeCallMs": 0.04673200000252109, - "frameCompletions": 911, - "frameCompletedAt": 115542.326749, - "acceptedEvents": 1817, - "active": true, - "invalidCells": 0 - }, - { - "index": 911, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.554027999998652, - "resizeCallMs": 0.09849399999075104, - "frameCompletions": 912, - "frameCompletedAt": 115555.991024, - "acceptedEvents": 1819, - "active": true, - "invalidCells": 0 - }, - { - "index": 912, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.049815999998827, - "resizeCallMs": 0.08277300000190735, - "frameCompletions": 913, - "frameCompletedAt": 115574.788152, - "acceptedEvents": 1821, - "active": true, - "invalidCells": 0 - }, - { - "index": 913, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.6439160000009, - "resizeCallMs": 0.2952110000042012, - "frameCompletions": 914, - "frameCompletedAt": 115591.735386, - "acceptedEvents": 1823, - "active": true, - "invalidCells": 0 - }, - { - "index": 914, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.644807999997283, - "resizeCallMs": 0.0741859999980079, - "frameCompletions": 915, - "frameCompletedAt": 115609.373781, - "acceptedEvents": 1825, - "active": true, - "invalidCells": 0 - }, - { - "index": 915, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.17880999999761, - "resizeCallMs": 0.06878600000345614, - "frameCompletions": 916, - "frameCompletedAt": 115626.582771, - "acceptedEvents": 1827, - "active": true, - "invalidCells": 0 - }, - { - "index": 916, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.406987999987905, - "resizeCallMs": 0.07076899999810848, - "frameCompletions": 917, - "frameCompletedAt": 115639.85878, - "acceptedEvents": 1829, - "active": true, - "invalidCells": 0 - }, - { - "index": 917, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.675648000004003, - "resizeCallMs": 0.2414850000059232, - "frameCompletions": 918, - "frameCompletedAt": 115656.311589, - "acceptedEvents": 1831, - "active": true, - "invalidCells": 0 - }, - { - "index": 918, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.888357000003452, - "resizeCallMs": 0.09175099999993108, - "frameCompletions": 919, - "frameCompletedAt": 115671.554324, - "acceptedEvents": 1833, - "active": true, - "invalidCells": 0 - }, - { - "index": 919, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.40800899999158, - "resizeCallMs": 0.10447599999315571, - "frameCompletions": 920, - "frameCompletedAt": 115687.045058, - "acceptedEvents": 1835, - "active": true, - "invalidCells": 0 - }, - { - "index": 920, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.008514000001014, - "resizeCallMs": 0.09427600000344682, - "frameCompletions": 921, - "frameCompletedAt": 115702.929136, - "acceptedEvents": 1837, - "active": true, - "invalidCells": 0 - }, - { - "index": 921, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.896433000001707, - "resizeCallMs": 0.2213460000057239, - "frameCompletions": 922, - "frameCompletedAt": 115720.010013, - "acceptedEvents": 1839, - "active": true, - "invalidCells": 0 - }, - { - "index": 922, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.803950999994413, - "resizeCallMs": 0.044647999995504506, - "frameCompletions": 923, - "frameCompletedAt": 115736.753064, - "acceptedEvents": 1841, - "active": true, - "invalidCells": 0 - }, - { - "index": 923, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.521034999997937, - "resizeCallMs": 0.06926600000588223, - "frameCompletions": 924, - "frameCompletedAt": 115754.433633, - "acceptedEvents": 1844, - "active": true, - "invalidCells": 0 - }, - { - "index": 924, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.899208000002545, - "resizeCallMs": 0.09573900001123548, - "frameCompletions": 925, - "frameCompletedAt": 115770.115954, - "acceptedEvents": 1845, - "active": true, - "invalidCells": 0 - }, - { - "index": 925, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.86641500001133, - "resizeCallMs": 0.21517400001175702, - "frameCompletions": 926, - "frameCompletedAt": 115789.086995, - "acceptedEvents": 1848, - "active": true, - "invalidCells": 0 - }, - { - "index": 926, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.927924999996321, - "resizeCallMs": 0.05136100000527222, - "frameCompletions": 927, - "frameCompletedAt": 115803.542799, - "acceptedEvents": 1850, - "active": true, - "invalidCells": 0 - }, - { - "index": 927, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.611732999997912, - "resizeCallMs": 0.06235300000116695, - "frameCompletions": 928, - "frameCompletedAt": 115823.480345, - "acceptedEvents": 1852, - "active": true, - "invalidCells": 0 - }, - { - "index": 928, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.510051999997813, - "resizeCallMs": 0.09910500000114553, - "frameCompletions": 929, - "frameCompletedAt": 115838.465453, - "acceptedEvents": 1854, - "active": true, - "invalidCells": 0 - }, - { - "index": 929, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.80939199999557, - "resizeCallMs": 0.20986299999640323, - "frameCompletions": 930, - "frameCompletedAt": 115853.93768, - "acceptedEvents": 1856, - "active": true, - "invalidCells": 0 - }, - { - "index": 930, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.59939599999052, - "resizeCallMs": 0.03600100000039674, - "frameCompletions": 931, - "frameCompletedAt": 115867.486487, - "acceptedEvents": 1858, - "active": true, - "invalidCells": 0 - }, - { - "index": 931, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.917264000003343, - "resizeCallMs": 0.05830499999865424, - "frameCompletions": 932, - "frameCompletedAt": 115883.23596, - "acceptedEvents": 1860, - "active": true, - "invalidCells": 0 - }, - { - "index": 932, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.22352800000226, - "resizeCallMs": 0.08793300000252202, - "frameCompletions": 933, - "frameCompletedAt": 115899.438787, - "acceptedEvents": 1862, - "active": true, - "invalidCells": 0 - }, - { - "index": 933, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.27497999998741, - "resizeCallMs": 0.2259149999881629, - "frameCompletions": 934, - "frameCompletedAt": 115918.954952, - "acceptedEvents": 1864, - "active": true, - "invalidCells": 0 - }, - { - "index": 934, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.032411000007414, - "resizeCallMs": 0.044057000006432645, - "frameCompletions": 935, - "frameCompletedAt": 115932.733191, - "acceptedEvents": 1866, - "active": true, - "invalidCells": 0 - }, - { - "index": 935, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 20.29295600000478, - "resizeCallMs": 0.07593999999517109, - "frameCompletions": 936, - "frameCompletedAt": 115953.20008, - "acceptedEvents": 1868, - "active": true, - "invalidCells": 0 - }, - { - "index": 936, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.344094999993104, - "resizeCallMs": 0.11325399999623187, - "frameCompletions": 937, - "frameCompletedAt": 115969.471592, - "acceptedEvents": 1870, - "active": true, - "invalidCells": 0 - }, - { - "index": 937, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.458159999994677, - "resizeCallMs": 0.239250999991782, - "frameCompletions": 938, - "frameCompletedAt": 115984.271645, - "acceptedEvents": 1872, - "active": true, - "invalidCells": 0 - }, - { - "index": 938, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.786024000000907, - "resizeCallMs": 0.03200300000025891, - "frameCompletions": 939, - "frameCompletedAt": 116000.033603, - "acceptedEvents": 1874, - "active": true, - "invalidCells": 0 - }, - { - "index": 939, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.05728100000124, - "resizeCallMs": 0.05523899999388959, - "frameCompletions": 940, - "frameCompletedAt": 116018.017319, - "acceptedEvents": 1876, - "active": true, - "invalidCells": 0 - }, - { - "index": 940, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.361157999999705, - "resizeCallMs": 0.13647900000796653, - "frameCompletions": 941, - "frameCompletedAt": 116032.255524, - "acceptedEvents": 1878, - "active": true, - "invalidCells": 0 - }, - { - "index": 941, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.172217999992426, - "resizeCallMs": 0.2640209999954095, - "frameCompletions": 942, - "frameCompletedAt": 116049.52362, - "acceptedEvents": 1880, - "active": true, - "invalidCells": 0 - }, - { - "index": 942, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.58306600000651, - "resizeCallMs": 0.0700080000096932, - "frameCompletions": 943, - "frameCompletedAt": 116065.968914, - "acceptedEvents": 1882, - "active": true, - "invalidCells": 0 - }, - { - "index": 943, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.00144000000728, - "resizeCallMs": 0.10518700000829995, - "frameCompletions": 944, - "frameCompletedAt": 116082.84133, - "acceptedEvents": 1884, - "active": true, - "invalidCells": 0 - }, - { - "index": 944, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.745687000002363, - "resizeCallMs": 0.16182900000421796, - "frameCompletions": 945, - "frameCompletedAt": 116100.498433, - "acceptedEvents": 1887, - "active": true, - "invalidCells": 0 - }, - { - "index": 945, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.061279000001377, - "resizeCallMs": 0.19007400001282804, - "frameCompletions": 946, - "frameCompletedAt": 116119.02596, - "acceptedEvents": 1889, - "active": true, - "invalidCells": 0 - }, - { - "index": 946, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.808720000000903, - "resizeCallMs": 0.053786000004038215, - "frameCompletions": 947, - "frameCompletedAt": 116135.835953, - "acceptedEvents": 1891, - "active": true, - "invalidCells": 0 - }, - { - "index": 947, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.749936000007438, - "resizeCallMs": 0.06790400001045782, - "frameCompletions": 948, - "frameCompletedAt": 116153.560849, - "acceptedEvents": 1893, - "active": true, - "invalidCells": 0 - }, - { - "index": 948, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.451616999998805, - "resizeCallMs": 0.08353400000487454, - "frameCompletions": 949, - "frameCompletedAt": 116170.967037, - "acceptedEvents": 1895, - "active": true, - "invalidCells": 0 - }, - { - "index": 949, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 20.41528699999617, - "resizeCallMs": 0.2287110000033863, - "frameCompletions": 950, - "frameCompletedAt": 116190.410198, - "acceptedEvents": 1898, - "active": true, - "invalidCells": 0 - }, - { - "index": 950, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.206945000012638, - "resizeCallMs": 0.03909700000076555, - "frameCompletions": 951, - "frameCompletedAt": 116207.698744, - "acceptedEvents": 1900, - "active": true, - "invalidCells": 0 - }, - { - "index": 951, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.648254999992787, - "resizeCallMs": 0.07677099999273196, - "frameCompletions": 952, - "frameCompletedAt": 116224.286299, - "acceptedEvents": 1902, - "active": true, - "invalidCells": 0 - }, - { - "index": 952, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.96915600000648, - "resizeCallMs": 0.0963400000036927, - "frameCompletions": 953, - "frameCompletedAt": 116242.238523, - "acceptedEvents": 1904, - "active": true, - "invalidCells": 0 - }, - { - "index": 953, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.542307000010624, - "resizeCallMs": 0.21509399999922607, - "frameCompletions": 954, - "frameCompletedAt": 116258.465988, - "acceptedEvents": 1907, - "active": true, - "invalidCells": 0 - }, - { - "index": 954, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.821154999997816, - "resizeCallMs": 0.04519900000013877, - "frameCompletions": 955, - "frameCompletedAt": 116275.8538, - "acceptedEvents": 1909, - "active": true, - "invalidCells": 0 - }, - { - "index": 955, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.83201800000097, - "resizeCallMs": 0.052622999995946884, - "frameCompletions": 956, - "frameCompletedAt": 116296.252053, - "acceptedEvents": 1911, - "active": true, - "invalidCells": 0 - }, - { - "index": 956, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.369655999995302, - "resizeCallMs": 0.15907399999559857, - "frameCompletions": 957, - "frameCompletedAt": 116312.442145, - "acceptedEvents": 1913, - "active": true, - "invalidCells": 0 - }, - { - "index": 957, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.21105300000636, - "resizeCallMs": 0.31217499999911524, - "frameCompletions": 958, - "frameCompletedAt": 116328.987436, - "acceptedEvents": 1915, - "active": true, - "invalidCells": 0 - }, - { - "index": 958, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.22817699999723, - "resizeCallMs": 0.057113000002573244, - "frameCompletions": 959, - "frameCompletedAt": 116343.208558, - "acceptedEvents": 1917, - "active": true, - "invalidCells": 0 - }, - { - "index": 959, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.06506399999489, - "resizeCallMs": 0.06285399998887442, - "frameCompletions": 960, - "frameCompletedAt": 116358.220498, - "acceptedEvents": 1919, - "active": true, - "invalidCells": 0 - }, - { - "index": 960, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.031790000008186, - "resizeCallMs": 0.09175099999993108, - "frameCompletions": 961, - "frameCompletedAt": 116371.78691, - "acceptedEvents": 1921, - "active": true, - "invalidCells": 0 - }, - { - "index": 961, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.845042999993893, - "resizeCallMs": 0.286324999993667, - "frameCompletions": 962, - "frameCompletedAt": 116390.364836, - "acceptedEvents": 1923, - "active": true, - "invalidCells": 0 - }, - { - "index": 962, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.22447000000102, - "resizeCallMs": 0.05205199999909382, - "frameCompletions": 963, - "frameCompletedAt": 116408.417809, - "acceptedEvents": 1925, - "active": true, - "invalidCells": 0 - }, - { - "index": 963, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.227224999995087, - "resizeCallMs": 0.0878930000035325, - "frameCompletions": 964, - "frameCompletedAt": 116425.612079, - "acceptedEvents": 1927, - "active": true, - "invalidCells": 0 - }, - { - "index": 964, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.858599999992293, - "resizeCallMs": 0.11014699999941513, - "frameCompletions": 965, - "frameCompletedAt": 116443.734939, - "acceptedEvents": 1929, - "active": true, - "invalidCells": 0 - }, - { - "index": 965, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 20.27322700001241, - "resizeCallMs": 0.21598600001016166, - "frameCompletions": 966, - "frameCompletedAt": 116462.987365, - "acceptedEvents": 1932, - "active": true, - "invalidCells": 0 - }, - { - "index": 966, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.081346000006306, - "resizeCallMs": 0.05205199999909382, - "frameCompletions": 967, - "frameCompletedAt": 116480.096497, - "acceptedEvents": 1934, - "active": true, - "invalidCells": 0 - }, - { - "index": 967, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.53000100000645, - "resizeCallMs": 0.05310400000598747, - "frameCompletions": 968, - "frameCompletedAt": 116495.56144, - "acceptedEvents": 1936, - "active": true, - "invalidCells": 0 - }, - { - "index": 968, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.894750999999815, - "resizeCallMs": 0.08782299999438692, - "frameCompletions": 969, - "frameCompletedAt": 116513.317317, - "acceptedEvents": 1938, - "active": true, - "invalidCells": 0 - }, - { - "index": 969, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.969215999997687, - "resizeCallMs": 0.23647599999094382, - "frameCompletions": 970, - "frameCompletedAt": 116529.388885, - "acceptedEvents": 1940, - "active": true, - "invalidCells": 0 - }, - { - "index": 970, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.515482000002521, - "resizeCallMs": 0.03888599999481812, - "frameCompletions": 971, - "frameCompletedAt": 116544.061666, - "acceptedEvents": 1942, - "active": true, - "invalidCells": 0 - }, - { - "index": 971, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.3280620000005, - "resizeCallMs": 0.07402600000204984, - "frameCompletions": 972, - "frameCompletedAt": 116558.183793, - "acceptedEvents": 1944, - "active": true, - "invalidCells": 0 - }, - { - "index": 972, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.405815999998595, - "resizeCallMs": 0.13614800000505056, - "frameCompletions": 973, - "frameCompletedAt": 116571.740666, - "acceptedEvents": 1946, - "active": true, - "invalidCells": 0 - }, - { - "index": 973, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.98701299999084, - "resizeCallMs": 0.213049999991199, - "frameCompletions": 974, - "frameCompletedAt": 116591.728401, - "acceptedEvents": 1948, - "active": true, - "invalidCells": 0 - }, - { - "index": 974, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.138017999997828, - "resizeCallMs": 0.04518899999675341, - "frameCompletions": 975, - "frameCompletedAt": 116606.719359, - "acceptedEvents": 1950, - "active": true, - "invalidCells": 0 - }, - { - "index": 975, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.043822999999975, - "resizeCallMs": 0.055949999994481914, - "frameCompletions": 976, - "frameCompletedAt": 116622.906435, - "acceptedEvents": 1952, - "active": true, - "invalidCells": 0 - }, - { - "index": 976, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.946893000000273, - "resizeCallMs": 0.08749299999908544, - "frameCompletions": 977, - "frameCompletedAt": 116640.73224, - "acceptedEvents": 1954, - "active": true, - "invalidCells": 0 - }, - { - "index": 977, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.940982000000076, - "resizeCallMs": 0.22154700000828598, - "frameCompletions": 978, - "frameCompletedAt": 116658.136995, - "acceptedEvents": 1957, - "active": true, - "invalidCells": 0 - }, - { - "index": 978, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.35036699999182, - "resizeCallMs": 0.0389969999960158, - "frameCompletions": 979, - "frameCompletedAt": 116674.071503, - "acceptedEvents": 1958, - "active": true, - "invalidCells": 0 - }, - { - "index": 979, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.371851000003517, - "resizeCallMs": 0.05975800000305753, - "frameCompletions": 980, - "frameCompletedAt": 116691.743905, - "acceptedEvents": 1961, - "active": true, - "invalidCells": 0 - }, - { - "index": 980, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.959519000010914, - "resizeCallMs": 0.06026900000870228, - "frameCompletions": 981, - "frameCompletedAt": 116711.234199, - "acceptedEvents": 1963, - "active": true, - "invalidCells": 0 - }, - { - "index": 981, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.465163000000757, - "resizeCallMs": 0.346942999996827, - "frameCompletions": 982, - "frameCompletedAt": 116727.99248, - "acceptedEvents": 1965, - "active": true, - "invalidCells": 0 - }, - { - "index": 982, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.82860000000801, - "resizeCallMs": 0.054245999999693595, - "frameCompletions": 983, - "frameCompletedAt": 116746.702798, - "acceptedEvents": 1967, - "active": true, - "invalidCells": 0 - }, - { - "index": 983, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.800132999997004, - "resizeCallMs": 0.0831529999995837, - "frameCompletions": 984, - "frameCompletedAt": 116762.400469, - "acceptedEvents": 1969, - "active": true, - "invalidCells": 0 - }, - { - "index": 984, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.441978000002564, - "resizeCallMs": 0.10820300001068972, - "frameCompletions": 985, - "frameCompletedAt": 116779.870643, - "acceptedEvents": 1971, - "active": true, - "invalidCells": 0 - }, - { - "index": 985, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.401308000000427, - "resizeCallMs": 0.2033099999971455, - "frameCompletions": 986, - "frameCompletedAt": 116797.987812, - "acceptedEvents": 1974, - "active": true, - "invalidCells": 0 - }, - { - "index": 986, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.924228000003495, - "resizeCallMs": 0.043145000003278255, - "frameCompletions": 987, - "frameCompletedAt": 116814.461963, - "acceptedEvents": 1976, - "active": true, - "invalidCells": 0 - }, - { - "index": 987, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.756758000003174, - "resizeCallMs": 0.05573999999614898, - "frameCompletions": 988, - "frameCompletedAt": 116831.201978, - "acceptedEvents": 1978, - "active": true, - "invalidCells": 0 - }, - { - "index": 988, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.70844399998896, - "resizeCallMs": 0.0797269999893615, - "frameCompletions": 989, - "frameCompletedAt": 116850.779204, - "acceptedEvents": 1980, - "active": true, - "invalidCells": 0 - }, - { - "index": 989, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 11.86231399999815, - "resizeCallMs": 0.20063599999411963, - "frameCompletions": 990, - "frameCompletedAt": 116862.534958, - "acceptedEvents": 1982, - "active": true, - "invalidCells": 0 - }, - { - "index": 990, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.195061000005808, - "resizeCallMs": 0.08620999999402557, - "frameCompletions": 991, - "frameCompletedAt": 116878.967177, - "acceptedEvents": 1984, - "active": true, - "invalidCells": 0 - }, - { - "index": 991, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.831755000006524, - "resizeCallMs": 0.0828730000066571, - "frameCompletions": 992, - "frameCompletedAt": 116891.726598, - "acceptedEvents": 1986, - "active": true, - "invalidCells": 0 - }, - { - "index": 992, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.862566000010702, - "resizeCallMs": 0.10994700000446755, - "frameCompletions": 993, - "frameCompletedAt": 116907.857413, - "acceptedEvents": 1988, - "active": true, - "invalidCells": 0 - }, - { - "index": 993, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.116076999998768, - "resizeCallMs": 0.23297899999306537, - "frameCompletions": 994, - "frameCompletedAt": 116927.858404, - "acceptedEvents": 1990, - "active": true, - "invalidCells": 0 - }, - { - "index": 994, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.881334999998217, - "resizeCallMs": 0.04505899999639951, - "frameCompletions": 995, - "frameCompletedAt": 116945.382764, - "acceptedEvents": 1992, - "active": true, - "invalidCells": 0 - }, - { - "index": 995, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.624027000012575, - "resizeCallMs": 0.10905500000808388, - "frameCompletions": 996, - "frameCompletedAt": 116962.287724, - "acceptedEvents": 1994, - "active": true, - "invalidCells": 0 - }, - { - "index": 996, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.36315299999842, - "resizeCallMs": 0.11050799999793526, - "frameCompletions": 997, - "frameCompletedAt": 116980.511854, - "acceptedEvents": 1996, - "active": true, - "invalidCells": 0 - }, - { - "index": 997, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.61814299999969, - "resizeCallMs": 0.23132500000065193, - "frameCompletions": 998, - "frameCompletedAt": 116994.373798, - "acceptedEvents": 1998, - "active": true, - "invalidCells": 0 - }, - { - "index": 998, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.706808000002638, - "resizeCallMs": 0.037484000000404194, - "frameCompletions": 999, - "frameCompletedAt": 117007.048122, - "acceptedEvents": 2000, - "active": true, - "invalidCells": 0 - }, - { - "index": 999, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.98082899999281, - "resizeCallMs": 0.052072999998927116, - "frameCompletions": 1000, - "frameCompletedAt": 117023.063359, - "acceptedEvents": 2002, - "active": true, - "invalidCells": 0 - }, - { - "index": 1000, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.954948999991757, - "resizeCallMs": 0.08348400000249967, - "frameCompletions": 1001, - "frameCompletedAt": 117038.940013, - "acceptedEvents": 2004, - "active": true, - "invalidCells": 0 - } - ], - "command": "pnpm run test:performance [PERF-07; full]", - "passed": true, - "observations": { - "producedEvents": { - "value": 2004, - "reason": "Generated events were counted inside the packed execution stream" - }, - "acceptedEvents": { - "value": 2004, - "reason": "Accepted events were counted from the packed application journal" - }, - "renderedFrames": { - "value": 1001, - "reason": "Pi render completions were counted after xterm flush" - }, - "renderedResizes": { - "value": 1000, - "reason": "Every resize received a completed Pi render" - }, - "elapsedMs": { - "value": 16026.114956000005, - "reason": "The interval starts at the first generated event and ends after the final resize-bound frame" - }, - "offeredEventsPerSecond": { - "value": 125.04590198572886, - "reason": "Offered rate uses generated events over the measured stream interval" - }, - "acceptedEventsPerSecond": { - "value": 125.04590198572886, - "reason": "Accepted rate met the required 100 events/s" - }, - "observedEventsPerSecond": { - "value": 125.04590198572886, - "reason": "The pass rate is the accepted stream rate through the final resize-bound frame" - }, - "producerEventsPerSecond": { - "value": 125.0580079057901, - "reason": "Producer cadence uses the first through last generated event timestamps" - }, - "minimumEventsPerSecond": { - "value": 100, - "reason": "The accepted stream must sustain at least this rate" - }, - "minimumExpectedEvents": { - "value": 1603, - "reason": "Exact event-count equivalent of the 100 events/s requirement over this interval" - }, - "ratePassed": { - "value": 1, - "reason": "Accepted stream rate passed the exact lower bound" - }, - "duplicateEvents": { - "value": 0, - "reason": "No duplicate stream sequence markers were committed" - }, - "duplicateProviderEventIds": { - "value": 0, - "reason": "No duplicate provider event IDs were committed" - }, - "missingEvents": { - "value": 0, - "reason": "No generated stream marker was absent from the accepted journal" - }, - "unexpectedEvents": { - "value": 0, - "reason": "No accepted event had an unexpected stream marker" - }, - "invalidCells": { - "value": 0, - "reason": "Every reference-size frame contained valid cells" - }, - "activeDuringEveryResize": { - "value": 1, - "reason": "The run stayed active through every resize" - }, - "staticTranscript": { - "value": 0, - "reason": "Accepted event counts changed while resizing" - }, - "perResize": [ - { - "index": 1, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.746738999994704, - "resizeCallMs": 0.10280300000158604, - "frameCompletions": 2, - "frameCompletedAt": 101032.22261, - "acceptedEvents": 3, - "active": true, - "invalidCells": 0 - }, - { - "index": 2, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.646991000001435, - "resizeCallMs": 0.137801999997464, - "frameCompletions": 3, - "frameCompletedAt": 101048.028054, - "acceptedEvents": 5, - "active": true, - "invalidCells": 0 - }, - { - "index": 3, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.456367999999202, - "resizeCallMs": 0.09073899999202695, - "frameCompletions": 4, - "frameCompletedAt": 101065.093, - "acceptedEvents": 7, - "active": true, - "invalidCells": 0 - }, - { - "index": 4, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.74688900000183, - "resizeCallMs": 0.16835200000787154, - "frameCompletions": 5, - "frameCompletedAt": 101080.729201, - "acceptedEvents": 9, - "active": true, - "invalidCells": 0 - }, - { - "index": 5, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.495373000012478, - "resizeCallMs": 0.483012000011513, - "frameCompletions": 6, - "frameCompletedAt": 101096.606517, - "acceptedEvents": 11, - "active": true, - "invalidCells": 0 - }, - { - "index": 6, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.29669200000353, - "resizeCallMs": 0.1267189999925904, - "frameCompletions": 7, - "frameCompletedAt": 101112.865815, - "acceptedEvents": 13, - "active": true, - "invalidCells": 0 - }, - { - "index": 7, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.928427000006195, - "resizeCallMs": 0.11307300000044052, - "frameCompletions": 8, - "frameCompletedAt": 101128.812127, - "acceptedEvents": 15, - "active": true, - "invalidCells": 0 - }, - { - "index": 8, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.110163999997894, - "resizeCallMs": 0.20535399999062065, - "frameCompletions": 9, - "frameCompletedAt": 101144.96711, - "acceptedEvents": 17, - "active": true, - "invalidCells": 0 - }, - { - "index": 9, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.476406000001589, - "resizeCallMs": 0.35458899999503046, - "frameCompletions": 10, - "frameCompletedAt": 101160.650544, - "acceptedEvents": 19, - "active": true, - "invalidCells": 0 - }, - { - "index": 10, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.678465000004508, - "resizeCallMs": 0.10903500000131316, - "frameCompletions": 11, - "frameCompletedAt": 101176.160957, - "acceptedEvents": 21, - "active": true, - "invalidCells": 0 - }, - { - "index": 11, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.02972600000794, - "resizeCallMs": 0.1620590000093216, - "frameCompletions": 12, - "frameCompletedAt": 101192.310288, - "acceptedEvents": 23, - "active": true, - "invalidCells": 0 - }, - { - "index": 12, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.73350100000971, - "resizeCallMs": 0.12405399999988731, - "frameCompletions": 13, - "frameCompletedAt": 101207.994314, - "acceptedEvents": 25, - "active": true, - "invalidCells": 0 - }, - { - "index": 13, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.390035999997053, - "resizeCallMs": 0.34647299999778625, - "frameCompletions": 14, - "frameCompletedAt": 101223.458676, - "acceptedEvents": 27, - "active": true, - "invalidCells": 0 - }, - { - "index": 14, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.83575500000734, - "resizeCallMs": 0.08696100000815932, - "frameCompletions": 15, - "frameCompletedAt": 101240.243099, - "acceptedEvents": 29, - "active": true, - "invalidCells": 0 - }, - { - "index": 15, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.458771000005072, - "resizeCallMs": 0.13364300000830553, - "frameCompletions": 16, - "frameCompletedAt": 101256.614589, - "acceptedEvents": 31, - "active": true, - "invalidCells": 0 - }, - { - "index": 16, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.611632999993162, - "resizeCallMs": 0.17997499999182764, - "frameCompletions": 17, - "frameCompletedAt": 101271.665566, - "acceptedEvents": 33, - "active": true, - "invalidCells": 0 - }, - { - "index": 17, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.344535999989603, - "resizeCallMs": 0.40517899999395013, - "frameCompletions": 18, - "frameCompletedAt": 101287.763336, - "acceptedEvents": 35, - "active": true, - "invalidCells": 0 - }, - { - "index": 18, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.591333999997005, - "resizeCallMs": 0.09385499999916647, - "frameCompletions": 19, - "frameCompletedAt": 101305.723456, - "acceptedEvents": 37, - "active": true, - "invalidCells": 0 - }, - { - "index": 19, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.561103000000003, - "resizeCallMs": 0.07207199999538716, - "frameCompletions": 20, - "frameCompletedAt": 101320.388002, - "acceptedEvents": 39, - "active": true, - "invalidCells": 0 - }, - { - "index": 20, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.780435000007856, - "resizeCallMs": 0.11955499999749009, - "frameCompletions": 21, - "frameCompletedAt": 101335.800963, - "acceptedEvents": 41, - "active": true, - "invalidCells": 0 - }, - { - "index": 21, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.810754999998608, - "resizeCallMs": 0.4819100000022445, - "frameCompletions": 22, - "frameCompletedAt": 101352.130991, - "acceptedEvents": 43, - "active": true, - "invalidCells": 0 - }, - { - "index": 22, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.417188000006718, - "resizeCallMs": 0.051011000003200024, - "frameCompletions": 23, - "frameCompletedAt": 101366.965733, - "acceptedEvents": 45, - "active": true, - "invalidCells": 0 - }, - { - "index": 23, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.184210000006715, - "resizeCallMs": 0.07867499999701977, - "frameCompletions": 24, - "frameCompletedAt": 101383.172157, - "acceptedEvents": 47, - "active": true, - "invalidCells": 0 - }, - { - "index": 24, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.197386999992887, - "resizeCallMs": 0.10179099999368191, - "frameCompletions": 25, - "frameCompletedAt": 101399.22084, - "acceptedEvents": 49, - "active": true, - "invalidCells": 0 - }, - { - "index": 25, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.753140000000712, - "resizeCallMs": 0.3345990000088932, - "frameCompletions": 26, - "frameCompletedAt": 101414.148525, - "acceptedEvents": 51, - "active": true, - "invalidCells": 0 - }, - { - "index": 26, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.66292400000384, - "resizeCallMs": 0.08929600000556093, - "frameCompletions": 27, - "frameCompletedAt": 101429.714818, - "acceptedEvents": 53, - "active": true, - "invalidCells": 0 - }, - { - "index": 27, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.862848000004306, - "resizeCallMs": 0.10287300001073163, - "frameCompletions": 28, - "frameCompletedAt": 101446.54947, - "acceptedEvents": 55, - "active": true, - "invalidCells": 0 - }, - { - "index": 28, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.60288400000718, - "resizeCallMs": 0.1305770000035409, - "frameCompletions": 29, - "frameCompletedAt": 101462.157315, - "acceptedEvents": 57, - "active": true, - "invalidCells": 0 - }, - { - "index": 29, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.368373999997857, - "resizeCallMs": 0.29339900000195485, - "frameCompletions": 30, - "frameCompletedAt": 101477.663469, - "acceptedEvents": 59, - "active": true, - "invalidCells": 0 - }, - { - "index": 30, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.550120999992942, - "resizeCallMs": 0.06466699999873526, - "frameCompletions": 31, - "frameCompletedAt": 101493.201917, - "acceptedEvents": 61, - "active": true, - "invalidCells": 0 - }, - { - "index": 31, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.867876999996952, - "resizeCallMs": 0.0858589999988908, - "frameCompletions": 32, - "frameCompletedAt": 101508.177697, - "acceptedEvents": 63, - "active": true, - "invalidCells": 0 - }, - { - "index": 32, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.033412999997381, - "resizeCallMs": 0.1226909999968484, - "frameCompletions": 33, - "frameCompletedAt": 101525.011578, - "acceptedEvents": 65, - "active": true, - "invalidCells": 0 - }, - { - "index": 33, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.500232999998843, - "resizeCallMs": 0.2778880000114441, - "frameCompletions": 34, - "frameCompletedAt": 101539.53716, - "acceptedEvents": 67, - "active": true, - "invalidCells": 0 - }, - { - "index": 34, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.009344999998575, - "resizeCallMs": 0.0697680000012042, - "frameCompletions": 35, - "frameCompletedAt": 101554.531476, - "acceptedEvents": 68, - "active": true, - "invalidCells": 0 - }, - { - "index": 35, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.543307999992976, - "resizeCallMs": 0.0808989999932237, - "frameCompletions": 36, - "frameCompletedAt": 101569.848728, - "acceptedEvents": 70, - "active": true, - "invalidCells": 0 - }, - { - "index": 36, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.84378999999899, - "resizeCallMs": 0.17304100000183098, - "frameCompletions": 37, - "frameCompletedAt": 101585.655625, - "acceptedEvents": 72, - "active": true, - "invalidCells": 0 - }, - { - "index": 37, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.095294999991893, - "resizeCallMs": 0.24482199999329168, - "frameCompletions": 38, - "frameCompletedAt": 101600.987546, - "acceptedEvents": 74, - "active": true, - "invalidCells": 0 - }, - { - "index": 38, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.456657000002451, - "resizeCallMs": 0.07803399999102112, - "frameCompletions": 39, - "frameCompletedAt": 101616.456698, - "acceptedEvents": 76, - "active": true, - "invalidCells": 0 - }, - { - "index": 39, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.580692000003182, - "resizeCallMs": 0.10387500000069849, - "frameCompletions": 40, - "frameCompletedAt": 101634.005186, - "acceptedEvents": 78, - "active": true, - "invalidCells": 0 - }, - { - "index": 40, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.131875999999465, - "resizeCallMs": 0.12884399999165908, - "frameCompletions": 41, - "frameCompletedAt": 101648.176471, - "acceptedEvents": 80, - "active": true, - "invalidCells": 0 - }, - { - "index": 41, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.158029999991413, - "resizeCallMs": 0.3113139999913983, - "frameCompletions": 42, - "frameCompletedAt": 101664.25356, - "acceptedEvents": 82, - "active": true, - "invalidCells": 0 - }, - { - "index": 42, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.213096999999834, - "resizeCallMs": 0.09497700000065379, - "frameCompletions": 43, - "frameCompletedAt": 101678.625159, - "acceptedEvents": 84, - "active": true, - "invalidCells": 0 - }, - { - "index": 43, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.03503699999419, - "resizeCallMs": 0.07464700000127777, - "frameCompletions": 44, - "frameCompletedAt": 101695.563646, - "acceptedEvents": 86, - "active": true, - "invalidCells": 0 - }, - { - "index": 44, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.888236999991932, - "resizeCallMs": 0.11077800000202842, - "frameCompletions": 45, - "frameCompletedAt": 101711.594715, - "acceptedEvents": 88, - "active": true, - "invalidCells": 0 - }, - { - "index": 45, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.321590999999898, - "resizeCallMs": 0.4009700000024168, - "frameCompletions": 46, - "frameCompletedAt": 101726.447472, - "acceptedEvents": 90, - "active": true, - "invalidCells": 0 - }, - { - "index": 46, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.550271000000066, - "resizeCallMs": 0.05483799999637995, - "frameCompletions": 47, - "frameCompletedAt": 101742.501947, - "acceptedEvents": 92, - "active": true, - "invalidCells": 0 - }, - { - "index": 47, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.66453600001114, - "resizeCallMs": 0.07528800000727642, - "frameCompletions": 48, - "frameCompletedAt": 101757.132045, - "acceptedEvents": 94, - "active": true, - "invalidCells": 0 - }, - { - "index": 48, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.151016000003438, - "resizeCallMs": 0.10644000000320375, - "frameCompletions": 49, - "frameCompletedAt": 101773.165097, - "acceptedEvents": 96, - "active": true, - "invalidCells": 0 - }, - { - "index": 49, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.065145999993547, - "resizeCallMs": 0.2795709999918472, - "frameCompletions": 50, - "frameCompletedAt": 101787.826638, - "acceptedEvents": 98, - "active": true, - "invalidCells": 0 - }, - { - "index": 50, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.488119000001461, - "resizeCallMs": 0.0742069999978412, - "frameCompletions": 51, - "frameCompletedAt": 101802.94601, - "acceptedEvents": 100, - "active": true, - "invalidCells": 0 - }, - { - "index": 51, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.82890100000077, - "resizeCallMs": 0.07848500000545755, - "frameCompletions": 52, - "frameCompletedAt": 101819.383079, - "acceptedEvents": 102, - "active": true, - "invalidCells": 0 - }, - { - "index": 52, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.428771000006236, - "resizeCallMs": 0.1234730000142008, - "frameCompletions": 53, - "frameCompletedAt": 101835.143424, - "acceptedEvents": 104, - "active": true, - "invalidCells": 0 - }, - { - "index": 53, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.861804999993183, - "resizeCallMs": 0.26992199999222066, - "frameCompletions": 54, - "frameCompletedAt": 101849.854261, - "acceptedEvents": 105, - "active": true, - "invalidCells": 0 - }, - { - "index": 54, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.504981999998563, - "resizeCallMs": 0.0864000000001397, - "frameCompletions": 55, - "frameCompletedAt": 101865.336489, - "acceptedEvents": 107, - "active": true, - "invalidCells": 0 - }, - { - "index": 55, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.886805000001914, - "resizeCallMs": 0.09158100000058766, - "frameCompletions": 56, - "frameCompletedAt": 101880.963902, - "acceptedEvents": 109, - "active": true, - "invalidCells": 0 - }, - { - "index": 56, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.577804999993532, - "resizeCallMs": 0.19573500000115018, - "frameCompletions": 57, - "frameCompletedAt": 101895.757122, - "acceptedEvents": 111, - "active": true, - "invalidCells": 0 - }, - { - "index": 57, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.352201000001514, - "resizeCallMs": 0.2489800000039395, - "frameCompletions": 58, - "frameCompletedAt": 101912.261483, - "acceptedEvents": 113, - "active": true, - "invalidCells": 0 - }, - { - "index": 58, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.834071999997832, - "resizeCallMs": 0.07196199998725206, - "frameCompletions": 59, - "frameCompletedAt": 101928.970317, - "acceptedEvents": 115, - "active": true, - "invalidCells": 0 - }, - { - "index": 59, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.024506000001566, - "resizeCallMs": 0.1082029999961378, - "frameCompletions": 60, - "frameCompletedAt": 101945.021887, - "acceptedEvents": 117, - "active": true, - "invalidCells": 0 - }, - { - "index": 60, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.479231999997864, - "resizeCallMs": 0.11768199999642093, - "frameCompletions": 61, - "frameCompletedAt": 101961.435559, - "acceptedEvents": 119, - "active": true, - "invalidCells": 0 - }, - { - "index": 61, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.421527999991667, - "resizeCallMs": 0.3023749999993015, - "frameCompletions": 62, - "frameCompletedAt": 101977.982244, - "acceptedEvents": 121, - "active": true, - "invalidCells": 0 - }, - { - "index": 62, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.00300199999765, - "resizeCallMs": 0.0764400000043679, - "frameCompletions": 63, - "frameCompletedAt": 101993.126505, - "acceptedEvents": 123, - "active": true, - "invalidCells": 0 - }, - { - "index": 63, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.788531999991392, - "resizeCallMs": 0.07918600000266451, - "frameCompletions": 64, - "frameCompletedAt": 102008.799178, - "acceptedEvents": 125, - "active": true, - "invalidCells": 0 - }, - { - "index": 64, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.360637000005227, - "resizeCallMs": 0.11156900000059977, - "frameCompletions": 65, - "frameCompletedAt": 102025.175938, - "acceptedEvents": 127, - "active": true, - "invalidCells": 0 - }, - { - "index": 65, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.804794000010588, - "resizeCallMs": 0.21857100000488572, - "frameCompletions": 66, - "frameCompletedAt": 102040.974388, - "acceptedEvents": 129, - "active": true, - "invalidCells": 0 - }, - { - "index": 66, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.36659900000086, - "resizeCallMs": 0.06750299999839626, - "frameCompletions": 67, - "frameCompletedAt": 102056.17449, - "acceptedEvents": 131, - "active": true, - "invalidCells": 0 - }, - { - "index": 67, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.315249000006588, - "resizeCallMs": 0.10880499999620952, - "frameCompletions": 68, - "frameCompletedAt": 102071.618361, - "acceptedEvents": 133, - "active": true, - "invalidCells": 0 - }, - { - "index": 68, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.148669999995036, - "resizeCallMs": 0.11912400000437628, - "frameCompletions": 69, - "frameCompletedAt": 102087.728336, - "acceptedEvents": 135, - "active": true, - "invalidCells": 0 - }, - { - "index": 69, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.327281999998377, - "resizeCallMs": 0.20721799999591894, - "frameCompletions": 70, - "frameCompletedAt": 102103.273006, - "acceptedEvents": 137, - "active": true, - "invalidCells": 0 - }, - { - "index": 70, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.639697999999044, - "resizeCallMs": 0.055088999986764975, - "frameCompletions": 71, - "frameCompletedAt": 102117.909697, - "acceptedEvents": 139, - "active": true, - "invalidCells": 0 - }, - { - "index": 71, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.057130000001052, - "resizeCallMs": 0.07902499999909196, - "frameCompletions": 72, - "frameCompletedAt": 102135.010013, - "acceptedEvents": 141, - "active": true, - "invalidCells": 0 - }, - { - "index": 72, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.072910999995656, - "resizeCallMs": 0.3019549999880837, - "frameCompletions": 73, - "frameCompletedAt": 102149.885765, - "acceptedEvents": 143, - "active": true, - "invalidCells": 0 - }, - { - "index": 73, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.726138999991235, - "resizeCallMs": 0.24478199999430217, - "frameCompletions": 74, - "frameCompletedAt": 102165.817398, - "acceptedEvents": 145, - "active": true, - "invalidCells": 0 - }, - { - "index": 74, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.262544999990496, - "resizeCallMs": 0.060589999993680976, - "frameCompletions": 75, - "frameCompletedAt": 102182.059463, - "acceptedEvents": 147, - "active": true, - "invalidCells": 0 - }, - { - "index": 75, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.445716000001994, - "resizeCallMs": 0.06951699999626726, - "frameCompletions": 76, - "frameCompletedAt": 102198.4702, - "acceptedEvents": 149, - "active": true, - "invalidCells": 0 - }, - { - "index": 76, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.835483000002569, - "resizeCallMs": 0.09249300000374205, - "frameCompletions": 77, - "frameCompletedAt": 102214.217028, - "acceptedEvents": 151, - "active": true, - "invalidCells": 0 - }, - { - "index": 77, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.889911000005668, - "resizeCallMs": 0.2366560000082245, - "frameCompletions": 78, - "frameCompletedAt": 102229.258758, - "acceptedEvents": 153, - "active": true, - "invalidCells": 0 - }, - { - "index": 78, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.488779999999679, - "resizeCallMs": 0.0538959999976214, - "frameCompletions": 79, - "frameCompletedAt": 102243.974895, - "acceptedEvents": 155, - "active": true, - "invalidCells": 0 - }, - { - "index": 79, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.703332999997656, - "resizeCallMs": 0.06651099999726284, - "frameCompletions": 80, - "frameCompletedAt": 102259.274343, - "acceptedEvents": 157, - "active": true, - "invalidCells": 0 - }, - { - "index": 80, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.143520000012359, - "resizeCallMs": 0.09550799999851733, - "frameCompletions": 81, - "frameCompletedAt": 102275.200184, - "acceptedEvents": 158, - "active": true, - "invalidCells": 0 - }, - { - "index": 81, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.037693000005675, - "resizeCallMs": 0.26462200000241864, - "frameCompletions": 82, - "frameCompletedAt": 102290.840623, - "acceptedEvents": 161, - "active": true, - "invalidCells": 0 - }, - { - "index": 82, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.916643999997177, - "resizeCallMs": 0.05060000000230502, - "frameCompletions": 83, - "frameCompletedAt": 102306.764921, - "acceptedEvents": 163, - "active": true, - "invalidCells": 0 - }, - { - "index": 83, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.99295399998664, - "resizeCallMs": 0.06489799999690149, - "frameCompletions": 84, - "frameCompletedAt": 102322.535667, - "acceptedEvents": 165, - "active": true, - "invalidCells": 0 - }, - { - "index": 84, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.738280999998096, - "resizeCallMs": 0.10282299999380484, - "frameCompletions": 85, - "frameCompletedAt": 102338.118763, - "acceptedEvents": 166, - "active": true, - "invalidCells": 0 - }, - { - "index": 85, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.51996199999121, - "resizeCallMs": 0.21028499999374617, - "frameCompletions": 86, - "frameCompletedAt": 102352.133449, - "acceptedEvents": 168, - "active": true, - "invalidCells": 0 - }, - { - "index": 86, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.27824500000861, - "resizeCallMs": 0.06105099999695085, - "frameCompletions": 87, - "frameCompletedAt": 102367.143195, - "acceptedEvents": 170, - "active": true, - "invalidCells": 0 - }, - { - "index": 87, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.78868300000613, - "resizeCallMs": 0.06770400000095833, - "frameCompletions": 88, - "frameCompletedAt": 102384.452973, - "acceptedEvents": 172, - "active": true, - "invalidCells": 0 - }, - { - "index": 88, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.592855000009877, - "resizeCallMs": 0.11603800000739284, - "frameCompletions": 89, - "frameCompletedAt": 102399.718504, - "acceptedEvents": 174, - "active": true, - "invalidCells": 0 - }, - { - "index": 89, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.27981799999543, - "resizeCallMs": 0.2946410000004107, - "frameCompletions": 90, - "frameCompletedAt": 102415.727329, - "acceptedEvents": 176, - "active": true, - "invalidCells": 0 - }, - { - "index": 90, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.046379999999772, - "resizeCallMs": 0.0727539999934379, - "frameCompletions": 91, - "frameCompletedAt": 102432.745032, - "acceptedEvents": 178, - "active": true, - "invalidCells": 0 - }, - { - "index": 91, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.459122000000207, - "resizeCallMs": 0.07549899999867193, - "frameCompletions": 92, - "frameCompletedAt": 102447.383767, - "acceptedEvents": 180, - "active": true, - "invalidCells": 0 - }, - { - "index": 92, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.617685000004712, - "resizeCallMs": 0.13238100000307895, - "frameCompletions": 93, - "frameCompletedAt": 102464.283738, - "acceptedEvents": 182, - "active": true, - "invalidCells": 0 - }, - { - "index": 93, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.075406000003568, - "resizeCallMs": 0.25503200000093784, - "frameCompletions": 94, - "frameCompletedAt": 102480.783079, - "acceptedEvents": 184, - "active": true, - "invalidCells": 0 - }, - { - "index": 94, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.288985999999568, - "resizeCallMs": 0.05882600000768434, - "frameCompletions": 95, - "frameCompletedAt": 102495.752516, - "acceptedEvents": 186, - "active": true, - "invalidCells": 0 - }, - { - "index": 95, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.594789000009769, - "resizeCallMs": 0.05694200001016725, - "frameCompletions": 96, - "frameCompletedAt": 102511.40056, - "acceptedEvents": 188, - "active": true, - "invalidCells": 0 - }, - { - "index": 96, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.782779000001028, - "resizeCallMs": 0.08528800000203773, - "frameCompletions": 97, - "frameCompletedAt": 102527.02114, - "acceptedEvents": 190, - "active": true, - "invalidCells": 0 - }, - { - "index": 97, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.101086999988183, - "resizeCallMs": 0.24337899999227375, - "frameCompletions": 98, - "frameCompletedAt": 102543.305588, - "acceptedEvents": 192, - "active": true, - "invalidCells": 0 - }, - { - "index": 98, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.083311000009417, - "resizeCallMs": 0.04777499999909196, - "frameCompletions": 99, - "frameCompletedAt": 102556.449928, - "acceptedEvents": 194, - "active": true, - "invalidCells": 0 - }, - { - "index": 99, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.982422000000952, - "resizeCallMs": 0.046080000000074506, - "frameCompletions": 100, - "frameCompletedAt": 102573.312065, - "acceptedEvents": 196, - "active": true, - "invalidCells": 0 - }, - { - "index": 100, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.187324999991688, - "resizeCallMs": 0.09156999998958781, - "frameCompletions": 101, - "frameCompletedAt": 102587.195171, - "acceptedEvents": 198, - "active": true, - "invalidCells": 0 - }, - { - "index": 101, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.090674999999464, - "resizeCallMs": 0.21087599999736995, - "frameCompletions": 102, - "frameCompletedAt": 102602.124629, - "acceptedEvents": 199, - "active": true, - "invalidCells": 0 - }, - { - "index": 102, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.003886000005878, - "resizeCallMs": 0.06702300001052208, - "frameCompletions": 103, - "frameCompletedAt": 102619.143815, - "acceptedEvents": 201, - "active": true, - "invalidCells": 0 - }, - { - "index": 103, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.593066000001272, - "resizeCallMs": 0.09088899999915157, - "frameCompletions": 104, - "frameCompletedAt": 102633.597936, - "acceptedEvents": 203, - "active": true, - "invalidCells": 0 - }, - { - "index": 104, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.141556999995373, - "resizeCallMs": 0.1447749999933876, - "frameCompletions": 105, - "frameCompletedAt": 102650.470553, - "acceptedEvents": 205, - "active": true, - "invalidCells": 0 - }, - { - "index": 105, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.820955000002868, - "resizeCallMs": 0.3347100000100909, - "frameCompletions": 106, - "frameCompletedAt": 102665.567541, - "acceptedEvents": 207, - "active": true, - "invalidCells": 0 - }, - { - "index": 106, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.621742000002996, - "resizeCallMs": 0.1088949999975739, - "frameCompletions": 107, - "frameCompletedAt": 102681.235905, - "acceptedEvents": 209, - "active": true, - "invalidCells": 0 - }, - { - "index": 107, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.195292000003974, - "resizeCallMs": 0.09459599999536294, - "frameCompletions": 108, - "frameCompletedAt": 102697.223138, - "acceptedEvents": 211, - "active": true, - "invalidCells": 0 - }, - { - "index": 108, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.113251000002492, - "resizeCallMs": 0.15544699999736622, - "frameCompletions": 109, - "frameCompletedAt": 102714.228406, - "acceptedEvents": 213, - "active": true, - "invalidCells": 0 - }, - { - "index": 109, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.22457000000577, - "resizeCallMs": 0.3608810000005178, - "frameCompletions": 110, - "frameCompletedAt": 102729.876901, - "acceptedEvents": 215, - "active": true, - "invalidCells": 0 - }, - { - "index": 110, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.68710199999623, - "resizeCallMs": 0.05120099999476224, - "frameCompletions": 111, - "frameCompletedAt": 102745.566587, - "acceptedEvents": 217, - "active": true, - "invalidCells": 0 - }, - { - "index": 111, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.41419299998961, - "resizeCallMs": 0.059126999985892326, - "frameCompletions": 112, - "frameCompletedAt": 102760.958286, - "acceptedEvents": 219, - "active": true, - "invalidCells": 0 - }, - { - "index": 112, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.740317000003415, - "resizeCallMs": 0.07291400000394788, - "frameCompletions": 113, - "frameCompletedAt": 102777.592182, - "acceptedEvents": 221, - "active": true, - "invalidCells": 0 - }, - { - "index": 113, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.093653000003542, - "resizeCallMs": 0.2653730000020005, - "frameCompletions": 114, - "frameCompletedAt": 102794.01825, - "acceptedEvents": 224, - "active": true, - "invalidCells": 0 - }, - { - "index": 114, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.230601000002935, - "resizeCallMs": 0.06035899999551475, - "frameCompletions": 115, - "frameCompletedAt": 102809.893882, - "acceptedEvents": 225, - "active": true, - "invalidCells": 0 - }, - { - "index": 115, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.143608999991557, - "resizeCallMs": 0.10550799999327864, - "frameCompletions": 116, - "frameCompletedAt": 102826.181997, - "acceptedEvents": 227, - "active": true, - "invalidCells": 0 - }, - { - "index": 116, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.46047499999986, - "resizeCallMs": 0.10883499999181367, - "frameCompletions": 117, - "frameCompletedAt": 102841.502055, - "acceptedEvents": 229, - "active": true, - "invalidCells": 0 - }, - { - "index": 117, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.857116000013775, - "resizeCallMs": 0.2661140000127489, - "frameCompletions": 118, - "frameCompletedAt": 102858.078188, - "acceptedEvents": 232, - "active": true, - "invalidCells": 0 - }, - { - "index": 118, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.49262699999963, - "resizeCallMs": 0.0700479999941308, - "frameCompletions": 119, - "frameCompletedAt": 102874.042265, - "acceptedEvents": 233, - "active": true, - "invalidCells": 0 - }, - { - "index": 119, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.76165800000308, - "resizeCallMs": 0.07228200000827201, - "frameCompletions": 120, - "frameCompletedAt": 102889.444133, - "acceptedEvents": 235, - "active": true, - "invalidCells": 0 - }, - { - "index": 120, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.368502999990596, - "resizeCallMs": 0.1699850000004517, - "frameCompletions": 121, - "frameCompletedAt": 102906.073882, - "acceptedEvents": 237, - "active": true, - "invalidCells": 0 - }, - { - "index": 121, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.28735400000005, - "resizeCallMs": 0.25322899999446236, - "frameCompletions": 122, - "frameCompletedAt": 102921.515188, - "acceptedEvents": 239, - "active": true, - "invalidCells": 0 - }, - { - "index": 122, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.371249000003445, - "resizeCallMs": 0.044938000006368384, - "frameCompletions": 123, - "frameCompletedAt": 102936.463333, - "acceptedEvents": 241, - "active": true, - "invalidCells": 0 - }, - { - "index": 123, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.572284000008949, - "resizeCallMs": 0.10970600000291597, - "frameCompletions": 124, - "frameCompletedAt": 102952.378163, - "acceptedEvents": 243, - "active": true, - "invalidCells": 0 - }, - { - "index": 124, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.752108999993652, - "resizeCallMs": 0.08728199999313802, - "frameCompletions": 125, - "frameCompletedAt": 102967.988312, - "acceptedEvents": 245, - "active": true, - "invalidCells": 0 - }, - { - "index": 125, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.670568000001367, - "resizeCallMs": 0.235794000007445, - "frameCompletions": 126, - "frameCompletedAt": 102983.608161, - "acceptedEvents": 247, - "active": true, - "invalidCells": 0 - }, - { - "index": 126, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.621513000005507, - "resizeCallMs": 0.07600000000093132, - "frameCompletions": 127, - "frameCompletedAt": 102999.453393, - "acceptedEvents": 249, - "active": true, - "invalidCells": 0 - }, - { - "index": 127, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.814001000006101, - "resizeCallMs": 0.058465000009164214, - "frameCompletions": 128, - "frameCompletedAt": 103015.211043, - "acceptedEvents": 251, - "active": true, - "invalidCells": 0 - }, - { - "index": 128, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.481497000000672, - "resizeCallMs": 0.08314400000381283, - "frameCompletions": 129, - "frameCompletedAt": 103033.308063, - "acceptedEvents": 253, - "active": true, - "invalidCells": 0 - }, - { - "index": 129, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.230530000000726, - "resizeCallMs": 0.24528299999656156, - "frameCompletions": 130, - "frameCompletedAt": 103049.096594, - "acceptedEvents": 255, - "active": true, - "invalidCells": 0 - }, - { - "index": 130, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.58025099999213, - "resizeCallMs": 0.07236299999931362, - "frameCompletions": 131, - "frameCompletedAt": 103064.015531, - "acceptedEvents": 257, - "active": true, - "invalidCells": 0 - }, - { - "index": 131, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.432788999998593, - "resizeCallMs": 0.06565899999986868, - "frameCompletions": 132, - "frameCompletedAt": 103079.924119, - "acceptedEvents": 259, - "active": true, - "invalidCells": 0 - }, - { - "index": 132, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.23281699999643, - "resizeCallMs": 0.13370299999951385, - "frameCompletions": 133, - "frameCompletedAt": 103096.442247, - "acceptedEvents": 261, - "active": true, - "invalidCells": 0 - }, - { - "index": 133, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.971762000001036, - "resizeCallMs": 0.3043289999914123, - "frameCompletions": 134, - "frameCompletedAt": 103112.575577, - "acceptedEvents": 263, - "active": true, - "invalidCells": 0 - }, - { - "index": 134, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.222726000007242, - "resizeCallMs": 0.053045000007841736, - "frameCompletions": 135, - "frameCompletedAt": 103128.899323, - "acceptedEvents": 265, - "active": true, - "invalidCells": 0 - }, - { - "index": 135, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.62483699999575, - "resizeCallMs": 0.056931999992229976, - "frameCompletions": 136, - "frameCompletedAt": 103144.872297, - "acceptedEvents": 267, - "active": true, - "invalidCells": 0 - }, - { - "index": 136, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.02539799999795, - "resizeCallMs": 0.10681099999055732, - "frameCompletions": 137, - "frameCompletedAt": 103161.22015, - "acceptedEvents": 269, - "active": true, - "invalidCells": 0 - }, - { - "index": 137, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.953104000000167, - "resizeCallMs": 0.2473069999978179, - "frameCompletions": 138, - "frameCompletedAt": 103176.940336, - "acceptedEvents": 271, - "active": true, - "invalidCells": 0 - }, - { - "index": 138, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.391210000001593, - "resizeCallMs": 0.07300400000531226, - "frameCompletions": 139, - "frameCompletedAt": 103195.174105, - "acceptedEvents": 274, - "active": true, - "invalidCells": 0 - }, - { - "index": 139, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.853277999995044, - "resizeCallMs": 0.08475700000417419, - "frameCompletions": 140, - "frameCompletedAt": 103210.039207, - "acceptedEvents": 275, - "active": true, - "invalidCells": 0 - }, - { - "index": 140, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.619647999992594, - "resizeCallMs": 0.10564899999008048, - "frameCompletions": 141, - "frameCompletedAt": 103226.187446, - "acceptedEvents": 277, - "active": true, - "invalidCells": 0 - }, - { - "index": 141, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.19562300000689, - "resizeCallMs": 0.22087600000668317, - "frameCompletions": 142, - "frameCompletedAt": 103240.252882, - "acceptedEvents": 279, - "active": true, - "invalidCells": 0 - }, - { - "index": 142, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.76433299999917, - "resizeCallMs": 0.050609999991138466, - "frameCompletions": 143, - "frameCompletedAt": 103256.840227, - "acceptedEvents": 281, - "active": true, - "invalidCells": 0 - }, - { - "index": 143, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.098131000006106, - "resizeCallMs": 0.06237299999338575, - "frameCompletions": 144, - "frameCompletedAt": 103272.383274, - "acceptedEvents": 283, - "active": true, - "invalidCells": 0 - }, - { - "index": 144, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.1567170000053, - "resizeCallMs": 0.09828400000697002, - "frameCompletions": 145, - "frameCompletedAt": 103288.335948, - "acceptedEvents": 285, - "active": true, - "invalidCells": 0 - }, - { - "index": 145, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.798689999995986, - "resizeCallMs": 0.2239209999970626, - "frameCompletions": 146, - "frameCompletedAt": 103305.106895, - "acceptedEvents": 287, - "active": true, - "invalidCells": 0 - }, - { - "index": 146, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.87024200000451, - "resizeCallMs": 0.049227000010432675, - "frameCompletions": 147, - "frameCompletedAt": 103320.799587, - "acceptedEvents": 289, - "active": true, - "invalidCells": 0 - }, - { - "index": 147, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.688555000000633, - "resizeCallMs": 0.07865499999024905, - "frameCompletions": 148, - "frameCompletedAt": 103336.788061, - "acceptedEvents": 291, - "active": true, - "invalidCells": 0 - }, - { - "index": 148, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.167786999998498, - "resizeCallMs": 0.0866810000006808, - "frameCompletions": 149, - "frameCompletedAt": 103351.454501, - "acceptedEvents": 293, - "active": true, - "invalidCells": 0 - }, - { - "index": 149, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.62657200000831, - "resizeCallMs": 0.35495999999693595, - "frameCompletions": 150, - "frameCompletedAt": 103367.393759, - "acceptedEvents": 295, - "active": true, - "invalidCells": 0 - }, - { - "index": 150, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.80935199999658, - "resizeCallMs": 0.07593999999517109, - "frameCompletions": 151, - "frameCompletedAt": 103383.207459, - "acceptedEvents": 297, - "active": true, - "invalidCells": 0 - }, - { - "index": 151, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.349997999990592, - "resizeCallMs": 0.08332499999960419, - "frameCompletions": 152, - "frameCompletedAt": 103399.525744, - "acceptedEvents": 299, - "active": true, - "invalidCells": 0 - }, - { - "index": 152, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.610279000000446, - "resizeCallMs": 0.13378399999055546, - "frameCompletions": 153, - "frameCompletedAt": 103414.101836, - "acceptedEvents": 301, - "active": true, - "invalidCells": 0 - }, - { - "index": 153, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.6997560000018, - "resizeCallMs": 0.2416359999915585, - "frameCompletions": 154, - "frameCompletedAt": 103429.843855, - "acceptedEvents": 303, - "active": true, - "invalidCells": 0 - }, - { - "index": 154, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.340297999995528, - "resizeCallMs": 0.08221199999388773, - "frameCompletions": 155, - "frameCompletedAt": 103443.781368, - "acceptedEvents": 305, - "active": true, - "invalidCells": 0 - }, - { - "index": 155, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.997571999992942, - "resizeCallMs": 0.07524799999373499, - "frameCompletions": 156, - "frameCompletedAt": 103459.268786, - "acceptedEvents": 307, - "active": true, - "invalidCells": 0 - }, - { - "index": 156, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.295739000008325, - "resizeCallMs": 0.09723100000701379, - "frameCompletions": 157, - "frameCompletedAt": 103474.242992, - "acceptedEvents": 308, - "active": true, - "invalidCells": 0 - }, - { - "index": 157, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.382101000010152, - "resizeCallMs": 0.2698320000054082, - "frameCompletions": 158, - "frameCompletedAt": 103489.965943, - "acceptedEvents": 310, - "active": true, - "invalidCells": 0 - }, - { - "index": 158, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.783230000000913, - "resizeCallMs": 0.04630200000246987, - "frameCompletions": 159, - "frameCompletedAt": 103505.73698, - "acceptedEvents": 312, - "active": true, - "invalidCells": 0 - }, - { - "index": 159, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.374807000000146, - "resizeCallMs": 0.07278400000359397, - "frameCompletions": 160, - "frameCompletedAt": 103521.952762, - "acceptedEvents": 314, - "active": true, - "invalidCells": 0 - }, - { - "index": 160, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.935048999992432, - "resizeCallMs": 0.09946599999966566, - "frameCompletions": 161, - "frameCompletedAt": 103537.956808, - "acceptedEvents": 316, - "active": true, - "invalidCells": 0 - }, - { - "index": 161, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.489681999999448, - "resizeCallMs": 0.220153999995091, - "frameCompletions": 162, - "frameCompletedAt": 103553.204844, - "acceptedEvents": 318, - "active": true, - "invalidCells": 0 - }, - { - "index": 162, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.82530399999814, - "resizeCallMs": 0.07529900000372436, - "frameCompletions": 163, - "frameCompletedAt": 103569.27544, - "acceptedEvents": 320, - "active": true, - "invalidCells": 0 - }, - { - "index": 163, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.117427999997744, - "resizeCallMs": 0.07473700000264216, - "frameCompletions": 164, - "frameCompletedAt": 103585.297872, - "acceptedEvents": 322, - "active": true, - "invalidCells": 0 - }, - { - "index": 164, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.567006000012043, - "resizeCallMs": 0.11001699999906123, - "frameCompletions": 165, - "frameCompletedAt": 103602.745943, - "acceptedEvents": 325, - "active": true, - "invalidCells": 0 - }, - { - "index": 165, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.223215999998502, - "resizeCallMs": 0.22976200000266545, - "frameCompletions": 166, - "frameCompletedAt": 103618.126219, - "acceptedEvents": 327, - "active": true, - "invalidCells": 0 - }, - { - "index": 166, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.644426999991992, - "resizeCallMs": 0.07555899998988025, - "frameCompletions": 167, - "frameCompletedAt": 103634.47805, - "acceptedEvents": 329, - "active": true, - "invalidCells": 0 - }, - { - "index": 167, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.652652999997372, - "resizeCallMs": 0.06939699999929871, - "frameCompletions": 168, - "frameCompletedAt": 103650.830121, - "acceptedEvents": 331, - "active": true, - "invalidCells": 0 - }, - { - "index": 168, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.025858000008157, - "resizeCallMs": 0.10263200000918005, - "frameCompletions": 169, - "frameCompletedAt": 103667.111293, - "acceptedEvents": 332, - "active": true, - "invalidCells": 0 - }, - { - "index": 169, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.622323999996297, - "resizeCallMs": 0.3762209999986226, - "frameCompletions": 170, - "frameCompletedAt": 103683.28375, - "acceptedEvents": 335, - "active": true, - "invalidCells": 0 - }, - { - "index": 170, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.342803000006825, - "resizeCallMs": 0.05396600000676699, - "frameCompletions": 171, - "frameCompletedAt": 103698.817709, - "acceptedEvents": 337, - "active": true, - "invalidCells": 0 - }, - { - "index": 171, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.502678999997443, - "resizeCallMs": 0.06354499999724794, - "frameCompletions": 172, - "frameCompletedAt": 103714.721698, - "acceptedEvents": 339, - "active": true, - "invalidCells": 0 - }, - { - "index": 172, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.880369999998948, - "resizeCallMs": 0.12770200001250487, - "frameCompletions": 173, - "frameCompletedAt": 103730.569555, - "acceptedEvents": 340, - "active": true, - "invalidCells": 0 - }, - { - "index": 173, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.09466400000383, - "resizeCallMs": 0.2977160000009462, - "frameCompletions": 174, - "frameCompletedAt": 103745.85778, - "acceptedEvents": 342, - "active": true, - "invalidCells": 0 - }, - { - "index": 174, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.595891999997548, - "resizeCallMs": 0.05633099999977276, - "frameCompletions": 175, - "frameCompletedAt": 103763.331251, - "acceptedEvents": 345, - "active": true, - "invalidCells": 0 - }, - { - "index": 175, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.904959999999846, - "resizeCallMs": 0.07136099999479484, - "frameCompletions": 176, - "frameCompletedAt": 103777.610979, - "acceptedEvents": 346, - "active": true, - "invalidCells": 0 - }, - { - "index": 176, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.876604999997653, - "resizeCallMs": 0.08688200000324287, - "frameCompletions": 177, - "frameCompletedAt": 103792.435039, - "acceptedEvents": 348, - "active": true, - "invalidCells": 0 - }, - { - "index": 177, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.64085999999952, - "resizeCallMs": 0.22767900000326335, - "frameCompletions": 178, - "frameCompletedAt": 103808.982054, - "acceptedEvents": 350, - "active": true, - "invalidCells": 0 - }, - { - "index": 178, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.302221999998437, - "resizeCallMs": 0.08831399999326095, - "frameCompletions": 179, - "frameCompletedAt": 103824.363904, - "acceptedEvents": 352, - "active": true, - "invalidCells": 0 - }, - { - "index": 179, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.013836000012816, - "resizeCallMs": 0.07772300000942778, - "frameCompletions": 180, - "frameCompletedAt": 103841.466614, - "acceptedEvents": 354, - "active": true, - "invalidCells": 0 - }, - { - "index": 180, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.205944000001182, - "resizeCallMs": 0.1322409999993397, - "frameCompletions": 181, - "frameCompletedAt": 103857.306697, - "acceptedEvents": 356, - "active": true, - "invalidCells": 0 - }, - { - "index": 181, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.15185599999677, - "resizeCallMs": 0.41907599999103695, - "frameCompletions": 182, - "frameCompletedAt": 103872.675811, - "acceptedEvents": 358, - "active": true, - "invalidCells": 0 - }, - { - "index": 182, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.11038600000029, - "resizeCallMs": 0.10853399999905378, - "frameCompletions": 183, - "frameCompletedAt": 103889.568367, - "acceptedEvents": 361, - "active": true, - "invalidCells": 0 - }, - { - "index": 183, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.270277999996324, - "resizeCallMs": 0.09306299999298062, - "frameCompletions": 184, - "frameCompletedAt": 103905.145782, - "acceptedEvents": 362, - "active": true, - "invalidCells": 0 - }, - { - "index": 184, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.270561999990605, - "resizeCallMs": 0.13497600000118837, - "frameCompletions": 185, - "frameCompletedAt": 103921.089709, - "acceptedEvents": 364, - "active": true, - "invalidCells": 0 - }, - { - "index": 185, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.021881000007852, - "resizeCallMs": 0.3306520000041928, - "frameCompletions": 186, - "frameCompletedAt": 103937.353647, - "acceptedEvents": 366, - "active": true, - "invalidCells": 0 - }, - { - "index": 186, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.485795000000508, - "resizeCallMs": 0.09010800000396557, - "frameCompletions": 187, - "frameCompletedAt": 103952.624868, - "acceptedEvents": 368, - "active": true, - "invalidCells": 0 - }, - { - "index": 187, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.553767000004882, - "resizeCallMs": 0.15723900000739377, - "frameCompletions": 188, - "frameCompletedAt": 103967.457415, - "acceptedEvents": 370, - "active": true, - "invalidCells": 0 - }, - { - "index": 188, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.748921999998856, - "resizeCallMs": 0.12989599999855272, - "frameCompletions": 189, - "frameCompletedAt": 103983.266547, - "acceptedEvents": 372, - "active": true, - "invalidCells": 0 - }, - { - "index": 189, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.246463000003132, - "resizeCallMs": 0.2834490000095684, - "frameCompletions": 190, - "frameCompletedAt": 103997.678926, - "acceptedEvents": 374, - "active": true, - "invalidCells": 0 - }, - { - "index": 190, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.073661999995238, - "resizeCallMs": 0.058995999992475845, - "frameCompletions": 191, - "frameCompletedAt": 104014.683503, - "acceptedEvents": 376, - "active": true, - "invalidCells": 0 - }, - { - "index": 191, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.646441000004415, - "resizeCallMs": 0.10297300000092946, - "frameCompletions": 192, - "frameCompletedAt": 104030.346947, - "acceptedEvents": 378, - "active": true, - "invalidCells": 0 - }, - { - "index": 192, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.282905000000028, - "resizeCallMs": 0.11132899999211077, - "frameCompletions": 193, - "frameCompletedAt": 104045.535656, - "acceptedEvents": 380, - "active": true, - "invalidCells": 0 - }, - { - "index": 193, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.93263599999773, - "resizeCallMs": 0.33250599999155384, - "frameCompletions": 194, - "frameCompletedAt": 104062.642124, - "acceptedEvents": 382, - "active": true, - "invalidCells": 0 - }, - { - "index": 194, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.857657000000472, - "resizeCallMs": 0.058564999999362044, - "frameCompletions": 195, - "frameCompletedAt": 104078.426757, - "acceptedEvents": 384, - "active": true, - "invalidCells": 0 - }, - { - "index": 195, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.529129000002285, - "resizeCallMs": 0.09344399999827147, - "frameCompletions": 196, - "frameCompletedAt": 104094.986237, - "acceptedEvents": 386, - "active": true, - "invalidCells": 0 - }, - { - "index": 196, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.535353000013856, - "resizeCallMs": 0.10576800000853837, - "frameCompletions": 197, - "frameCompletedAt": 104110.410399, - "acceptedEvents": 388, - "active": true, - "invalidCells": 0 - }, - { - "index": 197, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.634207000010065, - "resizeCallMs": 0.3888660000084201, - "frameCompletions": 198, - "frameCompletedAt": 104127.200614, - "acceptedEvents": 390, - "active": true, - "invalidCells": 0 - }, - { - "index": 198, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.133652000004076, - "resizeCallMs": 0.0689459999994142, - "frameCompletions": 199, - "frameCompletedAt": 104144.291611, - "acceptedEvents": 392, - "active": true, - "invalidCells": 0 - }, - { - "index": 199, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.21790800000599, - "resizeCallMs": 0.07892600000195671, - "frameCompletions": 200, - "frameCompletedAt": 104160.443829, - "acceptedEvents": 394, - "active": true, - "invalidCells": 0 - }, - { - "index": 200, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.86545299999125, - "resizeCallMs": 0.12363400000322144, - "frameCompletions": 201, - "frameCompletedAt": 104178.088357, - "acceptedEvents": 396, - "active": true, - "invalidCells": 0 - }, - { - "index": 201, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.336571000007098, - "resizeCallMs": 0.33595200000854675, - "frameCompletions": 202, - "frameCompletedAt": 104193.583159, - "acceptedEvents": 398, - "active": true, - "invalidCells": 0 - }, - { - "index": 202, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.249249000000418, - "resizeCallMs": 0.09266300000308547, - "frameCompletions": 203, - "frameCompletedAt": 104210.230091, - "acceptedEvents": 400, - "active": true, - "invalidCells": 0 - }, - { - "index": 203, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.03413400000136, - "resizeCallMs": 0.09974599999259226, - "frameCompletions": 204, - "frameCompletedAt": 104225.18527, - "acceptedEvents": 402, - "active": true, - "invalidCells": 0 - }, - { - "index": 204, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.403221000000485, - "resizeCallMs": 0.09639000000606757, - "frameCompletions": 205, - "frameCompletedAt": 104240.959312, - "acceptedEvents": 404, - "active": true, - "invalidCells": 0 - }, - { - "index": 205, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.178339000005508, - "resizeCallMs": 0.3033980000036536, - "frameCompletions": 206, - "frameCompletedAt": 104257.031452, - "acceptedEvents": 406, - "active": true, - "invalidCells": 0 - }, - { - "index": 206, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.07819099999324, - "resizeCallMs": 0.04589999999734573, - "frameCompletions": 207, - "frameCompletedAt": 104272.632403, - "acceptedEvents": 408, - "active": true, - "invalidCells": 0 - }, - { - "index": 207, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.36792200000491, - "resizeCallMs": 0.11349299999710638, - "frameCompletions": 208, - "frameCompletedAt": 104288.17529, - "acceptedEvents": 410, - "active": true, - "invalidCells": 0 - }, - { - "index": 208, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.614769000007072, - "resizeCallMs": 0.1026620000047842, - "frameCompletions": 209, - "frameCompletedAt": 104303.719078, - "acceptedEvents": 412, - "active": true, - "invalidCells": 0 - }, - { - "index": 209, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.985979999997653, - "resizeCallMs": 0.3693079999939073, - "frameCompletions": 210, - "frameCompletedAt": 104321.009438, - "acceptedEvents": 414, - "active": true, - "invalidCells": 0 - }, - { - "index": 210, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.92796499999531, - "resizeCallMs": 0.04882599999837112, - "frameCompletions": 211, - "frameCompletedAt": 104335.524349, - "acceptedEvents": 416, - "active": true, - "invalidCells": 0 - }, - { - "index": 211, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.263667000006535, - "resizeCallMs": 0.08476700000755955, - "frameCompletions": 212, - "frameCompletedAt": 104352.710694, - "acceptedEvents": 418, - "active": true, - "invalidCells": 0 - }, - { - "index": 212, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.719734999991488, - "resizeCallMs": 0.12646999998833053, - "frameCompletions": 213, - "frameCompletedAt": 104367.565084, - "acceptedEvents": 420, - "active": true, - "invalidCells": 0 - }, - { - "index": 213, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.508669000002556, - "resizeCallMs": 0.3015339999983553, - "frameCompletions": 214, - "frameCompletedAt": 104383.106649, - "acceptedEvents": 422, - "active": true, - "invalidCells": 0 - }, - { - "index": 214, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.548779000004288, - "resizeCallMs": 0.05168200000480283, - "frameCompletions": 215, - "frameCompletedAt": 104397.692109, - "acceptedEvents": 424, - "active": true, - "invalidCells": 0 - }, - { - "index": 215, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.48037399999157, - "resizeCallMs": 0.0915299999905983, - "frameCompletions": 216, - "frameCompletedAt": 104415.197362, - "acceptedEvents": 426, - "active": true, - "invalidCells": 0 - }, - { - "index": 216, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.411687999992864, - "resizeCallMs": 0.12985499999194872, - "frameCompletions": 217, - "frameCompletedAt": 104429.486178, - "acceptedEvents": 428, - "active": true, - "invalidCells": 0 - }, - { - "index": 217, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.372701000000234, - "resizeCallMs": 0.2696310000028461, - "frameCompletions": 218, - "frameCompletedAt": 104443.926061, - "acceptedEvents": 430, - "active": true, - "invalidCells": 0 - }, - { - "index": 218, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.279298000008566, - "resizeCallMs": 0.058185000001685694, - "frameCompletions": 219, - "frameCompletedAt": 104460.283433, - "acceptedEvents": 432, - "active": true, - "invalidCells": 0 - }, - { - "index": 219, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.399613999994472, - "resizeCallMs": 0.06362599998828955, - "frameCompletions": 220, - "frameCompletedAt": 104474.600334, - "acceptedEvents": 433, - "active": true, - "invalidCells": 0 - }, - { - "index": 220, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.505352000007406, - "resizeCallMs": 0.0926119999930961, - "frameCompletions": 221, - "frameCompletedAt": 104489.98559, - "acceptedEvents": 435, - "active": true, - "invalidCells": 0 - }, - { - "index": 221, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.658345000003465, - "resizeCallMs": 0.2298330000048736, - "frameCompletions": 222, - "frameCompletedAt": 104504.595428, - "acceptedEvents": 437, - "active": true, - "invalidCells": 0 - }, - { - "index": 222, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.672262000007322, - "resizeCallMs": 0.13439400000788737, - "frameCompletions": 223, - "frameCompletedAt": 104522.261148, - "acceptedEvents": 439, - "active": true, - "invalidCells": 0 - }, - { - "index": 223, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.509600999997929, - "resizeCallMs": 0.0935849999950733, - "frameCompletions": 224, - "frameCompletedAt": 104535.688706, - "acceptedEvents": 441, - "active": true, - "invalidCells": 0 - }, - { - "index": 224, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.283255999995163, - "resizeCallMs": 0.13690999998652842, - "frameCompletions": 225, - "frameCompletedAt": 104552.645419, - "acceptedEvents": 443, - "active": true, - "invalidCells": 0 - }, - { - "index": 225, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.087590000010096, - "resizeCallMs": 0.294370000003255, - "frameCompletions": 226, - "frameCompletedAt": 104568.271089, - "acceptedEvents": 445, - "active": true, - "invalidCells": 0 - }, - { - "index": 226, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.739442999998573, - "resizeCallMs": 0.08049800001026597, - "frameCompletions": 227, - "frameCompletedAt": 104585.056875, - "acceptedEvents": 447, - "active": true, - "invalidCells": 0 - }, - { - "index": 227, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.797649999993155, - "resizeCallMs": 0.09364499998628162, - "frameCompletions": 228, - "frameCompletedAt": 104600.76639, - "acceptedEvents": 449, - "active": true, - "invalidCells": 0 - }, - { - "index": 228, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.520181999992928, - "resizeCallMs": 0.12663999998767395, - "frameCompletions": 229, - "frameCompletedAt": 104616.323514, - "acceptedEvents": 451, - "active": true, - "invalidCells": 0 - }, - { - "index": 229, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.606772999992245, - "resizeCallMs": 0.26234699999622535, - "frameCompletions": 230, - "frameCompletedAt": 104631.142134, - "acceptedEvents": 453, - "active": true, - "invalidCells": 0 - }, - { - "index": 230, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.534109000000171, - "resizeCallMs": 0.06134099999326281, - "frameCompletions": 231, - "frameCompletedAt": 104646.63902, - "acceptedEvents": 455, - "active": true, - "invalidCells": 0 - }, - { - "index": 231, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.151425999996718, - "resizeCallMs": 0.0685150000063004, - "frameCompletions": 232, - "frameCompletedAt": 104662.771248, - "acceptedEvents": 457, - "active": true, - "invalidCells": 0 - }, - { - "index": 232, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.22602299999562, - "resizeCallMs": 0.10480599998845719, - "frameCompletions": 233, - "frameCompletedAt": 104679.936812, - "acceptedEvents": 459, - "active": true, - "invalidCells": 0 - }, - { - "index": 233, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.632274000003235, - "resizeCallMs": 0.2448629999998957, - "frameCompletions": 234, - "frameCompletedAt": 104696.597752, - "acceptedEvents": 461, - "active": true, - "invalidCells": 0 - }, - { - "index": 234, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.82390000000305, - "resizeCallMs": 0.07374599999457132, - "frameCompletions": 235, - "frameCompletedAt": 104710.53245, - "acceptedEvents": 463, - "active": true, - "invalidCells": 0 - }, - { - "index": 235, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.862636999998358, - "resizeCallMs": 0.07587000000057742, - "frameCompletions": 236, - "frameCompletedAt": 104724.301351, - "acceptedEvents": 465, - "active": true, - "invalidCells": 0 - }, - { - "index": 236, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.801657000003615, - "resizeCallMs": 0.10174100000585895, - "frameCompletions": 237, - "frameCompletedAt": 104738.963913, - "acceptedEvents": 467, - "active": true, - "invalidCells": 0 - }, - { - "index": 237, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.325578000003588, - "resizeCallMs": 0.27562300000863615, - "frameCompletions": 238, - "frameCompletedAt": 104753.478704, - "acceptedEvents": 468, - "active": true, - "invalidCells": 0 - }, - { - "index": 238, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.30403599998681, - "resizeCallMs": 0.05373599998711143, - "frameCompletions": 239, - "frameCompletedAt": 104768.735116, - "acceptedEvents": 470, - "active": true, - "invalidCells": 0 - }, - { - "index": 239, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.55662499999744, - "resizeCallMs": 0.07186199999705423, - "frameCompletions": 240, - "frameCompletedAt": 104786.511574, - "acceptedEvents": 473, - "active": true, - "invalidCells": 0 - }, - { - "index": 240, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.17557300000044, - "resizeCallMs": 0.08744200000364799, - "frameCompletions": 241, - "frameCompletedAt": 104802.34354, - "acceptedEvents": 474, - "active": true, - "invalidCells": 0 - }, - { - "index": 241, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.001009999992675, - "resizeCallMs": 0.2397530000016559, - "frameCompletions": 242, - "frameCompletedAt": 104818.300122, - "acceptedEvents": 476, - "active": true, - "invalidCells": 0 - }, - { - "index": 242, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.336651000005077, - "resizeCallMs": 0.07354499999200925, - "frameCompletions": 243, - "frameCompletedAt": 104833.409264, - "acceptedEvents": 479, - "active": true, - "invalidCells": 0 - }, - { - "index": 243, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.101045999996131, - "resizeCallMs": 0.08086899999761954, - "frameCompletions": 244, - "frameCompletedAt": 104848.644805, - "acceptedEvents": 480, - "active": true, - "invalidCells": 0 - }, - { - "index": 244, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.322744000004604, - "resizeCallMs": 0.11525699999765493, - "frameCompletions": 245, - "frameCompletedAt": 104865.939013, - "acceptedEvents": 482, - "active": true, - "invalidCells": 0 - }, - { - "index": 245, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.600359999996726, - "resizeCallMs": 0.30971000000135973, - "frameCompletions": 246, - "frameCompletedAt": 104881.853672, - "acceptedEvents": 484, - "active": true, - "invalidCells": 0 - }, - { - "index": 246, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.082569999998668, - "resizeCallMs": 0.0927230000088457, - "frameCompletions": 247, - "frameCompletedAt": 104897.516726, - "acceptedEvents": 486, - "active": true, - "invalidCells": 0 - }, - { - "index": 247, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.122698999999557, - "resizeCallMs": 0.10991699999431148, - "frameCompletions": 248, - "frameCompletedAt": 104913.985006, - "acceptedEvents": 488, - "active": true, - "invalidCells": 0 - }, - { - "index": 248, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.29623100000026, - "resizeCallMs": 0.1302060000016354, - "frameCompletions": 249, - "frameCompletedAt": 104929.845499, - "acceptedEvents": 490, - "active": true, - "invalidCells": 0 - }, - { - "index": 249, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.666719999993802, - "resizeCallMs": 0.27265699999406934, - "frameCompletions": 250, - "frameCompletedAt": 104944.719006, - "acceptedEvents": 492, - "active": true, - "invalidCells": 0 - }, - { - "index": 250, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.64183100000082, - "resizeCallMs": 0.11731099999451544, - "frameCompletions": 251, - "frameCompletedAt": 104960.633375, - "acceptedEvents": 494, - "active": true, - "invalidCells": 0 - }, - { - "index": 251, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.350987999991048, - "resizeCallMs": 0.07271299998683389, - "frameCompletions": 252, - "frameCompletedAt": 104976.095974, - "acceptedEvents": 496, - "active": true, - "invalidCells": 0 - }, - { - "index": 252, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.89350900000136, - "resizeCallMs": 0.08744299999671057, - "frameCompletions": 253, - "frameCompletedAt": 104991.78103, - "acceptedEvents": 498, - "active": true, - "invalidCells": 0 - }, - { - "index": 253, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.256592999998247, - "resizeCallMs": 0.26206600001023617, - "frameCompletions": 254, - "frameCompletedAt": 105008.135977, - "acceptedEvents": 500, - "active": true, - "invalidCells": 0 - }, - { - "index": 254, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.273264999996172, - "resizeCallMs": 0.06581899999582674, - "frameCompletions": 255, - "frameCompletedAt": 105024.4939, - "acceptedEvents": 502, - "active": true, - "invalidCells": 0 - }, - { - "index": 255, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.381848999997601, - "resizeCallMs": 0.06984700000612065, - "frameCompletions": 256, - "frameCompletedAt": 105038.85075, - "acceptedEvents": 504, - "active": true, - "invalidCells": 0 - }, - { - "index": 256, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.969506999987061, - "resizeCallMs": 0.10882499998842832, - "frameCompletions": 257, - "frameCompletedAt": 105054.587659, - "acceptedEvents": 506, - "active": true, - "invalidCells": 0 - }, - { - "index": 257, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.07053700000688, - "resizeCallMs": 0.2853330000070855, - "frameCompletions": 258, - "frameCompletedAt": 105070.925001, - "acceptedEvents": 508, - "active": true, - "invalidCells": 0 - }, - { - "index": 258, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.62139099999331, - "resizeCallMs": 0.05786400000215508, - "frameCompletions": 259, - "frameCompletedAt": 105083.154158, - "acceptedEvents": 510, - "active": true, - "invalidCells": 0 - }, - { - "index": 259, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.02242199999455, - "resizeCallMs": 0.07140099999378435, - "frameCompletions": 260, - "frameCompletedAt": 105100.102955, - "acceptedEvents": 512, - "active": true, - "invalidCells": 0 - }, - { - "index": 260, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.207095999998273, - "resizeCallMs": 0.10420500001055188, - "frameCompletions": 261, - "frameCompletedAt": 105115.557738, - "acceptedEvents": 514, - "active": true, - "invalidCells": 0 - }, - { - "index": 261, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.898606999995536, - "resizeCallMs": 0.38737399999808986, - "frameCompletions": 262, - "frameCompletedAt": 105130.447468, - "acceptedEvents": 516, - "active": true, - "invalidCells": 0 - }, - { - "index": 262, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.15939200000139, - "resizeCallMs": 0.060759999993024394, - "frameCompletions": 263, - "frameCompletedAt": 105147.796223, - "acceptedEvents": 518, - "active": true, - "invalidCells": 0 - }, - { - "index": 263, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.610048999995342, - "resizeCallMs": 0.12303200000314973, - "frameCompletions": 264, - "frameCompletedAt": 105162.648669, - "acceptedEvents": 520, - "active": true, - "invalidCells": 0 - }, - { - "index": 264, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.431276000002981, - "resizeCallMs": 0.12644900000304915, - "frameCompletions": 265, - "frameCompletedAt": 105177.466066, - "acceptedEvents": 521, - "active": true, - "invalidCells": 0 - }, - { - "index": 265, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.14651700000104, - "resizeCallMs": 0.2822160000068834, - "frameCompletions": 266, - "frameCompletedAt": 105194.602303, - "acceptedEvents": 524, - "active": true, - "invalidCells": 0 - }, - { - "index": 266, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.797787999996217, - "resizeCallMs": 0.05896599999687169, - "frameCompletions": 267, - "frameCompletedAt": 105209.619023, - "acceptedEvents": 526, - "active": true, - "invalidCells": 0 - }, - { - "index": 267, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.843789000005927, - "resizeCallMs": 0.07159099999989849, - "frameCompletions": 268, - "frameCompletedAt": 105225.789686, - "acceptedEvents": 527, - "active": true, - "invalidCells": 0 - }, - { - "index": 268, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.325508000008995, - "resizeCallMs": 0.1977690000057919, - "frameCompletions": 269, - "frameCompletedAt": 105241.773682, - "acceptedEvents": 529, - "active": true, - "invalidCells": 0 - }, - { - "index": 269, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.469672999999602, - "resizeCallMs": 0.3298699999868404, - "frameCompletions": 270, - "frameCompletedAt": 105257.57065, - "acceptedEvents": 531, - "active": true, - "invalidCells": 0 - }, - { - "index": 270, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.111877000003005, - "resizeCallMs": 0.05553899999358691, - "frameCompletions": 271, - "frameCompletedAt": 105272.287519, - "acceptedEvents": 533, - "active": true, - "invalidCells": 0 - }, - { - "index": 271, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.400836999993771, - "resizeCallMs": 0.11757199998828582, - "frameCompletions": 272, - "frameCompletedAt": 105288.910494, - "acceptedEvents": 535, - "active": true, - "invalidCells": 0 - }, - { - "index": 272, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.131126000007498, - "resizeCallMs": 0.10313300001143944, - "frameCompletions": 273, - "frameCompletedAt": 105303.938927, - "acceptedEvents": 537, - "active": true, - "invalidCells": 0 - }, - { - "index": 273, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.689094000001205, - "resizeCallMs": 0.3855000000039581, - "frameCompletions": 274, - "frameCompletedAt": 105319.038159, - "acceptedEvents": 539, - "active": true, - "invalidCells": 0 - }, - { - "index": 274, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.331641999990097, - "resizeCallMs": 0.05049999999755528, - "frameCompletions": 275, - "frameCompletedAt": 105335.169035, - "acceptedEvents": 541, - "active": true, - "invalidCells": 0 - }, - { - "index": 275, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.941491999998107, - "resizeCallMs": 0.07195099999080412, - "frameCompletions": 276, - "frameCompletedAt": 105351.180374, - "acceptedEvents": 543, - "active": true, - "invalidCells": 0 - }, - { - "index": 276, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.167365999994217, - "resizeCallMs": 0.09037799999350682, - "frameCompletions": 277, - "frameCompletedAt": 105368.266302, - "acceptedEvents": 545, - "active": true, - "invalidCells": 0 - }, - { - "index": 277, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.019897999998648, - "resizeCallMs": 0.22348100000817794, - "frameCompletions": 278, - "frameCompletedAt": 105384.203415, - "acceptedEvents": 547, - "active": true, - "invalidCells": 0 - }, - { - "index": 278, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.392189999998664, - "resizeCallMs": 0.05871599999954924, - "frameCompletions": 279, - "frameCompletedAt": 105400.680573, - "acceptedEvents": 549, - "active": true, - "invalidCells": 0 - }, - { - "index": 279, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.40352300000086, - "resizeCallMs": 0.13148900000669528, - "frameCompletions": 280, - "frameCompletedAt": 105417.217488, - "acceptedEvents": 551, - "active": true, - "invalidCells": 0 - }, - { - "index": 280, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.01313300000038, - "resizeCallMs": 0.10880399998859502, - "frameCompletions": 281, - "frameCompletedAt": 105433.044294, - "acceptedEvents": 553, - "active": true, - "invalidCells": 0 - }, - { - "index": 281, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.684966999993776, - "resizeCallMs": 0.2607829999906244, - "frameCompletions": 282, - "frameCompletedAt": 105449.840751, - "acceptedEvents": 555, - "active": true, - "invalidCells": 0 - }, - { - "index": 282, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.598637000002782, - "resizeCallMs": 0.06448699999600649, - "frameCompletions": 283, - "frameCompletedAt": 105465.366865, - "acceptedEvents": 557, - "active": true, - "invalidCells": 0 - }, - { - "index": 283, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.47779000000446, - "resizeCallMs": 0.06527800000912976, - "frameCompletions": 284, - "frameCompletedAt": 105482.994058, - "acceptedEvents": 560, - "active": true, - "invalidCells": 0 - }, - { - "index": 284, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.646508999998332, - "resizeCallMs": 0.08892499998910353, - "frameCompletions": 285, - "frameCompletedAt": 105497.479642, - "acceptedEvents": 561, - "active": true, - "invalidCells": 0 - }, - { - "index": 285, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.728973999997834, - "resizeCallMs": 0.2813439999881666, - "frameCompletions": 286, - "frameCompletedAt": 105513.758308, - "acceptedEvents": 564, - "active": true, - "invalidCells": 0 - }, - { - "index": 286, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.76435300000594, - "resizeCallMs": 0.05423700000392273, - "frameCompletions": 287, - "frameCompletedAt": 105530.190778, - "acceptedEvents": 566, - "active": true, - "invalidCells": 0 - }, - { - "index": 287, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.82536399998935, - "resizeCallMs": 0.06063999999605585, - "frameCompletions": 288, - "frameCompletedAt": 105546.78679, - "acceptedEvents": 568, - "active": true, - "invalidCells": 0 - }, - { - "index": 288, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.649566000007326, - "resizeCallMs": 0.08147100001224317, - "frameCompletions": 289, - "frameCompletedAt": 105562.281281, - "acceptedEvents": 569, - "active": true, - "invalidCells": 0 - }, - { - "index": 289, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.017422000004444, - "resizeCallMs": 0.4197470000071917, - "frameCompletions": 290, - "frameCompletedAt": 105578.343561, - "acceptedEvents": 572, - "active": true, - "invalidCells": 0 - }, - { - "index": 290, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.761356000002706, - "resizeCallMs": 0.0721720000001369, - "frameCompletions": 291, - "frameCompletedAt": 105594.252569, - "acceptedEvents": 573, - "active": true, - "invalidCells": 0 - }, - { - "index": 291, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.150573999999324, - "resizeCallMs": 0.11659000000508968, - "frameCompletions": 292, - "frameCompletedAt": 105609.367142, - "acceptedEvents": 575, - "active": true, - "invalidCells": 0 - }, - { - "index": 292, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.911392000009073, - "resizeCallMs": 0.14375300001120195, - "frameCompletions": 293, - "frameCompletedAt": 105625.274637, - "acceptedEvents": 577, - "active": true, - "invalidCells": 0 - }, - { - "index": 293, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.263326000000234, - "resizeCallMs": 0.30788599999505095, - "frameCompletions": 294, - "frameCompletedAt": 105641.667589, - "acceptedEvents": 579, - "active": true, - "invalidCells": 0 - }, - { - "index": 294, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.129401999991387, - "resizeCallMs": 0.08003699999244418, - "frameCompletions": 295, - "frameCompletedAt": 105657.633319, - "acceptedEvents": 581, - "active": true, - "invalidCells": 0 - }, - { - "index": 295, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.5111629999883, - "resizeCallMs": 0.10606900000129826, - "frameCompletions": 296, - "frameCompletedAt": 105673.121498, - "acceptedEvents": 583, - "active": true, - "invalidCells": 0 - }, - { - "index": 296, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.356079999997746, - "resizeCallMs": 0.1505570000008447, - "frameCompletions": 297, - "frameCompletedAt": 105689.892675, - "acceptedEvents": 586, - "active": true, - "invalidCells": 0 - }, - { - "index": 297, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.049855999997817, - "resizeCallMs": 0.2514850000006845, - "frameCompletions": 298, - "frameCompletedAt": 105706.755723, - "acceptedEvents": 588, - "active": true, - "invalidCells": 0 - }, - { - "index": 298, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.37148800000432, - "resizeCallMs": 0.07173100000363775, - "frameCompletions": 299, - "frameCompletedAt": 105722.818764, - "acceptedEvents": 590, - "active": true, - "invalidCells": 0 - }, - { - "index": 299, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.131747000006726, - "resizeCallMs": 0.0869410000013886, - "frameCompletions": 300, - "frameCompletedAt": 105737.934048, - "acceptedEvents": 591, - "active": true, - "invalidCells": 0 - }, - { - "index": 300, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.04025599999295, - "resizeCallMs": 0.18974400000297464, - "frameCompletions": 301, - "frameCompletedAt": 105753.254447, - "acceptedEvents": 593, - "active": true, - "invalidCells": 0 - }, - { - "index": 301, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.772489000009955, - "resizeCallMs": 0.254852000012761, - "frameCompletions": 302, - "frameCompletedAt": 105769.122163, - "acceptedEvents": 595, - "active": true, - "invalidCells": 0 - }, - { - "index": 302, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.952383999989252, - "resizeCallMs": 0.07535899999493267, - "frameCompletions": 303, - "frameCompletedAt": 105785.981805, - "acceptedEvents": 597, - "active": true, - "invalidCells": 0 - }, - { - "index": 303, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.767680000004475, - "resizeCallMs": 0.10227100001065992, - "frameCompletions": 304, - "frameCompletedAt": 105801.976892, - "acceptedEvents": 599, - "active": true, - "invalidCells": 0 - }, - { - "index": 304, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.978816000002553, - "resizeCallMs": 0.08762199999182485, - "frameCompletions": 305, - "frameCompletedAt": 105818.524138, - "acceptedEvents": 602, - "active": true, - "invalidCells": 0 - }, - { - "index": 305, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.467536999989534, - "resizeCallMs": 0.2744399999937741, - "frameCompletions": 306, - "frameCompletedAt": 105833.165027, - "acceptedEvents": 603, - "active": true, - "invalidCells": 0 - }, - { - "index": 306, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.578756999995676, - "resizeCallMs": 0.08798299999034498, - "frameCompletions": 307, - "frameCompletedAt": 105848.917717, - "acceptedEvents": 605, - "active": true, - "invalidCells": 0 - }, - { - "index": 307, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.699898000006215, - "resizeCallMs": 0.08760300000722054, - "frameCompletions": 308, - "frameCompletedAt": 105865.783611, - "acceptedEvents": 608, - "active": true, - "invalidCells": 0 - }, - { - "index": 308, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.877135999995517, - "resizeCallMs": 0.11876399999891873, - "frameCompletions": 309, - "frameCompletedAt": 105882.649535, - "acceptedEvents": 610, - "active": true, - "invalidCells": 0 - }, - { - "index": 309, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.55774499999825, - "resizeCallMs": 0.3853789999993751, - "frameCompletions": 310, - "frameCompletedAt": 105898.9578, - "acceptedEvents": 612, - "active": true, - "invalidCells": 0 - }, - { - "index": 310, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.235530999998446, - "resizeCallMs": 0.05740299999888521, - "frameCompletions": 311, - "frameCompletedAt": 105913.62451, - "acceptedEvents": 614, - "active": true, - "invalidCells": 0 - }, - { - "index": 311, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.565980999992462, - "resizeCallMs": 0.0713499999983469, - "frameCompletions": 312, - "frameCompletedAt": 105928.885511, - "acceptedEvents": 615, - "active": true, - "invalidCells": 0 - }, - { - "index": 312, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.85579400000279, - "resizeCallMs": 0.09202199999708682, - "frameCompletions": 313, - "frameCompletedAt": 105945.282791, - "acceptedEvents": 617, - "active": true, - "invalidCells": 0 - }, - { - "index": 313, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.58235599999898, - "resizeCallMs": 0.3039589999971213, - "frameCompletions": 314, - "frameCompletedAt": 105962.23244, - "acceptedEvents": 620, - "active": true, - "invalidCells": 0 - }, - { - "index": 314, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.986751999997068, - "resizeCallMs": 0.08162099999026395, - "frameCompletions": 315, - "frameCompletedAt": 105979.866908, - "acceptedEvents": 622, - "active": true, - "invalidCells": 0 - }, - { - "index": 315, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.286489999998594, - "resizeCallMs": 0.0696369999932358, - "frameCompletions": 316, - "frameCompletedAt": 105994.015457, - "acceptedEvents": 623, - "active": true, - "invalidCells": 0 - }, - { - "index": 316, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.914899999988847, - "resizeCallMs": 0.0751380000001518, - "frameCompletions": 317, - "frameCompletedAt": 106009.834308, - "acceptedEvents": 625, - "active": true, - "invalidCells": 0 - }, - { - "index": 317, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.539348999998765, - "resizeCallMs": 0.28472100000362843, - "frameCompletions": 318, - "frameCompletedAt": 106025.090319, - "acceptedEvents": 627, - "active": true, - "invalidCells": 0 - }, - { - "index": 318, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.07336199999554, - "resizeCallMs": 0.11278199999651406, - "frameCompletions": 319, - "frameCompletedAt": 106040.950782, - "acceptedEvents": 629, - "active": true, - "invalidCells": 0 - }, - { - "index": 319, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.488440999994054, - "resizeCallMs": 0.12523700000019744, - "frameCompletions": 320, - "frameCompletedAt": 106058.409924, - "acceptedEvents": 632, - "active": true, - "invalidCells": 0 - }, - { - "index": 320, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.43222900001274, - "resizeCallMs": 0.09809300000779331, - "frameCompletions": 321, - "frameCompletedAt": 106074.736726, - "acceptedEvents": 634, - "active": true, - "invalidCells": 0 - }, - { - "index": 321, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 10.85806600000069, - "resizeCallMs": 0.2538210000057006, - "frameCompletions": 322, - "frameCompletedAt": 106090.058076, - "acceptedEvents": 635, - "active": true, - "invalidCells": 0 - }, - { - "index": 322, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.06993599999987, - "resizeCallMs": 0.0695069999928819, - "frameCompletions": 323, - "frameCompletedAt": 106105.133191, - "acceptedEvents": 637, - "active": true, - "invalidCells": 0 - }, - { - "index": 323, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.71693100000266, - "resizeCallMs": 0.07449700000870507, - "frameCompletions": 324, - "frameCompletedAt": 106122.167707, - "acceptedEvents": 640, - "active": true, - "invalidCells": 0 - }, - { - "index": 324, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.06394399999408, - "resizeCallMs": 0.0862699999997858, - "frameCompletions": 325, - "frameCompletedAt": 106138.503125, - "acceptedEvents": 642, - "active": true, - "invalidCells": 0 - }, - { - "index": 325, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.447136999995564, - "resizeCallMs": 0.25283800000033807, - "frameCompletions": 326, - "frameCompletedAt": 106153.131339, - "acceptedEvents": 643, - "active": true, - "invalidCells": 0 - }, - { - "index": 326, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.956321000005119, - "resizeCallMs": 0.08081899999524467, - "frameCompletions": 327, - "frameCompletedAt": 106168.7881, - "acceptedEvents": 645, - "active": true, - "invalidCells": 0 - }, - { - "index": 327, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.814921999990474, - "resizeCallMs": 0.11774199998762924, - "frameCompletions": 328, - "frameCompletedAt": 106184.066436, - "acceptedEvents": 647, - "active": true, - "invalidCells": 0 - }, - { - "index": 328, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.359035000001313, - "resizeCallMs": 0.11710100001073442, - "frameCompletions": 329, - "frameCompletedAt": 106199.407324, - "acceptedEvents": 649, - "active": true, - "invalidCells": 0 - }, - { - "index": 329, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.33506800000032, - "resizeCallMs": 0.23002300001098774, - "frameCompletions": 330, - "frameCompletedAt": 106215.895384, - "acceptedEvents": 651, - "active": true, - "invalidCells": 0 - }, - { - "index": 330, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.804061000002548, - "resizeCallMs": 0.05371500000183005, - "frameCompletions": 331, - "frameCompletedAt": 106231.72745, - "acceptedEvents": 653, - "active": true, - "invalidCells": 0 - }, - { - "index": 331, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.744995000000927, - "resizeCallMs": 0.08629999999538995, - "frameCompletions": 332, - "frameCompletedAt": 106247.423128, - "acceptedEvents": 655, - "active": true, - "invalidCells": 0 - }, - { - "index": 332, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.07051700000011, - "resizeCallMs": 0.11369399999966845, - "frameCompletions": 333, - "frameCompletedAt": 106264.414719, - "acceptedEvents": 657, - "active": true, - "invalidCells": 0 - }, - { - "index": 333, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.968765999990865, - "resizeCallMs": 0.3452899999974761, - "frameCompletions": 334, - "frameCompletedAt": 106281.467832, - "acceptedEvents": 659, - "active": true, - "invalidCells": 0 - }, - { - "index": 334, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.98897500000021, - "resizeCallMs": 0.08380599999509286, - "frameCompletions": 335, - "frameCompletedAt": 106295.477247, - "acceptedEvents": 661, - "active": true, - "invalidCells": 0 - }, - { - "index": 335, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.8523370000039, - "resizeCallMs": 0.05373600000166334, - "frameCompletions": 336, - "frameCompletedAt": 106313.074742, - "acceptedEvents": 663, - "active": true, - "invalidCells": 0 - }, - { - "index": 336, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.449211999992258, - "resizeCallMs": 0.1200070000049891, - "frameCompletions": 337, - "frameCompletedAt": 106328.956115, - "acceptedEvents": 665, - "active": true, - "invalidCells": 0 - }, - { - "index": 337, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.50937200000044, - "resizeCallMs": 0.25511300000653137, - "frameCompletions": 338, - "frameCompletedAt": 106343.974789, - "acceptedEvents": 667, - "active": true, - "invalidCells": 0 - }, - { - "index": 338, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 11.772486999994726, - "resizeCallMs": 0.06999800000630785, - "frameCompletions": 339, - "frameCompletedAt": 106359.121726, - "acceptedEvents": 669, - "active": true, - "invalidCells": 0 - }, - { - "index": 339, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.818390999993426, - "resizeCallMs": 0.07181199999467935, - "frameCompletions": 340, - "frameCompletedAt": 106376.000004, - "acceptedEvents": 671, - "active": true, - "invalidCells": 0 - }, - { - "index": 340, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.989537000001292, - "resizeCallMs": 0.10088899999391288, - "frameCompletions": 341, - "frameCompletedAt": 106390.727504, - "acceptedEvents": 673, - "active": true, - "invalidCells": 0 - }, - { - "index": 341, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.33855400000175, - "resizeCallMs": 0.2910239999910118, - "frameCompletions": 342, - "frameCompletedAt": 106406.379676, - "acceptedEvents": 675, - "active": true, - "invalidCells": 0 - }, - { - "index": 342, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.654266000012285, - "resizeCallMs": 0.05250400000659283, - "frameCompletions": 343, - "frameCompletedAt": 106422.067878, - "acceptedEvents": 677, - "active": true, - "invalidCells": 0 - }, - { - "index": 343, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.905291000002762, - "resizeCallMs": 0.0611499999940861, - "frameCompletions": 344, - "frameCompletedAt": 106437.873804, - "acceptedEvents": 679, - "active": true, - "invalidCells": 0 - }, - { - "index": 344, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.981952000001911, - "resizeCallMs": 0.11131900000327732, - "frameCompletions": 345, - "frameCompletedAt": 106453.756359, - "acceptedEvents": 681, - "active": true, - "invalidCells": 0 - }, - { - "index": 345, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.59545999999682, - "resizeCallMs": 0.2106750000093598, - "frameCompletions": 346, - "frameCompletedAt": 106469.527105, - "acceptedEvents": 683, - "active": true, - "invalidCells": 0 - }, - { - "index": 346, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.835221000001184, - "resizeCallMs": 0.06283300000359304, - "frameCompletions": 347, - "frameCompletedAt": 106483.127945, - "acceptedEvents": 684, - "active": true, - "invalidCells": 0 - }, - { - "index": 347, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.202656000008574, - "resizeCallMs": 0.08912499999860302, - "frameCompletions": 348, - "frameCompletedAt": 106498.317886, - "acceptedEvents": 686, - "active": true, - "invalidCells": 0 - }, - { - "index": 348, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.04615899999044, - "resizeCallMs": 0.10847399999329355, - "frameCompletions": 349, - "frameCompletedAt": 106514.54453, - "acceptedEvents": 689, - "active": true, - "invalidCells": 0 - }, - { - "index": 349, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.28195199999027, - "resizeCallMs": 0.2415059999912046, - "frameCompletions": 350, - "frameCompletedAt": 106529.736766, - "acceptedEvents": 690, - "active": true, - "invalidCells": 0 - }, - { - "index": 350, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.25248599999759, - "resizeCallMs": 0.06678099998680409, - "frameCompletions": 351, - "frameCompletedAt": 106548.727246, - "acceptedEvents": 693, - "active": true, - "invalidCells": 0 - }, - { - "index": 351, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.964896999998018, - "resizeCallMs": 0.07984799999394454, - "frameCompletions": 352, - "frameCompletedAt": 106561.696782, - "acceptedEvents": 694, - "active": true, - "invalidCells": 0 - }, - { - "index": 352, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.211916999993264, - "resizeCallMs": 0.10834399999293964, - "frameCompletions": 353, - "frameCompletedAt": 106578.901243, - "acceptedEvents": 697, - "active": true, - "invalidCells": 0 - }, - { - "index": 353, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.500381999998353, - "resizeCallMs": 0.23472199999378063, - "frameCompletions": 354, - "frameCompletedAt": 106594.406074, - "acceptedEvents": 699, - "active": true, - "invalidCells": 0 - }, - { - "index": 354, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.711978999999701, - "resizeCallMs": 0.056280999997397885, - "frameCompletions": 355, - "frameCompletedAt": 106609.383597, - "acceptedEvents": 700, - "active": true, - "invalidCells": 0 - }, - { - "index": 355, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.635239000010188, - "resizeCallMs": 0.11835400000563823, - "frameCompletions": 356, - "frameCompletedAt": 106625.057402, - "acceptedEvents": 702, - "active": true, - "invalidCells": 0 - }, - { - "index": 356, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.174541000000318, - "resizeCallMs": 0.10154000000329688, - "frameCompletions": 357, - "frameCompletedAt": 106641.24079, - "acceptedEvents": 704, - "active": true, - "invalidCells": 0 - }, - { - "index": 357, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.911292999997386, - "resizeCallMs": 0.29675500000303145, - "frameCompletions": 358, - "frameCompletedAt": 106656.215016, - "acceptedEvents": 706, - "active": true, - "invalidCells": 0 - }, - { - "index": 358, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.811395999990054, - "resizeCallMs": 0.08207199999014847, - "frameCompletions": 359, - "frameCompletedAt": 106671.955783, - "acceptedEvents": 708, - "active": true, - "invalidCells": 0 - }, - { - "index": 359, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.433751999997185, - "resizeCallMs": 0.10874399999738671, - "frameCompletions": 360, - "frameCompletedAt": 106688.46291, - "acceptedEvents": 710, - "active": true, - "invalidCells": 0 - }, - { - "index": 360, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.00127999999677, - "resizeCallMs": 0.1007580000004964, - "frameCompletions": 361, - "frameCompletedAt": 106704.380514, - "acceptedEvents": 712, - "active": true, - "invalidCells": 0 - }, - { - "index": 361, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.223706000004313, - "resizeCallMs": 0.24773800000548363, - "frameCompletions": 362, - "frameCompletedAt": 106718.816901, - "acceptedEvents": 714, - "active": true, - "invalidCells": 0 - }, - { - "index": 362, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.608966999992845, - "resizeCallMs": 0.0512309999903664, - "frameCompletions": 363, - "frameCompletedAt": 106735.371621, - "acceptedEvents": 716, - "active": true, - "invalidCells": 0 - }, - { - "index": 363, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.514802000005147, - "resizeCallMs": 0.07499799999641255, - "frameCompletions": 364, - "frameCompletedAt": 106751.825653, - "acceptedEvents": 718, - "active": true, - "invalidCells": 0 - }, - { - "index": 364, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.178937999997288, - "resizeCallMs": 0.09664999999222346, - "frameCompletions": 365, - "frameCompletedAt": 106765.981286, - "acceptedEvents": 720, - "active": true, - "invalidCells": 0 - }, - { - "index": 365, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.53450999999768, - "resizeCallMs": 0.26789699999790173, - "frameCompletions": 366, - "frameCompletedAt": 106782.693377, - "acceptedEvents": 722, - "active": true, - "invalidCells": 0 - }, - { - "index": 366, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.314717999994173, - "resizeCallMs": 0.0520329999999376, - "frameCompletions": 367, - "frameCompletedAt": 106799.020589, - "acceptedEvents": 724, - "active": true, - "invalidCells": 0 - }, - { - "index": 367, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.626892000000225, - "resizeCallMs": 0.05958699999609962, - "frameCompletions": 368, - "frameCompletedAt": 106812.805993, - "acceptedEvents": 726, - "active": true, - "invalidCells": 0 - }, - { - "index": 368, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.84435100000701, - "resizeCallMs": 0.06467800000973511, - "frameCompletions": 369, - "frameCompletedAt": 106827.84701, - "acceptedEvents": 728, - "active": true, - "invalidCells": 0 - }, - { - "index": 369, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.492106999998214, - "resizeCallMs": 0.24248800000350457, - "frameCompletions": 370, - "frameCompletedAt": 106843.841637, - "acceptedEvents": 730, - "active": true, - "invalidCells": 0 - }, - { - "index": 370, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.520451000003959, - "resizeCallMs": 0.043476000006194226, - "frameCompletions": 371, - "frameCompletedAt": 106858.415224, - "acceptedEvents": 731, - "active": true, - "invalidCells": 0 - }, - { - "index": 371, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.21344799999497, - "resizeCallMs": 0.06334500000230037, - "frameCompletions": 372, - "frameCompletedAt": 106873.202622, - "acceptedEvents": 733, - "active": true, - "invalidCells": 0 - }, - { - "index": 372, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.46809999999823, - "resizeCallMs": 0.1352560000086669, - "frameCompletions": 373, - "frameCompletedAt": 106889.921556, - "acceptedEvents": 736, - "active": true, - "invalidCells": 0 - }, - { - "index": 373, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.585160999995423, - "resizeCallMs": 0.2921360000036657, - "frameCompletions": 374, - "frameCompletedAt": 106906.759224, - "acceptedEvents": 738, - "active": true, - "invalidCells": 0 - }, - { - "index": 374, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.538407000000007, - "resizeCallMs": 0.09407500000088476, - "frameCompletions": 375, - "frameCompletedAt": 106922.099922, - "acceptedEvents": 739, - "active": true, - "invalidCells": 0 - }, - { - "index": 375, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.710928999993484, - "resizeCallMs": 0.07651100000657607, - "frameCompletions": 376, - "frameCompletedAt": 106938.539365, - "acceptedEvents": 742, - "active": true, - "invalidCells": 0 - }, - { - "index": 376, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.883446000007098, - "resizeCallMs": 0.10414500000479165, - "frameCompletions": 377, - "frameCompletedAt": 106954.507801, - "acceptedEvents": 743, - "active": true, - "invalidCells": 0 - }, - { - "index": 377, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.394054000003962, - "resizeCallMs": 0.2649820000078762, - "frameCompletions": 378, - "frameCompletedAt": 106971.12774, - "acceptedEvents": 746, - "active": true, - "invalidCells": 0 - }, - { - "index": 378, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.491976000004797, - "resizeCallMs": 0.04984800000966061, - "frameCompletions": 379, - "frameCompletedAt": 106985.630156, - "acceptedEvents": 747, - "active": true, - "invalidCells": 0 - }, - { - "index": 379, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.2988059999916, - "resizeCallMs": 0.08398599999782164, - "frameCompletions": 380, - "frameCompletedAt": 107003.04442, - "acceptedEvents": 750, - "active": true, - "invalidCells": 0 - }, - { - "index": 380, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.924179000008735, - "resizeCallMs": 0.1068000000086613, - "frameCompletions": 381, - "frameCompletedAt": 107020.647647, - "acceptedEvents": 752, - "active": true, - "invalidCells": 0 - }, - { - "index": 381, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.078621999986353, - "resizeCallMs": 0.22255899998708628, - "frameCompletions": 382, - "frameCompletedAt": 107033.115394, - "acceptedEvents": 754, - "active": true, - "invalidCells": 0 - }, - { - "index": 382, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.573145999995177, - "resizeCallMs": 0.05776299998979084, - "frameCompletions": 383, - "frameCompletedAt": 107049.75909, - "acceptedEvents": 755, - "active": true, - "invalidCells": 0 - }, - { - "index": 383, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.466144000005443, - "resizeCallMs": 0.061390999995637685, - "frameCompletions": 384, - "frameCompletedAt": 107065.132642, - "acceptedEvents": 757, - "active": true, - "invalidCells": 0 - }, - { - "index": 384, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.952184000008856, - "resizeCallMs": 0.0943260000058217, - "frameCompletions": 385, - "frameCompletedAt": 107081.86856, - "acceptedEvents": 759, - "active": true, - "invalidCells": 0 - }, - { - "index": 385, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.872446000008495, - "resizeCallMs": 0.2639999999955762, - "frameCompletions": 386, - "frameCompletedAt": 107098.178688, - "acceptedEvents": 762, - "active": true, - "invalidCells": 0 - }, - { - "index": 386, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.713621999995667, - "resizeCallMs": 0.05619000000297092, - "frameCompletions": 387, - "frameCompletedAt": 107113.497023, - "acceptedEvents": 763, - "active": true, - "invalidCells": 0 - }, - { - "index": 387, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.751468000002205, - "resizeCallMs": 0.08683200000086799, - "frameCompletions": 388, - "frameCompletedAt": 107129.384107, - "acceptedEvents": 765, - "active": true, - "invalidCells": 0 - }, - { - "index": 388, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.949829000004684, - "resizeCallMs": 0.09725200000684708, - "frameCompletions": 389, - "frameCompletedAt": 107146.176947, - "acceptedEvents": 767, - "active": true, - "invalidCells": 0 - }, - { - "index": 389, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.176424999997835, - "resizeCallMs": 0.2925470000045607, - "frameCompletions": 390, - "frameCompletedAt": 107161.274987, - "acceptedEvents": 769, - "active": true, - "invalidCells": 0 - }, - { - "index": 390, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.684525999997277, - "resizeCallMs": 0.10397500000544824, - "frameCompletions": 391, - "frameCompletedAt": 107176.144898, - "acceptedEvents": 771, - "active": true, - "invalidCells": 0 - }, - { - "index": 391, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.067420000006678, - "resizeCallMs": 0.20557499999995343, - "frameCompletions": 392, - "frameCompletedAt": 107192.915003, - "acceptedEvents": 773, - "active": true, - "invalidCells": 0 - }, - { - "index": 392, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.291031000000658, - "resizeCallMs": 0.15069700000458397, - "frameCompletions": 393, - "frameCompletedAt": 107209.472999, - "acceptedEvents": 775, - "active": true, - "invalidCells": 0 - }, - { - "index": 393, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.370668000003207, - "resizeCallMs": 0.3479760000045644, - "frameCompletions": 394, - "frameCompletedAt": 107224.032769, - "acceptedEvents": 777, - "active": true, - "invalidCells": 0 - }, - { - "index": 394, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.824932000003173, - "resizeCallMs": 0.09910500000114553, - "frameCompletions": 395, - "frameCompletedAt": 107239.879003, - "acceptedEvents": 779, - "active": true, - "invalidCells": 0 - }, - { - "index": 395, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.201522999996087, - "resizeCallMs": 0.1019910000031814, - "frameCompletions": 396, - "frameCompletedAt": 107255.168711, - "acceptedEvents": 781, - "active": true, - "invalidCells": 0 - }, - { - "index": 396, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.647903999997652, - "resizeCallMs": 0.09938600000168663, - "frameCompletions": 397, - "frameCompletedAt": 107270.637151, - "acceptedEvents": 783, - "active": true, - "invalidCells": 0 - }, - { - "index": 397, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.48360999999568, - "resizeCallMs": 0.24827899999218062, - "frameCompletions": 398, - "frameCompletedAt": 107286.306026, - "acceptedEvents": 785, - "active": true, - "invalidCells": 0 - }, - { - "index": 398, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.387161000006017, - "resizeCallMs": 0.056672000006074086, - "frameCompletions": 399, - "frameCompletedAt": 107304.630534, - "acceptedEvents": 787, - "active": true, - "invalidCells": 0 - }, - { - "index": 399, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.371687999999267, - "resizeCallMs": 0.08254300001135562, - "frameCompletions": 400, - "frameCompletedAt": 107316.946502, - "acceptedEvents": 789, - "active": true, - "invalidCells": 0 - }, - { - "index": 400, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.942474000010407, - "resizeCallMs": 0.1393440000101691, - "frameCompletions": 401, - "frameCompletedAt": 107333.831613, - "acceptedEvents": 791, - "active": true, - "invalidCells": 0 - }, - { - "index": 401, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.326019000000088, - "resizeCallMs": 0.2613450000062585, - "frameCompletions": 402, - "frameCompletedAt": 107349.323479, - "acceptedEvents": 793, - "active": true, - "invalidCells": 0 - }, - { - "index": 402, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.317923000009614, - "resizeCallMs": 0.047193000005790964, - "frameCompletions": 403, - "frameCompletedAt": 107363.885172, - "acceptedEvents": 795, - "active": true, - "invalidCells": 0 - }, - { - "index": 403, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.313303999995696, - "resizeCallMs": 0.06193199999688659, - "frameCompletions": 404, - "frameCompletedAt": 107378.881201, - "acceptedEvents": 796, - "active": true, - "invalidCells": 0 - }, - { - "index": 404, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.688274000000092, - "resizeCallMs": 0.07999800000106916, - "frameCompletions": 405, - "frameCompletedAt": 107394.855388, - "acceptedEvents": 799, - "active": true, - "invalidCells": 0 - }, - { - "index": 405, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.528719000009005, - "resizeCallMs": 0.23763900001358707, - "frameCompletions": 406, - "frameCompletedAt": 107411.100999, - "acceptedEvents": 801, - "active": true, - "invalidCells": 0 - }, - { - "index": 406, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.789963999995962, - "resizeCallMs": 0.056612000000313856, - "frameCompletions": 407, - "frameCompletedAt": 107426.930942, - "acceptedEvents": 802, - "active": true, - "invalidCells": 0 - }, - { - "index": 407, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.926783000002615, - "resizeCallMs": 0.06233299999439623, - "frameCompletions": 408, - "frameCompletedAt": 107442.794741, - "acceptedEvents": 804, - "active": true, - "invalidCells": 0 - }, - { - "index": 408, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.252395000003162, - "resizeCallMs": 0.17246000000159256, - "frameCompletions": 409, - "frameCompletedAt": 107458.661255, - "acceptedEvents": 806, - "active": true, - "invalidCells": 0 - }, - { - "index": 409, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.69921500000055, - "resizeCallMs": 0.24757700000191107, - "frameCompletions": 410, - "frameCompletedAt": 107473.126638, - "acceptedEvents": 809, - "active": true, - "invalidCells": 0 - }, - { - "index": 410, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.419302000009338, - "resizeCallMs": 0.13031700000283308, - "frameCompletions": 411, - "frameCompletedAt": 107489.244798, - "acceptedEvents": 810, - "active": true, - "invalidCells": 0 - }, - { - "index": 411, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.486155000005965, - "resizeCallMs": 0.07440599999972619, - "frameCompletions": 412, - "frameCompletedAt": 107504.39431, - "acceptedEvents": 812, - "active": true, - "invalidCells": 0 - }, - { - "index": 412, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.99051000000327, - "resizeCallMs": 0.10187000001315027, - "frameCompletions": 413, - "frameCompletedAt": 107522.704109, - "acceptedEvents": 815, - "active": true, - "invalidCells": 0 - }, - { - "index": 413, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.101798000003328, - "resizeCallMs": 0.2874570000130916, - "frameCompletions": 414, - "frameCompletedAt": 107538.189171, - "acceptedEvents": 817, - "active": true, - "invalidCells": 0 - }, - { - "index": 414, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.650477999995928, - "resizeCallMs": 0.09283300000242889, - "frameCompletions": 415, - "frameCompletedAt": 107553.162205, - "acceptedEvents": 818, - "active": true, - "invalidCells": 0 - }, - { - "index": 415, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.224439999990864, - "resizeCallMs": 0.09500699999625795, - "frameCompletions": 416, - "frameCompletedAt": 107570.596799, - "acceptedEvents": 821, - "active": true, - "invalidCells": 0 - }, - { - "index": 416, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.39600700000301, - "resizeCallMs": 0.11023700000077952, - "frameCompletions": 417, - "frameCompletedAt": 107586.855807, - "acceptedEvents": 822, - "active": true, - "invalidCells": 0 - }, - { - "index": 417, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.219570000001113, - "resizeCallMs": 0.2500529999961145, - "frameCompletions": 418, - "frameCompletedAt": 107602.360318, - "acceptedEvents": 824, - "active": true, - "invalidCells": 0 - }, - { - "index": 418, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.393202000006568, - "resizeCallMs": 0.05319500000041444, - "frameCompletions": 419, - "frameCompletedAt": 107616.162214, - "acceptedEvents": 826, - "active": true, - "invalidCells": 0 - }, - { - "index": 419, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.580650000003516, - "resizeCallMs": 0.10466599999926984, - "frameCompletions": 420, - "frameCompletedAt": 107633.149787, - "acceptedEvents": 828, - "active": true, - "invalidCells": 0 - }, - { - "index": 420, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.319135999990976, - "resizeCallMs": 0.09825299998919945, - "frameCompletions": 421, - "frameCompletedAt": 107649.285011, - "acceptedEvents": 830, - "active": true, - "invalidCells": 0 - }, - { - "index": 421, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.85921199999575, - "resizeCallMs": 0.2852019999991171, - "frameCompletions": 422, - "frameCompletedAt": 107666.229209, - "acceptedEvents": 833, - "active": true, - "invalidCells": 0 - }, - { - "index": 422, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.041940000010072, - "resizeCallMs": 0.08123100000375416, - "frameCompletions": 423, - "frameCompletedAt": 107681.511973, - "acceptedEvents": 834, - "active": true, - "invalidCells": 0 - }, - { - "index": 423, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.030026000007638, - "resizeCallMs": 0.07392600001185201, - "frameCompletions": 424, - "frameCompletedAt": 107697.564544, - "acceptedEvents": 836, - "active": true, - "invalidCells": 0 - }, - { - "index": 424, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.762582000010298, - "resizeCallMs": 0.10288299999956507, - "frameCompletions": 425, - "frameCompletedAt": 107715.121499, - "acceptedEvents": 839, - "active": true, - "invalidCells": 0 - }, - { - "index": 425, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.361849000008078, - "resizeCallMs": 0.290753000008408, - "frameCompletions": 426, - "frameCompletedAt": 107729.673473, - "acceptedEvents": 840, - "active": true, - "invalidCells": 0 - }, - { - "index": 426, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.55413899999985, - "resizeCallMs": 0.08672099999967031, - "frameCompletions": 427, - "frameCompletedAt": 107745.294774, - "acceptedEvents": 842, - "active": true, - "invalidCells": 0 - }, - { - "index": 427, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.890561000007438, - "resizeCallMs": 0.07149000000208616, - "frameCompletions": 428, - "frameCompletedAt": 107762.061923, - "acceptedEvents": 844, - "active": true, - "invalidCells": 0 - }, - { - "index": 428, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.83663499999966, - "resizeCallMs": 0.10177999999723397, - "frameCompletions": 429, - "frameCompletedAt": 107777.9348, - "acceptedEvents": 846, - "active": true, - "invalidCells": 0 - }, - { - "index": 429, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.01176100000157, - "resizeCallMs": 0.284060000005411, - "frameCompletions": 430, - "frameCompletedAt": 107794.378983, - "acceptedEvents": 849, - "active": true, - "invalidCells": 0 - }, - { - "index": 430, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.90760500000033, - "resizeCallMs": 0.07529899998917244, - "frameCompletions": 431, - "frameCompletedAt": 107809.846821, - "acceptedEvents": 850, - "active": true, - "invalidCells": 0 - }, - { - "index": 431, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.263816999999108, - "resizeCallMs": 0.08037900000636, - "frameCompletions": 432, - "frameCompletedAt": 107825.186177, - "acceptedEvents": 852, - "active": true, - "invalidCells": 0 - }, - { - "index": 432, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.177307000005385, - "resizeCallMs": 0.09120000000984874, - "frameCompletions": 433, - "frameCompletedAt": 107842.232696, - "acceptedEvents": 854, - "active": true, - "invalidCells": 0 - }, - { - "index": 433, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.96420699999726, - "resizeCallMs": 0.284882000007201, - "frameCompletions": 434, - "frameCompletedAt": 107857.437908, - "acceptedEvents": 856, - "active": true, - "invalidCells": 0 - }, - { - "index": 434, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.151224999994156, - "resizeCallMs": 0.05703199999697972, - "frameCompletions": 435, - "frameCompletedAt": 107872.403106, - "acceptedEvents": 858, - "active": true, - "invalidCells": 0 - }, - { - "index": 435, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.633413999996264, - "resizeCallMs": 0.09594899999501649, - "frameCompletions": 436, - "frameCompletedAt": 107888.07134, - "acceptedEvents": 860, - "active": true, - "invalidCells": 0 - }, - { - "index": 436, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.431538000004366, - "resizeCallMs": 0.1296860000002198, - "frameCompletions": 437, - "frameCompletedAt": 107904.612894, - "acceptedEvents": 862, - "active": true, - "invalidCells": 0 - }, - { - "index": 437, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.603134999997565, - "resizeCallMs": 0.26003199999104254, - "frameCompletions": 438, - "frameCompletedAt": 107919.25202, - "acceptedEvents": 864, - "active": true, - "invalidCells": 0 - }, - { - "index": 438, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.09985400000005, - "resizeCallMs": 0.09960600000340492, - "frameCompletions": 439, - "frameCompletedAt": 107937.455679, - "acceptedEvents": 866, - "active": true, - "invalidCells": 0 - }, - { - "index": 439, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.727880000005825, - "resizeCallMs": 0.07918600000266451, - "frameCompletions": 440, - "frameCompletedAt": 107953.12754, - "acceptedEvents": 868, - "active": true, - "invalidCells": 0 - }, - { - "index": 440, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.258898000000045, - "resizeCallMs": 0.09209100001316983, - "frameCompletions": 441, - "frameCompletedAt": 107970.254728, - "acceptedEvents": 870, - "active": true, - "invalidCells": 0 - }, - { - "index": 441, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 12.725865999993403, - "resizeCallMs": 0.30141400000138674, - "frameCompletions": 442, - "frameCompletedAt": 107984.045753, - "acceptedEvents": 872, - "active": true, - "invalidCells": 0 - }, - { - "index": 442, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.25647300000128, - "resizeCallMs": 0.08808300000964664, - "frameCompletions": 443, - "frameCompletedAt": 108001.135688, - "acceptedEvents": 874, - "active": true, - "invalidCells": 0 - }, - { - "index": 443, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.388783999995212, - "resizeCallMs": 0.15422399999806657, - "frameCompletions": 444, - "frameCompletedAt": 108017.672714, - "acceptedEvents": 876, - "active": true, - "invalidCells": 0 - }, - { - "index": 444, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.330559000009089, - "resizeCallMs": 0.12559799999871757, - "frameCompletions": 445, - "frameCompletedAt": 108033.061336, - "acceptedEvents": 878, - "active": true, - "invalidCells": 0 - }, - { - "index": 445, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.720996999996714, - "resizeCallMs": 0.2488900000025751, - "frameCompletions": 446, - "frameCompletedAt": 108047.89219, - "acceptedEvents": 880, - "active": true, - "invalidCells": 0 - }, - { - "index": 446, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.929347999990568, - "resizeCallMs": 0.07926600000064354, - "frameCompletions": 447, - "frameCompletedAt": 108063.869432, - "acceptedEvents": 882, - "active": true, - "invalidCells": 0 - }, - { - "index": 447, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.560891999994055, - "resizeCallMs": 0.06560899999749381, - "frameCompletions": 448, - "frameCompletedAt": 108080.442579, - "acceptedEvents": 884, - "active": true, - "invalidCells": 0 - }, - { - "index": 448, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.346040000003995, - "resizeCallMs": 0.08204100000148173, - "frameCompletions": 449, - "frameCompletedAt": 108096.544427, - "acceptedEvents": 886, - "active": true, - "invalidCells": 0 - }, - { - "index": 449, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.47895000000426, - "resizeCallMs": 0.2904419999977108, - "frameCompletions": 450, - "frameCompletedAt": 108112.253, - "acceptedEvents": 888, - "active": true, - "invalidCells": 0 - }, - { - "index": 450, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.56336800000281, - "resizeCallMs": 0.07438700000056997, - "frameCompletions": 451, - "frameCompletedAt": 108129.807721, - "acceptedEvents": 890, - "active": true, - "invalidCells": 0 - }, - { - "index": 451, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.486023999997997, - "resizeCallMs": 0.07774399999470916, - "frameCompletions": 452, - "frameCompletedAt": 108143.214679, - "acceptedEvents": 892, - "active": true, - "invalidCells": 0 - }, - { - "index": 452, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.823267999992822, - "resizeCallMs": 0.16213899999274872, - "frameCompletions": 453, - "frameCompletedAt": 108158.087165, - "acceptedEvents": 894, - "active": true, - "invalidCells": 0 - }, - { - "index": 453, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.615059000003384, - "resizeCallMs": 0.2653019999997923, - "frameCompletions": 454, - "frameCompletedAt": 108172.825796, - "acceptedEvents": 896, - "active": true, - "invalidCells": 0 - }, - { - "index": 454, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.07146799999464, - "resizeCallMs": 0.049677999995765276, - "frameCompletions": 455, - "frameCompletedAt": 108188.828429, - "acceptedEvents": 898, - "active": true, - "invalidCells": 0 - }, - { - "index": 455, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.654013999999734, - "resizeCallMs": 0.10101899999426678, - "frameCompletions": 456, - "frameCompletedAt": 108203.194226, - "acceptedEvents": 899, - "active": true, - "invalidCells": 0 - }, - { - "index": 456, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.76209899999958, - "resizeCallMs": 0.12540699999954086, - "frameCompletions": 457, - "frameCompletedAt": 108218.130888, - "acceptedEvents": 901, - "active": true, - "invalidCells": 0 - }, - { - "index": 457, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.391157000005478, - "resizeCallMs": 0.24499200000718702, - "frameCompletions": 458, - "frameCompletedAt": 108232.710106, - "acceptedEvents": 903, - "active": true, - "invalidCells": 0 - }, - { - "index": 458, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.603596000000834, - "resizeCallMs": 0.043765999987954274, - "frameCompletions": 459, - "frameCompletedAt": 108249.041366, - "acceptedEvents": 905, - "active": true, - "invalidCells": 0 - }, - { - "index": 459, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.78048500001023, - "resizeCallMs": 0.09030700000585057, - "frameCompletions": 460, - "frameCompletedAt": 108265.773095, - "acceptedEvents": 907, - "active": true, - "invalidCells": 0 - }, - { - "index": 460, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.5376580000011, - "resizeCallMs": 0.12817299999005627, - "frameCompletions": 461, - "frameCompletedAt": 108286.417404, - "acceptedEvents": 910, - "active": true, - "invalidCells": 0 - }, - { - "index": 461, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.525891999990563, - "resizeCallMs": 0.26074299999163486, - "frameCompletions": 462, - "frameCompletedAt": 108300.137328, - "acceptedEvents": 912, - "active": true, - "invalidCells": 0 - }, - { - "index": 462, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.80005400000664, - "resizeCallMs": 0.05633099999977276, - "frameCompletions": 463, - "frameCompletedAt": 108318.936141, - "acceptedEvents": 914, - "active": true, - "invalidCells": 0 - }, - { - "index": 463, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.727108999999473, - "resizeCallMs": 0.0732949999946868, - "frameCompletions": 464, - "frameCompletedAt": 108333.630315, - "acceptedEvents": 916, - "active": true, - "invalidCells": 0 - }, - { - "index": 464, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.011190000004717, - "resizeCallMs": 0.10090900000068359, - "frameCompletions": 465, - "frameCompletedAt": 108350.015842, - "acceptedEvents": 918, - "active": true, - "invalidCells": 0 - }, - { - "index": 465, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.211905999996816, - "resizeCallMs": 0.24892100000579376, - "frameCompletions": 466, - "frameCompletedAt": 108366.971001, - "acceptedEvents": 920, - "active": true, - "invalidCells": 0 - }, - { - "index": 466, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.172576000011759, - "resizeCallMs": 0.06261300000187475, - "frameCompletions": 467, - "frameCompletedAt": 108383.131364, - "acceptedEvents": 922, - "active": true, - "invalidCells": 0 - }, - { - "index": 467, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.056498000005377, - "resizeCallMs": 0.10605900001246482, - "frameCompletions": 468, - "frameCompletedAt": 108398.098186, - "acceptedEvents": 924, - "active": true, - "invalidCells": 0 - }, - { - "index": 468, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.502075999989756, - "resizeCallMs": 0.1171909999975469, - "frameCompletions": 469, - "frameCompletedAt": 108413.470797, - "acceptedEvents": 926, - "active": true, - "invalidCells": 0 - }, - { - "index": 469, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.99596900001052, - "resizeCallMs": 0.3367830000061076, - "frameCompletions": 470, - "frameCompletedAt": 108430.731759, - "acceptedEvents": 928, - "active": true, - "invalidCells": 0 - }, - { - "index": 470, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.017001000000164, - "resizeCallMs": 0.05843499999900814, - "frameCompletions": 471, - "frameCompletedAt": 108446.616689, - "acceptedEvents": 930, - "active": true, - "invalidCells": 0 - }, - { - "index": 471, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.395146999988356, - "resizeCallMs": 0.08651099998678546, - "frameCompletions": 472, - "frameCompletedAt": 108463.913131, - "acceptedEvents": 932, - "active": true, - "invalidCells": 0 - }, - { - "index": 472, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.445715000008931, - "resizeCallMs": 0.16374300001189113, - "frameCompletions": 473, - "frameCompletedAt": 108478.38619, - "acceptedEvents": 934, - "active": true, - "invalidCells": 0 - }, - { - "index": 473, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.812928999992437, - "resizeCallMs": 0.3002909999922849, - "frameCompletions": 474, - "frameCompletedAt": 108496.38211, - "acceptedEvents": 936, - "active": true, - "invalidCells": 0 - }, - { - "index": 474, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.223568999994313, - "resizeCallMs": 0.054988999996567145, - "frameCompletions": 475, - "frameCompletedAt": 108513.614265, - "acceptedEvents": 938, - "active": true, - "invalidCells": 0 - }, - { - "index": 475, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.650719999990542, - "resizeCallMs": 0.08998699999938253, - "frameCompletions": 476, - "frameCompletedAt": 108529.867732, - "acceptedEvents": 940, - "active": true, - "invalidCells": 0 - }, - { - "index": 476, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.768920999995316, - "resizeCallMs": 0.1295749999990221, - "frameCompletions": 477, - "frameCompletedAt": 108546.043045, - "acceptedEvents": 942, - "active": true, - "invalidCells": 0 - }, - { - "index": 477, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.865551999988384, - "resizeCallMs": 0.21639599998889025, - "frameCompletions": 478, - "frameCompletedAt": 108560.964417, - "acceptedEvents": 944, - "active": true, - "invalidCells": 0 - }, - { - "index": 478, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.327013000001898, - "resizeCallMs": 0.0485259999986738, - "frameCompletions": 479, - "frameCompletedAt": 108577.37875, - "acceptedEvents": 946, - "active": true, - "invalidCells": 0 - }, - { - "index": 479, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.153668999992078, - "resizeCallMs": 0.05665199999930337, - "frameCompletions": 480, - "frameCompletedAt": 108591.394969, - "acceptedEvents": 948, - "active": true, - "invalidCells": 0 - }, - { - "index": 480, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.227986999991117, - "resizeCallMs": 0.10206099999777507, - "frameCompletions": 481, - "frameCompletedAt": 108607.553278, - "acceptedEvents": 950, - "active": true, - "invalidCells": 0 - }, - { - "index": 481, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.34024700000009, - "resizeCallMs": 0.20910200000798795, - "frameCompletions": 482, - "frameCompletedAt": 108624.086105, - "acceptedEvents": 952, - "active": true, - "invalidCells": 0 - }, - { - "index": 482, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.14285899999959, - "resizeCallMs": 0.05192199999873992, - "frameCompletions": 483, - "frameCompletedAt": 108638.174957, - "acceptedEvents": 954, - "active": true, - "invalidCells": 0 - }, - { - "index": 483, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.764874000000418, - "resizeCallMs": 0.07420600000477862, - "frameCompletions": 484, - "frameCompletedAt": 108654.885845, - "acceptedEvents": 956, - "active": true, - "invalidCells": 0 - }, - { - "index": 484, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.134531999996398, - "resizeCallMs": 0.09713100000226405, - "frameCompletions": 485, - "frameCompletedAt": 108670.908106, - "acceptedEvents": 958, - "active": true, - "invalidCells": 0 - }, - { - "index": 485, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.216633999996702, - "resizeCallMs": 0.25870900000154506, - "frameCompletions": 486, - "frameCompletedAt": 108686.329032, - "acceptedEvents": 960, - "active": true, - "invalidCells": 0 - }, - { - "index": 486, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.653594000003068, - "resizeCallMs": 0.05264400001033209, - "frameCompletions": 487, - "frameCompletedAt": 108701.810939, - "acceptedEvents": 962, - "active": true, - "invalidCells": 0 - }, - { - "index": 487, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.62223300000187, - "resizeCallMs": 0.0695970000087982, - "frameCompletions": 488, - "frameCompletedAt": 108717.558649, - "acceptedEvents": 964, - "active": true, - "invalidCells": 0 - }, - { - "index": 488, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.19094299999415, - "resizeCallMs": 0.10197099999641068, - "frameCompletions": 489, - "frameCompletedAt": 108731.542173, - "acceptedEvents": 966, - "active": true, - "invalidCells": 0 - }, - { - "index": 489, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.801858000006177, - "resizeCallMs": 0.23718799999915063, - "frameCompletions": 490, - "frameCompletedAt": 108749.610004, - "acceptedEvents": 968, - "active": true, - "invalidCells": 0 - }, - { - "index": 490, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.80393200000981, - "resizeCallMs": 0.06803400001081172, - "frameCompletions": 491, - "frameCompletedAt": 108766.301635, - "acceptedEvents": 970, - "active": true, - "invalidCells": 0 - }, - { - "index": 491, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.46670799999265, - "resizeCallMs": 0.08755299999029376, - "frameCompletions": 492, - "frameCompletedAt": 108783.39157, - "acceptedEvents": 972, - "active": true, - "invalidCells": 0 - }, - { - "index": 492, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.634346999999252, - "resizeCallMs": 0.12250100000528619, - "frameCompletions": 493, - "frameCompletedAt": 108799.395615, - "acceptedEvents": 974, - "active": true, - "invalidCells": 0 - }, - { - "index": 493, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.18773799999326, - "resizeCallMs": 0.21405199999571778, - "frameCompletions": 494, - "frameCompletedAt": 108816.760271, - "acceptedEvents": 976, - "active": true, - "invalidCells": 0 - }, - { - "index": 494, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.273625999994692, - "resizeCallMs": 0.04099999999743886, - "frameCompletions": 495, - "frameCompletedAt": 108830.951294, - "acceptedEvents": 978, - "active": true, - "invalidCells": 0 - }, - { - "index": 495, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.175040999994962, - "resizeCallMs": 0.07770299998810515, - "frameCompletions": 496, - "frameCompletedAt": 108843.920259, - "acceptedEvents": 980, - "active": true, - "invalidCells": 0 - }, - { - "index": 496, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.998984999998356, - "resizeCallMs": 0.11966599999868777, - "frameCompletions": 497, - "frameCompletedAt": 108859.353289, - "acceptedEvents": 982, - "active": true, - "invalidCells": 0 - }, - { - "index": 497, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.947113000001991, - "resizeCallMs": 0.349858999994467, - "frameCompletions": 498, - "frameCompletedAt": 108875.765809, - "acceptedEvents": 984, - "active": true, - "invalidCells": 0 - }, - { - "index": 498, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.85383800001, - "resizeCallMs": 0.06585900000936817, - "frameCompletions": 499, - "frameCompletedAt": 108889.732009, - "acceptedEvents": 985, - "active": true, - "invalidCells": 0 - }, - { - "index": 499, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.84881999999925, - "resizeCallMs": 0.08466699998825788, - "frameCompletions": 500, - "frameCompletedAt": 108905.651087, - "acceptedEvents": 987, - "active": true, - "invalidCells": 0 - }, - { - "index": 500, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.533047999997507, - "resizeCallMs": 0.09319400000094902, - "frameCompletions": 501, - "frameCompletedAt": 108923.22213, - "acceptedEvents": 990, - "active": true, - "invalidCells": 0 - }, - { - "index": 501, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.978736000004574, - "resizeCallMs": 0.2764549999992596, - "frameCompletions": 502, - "frameCompletedAt": 108938.3253, - "acceptedEvents": 992, - "active": true, - "invalidCells": 0 - }, - { - "index": 502, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.709453999996185, - "resizeCallMs": 0.0672119999944698, - "frameCompletions": 503, - "frameCompletedAt": 108954.370115, - "acceptedEvents": 994, - "active": true, - "invalidCells": 0 - }, - { - "index": 503, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.732280000011087, - "resizeCallMs": 0.07603900000685826, - "frameCompletions": 504, - "frameCompletedAt": 108971.028259, - "acceptedEvents": 996, - "active": true, - "invalidCells": 0 - }, - { - "index": 504, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.658204999999725, - "resizeCallMs": 0.08486699999775738, - "frameCompletions": 505, - "frameCompletedAt": 108986.910074, - "acceptedEvents": 998, - "active": true, - "invalidCells": 0 - }, - { - "index": 505, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.993744999999763, - "resizeCallMs": 0.23840000000200234, - "frameCompletions": 506, - "frameCompletedAt": 109002.589129, - "acceptedEvents": 1000, - "active": true, - "invalidCells": 0 - }, - { - "index": 506, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.871915000010631, - "resizeCallMs": 0.041240999998990446, - "frameCompletions": 507, - "frameCompletedAt": 109019.625158, - "acceptedEvents": 1002, - "active": true, - "invalidCells": 0 - }, - { - "index": 507, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.297512999997707, - "resizeCallMs": 0.054558000003453344, - "frameCompletions": 508, - "frameCompletedAt": 109035.888393, - "acceptedEvents": 1004, - "active": true, - "invalidCells": 0 - }, - { - "index": 508, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.067258999988553, - "resizeCallMs": 0.0771519999980228, - "frameCompletions": 509, - "frameCompletedAt": 109051.658007, - "acceptedEvents": 1006, - "active": true, - "invalidCells": 0 - }, - { - "index": 509, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.167337000006228, - "resizeCallMs": 0.2391009999992093, - "frameCompletions": 510, - "frameCompletedAt": 109067.887807, - "acceptedEvents": 1008, - "active": true, - "invalidCells": 0 - }, - { - "index": 510, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.233978999996907, - "resizeCallMs": 0.05523899999388959, - "frameCompletions": 511, - "frameCompletedAt": 109083.973694, - "acceptedEvents": 1010, - "active": true, - "invalidCells": 0 - }, - { - "index": 511, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.11720900000364, - "resizeCallMs": 0.06402600000728853, - "frameCompletions": 512, - "frameCompletedAt": 109103.271269, - "acceptedEvents": 1012, - "active": true, - "invalidCells": 0 - }, - { - "index": 512, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.401288000008208, - "resizeCallMs": 0.08199200000672136, - "frameCompletions": 513, - "frameCompletedAt": 109119.509305, - "acceptedEvents": 1014, - "active": true, - "invalidCells": 0 - }, - { - "index": 513, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.48914199999126, - "resizeCallMs": 0.413284999987809, - "frameCompletions": 514, - "frameCompletedAt": 109136.234762, - "acceptedEvents": 1016, - "active": true, - "invalidCells": 0 - }, - { - "index": 514, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.396078000005218, - "resizeCallMs": 0.04622100001142826, - "frameCompletions": 515, - "frameCompletedAt": 109153.579278, - "acceptedEvents": 1018, - "active": true, - "invalidCells": 0 - }, - { - "index": 515, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.43289100000402, - "resizeCallMs": 0.06422699999529868, - "frameCompletions": 516, - "frameCompletedAt": 109170.895068, - "acceptedEvents": 1020, - "active": true, - "invalidCells": 0 - }, - { - "index": 516, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.872727000009036, - "resizeCallMs": 0.0923120000079507, - "frameCompletions": 517, - "frameCompletedAt": 109186.98339, - "acceptedEvents": 1023, - "active": true, - "invalidCells": 0 - }, - { - "index": 517, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 10.551590999995824, - "resizeCallMs": 0.2135310000012396, - "frameCompletions": 518, - "frameCompletedAt": 109199.514441, - "acceptedEvents": 1024, - "active": true, - "invalidCells": 0 - }, - { - "index": 518, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.383361999993213, - "resizeCallMs": 0.045087999998941086, - "frameCompletions": 519, - "frameCompletedAt": 109215.869188, - "acceptedEvents": 1026, - "active": true, - "invalidCells": 0 - }, - { - "index": 519, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.796654999998282, - "resizeCallMs": 0.062002000006032176, - "frameCompletions": 520, - "frameCompletedAt": 109229.563532, - "acceptedEvents": 1028, - "active": true, - "invalidCells": 0 - }, - { - "index": 520, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.840863999997964, - "resizeCallMs": 0.0852279999962775, - "frameCompletions": 521, - "frameCompletedAt": 109245.382963, - "acceptedEvents": 1030, - "active": true, - "invalidCells": 0 - }, - { - "index": 521, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.898165999999037, - "resizeCallMs": 0.23636500000429805, - "frameCompletions": 522, - "frameCompletedAt": 109261.426787, - "acceptedEvents": 1032, - "active": true, - "invalidCells": 0 - }, - { - "index": 522, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.978684999994584, - "resizeCallMs": 0.04615100000228267, - "frameCompletions": 523, - "frameCompletedAt": 109277.416093, - "acceptedEvents": 1034, - "active": true, - "invalidCells": 0 - }, - { - "index": 523, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.814039000004414, - "resizeCallMs": 0.04482799999823328, - "frameCompletions": 524, - "frameCompletedAt": 109291.099315, - "acceptedEvents": 1035, - "active": true, - "invalidCells": 0 - }, - { - "index": 524, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.3025639999978, - "resizeCallMs": 0.09078900000895374, - "frameCompletions": 525, - "frameCompletedAt": 109307.267915, - "acceptedEvents": 1037, - "active": true, - "invalidCells": 0 - }, - { - "index": 525, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.014286000005086, - "resizeCallMs": 0.3049810000084108, - "frameCompletions": 526, - "frameCompletedAt": 109324.616469, - "acceptedEvents": 1040, - "active": true, - "invalidCells": 0 - }, - { - "index": 526, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.550220999997691, - "resizeCallMs": 0.03680299999541603, - "frameCompletions": 527, - "frameCompletedAt": 109340.962839, - "acceptedEvents": 1042, - "active": true, - "invalidCells": 0 - }, - { - "index": 527, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.771886999995331, - "resizeCallMs": 0.07645100000081584, - "frameCompletions": 528, - "frameCompletedAt": 109354.78757, - "acceptedEvents": 1043, - "active": true, - "invalidCells": 0 - }, - { - "index": 528, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.888537999999244, - "resizeCallMs": 0.08980700001120567, - "frameCompletions": 529, - "frameCompletedAt": 109370.372049, - "acceptedEvents": 1046, - "active": true, - "invalidCells": 0 - }, - { - "index": 529, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.519631000002846, - "resizeCallMs": 0.23489300000073854, - "frameCompletions": 530, - "frameCompletedAt": 109386.912371, - "acceptedEvents": 1048, - "active": true, - "invalidCells": 0 - }, - { - "index": 530, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.050365999995847, - "resizeCallMs": 0.051601999992271885, - "frameCompletions": 531, - "frameCompletedAt": 109402.503382, - "acceptedEvents": 1050, - "active": true, - "invalidCells": 0 - }, - { - "index": 531, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.70372399999178, - "resizeCallMs": 0.0524440000008326, - "frameCompletions": 532, - "frameCompletedAt": 109417.538538, - "acceptedEvents": 1051, - "active": true, - "invalidCells": 0 - }, - { - "index": 532, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.96684200000891, - "resizeCallMs": 0.13591799999994691, - "frameCompletions": 533, - "frameCompletedAt": 109433.60702, - "acceptedEvents": 1054, - "active": true, - "invalidCells": 0 - }, - { - "index": 533, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.546564000003855, - "resizeCallMs": 0.23243800000636838, - "frameCompletions": 534, - "frameCompletedAt": 109451.241809, - "acceptedEvents": 1056, - "active": true, - "invalidCells": 0 - }, - { - "index": 534, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.855813000001945, - "resizeCallMs": 0.05452800000784919, - "frameCompletions": 535, - "frameCompletedAt": 109466.423774, - "acceptedEvents": 1058, - "active": true, - "invalidCells": 0 - }, - { - "index": 535, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.033161999992444, - "resizeCallMs": 0.06809400000202004, - "frameCompletions": 536, - "frameCompletedAt": 109480.485843, - "acceptedEvents": 1059, - "active": true, - "invalidCells": 0 - }, - { - "index": 536, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.499601000003167, - "resizeCallMs": 0.07298300000547897, - "frameCompletions": 537, - "frameCompletedAt": 109496.888483, - "acceptedEvents": 1061, - "active": true, - "invalidCells": 0 - }, - { - "index": 537, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.50398999999743, - "resizeCallMs": 0.2064059999975143, - "frameCompletions": 538, - "frameCompletedAt": 109514.498032, - "acceptedEvents": 1063, - "active": true, - "invalidCells": 0 - }, - { - "index": 538, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.988033999994514, - "resizeCallMs": 0.05012899999564979, - "frameCompletions": 539, - "frameCompletedAt": 109530.034716, - "acceptedEvents": 1065, - "active": true, - "invalidCells": 0 - }, - { - "index": 539, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.771787000005133, - "resizeCallMs": 0.0462110000080429, - "frameCompletions": 540, - "frameCompletedAt": 109545.409903, - "acceptedEvents": 1067, - "active": true, - "invalidCells": 0 - }, - { - "index": 540, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.435416000007535, - "resizeCallMs": 0.07867600000463426, - "frameCompletions": 541, - "frameCompletedAt": 109560.58254, - "acceptedEvents": 1069, - "active": true, - "invalidCells": 0 - }, - { - "index": 541, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.992241999992984, - "resizeCallMs": 0.21200800000224262, - "frameCompletions": 542, - "frameCompletedAt": 109576.80735, - "acceptedEvents": 1071, - "active": true, - "invalidCells": 0 - }, - { - "index": 542, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.368222000004607, - "resizeCallMs": 0.04366600001230836, - "frameCompletions": 543, - "frameCompletedAt": 109592.992422, - "acceptedEvents": 1073, - "active": true, - "invalidCells": 0 - }, - { - "index": 543, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.554609999991953, - "resizeCallMs": 0.06975699999020435, - "frameCompletions": 544, - "frameCompletedAt": 109608.606959, - "acceptedEvents": 1075, - "active": true, - "invalidCells": 0 - }, - { - "index": 544, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.963193999996292, - "resizeCallMs": 0.0873719999945024, - "frameCompletions": 545, - "frameCompletedAt": 109624.292517, - "acceptedEvents": 1077, - "active": true, - "invalidCells": 0 - }, - { - "index": 545, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.24784599999839, - "resizeCallMs": 0.25766799999109935, - "frameCompletions": 546, - "frameCompletedAt": 109640.603758, - "acceptedEvents": 1079, - "active": true, - "invalidCells": 0 - }, - { - "index": 546, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.12239899999986, - "resizeCallMs": 0.046050999997532926, - "frameCompletions": 547, - "frameCompletedAt": 109657.871884, - "acceptedEvents": 1081, - "active": true, - "invalidCells": 0 - }, - { - "index": 547, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.638105999998515, - "resizeCallMs": 0.09333399999013636, - "frameCompletions": 548, - "frameCompletedAt": 109675.204136, - "acceptedEvents": 1084, - "active": true, - "invalidCells": 0 - }, - { - "index": 548, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.53027300001122, - "resizeCallMs": 0.09386500000255182, - "frameCompletions": 549, - "frameCompletedAt": 109692.091362, - "acceptedEvents": 1086, - "active": true, - "invalidCells": 0 - }, - { - "index": 549, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.827015999995638, - "resizeCallMs": 0.30628399999113753, - "frameCompletions": 550, - "frameCompletedAt": 109707.700268, - "acceptedEvents": 1088, - "active": true, - "invalidCells": 0 - }, - { - "index": 550, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.332221999997273, - "resizeCallMs": 0.04343600000720471, - "frameCompletions": 551, - "frameCompletedAt": 109723.063841, - "acceptedEvents": 1090, - "active": true, - "invalidCells": 0 - }, - { - "index": 551, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.282423999989987, - "resizeCallMs": 0.060079000002588145, - "frameCompletions": 552, - "frameCompletedAt": 109737.936567, - "acceptedEvents": 1091, - "active": true, - "invalidCells": 0 - }, - { - "index": 552, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.576924000008148, - "resizeCallMs": 0.16454399999929592, - "frameCompletions": 553, - "frameCompletedAt": 109754.369869, - "acceptedEvents": 1094, - "active": true, - "invalidCells": 0 - }, - { - "index": 553, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.296371000004, - "resizeCallMs": 0.18996400000469293, - "frameCompletions": 554, - "frameCompletedAt": 109770.861885, - "acceptedEvents": 1096, - "active": true, - "invalidCells": 0 - }, - { - "index": 554, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.11283800000092, - "resizeCallMs": 0.0556289999949513, - "frameCompletions": 555, - "frameCompletedAt": 109785.67307, - "acceptedEvents": 1097, - "active": true, - "invalidCells": 0 - }, - { - "index": 555, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.805494999993243, - "resizeCallMs": 0.053965999992215075, - "frameCompletions": 556, - "frameCompletedAt": 109802.348999, - "acceptedEvents": 1100, - "active": true, - "invalidCells": 0 - }, - { - "index": 556, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.25561999999627, - "resizeCallMs": 0.10579800000414252, - "frameCompletions": 557, - "frameCompletedAt": 109819.232497, - "acceptedEvents": 1102, - "active": true, - "invalidCells": 0 - }, - { - "index": 557, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.501043999989633, - "resizeCallMs": 0.22999300000083167, - "frameCompletions": 558, - "frameCompletedAt": 109834.11346, - "acceptedEvents": 1104, - "active": true, - "invalidCells": 0 - }, - { - "index": 558, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.362501000010525, - "resizeCallMs": 0.044357000006129965, - "frameCompletions": 559, - "frameCompletedAt": 109850.571179, - "acceptedEvents": 1105, - "active": true, - "invalidCells": 0 - }, - { - "index": 559, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.790364000000409, - "resizeCallMs": 0.06432700000004843, - "frameCompletions": 560, - "frameCompletedAt": 109866.549283, - "acceptedEvents": 1107, - "active": true, - "invalidCells": 0 - }, - { - "index": 560, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.04022700000496, - "resizeCallMs": 0.09684100000595208, - "frameCompletions": 561, - "frameCompletedAt": 109881.492067, - "acceptedEvents": 1110, - "active": true, - "invalidCells": 0 - }, - { - "index": 561, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.186035000006086, - "resizeCallMs": 0.21872099999745842, - "frameCompletions": 562, - "frameCompletedAt": 109901.340367, - "acceptedEvents": 1112, - "active": true, - "invalidCells": 0 - }, - { - "index": 562, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.396747999999207, - "resizeCallMs": 0.040951000002678484, - "frameCompletions": 563, - "frameCompletedAt": 109914.764208, - "acceptedEvents": 1114, - "active": true, - "invalidCells": 0 - }, - { - "index": 563, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.206013999995776, - "resizeCallMs": 0.057783999989624135, - "frameCompletions": 564, - "frameCompletedAt": 109930.750418, - "acceptedEvents": 1116, - "active": true, - "invalidCells": 0 - }, - { - "index": 564, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.286510999998427, - "resizeCallMs": 0.08289400000649039, - "frameCompletions": 565, - "frameCompletedAt": 109946.644116, - "acceptedEvents": 1118, - "active": true, - "invalidCells": 0 - }, - { - "index": 565, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.972051999997348, - "resizeCallMs": 0.2495409999974072, - "frameCompletions": 566, - "frameCompletedAt": 109962.402527, - "acceptedEvents": 1120, - "active": true, - "invalidCells": 0 - }, - { - "index": 566, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.400895999991917, - "resizeCallMs": 0.044287999990046956, - "frameCompletions": 567, - "frameCompletedAt": 109977.607818, - "acceptedEvents": 1121, - "active": true, - "invalidCells": 0 - }, - { - "index": 567, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.027361000000383, - "resizeCallMs": 0.0611300000018673, - "frameCompletions": 568, - "frameCompletedAt": 109993.99542, - "acceptedEvents": 1123, - "active": true, - "invalidCells": 0 - }, - { - "index": 568, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.065495999995619, - "resizeCallMs": 0.09643999999389052, - "frameCompletions": 569, - "frameCompletedAt": 110008.935318, - "acceptedEvents": 1125, - "active": true, - "invalidCells": 0 - }, - { - "index": 569, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.81526399998984, - "resizeCallMs": 0.21860100000048988, - "frameCompletions": 570, - "frameCompletedAt": 110025.96316, - "acceptedEvents": 1127, - "active": true, - "invalidCells": 0 - }, - { - "index": 570, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.020427000010386, - "resizeCallMs": 0.04497900001297239, - "frameCompletions": 571, - "frameCompletedAt": 110039.886536, - "acceptedEvents": 1129, - "active": true, - "invalidCells": 0 - }, - { - "index": 571, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.889701000007335, - "resizeCallMs": 0.05775400000857189, - "frameCompletions": 572, - "frameCompletedAt": 110057.648986, - "acceptedEvents": 1131, - "active": true, - "invalidCells": 0 - }, - { - "index": 572, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.300228000007337, - "resizeCallMs": 0.10175100000924431, - "frameCompletions": 573, - "frameCompletedAt": 110072.039682, - "acceptedEvents": 1133, - "active": true, - "invalidCells": 0 - }, - { - "index": 573, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.772469000003184, - "resizeCallMs": 0.21365100001276005, - "frameCompletions": 574, - "frameCompletedAt": 110087.600774, - "acceptedEvents": 1135, - "active": true, - "invalidCells": 0 - }, - { - "index": 574, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.739023000001907, - "resizeCallMs": 0.036583000008249655, - "frameCompletions": 575, - "frameCompletedAt": 110103.72695, - "acceptedEvents": 1137, - "active": true, - "invalidCells": 0 - }, - { - "index": 575, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.125174000000698, - "resizeCallMs": 0.0821120000036899, - "frameCompletions": 576, - "frameCompletedAt": 110118.476353, - "acceptedEvents": 1139, - "active": true, - "invalidCells": 0 - }, - { - "index": 576, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.156414999990375, - "resizeCallMs": 0.1453159999946365, - "frameCompletions": 577, - "frameCompletedAt": 110135.871259, - "acceptedEvents": 1141, - "active": true, - "invalidCells": 0 - }, - { - "index": 577, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.464511999991373, - "resizeCallMs": 0.22006300000066403, - "frameCompletions": 578, - "frameCompletedAt": 110152.515496, - "acceptedEvents": 1143, - "active": true, - "invalidCells": 0 - }, - { - "index": 578, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.041961000009906, - "resizeCallMs": 0.041081000003032386, - "frameCompletions": 579, - "frameCompletedAt": 110170.51837, - "acceptedEvents": 1145, - "active": true, - "invalidCells": 0 - }, - { - "index": 579, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.47938200000499, - "resizeCallMs": 0.05792400000791531, - "frameCompletions": 580, - "frameCompletedAt": 110185.858707, - "acceptedEvents": 1147, - "active": true, - "invalidCells": 0 - }, - { - "index": 580, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.76886199999717, - "resizeCallMs": 0.1268500000005588, - "frameCompletions": 581, - "frameCompletedAt": 110203.84087, - "acceptedEvents": 1149, - "active": true, - "invalidCells": 0 - }, - { - "index": 581, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.448720000000321, - "resizeCallMs": 0.22295900000608526, - "frameCompletions": 582, - "frameCompletedAt": 110216.26405, - "acceptedEvents": 1151, - "active": true, - "invalidCells": 0 - }, - { - "index": 582, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.791276000003563, - "resizeCallMs": 0.05102099999203347, - "frameCompletions": 583, - "frameCompletedAt": 110233.061178, - "acceptedEvents": 1153, - "active": true, - "invalidCells": 0 - }, - { - "index": 583, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.530641999997897, - "resizeCallMs": 0.07350399999995716, - "frameCompletions": 584, - "frameCompletedAt": 110248.595577, - "acceptedEvents": 1155, - "active": true, - "invalidCells": 0 - }, - { - "index": 584, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.043132000006153, - "resizeCallMs": 0.09937600001285318, - "frameCompletions": 585, - "frameCompletedAt": 110263.453154, - "acceptedEvents": 1157, - "active": true, - "invalidCells": 0 - }, - { - "index": 585, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.247073999998975, - "resizeCallMs": 0.22963200000231154, - "frameCompletions": 586, - "frameCompletedAt": 110279.900883, - "acceptedEvents": 1159, - "active": true, - "invalidCells": 0 - }, - { - "index": 586, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.53633400000399, - "resizeCallMs": 0.04289500000595581, - "frameCompletions": 587, - "frameCompletedAt": 110295.443258, - "acceptedEvents": 1161, - "active": true, - "invalidCells": 0 - }, - { - "index": 587, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.114824000003864, - "resizeCallMs": 0.05570000001171138, - "frameCompletions": 588, - "frameCompletedAt": 110312.733789, - "acceptedEvents": 1163, - "active": true, - "invalidCells": 0 - }, - { - "index": 588, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.2166930000094, - "resizeCallMs": 0.1710670000029495, - "frameCompletions": 589, - "frameCompletedAt": 110325.464273, - "acceptedEvents": 1165, - "active": true, - "invalidCells": 0 - }, - { - "index": 589, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.79531400000269, - "resizeCallMs": 0.24834999999438878, - "frameCompletions": 590, - "frameCompletedAt": 110342.610319, - "acceptedEvents": 1167, - "active": true, - "invalidCells": 0 - }, - { - "index": 590, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.442949999996927, - "resizeCallMs": 0.03677299999981187, - "frameCompletions": 591, - "frameCompletedAt": 110358.995585, - "acceptedEvents": 1169, - "active": true, - "invalidCells": 0 - }, - { - "index": 591, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.822446999998647, - "resizeCallMs": 0.05083000000740867, - "frameCompletions": 592, - "frameCompletedAt": 110373.831919, - "acceptedEvents": 1171, - "active": true, - "invalidCells": 0 - }, - { - "index": 592, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.027471000008518, - "resizeCallMs": 0.08550800000375602, - "frameCompletions": 593, - "frameCompletedAt": 110389.735647, - "acceptedEvents": 1173, - "active": true, - "invalidCells": 0 - }, - { - "index": 593, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.324576999992132, - "resizeCallMs": 0.2432390000030864, - "frameCompletions": 594, - "frameCompletedAt": 110406.212804, - "acceptedEvents": 1175, - "active": true, - "invalidCells": 0 - }, - { - "index": 594, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.883598000000347, - "resizeCallMs": 0.05794400000013411, - "frameCompletions": 595, - "frameCompletedAt": 110422.108125, - "acceptedEvents": 1177, - "active": true, - "invalidCells": 0 - }, - { - "index": 595, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.89969900000142, - "resizeCallMs": 0.08422599999175873, - "frameCompletions": 596, - "frameCompletedAt": 110437.073093, - "acceptedEvents": 1179, - "active": true, - "invalidCells": 0 - }, - { - "index": 596, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.972984000007273, - "resizeCallMs": 0.07080000000132713, - "frameCompletions": 597, - "frameCompletedAt": 110452.193407, - "acceptedEvents": 1181, - "active": true, - "invalidCells": 0 - }, - { - "index": 597, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.2354720000003, - "resizeCallMs": 0.19250999999349006, - "frameCompletions": 598, - "frameCompletedAt": 110467.59256, - "acceptedEvents": 1183, - "active": true, - "invalidCells": 0 - }, - { - "index": 598, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.579547000001185, - "resizeCallMs": 0.06858500000089407, - "frameCompletions": 599, - "frameCompletedAt": 110481.585483, - "acceptedEvents": 1184, - "active": true, - "invalidCells": 0 - }, - { - "index": 599, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.055097000004025, - "resizeCallMs": 0.09678100000019185, - "frameCompletions": 600, - "frameCompletedAt": 110498.582555, - "acceptedEvents": 1187, - "active": true, - "invalidCells": 0 - }, - { - "index": 600, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.768942000009702, - "resizeCallMs": 0.08602000000246335, - "frameCompletions": 601, - "frameCompletedAt": 110515.204107, - "acceptedEvents": 1189, - "active": true, - "invalidCells": 0 - }, - { - "index": 601, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.01357399999688, - "resizeCallMs": 0.25457099999766797, - "frameCompletions": 602, - "frameCompletedAt": 110531.602168, - "acceptedEvents": 1191, - "active": true, - "invalidCells": 0 - }, - { - "index": 602, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.48284799999965, - "resizeCallMs": 0.05581000000529457, - "frameCompletions": 603, - "frameCompletedAt": 110549.149855, - "acceptedEvents": 1193, - "active": true, - "invalidCells": 0 - }, - { - "index": 603, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.828689999994822, - "resizeCallMs": 0.10768200000165962, - "frameCompletions": 604, - "frameCompletedAt": 110565.987964, - "acceptedEvents": 1195, - "active": true, - "invalidCells": 0 - }, - { - "index": 604, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.927223999999114, - "resizeCallMs": 0.10807300001033582, - "frameCompletions": 605, - "frameCompletedAt": 110582.785933, - "acceptedEvents": 1197, - "active": true, - "invalidCells": 0 - }, - { - "index": 605, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.054524000006495, - "resizeCallMs": 0.24792900000466034, - "frameCompletions": 606, - "frameCompletedAt": 110598.069689, - "acceptedEvents": 1199, - "active": true, - "invalidCells": 0 - }, - { - "index": 606, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.50298799999291, - "resizeCallMs": 0.0636850000009872, - "frameCompletions": 607, - "frameCompletedAt": 110613.360329, - "acceptedEvents": 1201, - "active": true, - "invalidCells": 0 - }, - { - "index": 607, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.27566100000695, - "resizeCallMs": 0.08246299999882467, - "frameCompletions": 608, - "frameCompletedAt": 110630.631841, - "acceptedEvents": 1203, - "active": true, - "invalidCells": 0 - }, - { - "index": 608, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.40471499999694, - "resizeCallMs": 0.0884139999980107, - "frameCompletions": 609, - "frameCompletedAt": 110647.090031, - "acceptedEvents": 1205, - "active": true, - "invalidCells": 0 - }, - { - "index": 609, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 12.974064999987604, - "resizeCallMs": 0.29632399999536574, - "frameCompletions": 610, - "frameCompletedAt": 110659.006592, - "acceptedEvents": 1206, - "active": true, - "invalidCells": 0 - }, - { - "index": 610, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 20.72007699999085, - "resizeCallMs": 0.0757889999949839, - "frameCompletions": 611, - "frameCompletedAt": 110679.877758, - "acceptedEvents": 1209, - "active": true, - "invalidCells": 0 - }, - { - "index": 611, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.369192999991355, - "resizeCallMs": 0.061671999996178783, - "frameCompletions": 612, - "frameCompletedAt": 110691.871962, - "acceptedEvents": 1211, - "active": true, - "invalidCells": 0 - }, - { - "index": 612, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.18210600000748, - "resizeCallMs": 0.10459600000467617, - "frameCompletions": 613, - "frameCompletedAt": 110710.22709, - "acceptedEvents": 1213, - "active": true, - "invalidCells": 0 - }, - { - "index": 613, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 12.730174000011175, - "resizeCallMs": 0.35033000000112224, - "frameCompletions": 614, - "frameCompletedAt": 110723.110746, - "acceptedEvents": 1214, - "active": true, - "invalidCells": 0 - }, - { - "index": 614, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.6016329999984, - "resizeCallMs": 0.08127999999851454, - "frameCompletions": 615, - "frameCompletedAt": 110739.241982, - "acceptedEvents": 1217, - "active": true, - "invalidCells": 0 - }, - { - "index": 615, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.234408999996958, - "resizeCallMs": 0.06414600000425708, - "frameCompletions": 616, - "frameCompletedAt": 110755.078116, - "acceptedEvents": 1219, - "active": true, - "invalidCells": 0 - }, - { - "index": 616, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.36850399999821, - "resizeCallMs": 0.11778200000117067, - "frameCompletions": 617, - "frameCompletedAt": 110771.097141, - "acceptedEvents": 1221, - "active": true, - "invalidCells": 0 - }, - { - "index": 617, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.759844000000157, - "resizeCallMs": 0.2266970000055153, - "frameCompletions": 618, - "frameCompletedAt": 110786.578757, - "acceptedEvents": 1223, - "active": true, - "invalidCells": 0 - }, - { - "index": 618, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.04151899999124, - "resizeCallMs": 0.05471699999179691, - "frameCompletions": 619, - "frameCompletedAt": 110802.735243, - "acceptedEvents": 1225, - "active": true, - "invalidCells": 0 - }, - { - "index": 619, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.976921000008588, - "resizeCallMs": 0.07982700000866316, - "frameCompletions": 620, - "frameCompletedAt": 110817.873462, - "acceptedEvents": 1226, - "active": true, - "invalidCells": 0 - }, - { - "index": 620, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.21078399999533, - "resizeCallMs": 0.11581799999112263, - "frameCompletions": 621, - "frameCompletedAt": 110834.890944, - "acceptedEvents": 1229, - "active": true, - "invalidCells": 0 - }, - { - "index": 621, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 12.675036000000546, - "resizeCallMs": 0.2488910000101896, - "frameCompletions": 622, - "frameCompletedAt": 110850.045595, - "acceptedEvents": 1230, - "active": true, - "invalidCells": 0 - }, - { - "index": 622, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.38331200000539, - "resizeCallMs": 0.04475899999670219, - "frameCompletions": 623, - "frameCompletedAt": 110865.505298, - "acceptedEvents": 1232, - "active": true, - "invalidCells": 0 - }, - { - "index": 623, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.784853999997722, - "resizeCallMs": 0.05880600000091363, - "frameCompletions": 624, - "frameCompletedAt": 110882.170466, - "acceptedEvents": 1234, - "active": true, - "invalidCells": 0 - }, - { - "index": 624, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.060066000005463, - "resizeCallMs": 0.10466599999926984, - "frameCompletions": 625, - "frameCompletedAt": 110900.143902, - "acceptedEvents": 1236, - "active": true, - "invalidCells": 0 - }, - { - "index": 625, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.997611999991932, - "resizeCallMs": 0.22952199999417644, - "frameCompletions": 626, - "frameCompletedAt": 110913.202092, - "acceptedEvents": 1238, - "active": true, - "invalidCells": 0 - }, - { - "index": 626, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.47929099999601, - "resizeCallMs": 0.05052900000009686, - "frameCompletions": 627, - "frameCompletedAt": 110928.734999, - "acceptedEvents": 1240, - "active": true, - "invalidCells": 0 - }, - { - "index": 627, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.687852999995812, - "resizeCallMs": 0.060618999996222556, - "frameCompletions": 628, - "frameCompletedAt": 110948.240904, - "acceptedEvents": 1243, - "active": true, - "invalidCells": 0 - }, - { - "index": 628, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.144341000006534, - "resizeCallMs": 0.07636099999945145, - "frameCompletions": 629, - "frameCompletedAt": 110962.582935, - "acceptedEvents": 1244, - "active": true, - "invalidCells": 0 - }, - { - "index": 629, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.903316000010818, - "resizeCallMs": 0.27665600000182167, - "frameCompletions": 630, - "frameCompletedAt": 110976.690092, - "acceptedEvents": 1246, - "active": true, - "invalidCells": 0 - }, - { - "index": 630, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.583625999992364, - "resizeCallMs": 0.061891999997897074, - "frameCompletions": 631, - "frameCompletedAt": 110992.220464, - "acceptedEvents": 1248, - "active": true, - "invalidCells": 0 - }, - { - "index": 631, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.51402999999118, - "resizeCallMs": 0.09135999999125488, - "frameCompletions": 632, - "frameCompletedAt": 111006.692791, - "acceptedEvents": 1250, - "active": true, - "invalidCells": 0 - }, - { - "index": 632, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.986870999986422, - "resizeCallMs": 0.11144899998907931, - "frameCompletions": 633, - "frameCompletedAt": 111022.487073, - "acceptedEvents": 1252, - "active": true, - "invalidCells": 0 - }, - { - "index": 633, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.65836400000262, - "resizeCallMs": 0.2976360000029672, - "frameCompletions": 634, - "frameCompletedAt": 111039.501659, - "acceptedEvents": 1254, - "active": true, - "invalidCells": 0 - }, - { - "index": 634, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.73581600000034, - "resizeCallMs": 0.03976800000236835, - "frameCompletions": 635, - "frameCompletedAt": 111055.121006, - "acceptedEvents": 1256, - "active": true, - "invalidCells": 0 - }, - { - "index": 635, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.746939999997267, - "resizeCallMs": 0.042864999995799735, - "frameCompletions": 636, - "frameCompletedAt": 111071.842816, - "acceptedEvents": 1258, - "active": true, - "invalidCells": 0 - }, - { - "index": 636, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.925061000001733, - "resizeCallMs": 0.09250199999951292, - "frameCompletions": 637, - "frameCompletedAt": 111087.867933, - "acceptedEvents": 1260, - "active": true, - "invalidCells": 0 - }, - { - "index": 637, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 10.731134999994538, - "resizeCallMs": 0.22856099999626167, - "frameCompletions": 638, - "frameCompletedAt": 111099.571915, - "acceptedEvents": 1262, - "active": true, - "invalidCells": 0 - }, - { - "index": 638, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.880332000000635, - "resizeCallMs": 0.052714000004925765, - "frameCompletions": 639, - "frameCompletedAt": 111114.23599, - "acceptedEvents": 1264, - "active": true, - "invalidCells": 0 - }, - { - "index": 639, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.460414000001037, - "resizeCallMs": 0.07656099999439903, - "frameCompletions": 640, - "frameCompletedAt": 111130.492813, - "acceptedEvents": 1266, - "active": true, - "invalidCells": 0 - }, - { - "index": 640, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.183036999995238, - "resizeCallMs": 0.08424599999852944, - "frameCompletions": 641, - "frameCompletedAt": 111146.352484, - "acceptedEvents": 1268, - "active": true, - "invalidCells": 0 - }, - { - "index": 641, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.923336000007112, - "resizeCallMs": 0.27841900000930764, - "frameCompletions": 642, - "frameCompletedAt": 111162.924758, - "acceptedEvents": 1269, - "active": true, - "invalidCells": 0 - }, - { - "index": 642, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.884038999996847, - "resizeCallMs": 0.10570800000277814, - "frameCompletions": 643, - "frameCompletedAt": 111180.055804, - "acceptedEvents": 1272, - "active": true, - "invalidCells": 0 - }, - { - "index": 643, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.506215000001248, - "resizeCallMs": 0.058395000000018626, - "frameCompletions": 644, - "frameCompletedAt": 111195.158023, - "acceptedEvents": 1274, - "active": true, - "invalidCells": 0 - }, - { - "index": 644, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.00337399999262, - "resizeCallMs": 0.08562899999378715, - "frameCompletions": 645, - "frameCompletedAt": 111211.1379, - "acceptedEvents": 1276, - "active": true, - "invalidCells": 0 - }, - { - "index": 645, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.898767999999109, - "resizeCallMs": 0.2736889999941923, - "frameCompletions": 646, - "frameCompletedAt": 111227.040405, - "acceptedEvents": 1278, - "active": true, - "invalidCells": 0 - }, - { - "index": 646, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.62640100000135, - "resizeCallMs": 0.03865600000426639, - "frameCompletions": 647, - "frameCompletedAt": 111242.442875, - "acceptedEvents": 1280, - "active": true, - "invalidCells": 0 - }, - { - "index": 647, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.86265700000513, - "resizeCallMs": 0.09380400000372902, - "frameCompletions": 648, - "frameCompletedAt": 111259.493763, - "acceptedEvents": 1282, - "active": true, - "invalidCells": 0 - }, - { - "index": 648, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.77708800000255, - "resizeCallMs": 0.11614900000859052, - "frameCompletions": 649, - "frameCompletedAt": 111276.133641, - "acceptedEvents": 1284, - "active": true, - "invalidCells": 0 - }, - { - "index": 649, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.261863000006997, - "resizeCallMs": 0.2415960000071209, - "frameCompletions": 650, - "frameCompletedAt": 111291.668852, - "acceptedEvents": 1286, - "active": true, - "invalidCells": 0 - }, - { - "index": 650, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.543296999996528, - "resizeCallMs": 0.050319000001763925, - "frameCompletions": 651, - "frameCompletedAt": 111306.809657, - "acceptedEvents": 1288, - "active": true, - "invalidCells": 0 - }, - { - "index": 651, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.131445000006352, - "resizeCallMs": 0.06901600000855979, - "frameCompletions": 652, - "frameCompletedAt": 111321.411248, - "acceptedEvents": 1289, - "active": true, - "invalidCells": 0 - }, - { - "index": 652, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.27131300000474, - "resizeCallMs": 0.12001600000075996, - "frameCompletions": 653, - "frameCompletedAt": 111341.754093, - "acceptedEvents": 1292, - "active": true, - "invalidCells": 0 - }, - { - "index": 653, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.219659000009415, - "resizeCallMs": 0.2786690000066301, - "frameCompletions": 654, - "frameCompletedAt": 111356.833386, - "acceptedEvents": 1294, - "active": true, - "invalidCells": 0 - }, - { - "index": 654, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.58768600001349, - "resizeCallMs": 0.08104000000457745, - "frameCompletions": 655, - "frameCompletedAt": 111375.660113, - "acceptedEvents": 1296, - "active": true, - "invalidCells": 0 - }, - { - "index": 655, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.311962000007043, - "resizeCallMs": 0.10342400000081398, - "frameCompletions": 656, - "frameCompletedAt": 111393.11646, - "acceptedEvents": 1298, - "active": true, - "invalidCells": 0 - }, - { - "index": 656, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.05605800000194, - "resizeCallMs": 0.09793299999728333, - "frameCompletions": 657, - "frameCompletedAt": 111409.992012, - "acceptedEvents": 1300, - "active": true, - "invalidCells": 0 - }, - { - "index": 657, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.563718000004883, - "resizeCallMs": 0.2778569999936735, - "frameCompletions": 658, - "frameCompletedAt": 111426.080373, - "acceptedEvents": 1303, - "active": true, - "invalidCells": 0 - }, - { - "index": 658, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.072641000006115, - "resizeCallMs": 0.049798000007285737, - "frameCompletions": 659, - "frameCompletedAt": 111444.84067, - "acceptedEvents": 1305, - "active": true, - "invalidCells": 0 - }, - { - "index": 659, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.77200900000753, - "resizeCallMs": 0.05724300000292715, - "frameCompletions": 660, - "frameCompletedAt": 111461.5679, - "acceptedEvents": 1307, - "active": true, - "invalidCells": 0 - }, - { - "index": 660, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.384002999999211, - "resizeCallMs": 0.08606000000145286, - "frameCompletions": 661, - "frameCompletedAt": 111475.8388, - "acceptedEvents": 1309, - "active": true, - "invalidCells": 0 - }, - { - "index": 661, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.031328999990365, - "resizeCallMs": 0.1856359999947017, - "frameCompletions": 662, - "frameCompletedAt": 111491.049662, - "acceptedEvents": 1311, - "active": true, - "invalidCells": 0 - }, - { - "index": 662, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.750906999994186, - "resizeCallMs": 0.03782499999215361, - "frameCompletions": 663, - "frameCompletedAt": 111506.618149, - "acceptedEvents": 1313, - "active": true, - "invalidCells": 0 - }, - { - "index": 663, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.284616999997525, - "resizeCallMs": 0.06575900000461843, - "frameCompletions": 664, - "frameCompletedAt": 111522.893348, - "acceptedEvents": 1315, - "active": true, - "invalidCells": 0 - }, - { - "index": 664, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.767890000002808, - "resizeCallMs": 0.0833039999997709, - "frameCompletions": 665, - "frameCompletedAt": 111541.634196, - "acceptedEvents": 1317, - "active": true, - "invalidCells": 0 - }, - { - "index": 665, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.56974999999511, - "resizeCallMs": 0.25892999999632593, - "frameCompletions": 666, - "frameCompletedAt": 111558.375514, - "acceptedEvents": 1319, - "active": true, - "invalidCells": 0 - }, - { - "index": 666, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.847787999999127, - "resizeCallMs": 0.059527999997953884, - "frameCompletions": 667, - "frameCompletedAt": 111572.759627, - "acceptedEvents": 1321, - "active": true, - "invalidCells": 0 - }, - { - "index": 667, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.284307000008994, - "resizeCallMs": 0.049668000006931834, - "frameCompletions": 668, - "frameCompletedAt": 111587.739154, - "acceptedEvents": 1323, - "active": true, - "invalidCells": 0 - }, - { - "index": 668, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.713543000005302, - "resizeCallMs": 0.09280300000682473, - "frameCompletions": 669, - "frameCompletedAt": 111603.649695, - "acceptedEvents": 1325, - "active": true, - "invalidCells": 0 - }, - { - "index": 669, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.215490999995382, - "resizeCallMs": 0.23761799999920186, - "frameCompletions": 670, - "frameCompletedAt": 111619.685482, - "acceptedEvents": 1327, - "active": true, - "invalidCells": 0 - }, - { - "index": 670, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.719934000007925, - "resizeCallMs": 0.04524900000251364, - "frameCompletions": 671, - "frameCompletedAt": 111633.149923, - "acceptedEvents": 1328, - "active": true, - "invalidCells": 0 - }, - { - "index": 671, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.025989000001573, - "resizeCallMs": 0.06751300000178162, - "frameCompletions": 672, - "frameCompletedAt": 111651.287232, - "acceptedEvents": 1331, - "active": true, - "invalidCells": 0 - }, - { - "index": 672, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.632824000000255, - "resizeCallMs": 0.0813510000007227, - "frameCompletions": 673, - "frameCompletedAt": 111666.274113, - "acceptedEvents": 1333, - "active": true, - "invalidCells": 0 - }, - { - "index": 673, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.73394299999927, - "resizeCallMs": 0.4557979999954114, - "frameCompletions": 674, - "frameCompletedAt": 111684.139576, - "acceptedEvents": 1335, - "active": true, - "invalidCells": 0 - }, - { - "index": 674, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.482547000006889, - "resizeCallMs": 0.06032899999991059, - "frameCompletions": 675, - "frameCompletedAt": 111697.137007, - "acceptedEvents": 1336, - "active": true, - "invalidCells": 0 - }, - { - "index": 675, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.280039000004763, - "resizeCallMs": 0.06025900000531692, - "frameCompletions": 676, - "frameCompletedAt": 111713.391936, - "acceptedEvents": 1338, - "active": true, - "invalidCells": 0 - }, - { - "index": 676, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.50582299999951, - "resizeCallMs": 0.08166099998925347, - "frameCompletions": 677, - "frameCompletedAt": 111728.840407, - "acceptedEvents": 1340, - "active": true, - "invalidCells": 0 - }, - { - "index": 677, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.522868000000017, - "resizeCallMs": 0.21516400000837166, - "frameCompletions": 678, - "frameCompletedAt": 111745.53371, - "acceptedEvents": 1342, - "active": true, - "invalidCells": 0 - }, - { - "index": 678, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.956360999989556, - "resizeCallMs": 0.046851999999489635, - "frameCompletions": 679, - "frameCompletedAt": 111761.471935, - "acceptedEvents": 1344, - "active": true, - "invalidCells": 0 - }, - { - "index": 679, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.337471999999252, - "resizeCallMs": 0.04301500000292435, - "frameCompletions": 680, - "frameCompletedAt": 111776.692517, - "acceptedEvents": 1346, - "active": true, - "invalidCells": 0 - }, - { - "index": 680, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.230761999991955, - "resizeCallMs": 0.1100869999936549, - "frameCompletions": 681, - "frameCompletedAt": 111790.911855, - "acceptedEvents": 1348, - "active": true, - "invalidCells": 0 - }, - { - "index": 681, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.482707000002847, - "resizeCallMs": 0.21263900000485592, - "frameCompletions": 682, - "frameCompletedAt": 111807.56508, - "acceptedEvents": 1350, - "active": true, - "invalidCells": 0 - }, - { - "index": 682, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.976710999995703, - "resizeCallMs": 0.07592899999872316, - "frameCompletions": 683, - "frameCompletedAt": 111822.42516, - "acceptedEvents": 1352, - "active": true, - "invalidCells": 0 - }, - { - "index": 683, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.754192000007606, - "resizeCallMs": 0.07560900000680704, - "frameCompletions": 684, - "frameCompletedAt": 111838.202319, - "acceptedEvents": 1354, - "active": true, - "invalidCells": 0 - }, - { - "index": 684, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.92266500000551, - "resizeCallMs": 0.08386500000779051, - "frameCompletions": 685, - "frameCompletedAt": 111855.111658, - "acceptedEvents": 1356, - "active": true, - "invalidCells": 0 - }, - { - "index": 685, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.730305999997654, - "resizeCallMs": 0.22534399999130983, - "frameCompletions": 686, - "frameCompletedAt": 111868.017067, - "acceptedEvents": 1358, - "active": true, - "invalidCells": 0 - }, - { - "index": 686, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.781166000000667, - "resizeCallMs": 0.05085099999269005, - "frameCompletions": 687, - "frameCompletedAt": 111883.904132, - "acceptedEvents": 1360, - "active": true, - "invalidCells": 0 - }, - { - "index": 687, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.493168000000878, - "resizeCallMs": 0.06686099999933504, - "frameCompletions": 688, - "frameCompletedAt": 111900.125415, - "acceptedEvents": 1362, - "active": true, - "invalidCells": 0 - }, - { - "index": 688, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.778572000010172, - "resizeCallMs": 0.08781300000555348, - "frameCompletions": 689, - "frameCompletedAt": 111916.892273, - "acceptedEvents": 1364, - "active": true, - "invalidCells": 0 - }, - { - "index": 689, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.09218900000269, - "resizeCallMs": 0.2082700000028126, - "frameCompletions": 690, - "frameCompletedAt": 111932.773877, - "acceptedEvents": 1366, - "active": true, - "invalidCells": 0 - }, - { - "index": 690, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.626371000005747, - "resizeCallMs": 0.03658200000063516, - "frameCompletions": 691, - "frameCompletedAt": 111946.53882, - "acceptedEvents": 1368, - "active": true, - "invalidCells": 0 - }, - { - "index": 691, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 10.498987999992096, - "resizeCallMs": 0.055789999998523854, - "frameCompletions": 692, - "frameCompletedAt": 111960.825872, - "acceptedEvents": 1369, - "active": true, - "invalidCells": 0 - }, - { - "index": 692, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.71212999999989, - "resizeCallMs": 0.08866499998839572, - "frameCompletions": 693, - "frameCompletedAt": 111976.595656, - "acceptedEvents": 1371, - "active": true, - "invalidCells": 0 - }, - { - "index": 693, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.413291999997455, - "resizeCallMs": 0.26687599999422673, - "frameCompletions": 694, - "frameCompletedAt": 111994.225474, - "acceptedEvents": 1373, - "active": true, - "invalidCells": 0 - }, - { - "index": 694, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.74772899999516, - "resizeCallMs": 0.11493599999812432, - "frameCompletions": 695, - "frameCompletedAt": 112008.16937, - "acceptedEvents": 1375, - "active": true, - "invalidCells": 0 - }, - { - "index": 695, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.3381240000017, - "resizeCallMs": 0.07035899999027606, - "frameCompletions": 696, - "frameCompletedAt": 112025.386786, - "acceptedEvents": 1377, - "active": true, - "invalidCells": 0 - }, - { - "index": 696, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.652530999999726, - "resizeCallMs": 0.10955599999579135, - "frameCompletions": 697, - "frameCompletedAt": 112040.045721, - "acceptedEvents": 1379, - "active": true, - "invalidCells": 0 - }, - { - "index": 697, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 21.398293999998714, - "resizeCallMs": 0.32798600000387523, - "frameCompletions": 698, - "frameCompletedAt": 112060.256916, - "acceptedEvents": 1381, - "active": true, - "invalidCells": 0 - }, - { - "index": 698, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.390035999997053, - "resizeCallMs": 0.060459999993327074, - "frameCompletions": 699, - "frameCompletedAt": 112075.719534, - "acceptedEvents": 1383, - "active": true, - "invalidCells": 0 - }, - { - "index": 699, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.49983099999372, - "resizeCallMs": 0.106709999992745, - "frameCompletions": 700, - "frameCompletedAt": 112090.02366, - "acceptedEvents": 1385, - "active": true, - "invalidCells": 0 - }, - { - "index": 700, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.487284999995609, - "resizeCallMs": 0.12803199999325443, - "frameCompletions": 701, - "frameCompletedAt": 112103.777922, - "acceptedEvents": 1387, - "active": true, - "invalidCells": 0 - }, - { - "index": 701, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.790394000010565, - "resizeCallMs": 0.25253800000064075, - "frameCompletions": 702, - "frameCompletedAt": 112119.769713, - "acceptedEvents": 1389, - "active": true, - "invalidCells": 0 - }, - { - "index": 702, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.740304999999353, - "resizeCallMs": 0.05825500001083128, - "frameCompletions": 703, - "frameCompletedAt": 112135.514196, - "acceptedEvents": 1391, - "active": true, - "invalidCells": 0 - }, - { - "index": 703, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.281111000003875, - "resizeCallMs": 0.06179199999314733, - "frameCompletions": 704, - "frameCompletedAt": 112151.565545, - "acceptedEvents": 1393, - "active": true, - "invalidCells": 0 - }, - { - "index": 704, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.07312100000854, - "resizeCallMs": 0.13275100001192186, - "frameCompletions": 705, - "frameCompletedAt": 112167.64057, - "acceptedEvents": 1395, - "active": true, - "invalidCells": 0 - }, - { - "index": 705, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.740334000001894, - "resizeCallMs": 0.3042989999958081, - "frameCompletions": 706, - "frameCompletedAt": 112180.56132, - "acceptedEvents": 1397, - "active": true, - "invalidCells": 0 - }, - { - "index": 706, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.444524999998976, - "resizeCallMs": 0.056121000001439825, - "frameCompletions": 707, - "frameCompletedAt": 112200.991596, - "acceptedEvents": 1399, - "active": true, - "invalidCells": 0 - }, - { - "index": 707, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.054412999990745, - "resizeCallMs": 0.08705099999497179, - "frameCompletions": 708, - "frameCompletedAt": 112215.151898, - "acceptedEvents": 1401, - "active": true, - "invalidCells": 0 - }, - { - "index": 708, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.20326799999748, - "resizeCallMs": 0.09536799999477807, - "frameCompletions": 709, - "frameCompletedAt": 112231.204018, - "acceptedEvents": 1403, - "active": true, - "invalidCells": 0 - }, - { - "index": 709, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.788589999996475, - "resizeCallMs": 0.22450199999730103, - "frameCompletions": 710, - "frameCompletedAt": 112247.482404, - "acceptedEvents": 1405, - "active": true, - "invalidCells": 0 - }, - { - "index": 710, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.9097299999994, - "resizeCallMs": 0.06997799999953713, - "frameCompletions": 711, - "frameCompletedAt": 112265.118044, - "acceptedEvents": 1407, - "active": true, - "invalidCells": 0 - }, - { - "index": 711, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.586063000009744, - "resizeCallMs": 0.08139099999971222, - "frameCompletions": 712, - "frameCompletedAt": 112280.583949, - "acceptedEvents": 1409, - "active": true, - "invalidCells": 0 - }, - { - "index": 712, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.1709039999987, - "resizeCallMs": 0.12474600000132341, - "frameCompletions": 713, - "frameCompletedAt": 112297.693883, - "acceptedEvents": 1411, - "active": true, - "invalidCells": 0 - }, - { - "index": 713, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.101648999989266, - "resizeCallMs": 0.21672699999180622, - "frameCompletions": 714, - "frameCompletedAt": 112313.925968, - "acceptedEvents": 1414, - "active": true, - "invalidCells": 0 - }, - { - "index": 714, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.827508000002126, - "resizeCallMs": 0.04261400000541471, - "frameCompletions": 715, - "frameCompletedAt": 112332.800469, - "acceptedEvents": 1416, - "active": true, - "invalidCells": 0 - }, - { - "index": 715, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.739855000007083, - "resizeCallMs": 0.0643969999946421, - "frameCompletions": 716, - "frameCompletedAt": 112349.566125, - "acceptedEvents": 1418, - "active": true, - "invalidCells": 0 - }, - { - "index": 716, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.612905000001774, - "resizeCallMs": 0.1431730000040261, - "frameCompletions": 717, - "frameCompletedAt": 112366.008153, - "acceptedEvents": 1420, - "active": true, - "invalidCells": 0 - }, - { - "index": 717, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.153970999992453, - "resizeCallMs": 0.2404439999954775, - "frameCompletions": 718, - "frameCompletedAt": 112382.316337, - "acceptedEvents": 1422, - "active": true, - "invalidCells": 0 - }, - { - "index": 718, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.329295999996248, - "resizeCallMs": 0.054647999990265816, - "frameCompletions": 719, - "frameCompletedAt": 112397.19774, - "acceptedEvents": 1424, - "active": true, - "invalidCells": 0 - }, - { - "index": 719, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.620389000003343, - "resizeCallMs": 0.05090100000961684, - "frameCompletions": 720, - "frameCompletedAt": 112411.609117, - "acceptedEvents": 1426, - "active": true, - "invalidCells": 0 - }, - { - "index": 720, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.866875000006985, - "resizeCallMs": 0.07696099999884609, - "frameCompletions": 721, - "frameCompletedAt": 112429.697359, - "acceptedEvents": 1428, - "active": true, - "invalidCells": 0 - }, - { - "index": 721, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 14.035395999992033, - "resizeCallMs": 0.22455299999273848, - "frameCompletions": 722, - "frameCompletedAt": 112443.663308, - "acceptedEvents": 1430, - "active": true, - "invalidCells": 0 - }, - { - "index": 722, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.39260999999533, - "resizeCallMs": 0.041442000001552515, - "frameCompletions": 723, - "frameCompletedAt": 112459.132239, - "acceptedEvents": 1432, - "active": true, - "invalidCells": 0 - }, - { - "index": 723, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.65351499999815, - "resizeCallMs": 0.0949970000074245, - "frameCompletions": 724, - "frameCompletedAt": 112474.97691, - "acceptedEvents": 1434, - "active": true, - "invalidCells": 0 - }, - { - "index": 724, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.780184000002919, - "resizeCallMs": 0.10131900000851601, - "frameCompletions": 725, - "frameCompletedAt": 112493.965666, - "acceptedEvents": 1436, - "active": true, - "invalidCells": 0 - }, - { - "index": 725, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.277613999991445, - "resizeCallMs": 0.22682699999131728, - "frameCompletions": 726, - "frameCompletedAt": 112507.085057, - "acceptedEvents": 1438, - "active": true, - "invalidCells": 0 - }, - { - "index": 726, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.899517999991076, - "resizeCallMs": 0.08311399999365676, - "frameCompletions": 727, - "frameCompletedAt": 112521.882705, - "acceptedEvents": 1439, - "active": true, - "invalidCells": 0 - }, - { - "index": 727, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.375348000001395, - "resizeCallMs": 0.07423600000038277, - "frameCompletions": 728, - "frameCompletedAt": 112538.722637, - "acceptedEvents": 1442, - "active": true, - "invalidCells": 0 - }, - { - "index": 728, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.816244000001461, - "resizeCallMs": 0.10013800000888295, - "frameCompletions": 729, - "frameCompletedAt": 112555.042806, - "acceptedEvents": 1443, - "active": true, - "invalidCells": 0 - }, - { - "index": 729, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.334977000005892, - "resizeCallMs": 0.26273699999728706, - "frameCompletions": 730, - "frameCompletedAt": 112570.72168, - "acceptedEvents": 1445, - "active": true, - "invalidCells": 0 - }, - { - "index": 730, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.431005999998888, - "resizeCallMs": 0.049767999997129664, - "frameCompletions": 731, - "frameCompletedAt": 112587.041978, - "acceptedEvents": 1448, - "active": true, - "invalidCells": 0 - }, - { - "index": 731, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.02185199999076, - "resizeCallMs": 0.07115999999223277, - "frameCompletions": 732, - "frameCompletedAt": 112606.220809, - "acceptedEvents": 1450, - "active": true, - "invalidCells": 0 - }, - { - "index": 732, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.767900000006193, - "resizeCallMs": 0.08979700000782032, - "frameCompletions": 733, - "frameCompletedAt": 112621.91333, - "acceptedEvents": 1452, - "active": true, - "invalidCells": 0 - }, - { - "index": 733, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.778160000001662, - "resizeCallMs": 0.2337299999926472, - "frameCompletions": 734, - "frameCompletedAt": 112638.708755, - "acceptedEvents": 1454, - "active": true, - "invalidCells": 0 - }, - { - "index": 734, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.781115999998292, - "resizeCallMs": 0.047642999998060986, - "frameCompletions": 735, - "frameCompletedAt": 112656.584568, - "acceptedEvents": 1456, - "active": true, - "invalidCells": 0 - }, - { - "index": 735, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.228357999993023, - "resizeCallMs": 0.08506699999270495, - "frameCompletions": 736, - "frameCompletedAt": 112674.695785, - "acceptedEvents": 1458, - "active": true, - "invalidCells": 0 - }, - { - "index": 736, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.345426999992924, - "resizeCallMs": 0.12408500000310596, - "frameCompletions": 737, - "frameCompletedAt": 112690.111962, - "acceptedEvents": 1460, - "active": true, - "invalidCells": 0 - }, - { - "index": 737, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.6443680000084, - "resizeCallMs": 0.23400100000435486, - "frameCompletions": 738, - "frameCompletedAt": 112707.863721, - "acceptedEvents": 1462, - "active": true, - "invalidCells": 0 - }, - { - "index": 738, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.63334400000167, - "resizeCallMs": 0.0501079999958165, - "frameCompletions": 739, - "frameCompletedAt": 112722.087418, - "acceptedEvents": 1464, - "active": true, - "invalidCells": 0 - }, - { - "index": 739, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.810043000004953, - "resizeCallMs": 0.08849400001054164, - "frameCompletions": 740, - "frameCompletedAt": 112738.744841, - "acceptedEvents": 1466, - "active": true, - "invalidCells": 0 - }, - { - "index": 740, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.332372000004398, - "resizeCallMs": 0.10445600000093691, - "frameCompletions": 741, - "frameCompletedAt": 112754.25876, - "acceptedEvents": 1468, - "active": true, - "invalidCells": 0 - }, - { - "index": 741, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.03599899999972, - "resizeCallMs": 0.25074400000448804, - "frameCompletions": 742, - "frameCompletedAt": 112769.321169, - "acceptedEvents": 1470, - "active": true, - "invalidCells": 0 - }, - { - "index": 742, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.134911000001011, - "resizeCallMs": 0.046150000009220093, - "frameCompletions": 743, - "frameCompletedAt": 112783.859637, - "acceptedEvents": 1472, - "active": true, - "invalidCells": 0 - }, - { - "index": 743, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.644807999997283, - "resizeCallMs": 0.05764400000043679, - "frameCompletions": 744, - "frameCompletedAt": 112799.429987, - "acceptedEvents": 1474, - "active": true, - "invalidCells": 0 - }, - { - "index": 744, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.888267000002088, - "resizeCallMs": 0.09630000000470318, - "frameCompletions": 745, - "frameCompletedAt": 112814.227796, - "acceptedEvents": 1476, - "active": true, - "invalidCells": 0 - }, - { - "index": 745, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.346990999998525, - "resizeCallMs": 0.2441910000052303, - "frameCompletions": 746, - "frameCompletedAt": 112829.155921, - "acceptedEvents": 1478, - "active": true, - "invalidCells": 0 - }, - { - "index": 746, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.285348000004888, - "resizeCallMs": 0.052794000002904795, - "frameCompletions": 747, - "frameCompletedAt": 112843.628588, - "acceptedEvents": 1480, - "active": true, - "invalidCells": 0 - }, - { - "index": 747, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.875471999999718, - "resizeCallMs": 0.0705290000041714, - "frameCompletions": 748, - "frameCompletedAt": 112860.572636, - "acceptedEvents": 1482, - "active": true, - "invalidCells": 0 - }, - { - "index": 748, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.596773000012035, - "resizeCallMs": 0.08422600000631064, - "frameCompletions": 749, - "frameCompletedAt": 112874.946208, - "acceptedEvents": 1483, - "active": true, - "invalidCells": 0 - }, - { - "index": 749, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.29254399999627, - "resizeCallMs": 0.22090499999467283, - "frameCompletions": 750, - "frameCompletedAt": 112890.139255, - "acceptedEvents": 1486, - "active": true, - "invalidCells": 0 - }, - { - "index": 750, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.437608000007458, - "resizeCallMs": 0.03980900000897236, - "frameCompletions": 751, - "frameCompletedAt": 112906.039866, - "acceptedEvents": 1487, - "active": true, - "invalidCells": 0 - }, - { - "index": 751, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.882375000001048, - "resizeCallMs": 0.06750299999839626, - "frameCompletions": 752, - "frameCompletedAt": 112922.131073, - "acceptedEvents": 1489, - "active": true, - "invalidCells": 0 - }, - { - "index": 752, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.469183000008343, - "resizeCallMs": 0.07763300000806339, - "frameCompletions": 753, - "frameCompletedAt": 112939.171511, - "acceptedEvents": 1492, - "active": true, - "invalidCells": 0 - }, - { - "index": 753, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.6472219999996, - "resizeCallMs": 0.2642609999893466, - "frameCompletions": 754, - "frameCompletedAt": 112955.92873, - "acceptedEvents": 1494, - "active": true, - "invalidCells": 0 - }, - { - "index": 754, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.570280999992974, - "resizeCallMs": 0.05061999999452382, - "frameCompletions": 755, - "frameCompletedAt": 112970.644987, - "acceptedEvents": 1496, - "active": true, - "invalidCells": 0 - }, - { - "index": 755, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.632622999997693, - "resizeCallMs": 0.06292399999802001, - "frameCompletions": 756, - "frameCompletedAt": 112986.523856, - "acceptedEvents": 1498, - "active": true, - "invalidCells": 0 - }, - { - "index": 756, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.138850999996066, - "resizeCallMs": 0.08368500000506174, - "frameCompletions": 757, - "frameCompletedAt": 113002.267057, - "acceptedEvents": 1500, - "active": true, - "invalidCells": 0 - }, - { - "index": 757, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.625310000003083, - "resizeCallMs": 0.23064500000327826, - "frameCompletions": 758, - "frameCompletedAt": 113019.515133, - "acceptedEvents": 1502, - "active": true, - "invalidCells": 0 - }, - { - "index": 758, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.118258999995305, - "resizeCallMs": 0.06883499999821652, - "frameCompletions": 759, - "frameCompletedAt": 113034.01795, - "acceptedEvents": 1503, - "active": true, - "invalidCells": 0 - }, - { - "index": 759, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.631892000004882, - "resizeCallMs": 0.11741200000687968, - "frameCompletions": 760, - "frameCompletedAt": 113049.9228, - "acceptedEvents": 1505, - "active": true, - "invalidCells": 0 - }, - { - "index": 760, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.382350999992923, - "resizeCallMs": 0.09870499999669846, - "frameCompletions": 761, - "frameCompletedAt": 113067.170967, - "acceptedEvents": 1508, - "active": true, - "invalidCells": 0 - }, - { - "index": 761, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.548496999996132, - "resizeCallMs": 0.21414199999708217, - "frameCompletions": 762, - "frameCompletedAt": 113083.058482, - "acceptedEvents": 1509, - "active": true, - "invalidCells": 0 - }, - { - "index": 762, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.330890000012005, - "resizeCallMs": 0.04048900000634603, - "frameCompletions": 763, - "frameCompletedAt": 113098.94234, - "acceptedEvents": 1512, - "active": true, - "invalidCells": 0 - }, - { - "index": 763, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.747709999996005, - "resizeCallMs": 0.05292399998870678, - "frameCompletions": 764, - "frameCompletedAt": 113118.164006, - "acceptedEvents": 1514, - "active": true, - "invalidCells": 0 - }, - { - "index": 764, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.734375, - "resizeCallMs": 0.11230100000102539, - "frameCompletions": 765, - "frameCompletedAt": 113134.678897, - "acceptedEvents": 1516, - "active": true, - "invalidCells": 0 - }, - { - "index": 765, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.503609999999753, - "resizeCallMs": 0.2946609999926295, - "frameCompletions": 766, - "frameCompletedAt": 113151.345718, - "acceptedEvents": 1518, - "active": true, - "invalidCells": 0 - }, - { - "index": 766, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.194931000005454, - "resizeCallMs": 0.05992800000240095, - "frameCompletions": 767, - "frameCompletedAt": 113167.508546, - "acceptedEvents": 1520, - "active": true, - "invalidCells": 0 - }, - { - "index": 767, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.336469999994733, - "resizeCallMs": 0.06431699999666307, - "frameCompletions": 768, - "frameCompletedAt": 113181.399648, - "acceptedEvents": 1522, - "active": true, - "invalidCells": 0 - }, - { - "index": 768, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.362150000000838, - "resizeCallMs": 0.07129100000020117, - "frameCompletions": 769, - "frameCompletedAt": 113196.115184, - "acceptedEvents": 1524, - "active": true, - "invalidCells": 0 - }, - { - "index": 769, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.68384499999229, - "resizeCallMs": 0.1820690000022296, - "frameCompletions": 770, - "frameCompletedAt": 113212.922202, - "acceptedEvents": 1526, - "active": true, - "invalidCells": 0 - }, - { - "index": 770, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.06533599999966, - "resizeCallMs": 0.05650200000673067, - "frameCompletions": 771, - "frameCompletedAt": 113226.51706, - "acceptedEvents": 1528, - "active": true, - "invalidCells": 0 - }, - { - "index": 771, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.516063999995822, - "resizeCallMs": 0.10286199999973178, - "frameCompletions": 772, - "frameCompletedAt": 113245.532548, - "acceptedEvents": 1530, - "active": true, - "invalidCells": 0 - }, - { - "index": 772, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.928295999998227, - "resizeCallMs": 0.10349399999540765, - "frameCompletions": 773, - "frameCompletedAt": 113259.98698, - "acceptedEvents": 1532, - "active": true, - "invalidCells": 0 - }, - { - "index": 773, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.110195000001113, - "resizeCallMs": 0.22875999999814667, - "frameCompletions": 774, - "frameCompletedAt": 113280.650547, - "acceptedEvents": 1534, - "active": true, - "invalidCells": 0 - }, - { - "index": 774, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 10.556740999993053, - "resizeCallMs": 0.046019999994314276, - "frameCompletions": 775, - "frameCompletedAt": 113290.925172, - "acceptedEvents": 1535, - "active": true, - "invalidCells": 0 - }, - { - "index": 775, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.28853700000036, - "resizeCallMs": 0.12682000000495464, - "frameCompletions": 776, - "frameCompletedAt": 113307.52414, - "acceptedEvents": 1538, - "active": true, - "invalidCells": 0 - }, - { - "index": 776, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.301441999996314, - "resizeCallMs": 0.11487699999997858, - "frameCompletions": 777, - "frameCompletedAt": 113327.387489, - "acceptedEvents": 1540, - "active": true, - "invalidCells": 0 - }, - { - "index": 777, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.718361000006553, - "resizeCallMs": 0.4100780000007944, - "frameCompletions": 778, - "frameCompletedAt": 113340.678719, - "acceptedEvents": 1542, - "active": true, - "invalidCells": 0 - }, - { - "index": 778, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.46648699999787, - "resizeCallMs": 0.061170999993919395, - "frameCompletions": 779, - "frameCompletedAt": 113358.836848, - "acceptedEvents": 1544, - "active": true, - "invalidCells": 0 - }, - { - "index": 779, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.212314999997034, - "resizeCallMs": 0.09219100000336766, - "frameCompletions": 780, - "frameCompletedAt": 113375.127768, - "acceptedEvents": 1546, - "active": true, - "invalidCells": 0 - }, - { - "index": 780, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.083270999995875, - "resizeCallMs": 0.11347299999033567, - "frameCompletions": 781, - "frameCompletedAt": 113391.147334, - "acceptedEvents": 1548, - "active": true, - "invalidCells": 0 - }, - { - "index": 781, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.012363000001642, - "resizeCallMs": 0.22491299999819603, - "frameCompletions": 782, - "frameCompletedAt": 113409.203643, - "acceptedEvents": 1550, - "active": true, - "invalidCells": 0 - }, - { - "index": 782, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.365528000009363, - "resizeCallMs": 0.08041900000534952, - "frameCompletions": 783, - "frameCompletedAt": 113425.72122, - "acceptedEvents": 1552, - "active": true, - "invalidCells": 0 - }, - { - "index": 783, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.14661700000579, - "resizeCallMs": 0.06542900000931695, - "frameCompletions": 784, - "frameCompletedAt": 113443.088672, - "acceptedEvents": 1555, - "active": true, - "invalidCells": 0 - }, - { - "index": 784, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 20.412461999992956, - "resizeCallMs": 0.10506699999677949, - "frameCompletions": 785, - "frameCompletedAt": 113465.015848, - "acceptedEvents": 1557, - "active": true, - "invalidCells": 0 - }, - { - "index": 785, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.205010000005132, - "resizeCallMs": 0.3738770000054501, - "frameCompletions": 786, - "frameCompletedAt": 113477.345924, - "acceptedEvents": 1559, - "active": true, - "invalidCells": 0 - }, - { - "index": 786, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.046007999990252, - "resizeCallMs": 0.07599899999331683, - "frameCompletions": 787, - "frameCompletedAt": 113493.183671, - "acceptedEvents": 1561, - "active": true, - "invalidCells": 0 - }, - { - "index": 787, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.44038499999442, - "resizeCallMs": 0.06003799999598414, - "frameCompletions": 788, - "frameCompletedAt": 113508.000206, - "acceptedEvents": 1563, - "active": true, - "invalidCells": 0 - }, - { - "index": 788, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.106393999987631, - "resizeCallMs": 0.08047799998894334, - "frameCompletions": 789, - "frameCompletedAt": 113522.771322, - "acceptedEvents": 1564, - "active": true, - "invalidCells": 0 - }, - { - "index": 789, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.41810300000361, - "resizeCallMs": 0.2208859999955166, - "frameCompletions": 790, - "frameCompletedAt": 113542.45105, - "acceptedEvents": 1567, - "active": true, - "invalidCells": 0 - }, - { - "index": 790, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.489381000006688, - "resizeCallMs": 0.059377000012318604, - "frameCompletions": 791, - "frameCompletedAt": 113556.922094, - "acceptedEvents": 1569, - "active": true, - "invalidCells": 0 - }, - { - "index": 791, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.461725999994087, - "resizeCallMs": 0.06752299999061506, - "frameCompletions": 792, - "frameCompletedAt": 113571.082586, - "acceptedEvents": 1571, - "active": true, - "invalidCells": 0 - }, - { - "index": 792, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.156635000006645, - "resizeCallMs": 0.10894499999994878, - "frameCompletions": 793, - "frameCompletedAt": 113585.292306, - "acceptedEvents": 1572, - "active": true, - "invalidCells": 0 - }, - { - "index": 793, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.194871999992756, - "resizeCallMs": 0.22551399999065325, - "frameCompletions": 794, - "frameCompletedAt": 113604.913168, - "acceptedEvents": 1575, - "active": true, - "invalidCells": 0 - }, - { - "index": 794, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.065705999993952, - "resizeCallMs": 0.048616000000038184, - "frameCompletions": 795, - "frameCompletedAt": 113618.555639, - "acceptedEvents": 1577, - "active": true, - "invalidCells": 0 - }, - { - "index": 795, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.307282000008854, - "resizeCallMs": 0.05360500000824686, - "frameCompletions": 796, - "frameCompletedAt": 113633.747514, - "acceptedEvents": 1578, - "active": true, - "invalidCells": 0 - }, - { - "index": 796, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.387321000001975, - "resizeCallMs": 0.10514699999475852, - "frameCompletions": 797, - "frameCompletedAt": 113652.510866, - "acceptedEvents": 1581, - "active": true, - "invalidCells": 0 - }, - { - "index": 797, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.748663000005763, - "resizeCallMs": 0.3321239999932004, - "frameCompletions": 798, - "frameCompletedAt": 113672.517298, - "acceptedEvents": 1583, - "active": true, - "invalidCells": 0 - }, - { - "index": 798, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.044303999995464, - "resizeCallMs": 0.04767400000127964, - "frameCompletions": 799, - "frameCompletedAt": 113687.455473, - "acceptedEvents": 1585, - "active": true, - "invalidCells": 0 - }, - { - "index": 799, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.074543999988236, - "resizeCallMs": 0.06323499999416526, - "frameCompletions": 800, - "frameCompletedAt": 113702.025703, - "acceptedEvents": 1587, - "active": true, - "invalidCells": 0 - }, - { - "index": 800, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.33036799999536, - "resizeCallMs": 0.08669100000406615, - "frameCompletions": 801, - "frameCompletedAt": 113717.722993, - "acceptedEvents": 1589, - "active": true, - "invalidCells": 0 - }, - { - "index": 801, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.0995130000083, - "resizeCallMs": 0.2563150000059977, - "frameCompletions": 802, - "frameCompletedAt": 113734.111396, - "acceptedEvents": 1591, - "active": true, - "invalidCells": 0 - }, - { - "index": 802, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.030065999992075, - "resizeCallMs": 0.04214299999875948, - "frameCompletions": 803, - "frameCompletedAt": 113749.117645, - "acceptedEvents": 1593, - "active": true, - "invalidCells": 0 - }, - { - "index": 803, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.724956000005477, - "resizeCallMs": 0.07822399999713525, - "frameCompletions": 804, - "frameCompletedAt": 113763.880935, - "acceptedEvents": 1595, - "active": true, - "invalidCells": 0 - }, - { - "index": 804, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.451826999997138, - "resizeCallMs": 0.09169099999417085, - "frameCompletions": 805, - "frameCompletedAt": 113778.827626, - "acceptedEvents": 1597, - "active": true, - "invalidCells": 0 - }, - { - "index": 805, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.080986000000848, - "resizeCallMs": 0.2159560000000056, - "frameCompletions": 806, - "frameCompletedAt": 113794.120751, - "acceptedEvents": 1599, - "active": true, - "invalidCells": 0 - }, - { - "index": 806, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.88834799999313, - "resizeCallMs": 0.04822499999136198, - "frameCompletions": 807, - "frameCompletedAt": 113811.962647, - "acceptedEvents": 1601, - "active": true, - "invalidCells": 0 - }, - { - "index": 807, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.84007200000633, - "resizeCallMs": 0.059215999994194135, - "frameCompletions": 808, - "frameCompletedAt": 113830.98023, - "acceptedEvents": 1603, - "active": true, - "invalidCells": 0 - }, - { - "index": 808, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.642232999991393, - "resizeCallMs": 0.09087899999576621, - "frameCompletions": 809, - "frameCompletedAt": 113847.500022, - "acceptedEvents": 1605, - "active": true, - "invalidCells": 0 - }, - { - "index": 809, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.888028000001214, - "resizeCallMs": 0.2344219999940833, - "frameCompletions": 810, - "frameCompletedAt": 113866.584015, - "acceptedEvents": 1607, - "active": true, - "invalidCells": 0 - }, - { - "index": 810, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.35574899999483, - "resizeCallMs": 0.07571900000039022, - "frameCompletions": 811, - "frameCompletedAt": 113884.285585, - "acceptedEvents": 1610, - "active": true, - "invalidCells": 0 - }, - { - "index": 811, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 21.17898199999763, - "resizeCallMs": 0.062021999998250976, - "frameCompletions": 812, - "frameCompletedAt": 113905.952399, - "acceptedEvents": 1612, - "active": true, - "invalidCells": 0 - }, - { - "index": 812, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.749431999996887, - "resizeCallMs": 0.08924499999557156, - "frameCompletions": 813, - "frameCompletedAt": 113920.816858, - "acceptedEvents": 1614, - "active": true, - "invalidCells": 0 - }, - { - "index": 813, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.983015000005253, - "resizeCallMs": 0.23901099999784492, - "frameCompletions": 814, - "frameCompletedAt": 113938.692812, - "acceptedEvents": 1616, - "active": true, - "invalidCells": 0 - }, - { - "index": 814, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.246523999987403, - "resizeCallMs": 0.09409499999310356, - "frameCompletions": 815, - "frameCompletedAt": 113956.756485, - "acceptedEvents": 1618, - "active": true, - "invalidCells": 0 - }, - { - "index": 815, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.929166999994777, - "resizeCallMs": 0.15636799999629147, - "frameCompletions": 816, - "frameCompletedAt": 113974.137393, - "acceptedEvents": 1621, - "active": true, - "invalidCells": 0 - }, - { - "index": 816, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.026379999995697, - "resizeCallMs": 0.11240099999122322, - "frameCompletions": 817, - "frameCompletedAt": 113990.873982, - "acceptedEvents": 1623, - "active": true, - "invalidCells": 0 - }, - { - "index": 817, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.42010499999742, - "resizeCallMs": 0.3506610000040382, - "frameCompletions": 818, - "frameCompletedAt": 114007.438592, - "acceptedEvents": 1625, - "active": true, - "invalidCells": 0 - }, - { - "index": 818, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.32362500000454, - "resizeCallMs": 0.06968699999561068, - "frameCompletions": 819, - "frameCompletedAt": 114023.711997, - "acceptedEvents": 1627, - "active": true, - "invalidCells": 0 - }, - { - "index": 819, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.287624000004143, - "resizeCallMs": 0.08393500000238419, - "frameCompletions": 820, - "frameCompletedAt": 114040.901428, - "acceptedEvents": 1629, - "active": true, - "invalidCells": 0 - }, - { - "index": 820, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.476345000002766, - "resizeCallMs": 0.16641799999342766, - "frameCompletions": 821, - "frameCompletedAt": 114056.448643, - "acceptedEvents": 1631, - "active": true, - "invalidCells": 0 - }, - { - "index": 821, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.227082999990671, - "resizeCallMs": 0.2835990000021411, - "frameCompletions": 822, - "frameCompletedAt": 114069.859338, - "acceptedEvents": 1633, - "active": true, - "invalidCells": 0 - }, - { - "index": 822, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.792809000005946, - "resizeCallMs": 0.06299500000022817, - "frameCompletions": 823, - "frameCompletedAt": 114083.486961, - "acceptedEvents": 1635, - "active": true, - "invalidCells": 0 - }, - { - "index": 823, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.162207000001217, - "resizeCallMs": 0.07095900000422262, - "frameCompletions": 824, - "frameCompletedAt": 114102.718575, - "acceptedEvents": 1637, - "active": true, - "invalidCells": 0 - }, - { - "index": 824, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.682459999996354, - "resizeCallMs": 0.0975520000065444, - "frameCompletions": 825, - "frameCompletedAt": 114117.42317, - "acceptedEvents": 1639, - "active": true, - "invalidCells": 0 - }, - { - "index": 825, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 20.341382000013255, - "resizeCallMs": 0.23229800000262912, - "frameCompletions": 826, - "frameCompletedAt": 114137.943835, - "acceptedEvents": 1641, - "active": true, - "invalidCells": 0 - }, - { - "index": 826, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.60152100000414, - "resizeCallMs": 0.05393700000422541, - "frameCompletions": 827, - "frameCompletedAt": 114151.536298, - "acceptedEvents": 1643, - "active": true, - "invalidCells": 0 - }, - { - "index": 827, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.878828999993857, - "resizeCallMs": 0.0581839999940712, - "frameCompletions": 828, - "frameCompletedAt": 114170.297085, - "acceptedEvents": 1645, - "active": true, - "invalidCells": 0 - }, - { - "index": 828, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.562536999990698, - "resizeCallMs": 0.11899400000402238, - "frameCompletions": 829, - "frameCompletedAt": 114188.480925, - "acceptedEvents": 1648, - "active": true, - "invalidCells": 0 - }, - { - "index": 829, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.87398899999971, - "resizeCallMs": 0.26374999999825377, - "frameCompletions": 830, - "frameCompletedAt": 114205.905449, - "acceptedEvents": 1650, - "active": true, - "invalidCells": 0 - }, - { - "index": 830, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.168029000007664, - "resizeCallMs": 0.04054900001210626, - "frameCompletions": 831, - "frameCompletedAt": 114225.00321, - "acceptedEvents": 1652, - "active": true, - "invalidCells": 0 - }, - { - "index": 831, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.692270999992616, - "resizeCallMs": 0.08650999999372289, - "frameCompletions": 832, - "frameCompletedAt": 114241.610304, - "acceptedEvents": 1654, - "active": true, - "invalidCells": 0 - }, - { - "index": 832, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.118361000000732, - "resizeCallMs": 0.1165189999883296, - "frameCompletions": 833, - "frameCompletedAt": 114260.733285, - "acceptedEvents": 1656, - "active": true, - "invalidCells": 0 - }, - { - "index": 833, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.267282999993768, - "resizeCallMs": 0.29889799999364186, - "frameCompletions": 834, - "frameCompletedAt": 114275.932464, - "acceptedEvents": 1658, - "active": true, - "invalidCells": 0 - }, - { - "index": 834, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.705278000008548, - "resizeCallMs": 0.06506799999624491, - "frameCompletions": 835, - "frameCompletedAt": 114295.63172, - "acceptedEvents": 1661, - "active": true, - "invalidCells": 0 - }, - { - "index": 835, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.54274699999951, - "resizeCallMs": 0.09895499999402091, - "frameCompletions": 836, - "frameCompletedAt": 114312.3388, - "acceptedEvents": 1663, - "active": true, - "invalidCells": 0 - }, - { - "index": 836, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.478008999998565, - "resizeCallMs": 0.09646000000066124, - "frameCompletions": 837, - "frameCompletedAt": 114329.770368, - "acceptedEvents": 1665, - "active": true, - "invalidCells": 0 - }, - { - "index": 837, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 12.567673000012292, - "resizeCallMs": 0.22510300000431016, - "frameCompletions": 838, - "frameCompletedAt": 114342.483128, - "acceptedEvents": 1667, - "active": true, - "invalidCells": 0 - }, - { - "index": 838, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.09491299999354, - "resizeCallMs": 0.06193199999688659, - "frameCompletions": 839, - "frameCompletedAt": 114356.259443, - "acceptedEvents": 1669, - "active": true, - "invalidCells": 0 - }, - { - "index": 839, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.502026000001933, - "resizeCallMs": 0.06014800000411924, - "frameCompletions": 840, - "frameCompletedAt": 114371.295782, - "acceptedEvents": 1671, - "active": true, - "invalidCells": 0 - }, - { - "index": 840, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.50869899999816, - "resizeCallMs": 0.1196359999885317, - "frameCompletions": 841, - "frameCompletedAt": 114388.157827, - "acceptedEvents": 1673, - "active": true, - "invalidCells": 0 - }, - { - "index": 841, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.473450999998022, - "resizeCallMs": 0.24324900000647176, - "frameCompletions": 842, - "frameCompletedAt": 114407.917523, - "acceptedEvents": 1675, - "active": true, - "invalidCells": 0 - }, - { - "index": 842, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.881724000006216, - "resizeCallMs": 0.14623800000117626, - "frameCompletions": 843, - "frameCompletedAt": 114423.816851, - "acceptedEvents": 1677, - "active": true, - "invalidCells": 0 - }, - { - "index": 843, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.68807299999753, - "resizeCallMs": 0.10917500000505242, - "frameCompletions": 844, - "frameCompletedAt": 114441.474124, - "acceptedEvents": 1679, - "active": true, - "invalidCells": 0 - }, - { - "index": 844, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.47039400000358, - "resizeCallMs": 0.1315290000056848, - "frameCompletions": 845, - "frameCompletedAt": 114459.82824, - "acceptedEvents": 1681, - "active": true, - "invalidCells": 0 - }, - { - "index": 845, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.74634800000058, - "resizeCallMs": 0.24065399999381043, - "frameCompletions": 846, - "frameCompletedAt": 114477.879569, - "acceptedEvents": 1684, - "active": true, - "invalidCells": 0 - }, - { - "index": 846, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.97710200000438, - "resizeCallMs": 0.05999800001154654, - "frameCompletions": 847, - "frameCompletedAt": 114495.75948, - "acceptedEvents": 1686, - "active": true, - "invalidCells": 0 - }, - { - "index": 847, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.956109000006109, - "resizeCallMs": 0.07915600000706036, - "frameCompletions": 848, - "frameCompletedAt": 114508.236666, - "acceptedEvents": 1688, - "active": true, - "invalidCells": 0 - }, - { - "index": 848, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.523938999991515, - "resizeCallMs": 0.08704099999158643, - "frameCompletions": 849, - "frameCompletedAt": 114524.936702, - "acceptedEvents": 1690, - "active": true, - "invalidCells": 0 - }, - { - "index": 849, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.564769000004162, - "resizeCallMs": 0.2057550000026822, - "frameCompletions": 850, - "frameCompletedAt": 114539.462975, - "acceptedEvents": 1692, - "active": true, - "invalidCells": 0 - }, - { - "index": 850, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.489612000004854, - "resizeCallMs": 0.054618000009213574, - "frameCompletions": 851, - "frameCompletedAt": 114554.503111, - "acceptedEvents": 1694, - "active": true, - "invalidCells": 0 - }, - { - "index": 851, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.743522999997367, - "resizeCallMs": 0.09995699999853969, - "frameCompletions": 852, - "frameCompletedAt": 114577.221666, - "acceptedEvents": 1696, - "active": true, - "invalidCells": 0 - }, - { - "index": 852, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.687170000004699, - "resizeCallMs": 0.11190100001113024, - "frameCompletions": 853, - "frameCompletedAt": 114589.73865, - "acceptedEvents": 1698, - "active": true, - "invalidCells": 0 - }, - { - "index": 853, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.275771000000532, - "resizeCallMs": 0.2490199999883771, - "frameCompletions": 854, - "frameCompletedAt": 114609.178976, - "acceptedEvents": 1700, - "active": true, - "invalidCells": 0 - }, - { - "index": 854, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.554248999993433, - "resizeCallMs": 0.056771999996271916, - "frameCompletions": 855, - "frameCompletedAt": 114624.77139, - "acceptedEvents": 1702, - "active": true, - "invalidCells": 0 - }, - { - "index": 855, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.108762999996543, - "resizeCallMs": 0.06158100000175182, - "frameCompletions": 856, - "frameCompletedAt": 114644.01561, - "acceptedEvents": 1705, - "active": true, - "invalidCells": 0 - }, - { - "index": 856, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.50455100000545, - "resizeCallMs": 0.13104800001019612, - "frameCompletions": 857, - "frameCompletedAt": 114660.171424, - "acceptedEvents": 1707, - "active": true, - "invalidCells": 0 - }, - { - "index": 857, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.59454900000128, - "resizeCallMs": 0.23127499999827705, - "frameCompletions": 858, - "frameCompletedAt": 114680.09379, - "acceptedEvents": 1709, - "active": true, - "invalidCells": 0 - }, - { - "index": 858, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.378781999999774, - "resizeCallMs": 0.04670200000691693, - "frameCompletions": 859, - "frameCompletedAt": 114693.387444, - "acceptedEvents": 1711, - "active": true, - "invalidCells": 0 - }, - { - "index": 859, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.9764920000016, - "resizeCallMs": 0.07530799999949522, - "frameCompletions": 860, - "frameCompletedAt": 114711.296643, - "acceptedEvents": 1713, - "active": true, - "invalidCells": 0 - }, - { - "index": 860, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.26900800000294, - "resizeCallMs": 0.09748199999739882, - "frameCompletions": 861, - "frameCompletedAt": 114729.95573, - "acceptedEvents": 1715, - "active": true, - "invalidCells": 0 - }, - { - "index": 861, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.656279999995604, - "resizeCallMs": 0.339057999997749, - "frameCompletions": 862, - "frameCompletedAt": 114747.197594, - "acceptedEvents": 1717, - "active": true, - "invalidCells": 0 - }, - { - "index": 862, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 19.454274000003352, - "resizeCallMs": 0.06865499999548774, - "frameCompletions": 863, - "frameCompletedAt": 114766.742476, - "acceptedEvents": 1720, - "active": true, - "invalidCells": 0 - }, - { - "index": 863, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.809370999995735, - "resizeCallMs": 0.0545879999990575, - "frameCompletions": 864, - "frameCompletedAt": 114777.251804, - "acceptedEvents": 1721, - "active": true, - "invalidCells": 0 - }, - { - "index": 864, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.431918000002042, - "resizeCallMs": 0.09049800000502728, - "frameCompletions": 865, - "frameCompletedAt": 114795.391928, - "acceptedEvents": 1724, - "active": true, - "invalidCells": 0 - }, - { - "index": 865, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 11.757097000008798, - "resizeCallMs": 0.22984300000825897, - "frameCompletions": 866, - "frameCompletedAt": 114809.826691, - "acceptedEvents": 1725, - "active": true, - "invalidCells": 0 - }, - { - "index": 866, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.000718000010238, - "resizeCallMs": 0.057572999998228624, - "frameCompletions": 867, - "frameCompletedAt": 114825.35561, - "acceptedEvents": 1727, - "active": true, - "invalidCells": 0 - }, - { - "index": 867, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.797388999999384, - "resizeCallMs": 0.21601600000576582, - "frameCompletions": 868, - "frameCompletedAt": 114841.450895, - "acceptedEvents": 1729, - "active": true, - "invalidCells": 0 - }, - { - "index": 868, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.500161999996635, - "resizeCallMs": 0.1131630000018049, - "frameCompletions": 869, - "frameCompletedAt": 114859.064321, - "acceptedEvents": 1731, - "active": true, - "invalidCells": 0 - }, - { - "index": 869, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 20.246916000003694, - "resizeCallMs": 0.2238610000058543, - "frameCompletions": 870, - "frameCompletedAt": 114878.417155, - "acceptedEvents": 1734, - "active": true, - "invalidCells": 0 - }, - { - "index": 870, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 14.849300000001676, - "resizeCallMs": 0.045499999992898665, - "frameCompletions": 871, - "frameCompletedAt": 114894.139174, - "acceptedEvents": 1736, - "active": true, - "invalidCells": 0 - }, - { - "index": 871, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.744525000001886, - "resizeCallMs": 0.0637060000008205, - "frameCompletions": 872, - "frameCompletedAt": 114910.92017, - "acceptedEvents": 1738, - "active": true, - "invalidCells": 0 - }, - { - "index": 872, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.260760999997729, - "resizeCallMs": 0.11401499999919906, - "frameCompletions": 873, - "frameCompletedAt": 114927.20569, - "acceptedEvents": 1740, - "active": true, - "invalidCells": 0 - }, - { - "index": 873, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.720346999994945, - "resizeCallMs": 0.22184699999343138, - "frameCompletions": 874, - "frameCompletedAt": 114945.092615, - "acceptedEvents": 1742, - "active": true, - "invalidCells": 0 - }, - { - "index": 874, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.707259999995586, - "resizeCallMs": 0.04797400000097696, - "frameCompletions": 875, - "frameCompletedAt": 114960.72143, - "acceptedEvents": 1744, - "active": true, - "invalidCells": 0 - }, - { - "index": 875, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.305861000000732, - "resizeCallMs": 0.062022999991313554, - "frameCompletions": 876, - "frameCompletedAt": 114978.821516, - "acceptedEvents": 1746, - "active": true, - "invalidCells": 0 - }, - { - "index": 876, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.822257000007085, - "resizeCallMs": 0.10799300001235679, - "frameCompletions": 877, - "frameCompletedAt": 114995.748549, - "acceptedEvents": 1748, - "active": true, - "invalidCells": 0 - }, - { - "index": 877, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.12665800000832, - "resizeCallMs": 0.2419170000066515, - "frameCompletions": 878, - "frameCompletedAt": 115014.796342, - "acceptedEvents": 1751, - "active": true, - "invalidCells": 0 - }, - { - "index": 878, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.381589999989956, - "resizeCallMs": 0.08560900000156835, - "frameCompletions": 879, - "frameCompletedAt": 115033.384208, - "acceptedEvents": 1753, - "active": true, - "invalidCells": 0 - }, - { - "index": 879, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.88289700000314, - "resizeCallMs": 0.06348500000603963, - "frameCompletions": 880, - "frameCompletedAt": 115050.239731, - "acceptedEvents": 1755, - "active": true, - "invalidCells": 0 - }, - { - "index": 880, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.298644000009517, - "resizeCallMs": 0.07567900000140071, - "frameCompletions": 881, - "frameCompletedAt": 115064.289305, - "acceptedEvents": 1757, - "active": true, - "invalidCells": 0 - }, - { - "index": 881, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.649096000008285, - "resizeCallMs": 0.29794699999911245, - "frameCompletions": 882, - "frameCompletedAt": 115080.28311, - "acceptedEvents": 1759, - "active": true, - "invalidCells": 0 - }, - { - "index": 882, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.0752749999956, - "resizeCallMs": 0.05022900000039954, - "frameCompletions": 883, - "frameCompletedAt": 115095.336051, - "acceptedEvents": 1761, - "active": true, - "invalidCells": 0 - }, - { - "index": 883, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.510611999998218, - "resizeCallMs": 0.06697200000053272, - "frameCompletions": 884, - "frameCompletedAt": 115110.807687, - "acceptedEvents": 1763, - "active": true, - "invalidCells": 0 - }, - { - "index": 884, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.19624499999918, - "resizeCallMs": 0.0911599999963073, - "frameCompletions": 885, - "frameCompletedAt": 115127.823135, - "acceptedEvents": 1765, - "active": true, - "invalidCells": 0 - }, - { - "index": 885, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.577625000005355, - "resizeCallMs": 0.2205240000039339, - "frameCompletions": 886, - "frameCompletedAt": 115144.655552, - "acceptedEvents": 1767, - "active": true, - "invalidCells": 0 - }, - { - "index": 886, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.604879999998957, - "resizeCallMs": 0.05116099999577273, - "frameCompletions": 887, - "frameCompletedAt": 115162.990851, - "acceptedEvents": 1769, - "active": true, - "invalidCells": 0 - }, - { - "index": 887, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.06695999999647, - "resizeCallMs": 0.1165400000027148, - "frameCompletions": 888, - "frameCompletedAt": 115180.230931, - "acceptedEvents": 1771, - "active": true, - "invalidCells": 0 - }, - { - "index": 888, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.024886999992304, - "resizeCallMs": 0.11472699999285396, - "frameCompletions": 889, - "frameCompletedAt": 115197.185349, - "acceptedEvents": 1774, - "active": true, - "invalidCells": 0 - }, - { - "index": 889, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.828931000010925, - "resizeCallMs": 0.2353140000050189, - "frameCompletions": 890, - "frameCompletedAt": 115210.573099, - "acceptedEvents": 1776, - "active": true, - "invalidCells": 0 - }, - { - "index": 890, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 11.413820000001579, - "resizeCallMs": 0.03873600000224542, - "frameCompletions": 891, - "frameCompletedAt": 115226.634016, - "acceptedEvents": 1777, - "active": true, - "invalidCells": 0 - }, - { - "index": 891, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.483709000007366, - "resizeCallMs": 0.057113000002573244, - "frameCompletions": 892, - "frameCompletedAt": 115242.078789, - "acceptedEvents": 1779, - "active": true, - "invalidCells": 0 - }, - { - "index": 892, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.69547700000112, - "resizeCallMs": 0.192137999998522, - "frameCompletions": 893, - "frameCompletedAt": 115256.603158, - "acceptedEvents": 1781, - "active": true, - "invalidCells": 0 - }, - { - "index": 893, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.683573999995133, - "resizeCallMs": 0.3787069999962114, - "frameCompletions": 894, - "frameCompletedAt": 115274.484913, - "acceptedEvents": 1783, - "active": true, - "invalidCells": 0 - }, - { - "index": 894, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.45550500000536, - "resizeCallMs": 0.05880600000091363, - "frameCompletions": 895, - "frameCompletedAt": 115291.909497, - "acceptedEvents": 1785, - "active": true, - "invalidCells": 0 - }, - { - "index": 895, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.82294899999397, - "resizeCallMs": 0.06509899999946356, - "frameCompletions": 896, - "frameCompletedAt": 115305.64879, - "acceptedEvents": 1787, - "active": true, - "invalidCells": 0 - }, - { - "index": 896, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 9.40662500000326, - "resizeCallMs": 0.0830640000058338, - "frameCompletions": 897, - "frameCompletedAt": 115319.17398, - "acceptedEvents": 1789, - "active": true, - "invalidCells": 0 - }, - { - "index": 897, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.241503999990528, - "resizeCallMs": 0.22048499999800697, - "frameCompletions": 898, - "frameCompletedAt": 115335.352158, - "acceptedEvents": 1791, - "active": true, - "invalidCells": 0 - }, - { - "index": 898, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.472819000002346, - "resizeCallMs": 0.07378599999356084, - "frameCompletions": 899, - "frameCompletedAt": 115352.029871, - "acceptedEvents": 1793, - "active": true, - "invalidCells": 0 - }, - { - "index": 899, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.77156899998954, - "resizeCallMs": 0.07093000000168104, - "frameCompletions": 900, - "frameCompletedAt": 115369.653026, - "acceptedEvents": 1795, - "active": true, - "invalidCells": 0 - }, - { - "index": 900, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.70489500000258, - "resizeCallMs": 0.1076619999948889, - "frameCompletions": 901, - "frameCompletedAt": 115385.3924, - "acceptedEvents": 1797, - "active": true, - "invalidCells": 0 - }, - { - "index": 901, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 20.55566300000646, - "resizeCallMs": 0.22261900000739843, - "frameCompletions": 902, - "frameCompletedAt": 115402.80478, - "acceptedEvents": 1800, - "active": true, - "invalidCells": 0 - }, - { - "index": 902, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 11.1375859999971, - "resizeCallMs": 0.03769399999873713, - "frameCompletions": 903, - "frameCompletedAt": 115417.103033, - "acceptedEvents": 1801, - "active": true, - "invalidCells": 0 - }, - { - "index": 903, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.241332000005059, - "resizeCallMs": 0.05410700000356883, - "frameCompletions": 904, - "frameCompletedAt": 115431.441106, - "acceptedEvents": 1803, - "active": true, - "invalidCells": 0 - }, - { - "index": 904, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.760074999998324, - "resizeCallMs": 0.10464700000011362, - "frameCompletions": 905, - "frameCompletedAt": 115447.705995, - "acceptedEvents": 1805, - "active": true, - "invalidCells": 0 - }, - { - "index": 905, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.28777500000433, - "resizeCallMs": 0.35747500001161825, - "frameCompletions": 906, - "frameCompletedAt": 115464.458515, - "acceptedEvents": 1807, - "active": true, - "invalidCells": 0 - }, - { - "index": 906, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.42779000000155, - "resizeCallMs": 0.06193199999688659, - "frameCompletions": 907, - "frameCompletedAt": 115480.743122, - "acceptedEvents": 1809, - "active": true, - "invalidCells": 0 - }, - { - "index": 907, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.705755999995745, - "resizeCallMs": 0.07562899999902584, - "frameCompletions": 908, - "frameCompletedAt": 115493.60185, - "acceptedEvents": 1811, - "active": true, - "invalidCells": 0 - }, - { - "index": 908, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.80358000000706, - "resizeCallMs": 0.07923600000503939, - "frameCompletions": 909, - "frameCompletedAt": 115510.160708, - "acceptedEvents": 1813, - "active": true, - "invalidCells": 0 - }, - { - "index": 909, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.956191000004765, - "resizeCallMs": 0.34645300000556745, - "frameCompletions": 910, - "frameCompletedAt": 115526.426338, - "acceptedEvents": 1815, - "active": true, - "invalidCells": 0 - }, - { - "index": 910, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.085135000001173, - "resizeCallMs": 0.04673200000252109, - "frameCompletions": 911, - "frameCompletedAt": 115542.326749, - "acceptedEvents": 1817, - "active": true, - "invalidCells": 0 - }, - { - "index": 911, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.554027999998652, - "resizeCallMs": 0.09849399999075104, - "frameCompletions": 912, - "frameCompletedAt": 115555.991024, - "acceptedEvents": 1819, - "active": true, - "invalidCells": 0 - }, - { - "index": 912, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.049815999998827, - "resizeCallMs": 0.08277300000190735, - "frameCompletions": 913, - "frameCompletedAt": 115574.788152, - "acceptedEvents": 1821, - "active": true, - "invalidCells": 0 - }, - { - "index": 913, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.6439160000009, - "resizeCallMs": 0.2952110000042012, - "frameCompletions": 914, - "frameCompletedAt": 115591.735386, - "acceptedEvents": 1823, - "active": true, - "invalidCells": 0 - }, - { - "index": 914, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.644807999997283, - "resizeCallMs": 0.0741859999980079, - "frameCompletions": 915, - "frameCompletedAt": 115609.373781, - "acceptedEvents": 1825, - "active": true, - "invalidCells": 0 - }, - { - "index": 915, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.17880999999761, - "resizeCallMs": 0.06878600000345614, - "frameCompletions": 916, - "frameCompletedAt": 115626.582771, - "acceptedEvents": 1827, - "active": true, - "invalidCells": 0 - }, - { - "index": 916, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 13.406987999987905, - "resizeCallMs": 0.07076899999810848, - "frameCompletions": 917, - "frameCompletedAt": 115639.85878, - "acceptedEvents": 1829, - "active": true, - "invalidCells": 0 - }, - { - "index": 917, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.675648000004003, - "resizeCallMs": 0.2414850000059232, - "frameCompletions": 918, - "frameCompletedAt": 115656.311589, - "acceptedEvents": 1831, - "active": true, - "invalidCells": 0 - }, - { - "index": 918, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.888357000003452, - "resizeCallMs": 0.09175099999993108, - "frameCompletions": 919, - "frameCompletedAt": 115671.554324, - "acceptedEvents": 1833, - "active": true, - "invalidCells": 0 - }, - { - "index": 919, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.40800899999158, - "resizeCallMs": 0.10447599999315571, - "frameCompletions": 920, - "frameCompletedAt": 115687.045058, - "acceptedEvents": 1835, - "active": true, - "invalidCells": 0 - }, - { - "index": 920, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.008514000001014, - "resizeCallMs": 0.09427600000344682, - "frameCompletions": 921, - "frameCompletedAt": 115702.929136, - "acceptedEvents": 1837, - "active": true, - "invalidCells": 0 - }, - { - "index": 921, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.896433000001707, - "resizeCallMs": 0.2213460000057239, - "frameCompletions": 922, - "frameCompletedAt": 115720.010013, - "acceptedEvents": 1839, - "active": true, - "invalidCells": 0 - }, - { - "index": 922, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.803950999994413, - "resizeCallMs": 0.044647999995504506, - "frameCompletions": 923, - "frameCompletedAt": 115736.753064, - "acceptedEvents": 1841, - "active": true, - "invalidCells": 0 - }, - { - "index": 923, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.521034999997937, - "resizeCallMs": 0.06926600000588223, - "frameCompletions": 924, - "frameCompletedAt": 115754.433633, - "acceptedEvents": 1844, - "active": true, - "invalidCells": 0 - }, - { - "index": 924, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 12.899208000002545, - "resizeCallMs": 0.09573900001123548, - "frameCompletions": 925, - "frameCompletedAt": 115770.115954, - "acceptedEvents": 1845, - "active": true, - "invalidCells": 0 - }, - { - "index": 925, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.86641500001133, - "resizeCallMs": 0.21517400001175702, - "frameCompletions": 926, - "frameCompletedAt": 115789.086995, - "acceptedEvents": 1848, - "active": true, - "invalidCells": 0 - }, - { - "index": 926, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.927924999996321, - "resizeCallMs": 0.05136100000527222, - "frameCompletions": 927, - "frameCompletedAt": 115803.542799, - "acceptedEvents": 1850, - "active": true, - "invalidCells": 0 - }, - { - "index": 927, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.611732999997912, - "resizeCallMs": 0.06235300000116695, - "frameCompletions": 928, - "frameCompletedAt": 115823.480345, - "acceptedEvents": 1852, - "active": true, - "invalidCells": 0 - }, - { - "index": 928, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.510051999997813, - "resizeCallMs": 0.09910500000114553, - "frameCompletions": 929, - "frameCompletedAt": 115838.465453, - "acceptedEvents": 1854, - "active": true, - "invalidCells": 0 - }, - { - "index": 929, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.80939199999557, - "resizeCallMs": 0.20986299999640323, - "frameCompletions": 930, - "frameCompletedAt": 115853.93768, - "acceptedEvents": 1856, - "active": true, - "invalidCells": 0 - }, - { - "index": 930, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.59939599999052, - "resizeCallMs": 0.03600100000039674, - "frameCompletions": 931, - "frameCompletedAt": 115867.486487, - "acceptedEvents": 1858, - "active": true, - "invalidCells": 0 - }, - { - "index": 931, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.917264000003343, - "resizeCallMs": 0.05830499999865424, - "frameCompletions": 932, - "frameCompletedAt": 115883.23596, - "acceptedEvents": 1860, - "active": true, - "invalidCells": 0 - }, - { - "index": 932, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.22352800000226, - "resizeCallMs": 0.08793300000252202, - "frameCompletions": 933, - "frameCompletedAt": 115899.438787, - "acceptedEvents": 1862, - "active": true, - "invalidCells": 0 - }, - { - "index": 933, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 17.27497999998741, - "resizeCallMs": 0.2259149999881629, - "frameCompletions": 934, - "frameCompletedAt": 115918.954952, - "acceptedEvents": 1864, - "active": true, - "invalidCells": 0 - }, - { - "index": 934, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.032411000007414, - "resizeCallMs": 0.044057000006432645, - "frameCompletions": 935, - "frameCompletedAt": 115932.733191, - "acceptedEvents": 1866, - "active": true, - "invalidCells": 0 - }, - { - "index": 935, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 20.29295600000478, - "resizeCallMs": 0.07593999999517109, - "frameCompletions": 936, - "frameCompletedAt": 115953.20008, - "acceptedEvents": 1868, - "active": true, - "invalidCells": 0 - }, - { - "index": 936, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.344094999993104, - "resizeCallMs": 0.11325399999623187, - "frameCompletions": 937, - "frameCompletedAt": 115969.471592, - "acceptedEvents": 1870, - "active": true, - "invalidCells": 0 - }, - { - "index": 937, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.458159999994677, - "resizeCallMs": 0.239250999991782, - "frameCompletions": 938, - "frameCompletedAt": 115984.271645, - "acceptedEvents": 1872, - "active": true, - "invalidCells": 0 - }, - { - "index": 938, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.786024000000907, - "resizeCallMs": 0.03200300000025891, - "frameCompletions": 939, - "frameCompletedAt": 116000.033603, - "acceptedEvents": 1874, - "active": true, - "invalidCells": 0 - }, - { - "index": 939, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.05728100000124, - "resizeCallMs": 0.05523899999388959, - "frameCompletions": 940, - "frameCompletedAt": 116018.017319, - "acceptedEvents": 1876, - "active": true, - "invalidCells": 0 - }, - { - "index": 940, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.361157999999705, - "resizeCallMs": 0.13647900000796653, - "frameCompletions": 941, - "frameCompletedAt": 116032.255524, - "acceptedEvents": 1878, - "active": true, - "invalidCells": 0 - }, - { - "index": 941, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.172217999992426, - "resizeCallMs": 0.2640209999954095, - "frameCompletions": 942, - "frameCompletedAt": 116049.52362, - "acceptedEvents": 1880, - "active": true, - "invalidCells": 0 - }, - { - "index": 942, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.58306600000651, - "resizeCallMs": 0.0700080000096932, - "frameCompletions": 943, - "frameCompletedAt": 116065.968914, - "acceptedEvents": 1882, - "active": true, - "invalidCells": 0 - }, - { - "index": 943, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.00144000000728, - "resizeCallMs": 0.10518700000829995, - "frameCompletions": 944, - "frameCompletedAt": 116082.84133, - "acceptedEvents": 1884, - "active": true, - "invalidCells": 0 - }, - { - "index": 944, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.745687000002363, - "resizeCallMs": 0.16182900000421796, - "frameCompletions": 945, - "frameCompletedAt": 116100.498433, - "acceptedEvents": 1887, - "active": true, - "invalidCells": 0 - }, - { - "index": 945, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.061279000001377, - "resizeCallMs": 0.19007400001282804, - "frameCompletions": 946, - "frameCompletedAt": 116119.02596, - "acceptedEvents": 1889, - "active": true, - "invalidCells": 0 - }, - { - "index": 946, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.808720000000903, - "resizeCallMs": 0.053786000004038215, - "frameCompletions": 947, - "frameCompletedAt": 116135.835953, - "acceptedEvents": 1891, - "active": true, - "invalidCells": 0 - }, - { - "index": 947, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.749936000007438, - "resizeCallMs": 0.06790400001045782, - "frameCompletions": 948, - "frameCompletedAt": 116153.560849, - "acceptedEvents": 1893, - "active": true, - "invalidCells": 0 - }, - { - "index": 948, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.451616999998805, - "resizeCallMs": 0.08353400000487454, - "frameCompletions": 949, - "frameCompletedAt": 116170.967037, - "acceptedEvents": 1895, - "active": true, - "invalidCells": 0 - }, - { - "index": 949, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 20.41528699999617, - "resizeCallMs": 0.2287110000033863, - "frameCompletions": 950, - "frameCompletedAt": 116190.410198, - "acceptedEvents": 1898, - "active": true, - "invalidCells": 0 - }, - { - "index": 950, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.206945000012638, - "resizeCallMs": 0.03909700000076555, - "frameCompletions": 951, - "frameCompletedAt": 116207.698744, - "acceptedEvents": 1900, - "active": true, - "invalidCells": 0 - }, - { - "index": 951, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.648254999992787, - "resizeCallMs": 0.07677099999273196, - "frameCompletions": 952, - "frameCompletedAt": 116224.286299, - "acceptedEvents": 1902, - "active": true, - "invalidCells": 0 - }, - { - "index": 952, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.96915600000648, - "resizeCallMs": 0.0963400000036927, - "frameCompletions": 953, - "frameCompletedAt": 116242.238523, - "acceptedEvents": 1904, - "active": true, - "invalidCells": 0 - }, - { - "index": 953, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.542307000010624, - "resizeCallMs": 0.21509399999922607, - "frameCompletions": 954, - "frameCompletedAt": 116258.465988, - "acceptedEvents": 1907, - "active": true, - "invalidCells": 0 - }, - { - "index": 954, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.821154999997816, - "resizeCallMs": 0.04519900000013877, - "frameCompletions": 955, - "frameCompletedAt": 116275.8538, - "acceptedEvents": 1909, - "active": true, - "invalidCells": 0 - }, - { - "index": 955, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 19.83201800000097, - "resizeCallMs": 0.052622999995946884, - "frameCompletions": 956, - "frameCompletedAt": 116296.252053, - "acceptedEvents": 1911, - "active": true, - "invalidCells": 0 - }, - { - "index": 956, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.369655999995302, - "resizeCallMs": 0.15907399999559857, - "frameCompletions": 957, - "frameCompletedAt": 116312.442145, - "acceptedEvents": 1913, - "active": true, - "invalidCells": 0 - }, - { - "index": 957, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.21105300000636, - "resizeCallMs": 0.31217499999911524, - "frameCompletions": 958, - "frameCompletedAt": 116328.987436, - "acceptedEvents": 1915, - "active": true, - "invalidCells": 0 - }, - { - "index": 958, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.22817699999723, - "resizeCallMs": 0.057113000002573244, - "frameCompletions": 959, - "frameCompletedAt": 116343.208558, - "acceptedEvents": 1917, - "active": true, - "invalidCells": 0 - }, - { - "index": 959, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 13.06506399999489, - "resizeCallMs": 0.06285399998887442, - "frameCompletions": 960, - "frameCompletedAt": 116358.220498, - "acceptedEvents": 1919, - "active": true, - "invalidCells": 0 - }, - { - "index": 960, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.031790000008186, - "resizeCallMs": 0.09175099999993108, - "frameCompletions": 961, - "frameCompletedAt": 116371.78691, - "acceptedEvents": 1921, - "active": true, - "invalidCells": 0 - }, - { - "index": 961, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.845042999993893, - "resizeCallMs": 0.286324999993667, - "frameCompletions": 962, - "frameCompletedAt": 116390.364836, - "acceptedEvents": 1923, - "active": true, - "invalidCells": 0 - }, - { - "index": 962, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.22447000000102, - "resizeCallMs": 0.05205199999909382, - "frameCompletions": 963, - "frameCompletedAt": 116408.417809, - "acceptedEvents": 1925, - "active": true, - "invalidCells": 0 - }, - { - "index": 963, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 17.227224999995087, - "resizeCallMs": 0.0878930000035325, - "frameCompletions": 964, - "frameCompletedAt": 116425.612079, - "acceptedEvents": 1927, - "active": true, - "invalidCells": 0 - }, - { - "index": 964, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.858599999992293, - "resizeCallMs": 0.11014699999941513, - "frameCompletions": 965, - "frameCompletedAt": 116443.734939, - "acceptedEvents": 1929, - "active": true, - "invalidCells": 0 - }, - { - "index": 965, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 20.27322700001241, - "resizeCallMs": 0.21598600001016166, - "frameCompletions": 966, - "frameCompletedAt": 116462.987365, - "acceptedEvents": 1932, - "active": true, - "invalidCells": 0 - }, - { - "index": 966, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.081346000006306, - "resizeCallMs": 0.05205199999909382, - "frameCompletions": 967, - "frameCompletedAt": 116480.096497, - "acceptedEvents": 1934, - "active": true, - "invalidCells": 0 - }, - { - "index": 967, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.53000100000645, - "resizeCallMs": 0.05310400000598747, - "frameCompletions": 968, - "frameCompletedAt": 116495.56144, - "acceptedEvents": 1936, - "active": true, - "invalidCells": 0 - }, - { - "index": 968, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.894750999999815, - "resizeCallMs": 0.08782299999438692, - "frameCompletions": 969, - "frameCompletedAt": 116513.317317, - "acceptedEvents": 1938, - "active": true, - "invalidCells": 0 - }, - { - "index": 969, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 15.969215999997687, - "resizeCallMs": 0.23647599999094382, - "frameCompletions": 970, - "frameCompletedAt": 116529.388885, - "acceptedEvents": 1940, - "active": true, - "invalidCells": 0 - }, - { - "index": 970, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.515482000002521, - "resizeCallMs": 0.03888599999481812, - "frameCompletions": 971, - "frameCompletedAt": 116544.061666, - "acceptedEvents": 1942, - "active": true, - "invalidCells": 0 - }, - { - "index": 971, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 12.3280620000005, - "resizeCallMs": 0.07402600000204984, - "frameCompletions": 972, - "frameCompletedAt": 116558.183793, - "acceptedEvents": 1944, - "active": true, - "invalidCells": 0 - }, - { - "index": 972, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 15.405815999998595, - "resizeCallMs": 0.13614800000505056, - "frameCompletions": 973, - "frameCompletedAt": 116571.740666, - "acceptedEvents": 1946, - "active": true, - "invalidCells": 0 - }, - { - "index": 973, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.98701299999084, - "resizeCallMs": 0.213049999991199, - "frameCompletions": 974, - "frameCompletedAt": 116591.728401, - "acceptedEvents": 1948, - "active": true, - "invalidCells": 0 - }, - { - "index": 974, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 15.138017999997828, - "resizeCallMs": 0.04518899999675341, - "frameCompletions": 975, - "frameCompletedAt": 116606.719359, - "acceptedEvents": 1950, - "active": true, - "invalidCells": 0 - }, - { - "index": 975, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.043822999999975, - "resizeCallMs": 0.055949999994481914, - "frameCompletions": 976, - "frameCompletedAt": 116622.906435, - "acceptedEvents": 1952, - "active": true, - "invalidCells": 0 - }, - { - "index": 976, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 17.946893000000273, - "resizeCallMs": 0.08749299999908544, - "frameCompletions": 977, - "frameCompletedAt": 116640.73224, - "acceptedEvents": 1954, - "active": true, - "invalidCells": 0 - }, - { - "index": 977, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.940982000000076, - "resizeCallMs": 0.22154700000828598, - "frameCompletions": 978, - "frameCompletedAt": 116658.136995, - "acceptedEvents": 1957, - "active": true, - "invalidCells": 0 - }, - { - "index": 978, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 13.35036699999182, - "resizeCallMs": 0.0389969999960158, - "frameCompletions": 979, - "frameCompletedAt": 116674.071503, - "acceptedEvents": 1958, - "active": true, - "invalidCells": 0 - }, - { - "index": 979, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 18.371851000003517, - "resizeCallMs": 0.05975800000305753, - "frameCompletions": 980, - "frameCompletedAt": 116691.743905, - "acceptedEvents": 1961, - "active": true, - "invalidCells": 0 - }, - { - "index": 980, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.959519000010914, - "resizeCallMs": 0.06026900000870228, - "frameCompletions": 981, - "frameCompletedAt": 116711.234199, - "acceptedEvents": 1963, - "active": true, - "invalidCells": 0 - }, - { - "index": 981, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 16.465163000000757, - "resizeCallMs": 0.346942999996827, - "frameCompletions": 982, - "frameCompletedAt": 116727.99248, - "acceptedEvents": 1965, - "active": true, - "invalidCells": 0 - }, - { - "index": 982, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 18.82860000000801, - "resizeCallMs": 0.054245999999693595, - "frameCompletions": 983, - "frameCompletedAt": 116746.702798, - "acceptedEvents": 1967, - "active": true, - "invalidCells": 0 - }, - { - "index": 983, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 15.800132999997004, - "resizeCallMs": 0.0831529999995837, - "frameCompletions": 984, - "frameCompletedAt": 116762.400469, - "acceptedEvents": 1969, - "active": true, - "invalidCells": 0 - }, - { - "index": 984, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.441978000002564, - "resizeCallMs": 0.10820300001068972, - "frameCompletions": 985, - "frameCompletedAt": 116779.870643, - "acceptedEvents": 1971, - "active": true, - "invalidCells": 0 - }, - { - "index": 985, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 18.401308000000427, - "resizeCallMs": 0.2033099999971455, - "frameCompletions": 986, - "frameCompletedAt": 116797.987812, - "acceptedEvents": 1974, - "active": true, - "invalidCells": 0 - }, - { - "index": 986, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.924228000003495, - "resizeCallMs": 0.043145000003278255, - "frameCompletions": 987, - "frameCompletedAt": 116814.461963, - "acceptedEvents": 1976, - "active": true, - "invalidCells": 0 - }, - { - "index": 987, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.756758000003174, - "resizeCallMs": 0.05573999999614898, - "frameCompletions": 988, - "frameCompletedAt": 116831.201978, - "acceptedEvents": 1978, - "active": true, - "invalidCells": 0 - }, - { - "index": 988, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 19.70844399998896, - "resizeCallMs": 0.0797269999893615, - "frameCompletions": 989, - "frameCompletedAt": 116850.779204, - "acceptedEvents": 1980, - "active": true, - "invalidCells": 0 - }, - { - "index": 989, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 11.86231399999815, - "resizeCallMs": 0.20063599999411963, - "frameCompletions": 990, - "frameCompletedAt": 116862.534958, - "acceptedEvents": 1982, - "active": true, - "invalidCells": 0 - }, - { - "index": 990, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 16.195061000005808, - "resizeCallMs": 0.08620999999402557, - "frameCompletions": 991, - "frameCompletedAt": 116878.967177, - "acceptedEvents": 1984, - "active": true, - "invalidCells": 0 - }, - { - "index": 991, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.831755000006524, - "resizeCallMs": 0.0828730000066571, - "frameCompletions": 992, - "frameCompletedAt": 116891.726598, - "acceptedEvents": 1986, - "active": true, - "invalidCells": 0 - }, - { - "index": 992, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 14.862566000010702, - "resizeCallMs": 0.10994700000446755, - "frameCompletions": 993, - "frameCompletedAt": 116907.857413, - "acceptedEvents": 1988, - "active": true, - "invalidCells": 0 - }, - { - "index": 993, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 19.116076999998768, - "resizeCallMs": 0.23297899999306537, - "frameCompletions": 994, - "frameCompletedAt": 116927.858404, - "acceptedEvents": 1990, - "active": true, - "invalidCells": 0 - }, - { - "index": 994, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 17.881334999998217, - "resizeCallMs": 0.04505899999639951, - "frameCompletions": 995, - "frameCompletedAt": 116945.382764, - "acceptedEvents": 1992, - "active": true, - "invalidCells": 0 - }, - { - "index": 995, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 16.624027000012575, - "resizeCallMs": 0.10905500000808388, - "frameCompletions": 996, - "frameCompletedAt": 116962.287724, - "acceptedEvents": 1994, - "active": true, - "invalidCells": 0 - }, - { - "index": 996, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 18.36315299999842, - "resizeCallMs": 0.11050799999793526, - "frameCompletions": 997, - "frameCompletedAt": 116980.511854, - "acceptedEvents": 1996, - "active": true, - "invalidCells": 0 - }, - { - "index": 997, - "requested": { - "columns": 40, - "rows": 12 - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "elapsedMs": 13.61814299999969, - "resizeCallMs": 0.23132500000065193, - "frameCompletions": 998, - "frameCompletedAt": 116994.373798, - "acceptedEvents": 1998, - "active": true, - "invalidCells": 0 - }, - { - "index": 998, - "requested": { - "columns": 80, - "rows": 24 - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "elapsedMs": 12.706808000002638, - "resizeCallMs": 0.037484000000404194, - "frameCompletions": 999, - "frameCompletedAt": 117007.048122, - "acceptedEvents": 2000, - "active": true, - "invalidCells": 0 - }, - { - "index": 999, - "requested": { - "columns": 120, - "rows": 40 - }, - "dimensions": { - "columns": 120, - "rows": 40 - }, - "elapsedMs": 14.98082899999281, - "resizeCallMs": 0.052072999998927116, - "frameCompletions": 1000, - "frameCompletedAt": 117023.063359, - "acceptedEvents": 2002, - "active": true, - "invalidCells": 0 - }, - { - "index": 1000, - "requested": { - "columns": 200, - "rows": 60 - }, - "dimensions": { - "columns": 200, - "rows": 60 - }, - "elapsedMs": 16.954948999991757, - "resizeCallMs": 0.08348400000249967, - "frameCompletions": 1001, - "frameCompletedAt": 117038.940013, - "acceptedEvents": 2004, - "active": true, - "invalidCells": 0 - } - ] - }, - "details": { - "streamElapsedMs": 16026.114956000005, - "firstGeneratedAt": 101012.825057, - "lastGeneratedAt": 117037.388646, - "finalResizeFrameCompletedAt": 117038.940013, - "intendedEventsPerSecond": 125, - "producerEventsPerSecond": 125.0580079057901, - "offeredEventsPerSecond": 125.04590198572886, - "acceptedEventsPerSecond": 125.04590198572886, - "observedEventsPerSecond": 125.04590198572886, - "minimumEventsPerSecond": 100, - "minimumExpectedEvents": 1603, - "ratePassed": true, - "stageTimings": { - "resizeCallMs": { - "n": 1000, - "total": 129.84358800004702, - "mean": 0.12984358800004703, - "minimum": 0.03200300000025891, - "median": 0.09280300000682473, - "p90": 0.2649820000078762, - "p95": 0.3019549999880837, - "p99": 0.38737399999808986, - "maximum": 0.483012000011513 - }, - "frameQueueMs": { - "n": 947, - "total": 11168.45393400015, - "mean": 11.793509961985375, - "minimum": 0.0006810000049881637, - "median": 12.12770699999237, - "p90": 14.879870000004303, - "p95": 15.340498000005027, - "p99": 16.096616999988328, - "maximum": 16.485012999997707 - }, - "viewProjectionMs": { - "n": 947, - "total": 367.115858000092, - "mean": 0.38766194086598943, - "minimum": 0.17772000000695698, - "median": 0.3645589999941876, - "p90": 0.5146539999986999, - "p95": 0.5706840000057127, - "p99": 0.717583999998169, - "maximum": 1.3129979999939678 - }, - "terminalViewApplyMs": { - "n": 947, - "total": 762.2593399997568, - "mean": 0.8049201055963641, - "minimum": 0.03562100000272039, - "median": 0.6950700000015786, - "p90": 1.6131579999928363, - "p95": 1.7665610000112792, - "p99": 2.5613570000132313, - "maximum": 3.410279999996419 - }, - "piRenderMs": { - "n": 1001, - "total": 2500.142380999954, - "mean": 2.4976447362636907, - "minimum": 0.4473509999952512, - "median": 2.3194300000031944, - "p90": 4.212731000006897, - "p95": 4.693377999996301, - "p99": 5.66281799999706, - "maximum": 7.103587000005064 - }, - "terminalFlushMs": { - "n": 1001, - "total": 1835.710004000095, - "mean": 1.8338761278722229, - "minimum": 0.058494999990216456, - "median": 1.3929249999928288, - "p90": 2.7625039999984438, - "p95": 3.1355689999909373, - "p99": 4.359570000000531, - "maximum": 5.755170000004 - }, - "resizeToVisibleMs": { - "n": 1000, - "total": 16015.316581000065, - "mean": 16.015316581000064, - "minimum": 9.40662500000326, - "median": 16.065145999993547, - "p90": 18.11038600000029, - "p95": 18.98701299999084, - "p99": 19.99051000000327, - "maximum": 21.398293999998714 - }, - "combinedUpdatesPerFrame": { - "n": 947, - "total": 2007, - "mean": 2.119324181626188, - "minimum": 1, - "median": 2, - "p90": 3, - "p95": 3, - "p99": 3, - "maximum": 3 - } - } - }, - "failureReasons": [], - "provenance": { - "packageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "stream": "packed Braid application + packed Pi terminal headless path", - "eventReceipt": "application committed uniquely marked run.text.delta events", - "resizeReceipt": "Pi doRender completion followed by xterm flush at each reference size and resize epoch", - "rateInterval": "first generated stream event through the final resize-bound Pi frame", - "referenceDimensions": [ - "40x12", - "80x24", - "120x40", - "200x60" - ], - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a" - } - }, - { - "kind": "distribution", - "name": "PERF-08", - "unit": "% of one core", - "n": 2, - "minimum": 0, - "median": 0, - "p90": 0.01666437090266441, - "p95": 0.01666437090266441, - "p99": 0.01666437090266441, - "maximum": 0.01666437090266441, - "target": { - "metric": "idle-cpu", - "percentile": "median", - "operator": "<=", - "value": 1 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "deterministic-offline-fixture-idle", - "eventCount": 0 - }, - "state": "warm", - "repetitions": 2, - "rawSamples": [ - 0.01666437090266441, - 0 - ], - "command": "pnpm run test:performance [PERF-08; full]", - "passed": true, - "observations": { - "durationSeconds": [ - 60.008265889, - 60.006249423 - ], - "cpuSeconds": [ - 0.010000000000000009, - 0 - ], - "requiredDurationSeconds": 60 - }, - "details": {}, - "failureReasons": [], - "provenance": { - "settlingSeconds": 2, - "measuredSeconds": 60, - "cpuMeter": "/proc//stat", - "commandPath": "packed deterministic Braid process", - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a" - } - }, - { - "kind": "distribution", - "name": "PERF-09", - "unit": "MiB RSS", - "n": 20, - "minimum": 86.10546875, - "median": 87.21484375, - "p90": 87.56640625, - "p95": 87.73828125, - "p99": 88.0703125, - "maximum": 88.0703125, - "target": { - "metric": "resident-memory-10000-event-conversation", - "percentile": "p95", - "operator": "<=", - "value": 150 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "packed production view model; child process RSS", - "dimensions": "80x24", - "database": "warm-10000-event-encrypted-sqlite", - "eventCount": 10000 - }, - "state": "warm", - "repetitions": 20, - "rawSamples": [ - 87.00390625, - 86.87890625, - 87, - 87.3359375, - 86.96875, - 87.5390625, - 87.56640625, - 87.3984375, - 87.73828125, - 88.0703125, - 87.21484375, - 86.10546875, - 86.77734375, - 87.5625, - 87.2109375, - 86.55859375, - 87.0078125, - 87.5546875, - 87.51953125, - 87.28515625 - ], - "command": "pnpm run test:performance [PERF-09; full]", - "passed": true, - "observations": { - "residentMemory": [ - { - "baselineRssMiB": 80.5078125, - "openedRssMiB": 87.00390625, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 80.90625, - "openedRssMiB": 86.87890625, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 80.8203125, - "openedRssMiB": 87, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 80.36328125, - "openedRssMiB": 87.3359375, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 81.30859375, - "openedRssMiB": 86.96875, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 80.80078125, - "openedRssMiB": 87.5390625, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 81.1015625, - "openedRssMiB": 87.56640625, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 81.703125, - "openedRssMiB": 87.3984375, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 81.3125, - "openedRssMiB": 87.73828125, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 81.64453125, - "openedRssMiB": 88.0703125, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 81.30859375, - "openedRssMiB": 87.21484375, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 80.12109375, - "openedRssMiB": 86.10546875, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 80.7890625, - "openedRssMiB": 86.77734375, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 80.33984375, - "openedRssMiB": 87.5625, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 80.28515625, - "openedRssMiB": 87.2109375, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 81.1015625, - "openedRssMiB": 86.55859375, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 81.2890625, - "openedRssMiB": 87.0078125, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 81.35546875, - "openedRssMiB": 87.5546875, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 80.09375, - "openedRssMiB": 87.51953125, - "loadedTailEventCount": 0, - "renderedRows": 4 - }, - { - "baselineRssMiB": 81.078125, - "openedRssMiB": 87.28515625, - "loadedTailEventCount": 0, - "renderedRows": 4 - } - ], - "boundedViewport": { - "value": 200, - "reason": "The child process enforces a maximum of 200 rendered rows" - } - }, - "details": {}, - "failureReasons": [], - "provenance": { - "seed": "packed encrypted SQLite production storage; one fresh child per repetition", - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a" - } - }, - { - "kind": "distribution", - "name": "PERF-10", - "unit": "MiB", - "n": 20, - "minimum": 8.1328125, - "median": 8.1328125, - "p90": 8.1328125, - "p95": 8.1328125, - "p99": 8.1328125, - "maximum": 8.1328125, - "target": { - "metric": "database-growth-10000-events", - "percentile": "maximum", - "operator": "<=", - "value": 50 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "none; packed production encrypted SQLite artifacts", - "dimensions": "none", - "database": "cold-10000-event-encrypted-sqlite", - "eventCount": 10000 - }, - "state": "cold", - "repetitions": 20, - "rawSamples": [ - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125, - 8.1328125 - ], - "command": "pnpm run test:performance [PERF-10; full]", - "passed": true, - "observations": { - "databaseFiles": [ - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - }, - { - "database": 8495104, - "wal": 0, - "sharedMemory": 32768, - "total": 8527872 - } - ], - "providerArtifacts": { - "value": 0, - "reason": "The normalized local text seed writes no provider payload artifact files" - } - }, - "details": {}, - "failureReasons": [], - "provenance": { - "bytes": "database + WAL + shared-memory SQLite artifacts only", - "providerArtifacts": "reported separately and excluded from samples", - "packedPackageRoot": "/tmp/braid-install-VYfGzP/node_modules/@tangle-network/braid", - "packedTarballSha256": "644bc390f1ea9ef69429f6ab8a6a583d5798157c7dd4601501ab797d886e151a" - } - } - ], - "releaseMeasurements": [ - { - "kind": "distribution", - "name": "PERF-01", - "unit": "ms", - "n": 20, - "minimum": 128.5467520000093, - "median": 134.52279899999849, - "p90": 137.93009399999573, - "p95": 139.9279600000009, - "p99": 146.11429899999348, - "maximum": 146.11429899999348, - "target": { - "metric": "process-start-to-first-visible-frame", - "percentile": "p95", - "operator": "<=", - "value": 250 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "warm-10000-event-encrypted-sqlite", - "eventCount": 10000 - }, - "state": "warm", - "repetitions": 20 - }, - { - "kind": "distribution", - "name": "PERF-02", - "unit": "ms", - "n": 20, - "minimum": 152.1218050000025, - "median": 168.79698400000052, - "p90": 184.84830299999157, - "p95": 198.06498500000453, - "p99": 202.07973899999342, - "maximum": 202.07973899999342, - "target": { - "metric": "process-start-to-first-visible-frame", - "percentile": "p95", - "operator": "<=", - "value": 1000 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "cold-100000-event-encrypted-sqlite", - "eventCount": 100000 - }, - "state": "cold", - "repetitions": 20 - }, - { - "kind": "distribution", - "name": "PERF-03", - "unit": "ms", - "n": 1000, - "minimum": 1.572889999995823, - "median": 3.8978009999991627, - "p90": 4.429468000002089, - "p95": 4.630062999989605, - "p99": 5.886098999995738, - "maximum": 67.48604000000341, - "target": { - "metric": "idle-key-to-updated-frame", - "percentile": "p95", - "operator": "<=", - "value": 50 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "warm-10000-event-encrypted-sqlite", - "eventCount": 10000 - }, - "state": "warm", - "repetitions": 1000 - }, - { - "kind": "distribution", - "name": "PERF-04", - "unit": "ms", - "n": 10000, - "minimum": 3.924732000014046, - "median": 21.236068000027444, - "p90": 30.873592999996617, - "p95": 32.554675000021234, - "p99": 34.78197299997555, - "maximum": 43.15914599999087, - "target": { - "metric": "runtime-event-to-updated-frame", - "percentile": "p95", - "operator": "<=", - "value": 50 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "@xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "memory-journal-runtime-frame-path", - "eventCount": 10000 - }, - "state": "warm", - "repetitions": 10000 - }, - { - "kind": "distribution", - "name": "PERF-05", - "unit": "ms", - "n": 20, - "minimum": 749.9611370000057, - "median": 803.2254679999896, - "p90": 837.0514050000347, - "p95": 872.9583330000169, - "p99": 910.5310999999638, - "maximum": 910.5310999999638, - "target": { - "metric": "replay-reduce-10000-events", - "percentile": "p95", - "operator": "<=", - "value": 2000 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "none; production StorageJournal + reducer", - "dimensions": "none", - "database": "warm-10000-event-encrypted-sqlite", - "eventCount": 10000 - }, - "state": "warm", - "repetitions": 20 - }, - { - "kind": "distribution", - "name": "PERF-06", - "unit": "ms", - "n": 20, - "minimum": 11.109155000012834, - "median": 12.112230999977328, - "p90": 15.245353000005707, - "p95": 15.764255000045523, - "p99": 15.87886100000469, - "maximum": 15.87886100000469, - "target": { - "metric": "open-100000-event-conversation", - "percentile": "p95", - "operator": "<=", - "value": 2000 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "cold-100000-event-encrypted-sqlite", - "eventCount": 100000 - }, - "state": "cold", - "repetitions": 20 - }, - { - "kind": "distribution", - "name": "PERF-07", - "unit": "ms", - "n": 1000, - "minimum": 9.40662500000326, - "median": 16.065145999993547, - "p90": 18.11038600000029, - "p95": 18.98701299999084, - "p99": 19.99051000000327, - "maximum": 21.398293999998714, - "target": { - "metric": "resize-during-stream-frame", - "percentile": "p95", - "operator": "<=", - "value": 100 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "40x12,80x24,120x40,200x60", - "database": "packed headless 100-events-per-second stream", - "eventCount": 2004 - }, - "state": "warm", - "repetitions": 1000 - }, - { - "kind": "distribution", - "name": "PERF-08", - "unit": "% of one core", - "n": 2, - "minimum": 0, - "median": 0, - "p90": 0.01666437090266441, - "p95": 0.01666437090266441, - "p99": 0.01666437090266441, - "maximum": 0.01666437090266441, - "target": { - "metric": "idle-cpu", - "percentile": "median", - "operator": "<=", - "value": 1 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "node-pty@1.1.0 + @xterm/headless@6.0.0 + @earendil-works/pi-tui@0.84.1", - "dimensions": "80x24", - "database": "deterministic-offline-fixture-idle", - "eventCount": 0 - }, - "state": "warm", - "repetitions": 2 - }, - { - "kind": "distribution", - "name": "PERF-09", - "unit": "MiB RSS", - "n": 20, - "minimum": 86.10546875, - "median": 87.21484375, - "p90": 87.56640625, - "p95": 87.73828125, - "p99": 88.0703125, - "maximum": 88.0703125, - "target": { - "metric": "resident-memory-10000-event-conversation", - "percentile": "p95", - "operator": "<=", - "value": 150 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "packed production view model; child process RSS", - "dimensions": "80x24", - "database": "warm-10000-event-encrypted-sqlite", - "eventCount": 10000 - }, - "state": "warm", - "repetitions": 20 - }, - { - "kind": "distribution", - "name": "PERF-10", - "unit": "MiB", - "n": 20, - "minimum": 8.1328125, - "median": 8.1328125, - "p90": 8.1328125, - "p95": 8.1328125, - "p99": 8.1328125, - "maximum": 8.1328125, - "target": { - "metric": "database-growth-10000-events", - "percentile": "maximum", - "operator": "<=", - "value": 50 - }, - "environment": { - "machine": "drew-GTR-Pro (AMD RYZEN AI MAX+ 395 w/ Radeon 8060S; x64; 32 logical CPUs)", - "os": "linux 7.0.0-28-generic", - "node": "v24.13.0", - "terminal": "none; packed production encrypted SQLite artifacts", - "dimensions": "none", - "database": "cold-10000-event-encrypted-sqlite", - "eventCount": 10000 - }, - "state": "cold", - "repetitions": 20 - } - ] -} diff --git a/artifacts/verification/tui-audit/after/w6/120x40-plain.txt b/artifacts/verification/tui-audit/after/w6/120x40-plain.txt deleted file mode 100644 index c76b4a5..0000000 --- a/artifacts/verification/tui-audit/after/w6/120x40-plain.txt +++ /dev/null @@ -1,17 +0,0 @@ -Braid ready — /home/drew/code/braid-goal-latest-wt -status: ready for a message -conversation: New conversation; branch: branch-1 -profile: Braid starter; runner: pi; connection: deterministic fixture -appearance: none; high contrast off; reduced motion off -event 2: draft.changed; status: ready for a message -event 3: run.requested; status: admitted: W6 plain proof -event 4: effect.upserted; status: streaming -event 5: run.provider.event; status: streaming: {"type":"backend_start","task":{"id":"turn-a87a8819-9685-42df-8e1f-11690d0a4e83","intent":"W6 plain proof","metadata":{"identity":{"profileDigest":"sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983","taskDigest":"sha256:f75eb08b6c6a3120e5297421baed1e5e2553899395ec5981e0fda4c9ce725300"}}},"session":{"id":"1c480acb-01f2-4964-86f6-fe0900712ee0","backend":"executor","status":"active","createdAt":"2026-08-15T00:50:34.906Z","updatedAt":"2026-08-15T00:50:34.906Z","metadata":"[unavailable]"}," -event 6: application.shutdown.requested; status: streaming -event 7: run.control.requested; status: cancelling: requested -event 8: run.cancel.requested; status: cancelling: requested -event 9: effect.upserted; status: cancelling -event 10: effect.upserted; status: cancelling -event 11: run.control.acknowledged; status: cancelling: CONTROL_ACKNOWLEDGED -event 12: run.finished; status: aborted -event 13: effect.upserted; status: cancelled diff --git a/artifacts/verification/tui-audit/after/w6/120x40.png b/artifacts/verification/tui-audit/after/w6/120x40.png deleted file mode 100644 index 280a85c..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/120x40.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/120x40.txt b/artifacts/verification/tui-audit/after/w6/120x40.txt deleted file mode 100644 index 023edcd..0000000 --- a/artifacts/verification/tui-audit/after/w6/120x40.txt +++ /dev/null @@ -1,40 +0,0 @@ - › W6 visual proof - - · run result · Ctrl+E details - Fixture response through pi: W6 visual proof - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -› - - -profile Braid starter · pi / fixture/deterministic · deterministic fixture in 8 · out 12 · calls 1 · model 50ms diff --git a/artifacts/verification/tui-audit/after/w6/200x60-plain.txt b/artifacts/verification/tui-audit/after/w6/200x60-plain.txt deleted file mode 100644 index c76b4a5..0000000 --- a/artifacts/verification/tui-audit/after/w6/200x60-plain.txt +++ /dev/null @@ -1,17 +0,0 @@ -Braid ready — /home/drew/code/braid-goal-latest-wt -status: ready for a message -conversation: New conversation; branch: branch-1 -profile: Braid starter; runner: pi; connection: deterministic fixture -appearance: none; high contrast off; reduced motion off -event 2: draft.changed; status: ready for a message -event 3: run.requested; status: admitted: W6 plain proof -event 4: effect.upserted; status: streaming -event 5: run.provider.event; status: streaming: {"type":"backend_start","task":{"id":"turn-a87a8819-9685-42df-8e1f-11690d0a4e83","intent":"W6 plain proof","metadata":{"identity":{"profileDigest":"sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983","taskDigest":"sha256:f75eb08b6c6a3120e5297421baed1e5e2553899395ec5981e0fda4c9ce725300"}}},"session":{"id":"1c480acb-01f2-4964-86f6-fe0900712ee0","backend":"executor","status":"active","createdAt":"2026-08-15T00:50:34.906Z","updatedAt":"2026-08-15T00:50:34.906Z","metadata":"[unavailable]"}," -event 6: application.shutdown.requested; status: streaming -event 7: run.control.requested; status: cancelling: requested -event 8: run.cancel.requested; status: cancelling: requested -event 9: effect.upserted; status: cancelling -event 10: effect.upserted; status: cancelling -event 11: run.control.acknowledged; status: cancelling: CONTROL_ACKNOWLEDGED -event 12: run.finished; status: aborted -event 13: effect.upserted; status: cancelled diff --git a/artifacts/verification/tui-audit/after/w6/200x60.png b/artifacts/verification/tui-audit/after/w6/200x60.png deleted file mode 100644 index 6a52583..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/200x60.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/200x60.txt b/artifacts/verification/tui-audit/after/w6/200x60.txt deleted file mode 100644 index dde327d..0000000 --- a/artifacts/verification/tui-audit/after/w6/200x60.txt +++ /dev/null @@ -1,60 +0,0 @@ - › W6 visual proof - - · run result · Ctrl+E details - Fixture response through pi: W6 visual proof - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -› - - -profile Braid starter · pi / fixture/deterministic · deterministic fixture in 8 · out 12 · calls 1 · model 50ms diff --git a/artifacts/verification/tui-audit/after/w6/40x12-plain.txt b/artifacts/verification/tui-audit/after/w6/40x12-plain.txt deleted file mode 100644 index c76b4a5..0000000 --- a/artifacts/verification/tui-audit/after/w6/40x12-plain.txt +++ /dev/null @@ -1,17 +0,0 @@ -Braid ready — /home/drew/code/braid-goal-latest-wt -status: ready for a message -conversation: New conversation; branch: branch-1 -profile: Braid starter; runner: pi; connection: deterministic fixture -appearance: none; high contrast off; reduced motion off -event 2: draft.changed; status: ready for a message -event 3: run.requested; status: admitted: W6 plain proof -event 4: effect.upserted; status: streaming -event 5: run.provider.event; status: streaming: {"type":"backend_start","task":{"id":"turn-a87a8819-9685-42df-8e1f-11690d0a4e83","intent":"W6 plain proof","metadata":{"identity":{"profileDigest":"sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983","taskDigest":"sha256:f75eb08b6c6a3120e5297421baed1e5e2553899395ec5981e0fda4c9ce725300"}}},"session":{"id":"1c480acb-01f2-4964-86f6-fe0900712ee0","backend":"executor","status":"active","createdAt":"2026-08-15T00:50:34.906Z","updatedAt":"2026-08-15T00:50:34.906Z","metadata":"[unavailable]"}," -event 6: application.shutdown.requested; status: streaming -event 7: run.control.requested; status: cancelling: requested -event 8: run.cancel.requested; status: cancelling: requested -event 9: effect.upserted; status: cancelling -event 10: effect.upserted; status: cancelling -event 11: run.control.acknowledged; status: cancelling: CONTROL_ACKNOWLEDGED -event 12: run.finished; status: aborted -event 13: effect.upserted; status: cancelled diff --git a/artifacts/verification/tui-audit/after/w6/40x12.png b/artifacts/verification/tui-audit/after/w6/40x12.png deleted file mode 100644 index 7656495..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/40x12.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/40x12.txt b/artifacts/verification/tui-audit/after/w6/40x12.txt deleted file mode 100644 index d85051b..0000000 --- a/artifacts/verification/tui-audit/after/w6/40x12.txt +++ /dev/null @@ -1,12 +0,0 @@ - › W6 visual proof - - · run result · Ctrl+E details - Fixture response through pi: W6 visual - proof - - - -› - - -Braid starter Ctrl+E detail diff --git a/artifacts/verification/tui-audit/after/w6/80x24-automation.gif b/artifacts/verification/tui-audit/after/w6/80x24-automation.gif deleted file mode 100644 index ce95519..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/80x24-automation.gif and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/80x24-flow.gif b/artifacts/verification/tui-audit/after/w6/80x24-flow.gif deleted file mode 100644 index 80c74d6..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/80x24-flow.gif and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/80x24-plain.txt b/artifacts/verification/tui-audit/after/w6/80x24-plain.txt deleted file mode 100644 index c76b4a5..0000000 --- a/artifacts/verification/tui-audit/after/w6/80x24-plain.txt +++ /dev/null @@ -1,17 +0,0 @@ -Braid ready — /home/drew/code/braid-goal-latest-wt -status: ready for a message -conversation: New conversation; branch: branch-1 -profile: Braid starter; runner: pi; connection: deterministic fixture -appearance: none; high contrast off; reduced motion off -event 2: draft.changed; status: ready for a message -event 3: run.requested; status: admitted: W6 plain proof -event 4: effect.upserted; status: streaming -event 5: run.provider.event; status: streaming: {"type":"backend_start","task":{"id":"turn-a87a8819-9685-42df-8e1f-11690d0a4e83","intent":"W6 plain proof","metadata":{"identity":{"profileDigest":"sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983","taskDigest":"sha256:f75eb08b6c6a3120e5297421baed1e5e2553899395ec5981e0fda4c9ce725300"}}},"session":{"id":"1c480acb-01f2-4964-86f6-fe0900712ee0","backend":"executor","status":"active","createdAt":"2026-08-15T00:50:34.906Z","updatedAt":"2026-08-15T00:50:34.906Z","metadata":"[unavailable]"}," -event 6: application.shutdown.requested; status: streaming -event 7: run.control.requested; status: cancelling: requested -event 8: run.cancel.requested; status: cancelling: requested -event 9: effect.upserted; status: cancelling -event 10: effect.upserted; status: cancelling -event 11: run.control.acknowledged; status: cancelling: CONTROL_ACKNOWLEDGED -event 12: run.finished; status: aborted -event 13: effect.upserted; status: cancelled diff --git a/artifacts/verification/tui-audit/after/w6/80x24-transcript-keyboard.gif b/artifacts/verification/tui-audit/after/w6/80x24-transcript-keyboard.gif deleted file mode 100644 index 8a2da53..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/80x24-transcript-keyboard.gif and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/80x24.png b/artifacts/verification/tui-audit/after/w6/80x24.png deleted file mode 100644 index 365ad22..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/80x24.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/80x24.txt b/artifacts/verification/tui-audit/after/w6/80x24.txt deleted file mode 100644 index 301578c..0000000 --- a/artifacts/verification/tui-audit/after/w6/80x24.txt +++ /dev/null @@ -1,24 +0,0 @@ - › W6 visual proof - - · run result · Ctrl+E details - Fixture response through pi: W6 visual proof - - - - - - - - - - - - - - - - -› - - -profile Braid starter · pi / deterministic · fixture Ctrl+E detail diff --git a/artifacts/verification/tui-audit/after/w6/braid.gif b/artifacts/verification/tui-audit/after/w6/braid.gif deleted file mode 100644 index 1317a35..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/braid.gif and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/braid.png b/artifacts/verification/tui-audit/after/w6/braid.png deleted file mode 100644 index 7a1c669..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/braid.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/braid.txt b/artifacts/verification/tui-audit/after/w6/braid.txt deleted file mode 100644 index 53ca971..0000000 --- a/artifacts/verification/tui-audit/after/w6/braid.txt +++ /dev/null @@ -1,18 +0,0 @@ - › Which coding agent will handle my next task, and where will it run? - - · run result · Ctrl+E details - Pi will run the task through Local CLI Bridge with gpt-5.6-luna. The Release engineer AgentProfile supplies its - instructions and permissions. Braid keeps the transcript, approvals, branches, and trace analysis. - - - - - - - - - -› - - -profile Release engineer · pi / openai-codex/gpt-5.6-luna · Local CLI Bridge · high in 1.3k · out 96 · ~$0.0026 diff --git a/artifacts/verification/tui-audit/after/w6/capture-manifest.json b/artifacts/verification/tui-audit/after/w6/capture-manifest.json deleted file mode 100644 index d420b83..0000000 --- a/artifacts/verification/tui-audit/after/w6/capture-manifest.json +++ /dev/null @@ -1,773 +0,0 @@ -{ - "schemaVersion": 3, - "generatedAt": "2026-08-15T00:51:25.282Z", - "command": "pnpm capture:visual", - "binary": "clean npm install from generated tarball", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7", - "fixture": "deterministic", - "terminal": "node-pty/xterm-256color", - "node": "v24.13.0", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "keyboardFlow": { - "steps": [ - "8 completed turns", - "Page Up", - "Alt+Home", - "Page Down", - "Alt+End" - ], - "artifacts": [ - "raw/transcript-keyboard.cast", - "80x24-transcript-keyboard.gif" - ] - }, - "productDemo": { - "steps": [ - "Inspect AgentProfile", - "Run through Local CLI Bridge", - "Inspect live work and the retained run", - "Analyze the frozen trace with /ask", - "Review the analysis list and details together" - ], - "artifacts": [ - "raw/braid-demo.cast", - "braid.txt", - "braid.png", - "braid.gif" - ] - }, - "states": [ - { - "name": "empty", - "columns": 80, - "rows": 24, - "artifacts": { - "semantic-state": "states/empty.json", - "plain-frame": "states/empty.txt", - "asciicast": "raw/empty.cast", - "ansi": "states/empty.ansi", - "png": "states/empty.png" - } - }, - { - "name": "active-streaming", - "columns": 80, - "rows": 24, - "artifacts": { - "semantic-state": "states/active-streaming.json", - "plain-frame": "states/active-streaming.txt", - "asciicast": "raw/active-streaming.cast", - "ansi": "states/active-streaming.ansi", - "png": "states/active-streaming.png" - } - }, - { - "name": "interaction", - "columns": 80, - "rows": 24, - "artifacts": { - "semantic-state": "states/interaction.json", - "plain-frame": "states/interaction.txt", - "asciicast": "raw/interaction.cast", - "ansi": "states/interaction.ansi", - "png": "states/interaction.png" - } - }, - { - "name": "automation", - "columns": 80, - "rows": 24, - "artifacts": { - "semantic-state": "states/automation.json", - "plain-frame": "states/automation.txt", - "asciicast": "raw/automation.cast", - "ansi": "states/automation.ansi", - "png": "states/automation.png" - } - }, - { - "name": "fork-preview", - "columns": 80, - "rows": 24, - "artifacts": { - "semantic-state": "states/fork-preview.json", - "plain-frame": "states/fork-preview.txt", - "asciicast": "raw/fork-preview.cast", - "ansi": "states/fork-preview.ansi", - "png": "states/fork-preview.png" - } - }, - { - "name": "graph-or-analysis", - "columns": 80, - "rows": 24, - "artifacts": { - "semantic-state": "states/graph-or-analysis.json", - "plain-frame": "states/graph-or-analysis.txt", - "asciicast": "raw/graph-or-analysis.cast", - "ansi": "states/graph-or-analysis.ansi", - "png": "states/graph-or-analysis.png" - } - }, - { - "name": "analysis", - "columns": 80, - "rows": 24, - "artifacts": { - "semantic-state": "states/analysis.json", - "plain-frame": "states/analysis.txt", - "asciicast": "raw/analysis.cast", - "ansi": "states/analysis.ansi", - "png": "states/analysis.png" - } - }, - { - "name": "comparison", - "columns": 80, - "rows": 24, - "artifacts": { - "semantic-state": "states/comparison.json", - "plain-frame": "states/comparison.txt", - "asciicast": "raw/comparison.cast", - "ansi": "states/comparison.ansi", - "png": "states/comparison.png" - } - }, - { - "name": "profile", - "columns": 80, - "rows": 24, - "artifacts": { - "semantic-state": "states/profile.json", - "plain-frame": "states/profile.txt", - "asciicast": "raw/profile.cast", - "ansi": "states/profile.ansi", - "png": "states/profile.png" - } - }, - { - "name": "narrow", - "columns": 40, - "rows": 12, - "artifacts": { - "semantic-state": "states/narrow.json", - "plain-frame": "states/narrow.txt", - "asciicast": "raw/narrow.cast", - "ansi": "states/narrow.ansi", - "png": "states/narrow.png" - } - }, - { - "name": "failure-or-reconnect", - "columns": 80, - "rows": 24, - "artifacts": { - "semantic-state": "states/failure-or-reconnect.json", - "plain-frame": "states/failure-or-reconnect.txt", - "asciicast": "raw/failure-or-reconnect.cast", - "ansi": "states/failure-or-reconnect.ansi", - "png": "states/failure-or-reconnect.png" - } - } - ], - "artifacts": [ - { - "path": "40x12.txt", - "sha256": "06bd2cb4454d314c0fba112343013f35ecb532d7eae36eaf0f81bc5919c7bfa7", - "kind": "terminal-frame", - "columns": 40, - "rows": 12 - }, - { - "path": "40x12-plain.txt", - "sha256": "7b767eb14ac89796a85c48354ff68b147503de4fea65b72b1995533f68b5908c", - "kind": "plain-frame", - "columns": 40, - "rows": 12 - }, - { - "path": "40x12.png", - "sha256": "62e5e41fc40c727b0d5a9d53a0349a8eb158e96b580c2ecd813342177efdde50", - "kind": "png", - "columns": 40, - "rows": 12 - }, - { - "path": "80x24.txt", - "sha256": "118dcec20393df29fac18ec71a9fb3a5ed993bf56ffed3614439e6a15257f858", - "kind": "terminal-frame", - "columns": 80, - "rows": 24 - }, - { - "path": "80x24-plain.txt", - "sha256": "7b767eb14ac89796a85c48354ff68b147503de4fea65b72b1995533f68b5908c", - "kind": "plain-frame", - "columns": 80, - "rows": 24 - }, - { - "path": "80x24.png", - "sha256": "8b7a17df7052450140f1212d9e90dc3152c6df6e7d0674484bed5ca993596076", - "kind": "png", - "columns": 80, - "rows": 24 - }, - { - "path": "120x40.txt", - "sha256": "1a52a383a1fd94baae24f061f064c12dc2db5c1f557ba16deba89eb25832815a", - "kind": "terminal-frame", - "columns": 120, - "rows": 40 - }, - { - "path": "120x40-plain.txt", - "sha256": "7b767eb14ac89796a85c48354ff68b147503de4fea65b72b1995533f68b5908c", - "kind": "plain-frame", - "columns": 120, - "rows": 40 - }, - { - "path": "120x40.png", - "sha256": "3e1112bc41de33ac891b022700159598a3e0bc684a5cad92e327ff62f455f9b2", - "kind": "png", - "columns": 120, - "rows": 40 - }, - { - "path": "200x60.txt", - "sha256": "4bf1a1d0fe5a261a6aa85c80c6f57874e2a11c6946d799dcc12dfef5616a2bae", - "kind": "terminal-frame", - "columns": 200, - "rows": 60 - }, - { - "path": "200x60-plain.txt", - "sha256": "7b767eb14ac89796a85c48354ff68b147503de4fea65b72b1995533f68b5908c", - "kind": "plain-frame", - "columns": 200, - "rows": 60 - }, - { - "path": "200x60.png", - "sha256": "a1cad25525733980535091918a449bba54089ab0c1106b6569f7dcb75b5055f8", - "kind": "png", - "columns": 200, - "rows": 60 - }, - { - "path": "states/empty.json", - "sha256": "e55e826230d84c94e01a38c8d0b61538bc499349d99ef866385fed1fd3cd7bf8", - "kind": "semantic-state", - "state": "empty", - "columns": 80, - "rows": 24 - }, - { - "path": "states/empty.txt", - "sha256": "99e83c9353c45bd1d61b83b98e9b3c2efdf395bd0ba15dd0150c8a5945d45985", - "kind": "plain-frame", - "state": "empty", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/empty.cast", - "sha256": "75d936d53c622b51f52346a0fba2a0f961401fe7d726af92340206f466f51f7d", - "kind": "asciicast", - "state": "empty", - "columns": 80, - "rows": 24 - }, - { - "path": "states/empty.ansi", - "sha256": "77a65566fa4094ce1a49b38dafe142711d0e69f1e67d98ea27bd1adde776a263", - "kind": "ansi", - "state": "empty", - "columns": 80, - "rows": 24 - }, - { - "path": "states/empty.png", - "sha256": "1ddd7ccf3f10d7ee00feb0829b14a43934d2a7187f75f8f398df309c18fb2a8d", - "kind": "png", - "state": "empty", - "columns": 80, - "rows": 24 - }, - { - "path": "states/active-streaming.json", - "sha256": "8698fc44bf1eb9277ab5f5796b4c2a118386137e72d826bf8cbdf4943f45fdfe", - "kind": "semantic-state", - "state": "active-streaming", - "columns": 80, - "rows": 24 - }, - { - "path": "states/active-streaming.txt", - "sha256": "fca88cebc11ef71b95b55deeabc3ffa29551f4bb23a9756eb4739ee3b3618de0", - "kind": "plain-frame", - "state": "active-streaming", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/active-streaming.cast", - "sha256": "5b524cb16b39b38a3dc5cde12a2b28699851e39c4ac18fb5f710ed495b41e411", - "kind": "asciicast", - "state": "active-streaming", - "columns": 80, - "rows": 24 - }, - { - "path": "states/active-streaming.ansi", - "sha256": "e442be8669041fdb3bbde0e972f3ad0c950d9c4568e41d31f4a163b0d233c81f", - "kind": "ansi", - "state": "active-streaming", - "columns": 80, - "rows": 24 - }, - { - "path": "states/active-streaming.png", - "sha256": "e300e88a10bba77fa532692178606434e01374d2be8d805825d5891f812b32d1", - "kind": "png", - "state": "active-streaming", - "columns": 80, - "rows": 24 - }, - { - "path": "states/interaction.json", - "sha256": "b6e192fca7e42aef2d9aa035e67d8e84bdafd7ec04a648bd910e91fece2c9f7f", - "kind": "semantic-state", - "state": "interaction", - "columns": 80, - "rows": 24 - }, - { - "path": "states/interaction.txt", - "sha256": "dbb45344e72b9fa99b4edd977ebde0d919c4234a31dfe33afcabc342ae4c3115", - "kind": "plain-frame", - "state": "interaction", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/interaction.cast", - "sha256": "ba58a2f350abb2ead48f540d734aceb0defb7a0627b9e93e5d0f70244af1ab95", - "kind": "asciicast", - "state": "interaction", - "columns": 80, - "rows": 24 - }, - { - "path": "states/interaction.ansi", - "sha256": "cdae73e341d768c4429ced9617e2c859055efd3e13aeb02806b668e1dfa68528", - "kind": "ansi", - "state": "interaction", - "columns": 80, - "rows": 24 - }, - { - "path": "states/interaction.png", - "sha256": "24e6dce818035070d742fdacae04612b74f378218f01a8e5f87c4fa2c5a3f4cc", - "kind": "png", - "state": "interaction", - "columns": 80, - "rows": 24 - }, - { - "path": "states/automation.json", - "sha256": "0391e893d323ba9b60319d5fc9337158df5ddc6bcaa3d34d78afa4fef297e631", - "kind": "semantic-state", - "state": "automation", - "columns": 80, - "rows": 24 - }, - { - "path": "states/automation.txt", - "sha256": "82d0afcc23d1988502a1b580d44db01a8dd0c9c5f9d16dcca113d31148470f10", - "kind": "plain-frame", - "state": "automation", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/automation.cast", - "sha256": "1c10aaa5457a69c0741ce81f0665bd514410ab54e7c2728f2e82e82e391153d5", - "kind": "asciicast", - "state": "automation", - "columns": 80, - "rows": 24 - }, - { - "path": "states/automation.ansi", - "sha256": "53bbdea4f084e8261896aae2996551a915597af8e330028cce7dcf8c50eb3b35", - "kind": "ansi", - "state": "automation", - "columns": 80, - "rows": 24 - }, - { - "path": "states/automation.png", - "sha256": "5ad769720138889fd44d6b23047c15eab6c0895ae4838ceea9f7871068079192", - "kind": "png", - "state": "automation", - "columns": 80, - "rows": 24 - }, - { - "path": "states/fork-preview.json", - "sha256": "c364c26185ac923631d6e8907921e37de39434b1832a430bab41e8eb4d82063c", - "kind": "semantic-state", - "state": "fork-preview", - "columns": 80, - "rows": 24 - }, - { - "path": "states/fork-preview.txt", - "sha256": "50255443ac4b8706749cdbcc7e37a082aefaaad32c8ece52be7abe6aad1edcb6", - "kind": "plain-frame", - "state": "fork-preview", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/fork-preview.cast", - "sha256": "e231d6372d1d368c7e09b21e4499361f39465db57175ca578a15aae79df217f5", - "kind": "asciicast", - "state": "fork-preview", - "columns": 80, - "rows": 24 - }, - { - "path": "states/fork-preview.ansi", - "sha256": "30fff264d8bba3a0ade3280a66384d0dbaac1e7a7f8197e9dd35677375ac4e4c", - "kind": "ansi", - "state": "fork-preview", - "columns": 80, - "rows": 24 - }, - { - "path": "states/fork-preview.png", - "sha256": "10a68ad2004b268161a05c0c3fd732e3a966cf28a1cfb9509cfa830c6e09fe16", - "kind": "png", - "state": "fork-preview", - "columns": 80, - "rows": 24 - }, - { - "path": "states/graph-or-analysis.json", - "sha256": "dce88e32ae01fcb7010f96d06d94c3a0d887f7d98e3b5bf4e6a40a57761aee0e", - "kind": "semantic-state", - "state": "graph-or-analysis", - "columns": 80, - "rows": 24 - }, - { - "path": "states/graph-or-analysis.txt", - "sha256": "4c19f7d9633c09d5c4c15e4f9b93cc700066248f2e67e4af7d555d5ac2abb2e4", - "kind": "plain-frame", - "state": "graph-or-analysis", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/graph-or-analysis.cast", - "sha256": "fe072df13e38ebbab92739321f24f1d82598342b81bb43bc0239f047a4368a0e", - "kind": "asciicast", - "state": "graph-or-analysis", - "columns": 80, - "rows": 24 - }, - { - "path": "states/graph-or-analysis.ansi", - "sha256": "bf9e9992c4917e72119883e01b54ad57481dff1050eaa60c1f7a93e1f5d441b1", - "kind": "ansi", - "state": "graph-or-analysis", - "columns": 80, - "rows": 24 - }, - { - "path": "states/graph-or-analysis.png", - "sha256": "cb03f3433850ca6eb065ff3326b36962badfed7ab718e9191f91c6a69059306b", - "kind": "png", - "state": "graph-or-analysis", - "columns": 80, - "rows": 24 - }, - { - "path": "states/analysis.json", - "sha256": "89e0427ff92a0c57e19dd91fc34a73bbf4f89a081390c33db639b1fc60fc6c25", - "kind": "semantic-state", - "state": "analysis", - "columns": 80, - "rows": 24 - }, - { - "path": "states/analysis.txt", - "sha256": "431bfb5bcf557948b9442b996b145a133dee824342b14cebc1a81882b75ef2fb", - "kind": "plain-frame", - "state": "analysis", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/analysis.cast", - "sha256": "33ef1a1d4fb6cecf0b95d422b9e041f63c98d99213d4c9c98e972fd73cadb86a", - "kind": "asciicast", - "state": "analysis", - "columns": 80, - "rows": 24 - }, - { - "path": "states/analysis.ansi", - "sha256": "21358442db050aa55c6f02173e47641af3472650b0978c18b8d17559c30a5b3d", - "kind": "ansi", - "state": "analysis", - "columns": 80, - "rows": 24 - }, - { - "path": "states/analysis.png", - "sha256": "2b0cdbba925ed2917940216621e0a061e7fcd906f116b94d0f8d23b8cd41b4e7", - "kind": "png", - "state": "analysis", - "columns": 80, - "rows": 24 - }, - { - "path": "states/comparison.json", - "sha256": "69e41c10d4b45ce42d4540329e21c049eb5b5942bbe1b3668b20f116b210625b", - "kind": "semantic-state", - "state": "comparison", - "columns": 80, - "rows": 24 - }, - { - "path": "states/comparison.txt", - "sha256": "413590db409796eb76c1b74ba2118af194f0c699ec2fe0b139987a4b191830ce", - "kind": "plain-frame", - "state": "comparison", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/comparison.cast", - "sha256": "ae0e2653d369c6ffaa8f85fc0cb7349781a489119049ade5e3a245864ad3ea67", - "kind": "asciicast", - "state": "comparison", - "columns": 80, - "rows": 24 - }, - { - "path": "states/comparison.ansi", - "sha256": "612da7ff27a7cdcbe0a5595072849effeede31137a4a109ce251c815f59373f0", - "kind": "ansi", - "state": "comparison", - "columns": 80, - "rows": 24 - }, - { - "path": "states/comparison.png", - "sha256": "622b32da31079c7c63790eb11d3a363a95469229f85e041110091e8082f6342d", - "kind": "png", - "state": "comparison", - "columns": 80, - "rows": 24 - }, - { - "path": "states/profile.json", - "sha256": "f097c720f8f5eccad8d81bf953fd60685927fd4808bd5e2a679c0ab27c857208", - "kind": "semantic-state", - "state": "profile", - "columns": 80, - "rows": 24 - }, - { - "path": "states/profile.txt", - "sha256": "3dd991ff44359a37a3f8aa09cdf15c4c60602d9a007bdce998ee368ec7100eb9", - "kind": "plain-frame", - "state": "profile", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/profile.cast", - "sha256": "6c6386995fafd1725085af4f61401340c7a88083a79631f25808c5a02e03d16f", - "kind": "asciicast", - "state": "profile", - "columns": 80, - "rows": 24 - }, - { - "path": "states/profile.ansi", - "sha256": "c21993ee593f2a884ad0deaa8243b8905e876bbda6df9c8eeccc6a623b3854b5", - "kind": "ansi", - "state": "profile", - "columns": 80, - "rows": 24 - }, - { - "path": "states/profile.png", - "sha256": "b58e02f593cd031bc5c03b5713bc1886c4fd051171f3472377e1b2f90a5c930f", - "kind": "png", - "state": "profile", - "columns": 80, - "rows": 24 - }, - { - "path": "states/narrow.json", - "sha256": "f484047d9cffd238df85fef676d140971a4a32eb93bd5f93804ac87a21a4ab6f", - "kind": "semantic-state", - "state": "narrow", - "columns": 40, - "rows": 12 - }, - { - "path": "states/narrow.txt", - "sha256": "e01838efb7f91c10849b39be7e9b5283549d7fe5b058bf7a251effdfabfa2117", - "kind": "plain-frame", - "state": "narrow", - "columns": 40, - "rows": 12 - }, - { - "path": "raw/narrow.cast", - "sha256": "199eebe46d21cfeeb58374bd0de0745beae44e1ace1450910662021c415c1990", - "kind": "asciicast", - "state": "narrow", - "columns": 40, - "rows": 12 - }, - { - "path": "states/narrow.ansi", - "sha256": "90d01e9d2ecbc3baeb74b08f0115ba071154de4c2e3fa4be7bea0616b7b3de48", - "kind": "ansi", - "state": "narrow", - "columns": 40, - "rows": 12 - }, - { - "path": "states/narrow.png", - "sha256": "56f8d6915b21ea939bbc200e7273c83decc707489b11fa199bf8827a13176d12", - "kind": "png", - "state": "narrow", - "columns": 40, - "rows": 12 - }, - { - "path": "states/failure-or-reconnect.json", - "sha256": "f0a60cae5a1eb5bfb0963799c9d2e3b30e1e2e1ace05d8219b865bc3647f3607", - "kind": "semantic-state", - "state": "failure-or-reconnect", - "columns": 80, - "rows": 24 - }, - { - "path": "states/failure-or-reconnect.txt", - "sha256": "649a5db60a906d5ed28b556dbc6231c36d11a3ae8e89fa473cdce4c392c4e447", - "kind": "plain-frame", - "state": "failure-or-reconnect", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/failure-or-reconnect.cast", - "sha256": "6275b412986fb227b52c25243b0b9c094fe5ef65534a557fab18d46aaf303a72", - "kind": "asciicast", - "state": "failure-or-reconnect", - "columns": 80, - "rows": 24 - }, - { - "path": "states/failure-or-reconnect.ansi", - "sha256": "75870b54b29b9941e2886b83c4ee6f631a8e1fb3335e83a4e7c2681ce0875a47", - "kind": "ansi", - "state": "failure-or-reconnect", - "columns": 80, - "rows": 24 - }, - { - "path": "states/failure-or-reconnect.png", - "sha256": "55885eae1a6e6e5b0ac5f9f303cc7e701cbd4613170f1a81273a0c3b44fde923", - "kind": "png", - "state": "failure-or-reconnect", - "columns": 80, - "rows": 24 - }, - { - "path": "80x24-flow.gif", - "sha256": "339c96ea488d76bdddab85f6cd3e38e9be40ae2efd3101da8917630c611ba00f", - "kind": "flow", - "columns": 80, - "rows": 24 - }, - { - "path": "80x24-automation.gif", - "sha256": "65aead992d07cb10118a2ab94a2b9cf52d7c83fe7ae66de2a578bc8944c017fe", - "kind": "automation-flow", - "state": "automation", - "columns": 80, - "rows": 24 - }, - { - "path": "raw/braid-demo.cast", - "sha256": "97bd7fe09d06eec34ab1a62fb3f6f86b06ae85117c3ebe1f85c18c08722774fc", - "kind": "product-asciicast", - "columns": 120, - "rows": 18 - }, - { - "path": "braid.txt", - "sha256": "9da6cead048673c48402c4eb40dc9696d39c7bdcb1a2103b755098209f00f53e", - "kind": "product-frame", - "columns": 120, - "rows": 18 - }, - { - "path": "braid.png", - "sha256": "c6914c50b07e34d7586bdd3fbda7d76454a8fd9ecceb0ef91182fa0757c65fa4", - "kind": "product-png", - "columns": 120, - "rows": 18 - }, - { - "path": "braid.gif", - "sha256": "0f3f75a9cc9e29f3b635ebb9c3cda2a0986c766510992b423394d5646ee91a36", - "kind": "product-flow", - "columns": 120, - "rows": 18 - }, - { - "path": "raw/transcript-keyboard.cast", - "sha256": "b6911f50bbab035c219f0f17f5718c260dc91ccd004d9b4f0518a991fdb06034", - "kind": "keyboard-asciicast", - "columns": 80, - "rows": 24 - }, - { - "path": "80x24-transcript-keyboard.gif", - "sha256": "6665c98af8341e5e67d27412e0bc8e996e156d3e3feadd90637409faaec07cc6", - "kind": "keyboard-flow", - "columns": 80, - "rows": 24 - } - ] -} diff --git a/artifacts/verification/tui-audit/after/w6/raw/braid-demo.cast b/artifacts/verification/tui-audit/after/w6/raw/braid-demo.cast deleted file mode 100644 index 9f2e965..0000000 --- a/artifacts/verification/tui-audit/after/w6/raw/braid-demo.cast +++ /dev/null @@ -1,357 +0,0 @@ -{"version":2,"width":120,"height":18,"timestamp":1786755080,"duration":11.610091,"idle_time_limit":1,"command":"packed braid --fixture deterministic","title":"Braid product demo","env":{"TERM":"xterm-256color"},"stdin":true} -[0.01,"o","\u001b[?2026h\u001b[2J\u001b[H\u001b[3J \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[38;5;145mAsk Release engineer anything.\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007 Active profile · Release engineer \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007 \u001b[38;5;145msource Release engineer · trusted · read-only\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007 \u001b[38;5;145mrunner pi · model openai-codex/gpt-5.6-luna\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007 \u001b[38;5;145mthinking high · max output provider default\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007 \u001b[38;5;145mdigest sha256:0419cd01…31378043\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;5;153mprofiles\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\u001b[38;5;145m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007> \u001b[7m \u001b[27m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\u001b[1m\u001b[38;5;111m→ ✓ Release engineer trusted · read-only · Release engineer · pi · openai-codex/gpt-5.6-lu\u001b[0m\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\u001b[38;5;145m─────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007 \u001b[38;5;145menter select · ^V validate · esc close\u001b[39m \u001b[0m\u001b]8;;\u0007 \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;5;195mprofile Release engineer\u001b[39m · \u001b[38;5;195mpi / openai-codex/gpt-5.6-luna\u001b[39m · \u001b[38;5;195mLocal CLI Bridge\u001b[39m · \u001b[38;5;195mhigh\u001b[39m \u001b[38;5;195mCtrl+P commands\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[0.010082,"o","\u001b[7A\u001b[10G\u001b[?25l"] -[1.007412,"i","\u001b"] -[1.108857,"o","\u001b[?25l"] -[1.11065,"o","\u001b[?2026h\u001b[7A\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.11068,"o","\u001b[2G\u001b[?25l"] -[1.47943,"i","W"] -[1.481075,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mW\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] -[1.499548,"i","h"] -[1.500961,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G\u001b[?25l"] -[1.52033,"i","i"] -[1.521912,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G\u001b[?25l"] -[1.541366,"i","c"] -[1.542955,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhic\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G\u001b[?25l"] -[1.562409,"i","h"] -[1.563833,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.56387,"o","\u001b[7G\u001b[?25l"] -[1.583204,"i"," "] -[1.584609,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G"] -[1.584662,"o","\u001b[?25l"] -[1.603022,"i","c"] -[1.60428,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich c\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] -[1.622814,"i","o"] -[1.624077,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich co\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[1.642517,"i","d"] -[1.643852,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich cod\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G\u001b[?25l"] -[1.663245,"i","i"] -[1.664396,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich codi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G"] -[1.664441,"o","\u001b[?25l"] -[1.683803,"i","n"] -[1.685103,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich codin\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.685153,"o","\u001b[13G\u001b[?25l"] -[1.70352,"i","g"] -[1.705077,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] -[1.723532,"i"," "] -[1.725137,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[15G\u001b[?25l"] -[1.743586,"i","a"] -[1.744883,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G\u001b[?25l"] -[1.764312,"i","g"] -[1.76559,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding ag\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G\u001b[?25l"] -[1.784963,"i","e"] -[1.78623,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding age\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[1.804737,"i","n"] -[1.80586,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agen\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G\u001b[?25l"] -[1.825249,"i","t"] -[1.826717,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.826777,"o","\u001b[20G\u001b[?25l"] -[1.846263,"i"," "] -[1.847805,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[21G"] -[1.847859,"o","\u001b[?25l"] -[1.867184,"i","w"] -[1.868357,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.868399,"o","\u001b[22G\u001b[?25l"] -[1.886873,"i","i"] -[1.888214,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent wi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[23G"] -[1.88827,"o","\u001b[?25l"] -[1.906643,"i","l"] -[1.907772,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent wil\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G"] -[1.907817,"o","\u001b[?25l"] -[1.927372,"i","l"] -[1.928674,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[25G\u001b[?25l"] -[1.948043,"i"," "] -[1.949659,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G\u001b[?25l"] -[1.968036,"i","h"] -[1.969453,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will h\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[1.969514,"o","\u001b[27G\u001b[?25l"] -[1.9879,"i","a"] -[1.989263,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will ha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G\u001b[?25l"] -[2.007588,"i","n"] -[2.008886,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will han\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[29G\u001b[?25l"] -[2.028246,"i","d"] -[2.029869,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will hand\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[30G"] -[2.029946,"o","\u001b[?25l"] -[2.049384,"i","l"] -[2.050971,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handl\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G"] -[2.051041,"o","\u001b[?25l"] -[2.070412,"i","e"] -[2.071767,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G\u001b[?25l"] -[2.091373,"i"," "] -[2.092563,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[33G\u001b[?25l"] -[2.111921,"i","m"] -[2.113214,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.113253,"o","\u001b[34G\u001b[?25l"] -[2.131623,"i","y"] -[2.132983,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G\u001b[?25l"] -[2.152394,"i"," "] -[2.153591,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[36G\u001b[?25l"] -[2.173041,"i","n"] -[2.174539,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my n\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[37G\u001b[?25l"] -[2.192967,"i","e"] -[2.194566,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my ne\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G"] -[2.194643,"o","\u001b[?25l"] -[2.213055,"i","x"] -[2.214355,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my nex\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[39G\u001b[?25l"] -[2.232776,"i","t"] -[2.234326,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G\u001b[?25l"] -[2.252865,"i"," "] -[2.254583,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G"] -[2.25465,"o","\u001b[?25l"] -[2.273196,"i","t"] -[2.274323,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G\u001b[?25l"] -[2.292764,"i","a"] -[2.294186,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next ta\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] -[2.312604,"i","s"] -[2.314022,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next tas\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[44G"] -[2.31408,"o","\u001b[?25l"] -[2.332497,"i","k"] -[2.334051,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[45G\u001b[?25l"] -[2.35264,"i",","] -[2.354117,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task,\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[46G\u001b[?25l"] -[2.372543,"i"," "] -[2.373935,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[47G\u001b[?25l"] -[2.393361,"i","a"] -[2.394481,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[48G\u001b[?25l"] -[2.413858,"i","n"] -[2.415371,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, an\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.415435,"o","\u001b[49G\u001b[?25l"] -[2.433836,"i","d"] -[2.435329,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[50G\u001b[?25l"] -[2.454071,"i"," "] -[2.455416,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[51G\u001b[?25l"] -[2.473853,"i","w"] -[2.475439,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[52G\u001b[?25l"] -[2.49388,"i","h"] -[2.49503,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[53G\u001b[?25l"] -[2.513685,"i","e"] -[2.515439,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and whe\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[54G\u001b[?25l"] -[2.53384,"i","r"] -[2.535374,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and wher\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[55G"] -[2.53543,"o","\u001b[?25l"] -[2.553754,"i","e"] -[2.555154,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.555216,"o","\u001b[56G\u001b[?25l"] -[2.573602,"i"," "] -[2.575068,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[57G"] -[2.575156,"o","\u001b[?25l"] -[2.593566,"i","w"] -[2.594994,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where w\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[58G"] -[2.595049,"o","\u001b[?25l"] -[2.613641,"i","i"] -[2.614997,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where wi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.615045,"o","\u001b[59G\u001b[?25l"] -[2.634416,"i","l"] -[2.636041,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where wil\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[60G\u001b[?25l"] -[2.65542,"i","l"] -[2.656977,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where will\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[61G"] -[2.657039,"o","\u001b[?25l"] -[2.676391,"i"," "] -[2.6779,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where will \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[62G\u001b[?25l"] -[2.697323,"i","i"] -[2.698773,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where will i\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[63G"] -[2.698832,"o","\u001b[?25l"] -[2.718208,"i","t"] -[2.719676,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where will it\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[64G\u001b[?25l"] -[2.738071,"i"," "] -[2.739767,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where will it \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[65G\u001b[?25l"] -[2.758148,"i","r"] -[2.759627,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where will it r\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[66G"] -[2.759707,"o","\u001b[?25l"] -[2.778092,"i","u"] -[2.779312,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where will it ru\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[67G\u001b[?25l"] -[2.79769,"i","n"] -[2.798894,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where will it run\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[68G\u001b[?25l"] -[2.818332,"i","?"] -[2.819581,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mWhich coding agent will handle my next task, and where will it run?\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[69G"] -[2.819631,"o","\u001b[?25l"] -[2.838984,"i","\r"] -[2.840911,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] -[2.878288,"o","\u001b[?2026h\u001b[14A\r\u001b[2K \u001b[38;5;111m› \u001b[39mWhich coding agent will handle my next task, and where will it run? \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;222mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;222m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Release engineer\u001b[39m · \u001b[38;5;195mpi / openai-codex/gpt-5.6-luna\u001b[39m · \u001b[38;5;195mLocal CLI Bridge\u001b[39m \u001b[38;5;222mworking · Ctrl+C cancel\u001b[39m · \u001b[38;5;195mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] -[2.899858,"i","\u001bOQ"] -[2.905559,"o","\u001b[?2026h\u001b[14A\r\u001b[2K \u001b[38;5;111m› \u001b[39mWhich coding agent will handle my next task, and where will it run? \u001b[38;5;145m│\u001b[39m \u001b[1m\u001b[38;5;153mlive work\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[38;5;222m> running\u001b[39m run run-000001 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;222mworking…\u001b[39m \u001b[38;5;145m│\u001b[39m \u001b[38;5;222m> running\u001b[39m admitted · pr\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[38;5;222m> running\u001b[39m event backend\u001b[0m...\u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[1B\u001b[12G\u001b[?25l"] -[8.302244,"o","\u001b[?2026h\u001b[14A\r\u001b[2K \u001b[38;5;111m› \u001b[39mWhich coding agent will handle my next task, and where will it run? \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Pi will run the task through Local CLI Bridge with gpt-5.6-luna. The Release engineer AgentProfile supplies its \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K instructions and permissions. Braid keeps the transcript, approvals, branches, and trace analysis. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Release engineer\u001b[39m · \u001b[38;5;195mpi / openai-codex/gpt-5.6-luna\u001b[39m · \u001b[38;5;195mLocal CLI Bridge\u001b[39m · \u001b[38;5;195mhigh\u001b[39m \u001b[38;5;195min 1.3k\u001b[39m · \u001b[38;5;195mout 96\u001b[39m · \u001b[38;5;195m~$0.0026\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[8.305686,"i","\u001bOQ"] -[8.313806,"o","\u001b[2G\u001b[?25l"] -[9.307422,"i","/"] -[9.309312,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] -[9.325456,"o","\u001b[?2026h\u001b[7A\r\u001b[2K\u001b[38;5;111m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;145m──────────────────────────────────────────────\u001b[39m\u001b[38;5;111m alt+enter newline · paste \u001b[39m\u001b[38;5;145m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;5;111m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;5;145m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;5;145m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;5;145m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;5;145m Set the runner for this branch\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m (1/29)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[3G\u001b[?25l"] -[9.337826,"i","a"] -[9.339041,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[9.339083,"o","\u001b[4G\u001b[?25l"] -[9.355469,"o","\u001b[?2026h\u001b[4B\r\u001b[2K \u001b[1m\u001b[38;5;111m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K analyze\u001b[38;5;145m Run a named trace-analysis recipe\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;5;145m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K automate\u001b[38;5;145m unavailable — Interaction automation requires the shared response contract\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K activity\u001b[38;5;145m Open run, tool, worker, and usage activity\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m (1/10)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[4G\u001b[?25l"] -[9.367753,"i","c"] -[9.369322,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G\u001b[?25l"] -[9.384636,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m/ac\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;145m──────────────────────────────────────────────\u001b[39m\u001b[38;5;111m alt+enter newline · paste \u001b[39m\u001b[38;5;145m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;5;111m→ activity Open run, tool, worker, and usage activity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K detach\u001b[38;5;145m unavailable — There is no active run\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K cancel\u001b[38;5;145m unavailable — There is no active run to cancel\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K branch\u001b[38;5;145m Create a branch at a message boundary\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7A\u001b[5G\u001b[?25l"] -[9.398005,"i","t"] -[9.399598,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/act\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[9.399633,"o","\u001b[6G\u001b[?25l"] -[9.415854,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m/act\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;145m──────────────────────────────────────────────\u001b[39m\u001b[38;5;111m alt+enter newline · paste \u001b[39m\u001b[38;5;145m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;5;111m→ activity Open run, tool, worker, and usage activity\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[6G\u001b[?25l"] -[9.42827,"i","i"] -[9.429915,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/acti\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] -[9.445989,"o","\u001b[7G\u001b[?25l"] -[9.459369,"i","v"] -[9.460794,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/activ\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[8G\u001b[?25l"] -[9.476869,"o","\u001b[8G\u001b[?25l"] -[9.490241,"i","i"] -[9.491867,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/activi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9G\u001b[?25l"] -[9.508206,"o","\u001b[9G\u001b[?25l"] -[9.520517,"i","t"] -[9.522185,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/activit\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G"] -[9.522245,"o","\u001b[?25l"] -[9.537759,"o","\u001b[10G\u001b[?25l"] -[9.551285,"i","y"] -[9.552504,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/activity\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G\u001b[?25l"] -[9.568506,"o","\u001b[11G\u001b[?25l"] -[9.581795,"i","\r"] -[9.583902,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[9.583953,"o","\u001b[2A\u001b[2G\u001b[?25l"] -[9.589056,"o","\u001b[?25l"] -[9.602485,"o","\u001b[?2026h\u001b[14A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;5;153mactivity\u001b[39m\u001b[22m \u001b[38;5;145m›\u001b[39m \u001b[38;5;111martifact\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;5;145m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;111m›\u001b[39m \u001b[38;5;115m✓\u001b[39m \u001b[38;5;111martifact\u001b[39m\u001b[38;5;145m · system\u001b[39m \u001b[38;5;145m│\u001b[39m time: 2026-08-15T00:51:15.152Z \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;115m✓\u001b[39m \u001b[38;5;195mevent backend_start\u001b[39m\u001b[38;5;145m · system · seq\u001b[0m…\u001b[0m\u001b[38;5;145m│\u001b[39m run: run-000001 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;115m✓\u001b[39m \u001b[38;5;195madmitted\u001b[39m\u001b[38;5;145m · system · profile b6e862\u001b[0m…\u001b[0m\u001b[38;5;145m│\u001b[39m source event: run-000001:runtime:3 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;115m✓\u001b[39m \u001b[38;5;195mrun run-000001\u001b[39m\u001b[38;5;145m · run\u001b[39m \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m│\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;5;145m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m↑↓ select · PgUp/PgDn detail · home/end jump · ←/esc close · tab filter: all\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[9.602537,"o","\u001b[?25l"] -[10.482402,"i","\u001b[D"] -[10.485316,"o","\u001b[?25l"] -[10.486099,"o","\u001b[?2026h\u001b[17A\r\u001b[2K \u001b[38;5;111m› \u001b[39mWhich coding agent will handle my next task, and where will it run? \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Pi will run the task through Local CLI Bridge with gpt-5.6-luna. The Release engineer AgentProfile supplies its \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K instructions and permissions. Braid keeps the transcript, approvals, branches, and trace analysis. \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Release engineer\u001b[39m · \u001b[38;5;195mpi / openai-codex/gpt-5.6-luna\u001b[39m · \u001b[38;5;195mLocal CLI Bridge\u001b[39m · \u001b[38;5;195mhigh\u001b[39m \u001b[38;5;195min 1.3k\u001b[39m · \u001b[38;5;195mout 96\u001b[39m · \u001b[38;5;195m~$0.0026\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[10.486134,"o","\u001b[3A\u001b[2G\u001b[?25l"] -[10.833007,"i","/"] -[10.834319,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3G\u001b[?25l"] -[10.850285,"o","\u001b[?2026h\u001b[7A\r\u001b[2K\u001b[38;5;111m›\u001b[39m/\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;145m──────────────────────────────────────────────\u001b[39m\u001b[38;5;111m alt+enter newline · paste \u001b[39m\u001b[38;5;145m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;5;111m→ new Create an empty conversation\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K open\u001b[38;5;145m Search and open conversations\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K profile\u001b[38;5;145m Inspect, select, import, or edit a profile\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K connection\u001b[38;5;145m Inspect, create, test, select, or remove a connection\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K runner\u001b[38;5;145m Set the runner for this branch\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m (1/29)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[3G\u001b[?25l"] -[10.850376,"i","a"] -[10.85118,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4G\u001b[?25l"] -[10.866482,"o","\u001b[?2026h\u001b[4B\r\u001b[2K \u001b[1m\u001b[38;5;111m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K analyze\u001b[38;5;145m Run a named trace-analysis recipe\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K approve\u001b[38;5;145m unavailable — Interaction response is not exposed by the current runtime adapter\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K automate\u001b[38;5;145m unavailable — Interaction automation requires the shared response contract\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K activity\u001b[38;5;145m Open run, tool, worker, and usage activity\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m (1/10)\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[9A\u001b[4G\u001b[?25l"] -[10.868811,"i","s"] -[10.869936,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/as\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[5G"] -[10.869973,"o","\u001b[?25l"] -[10.885792,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m/as\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;145m──────────────────────────────────────────────\u001b[39m\u001b[38;5;111m alt+enter newline · paste \u001b[39m\u001b[38;5;145m───────────────────────────────────────────────\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[1m\u001b[38;5;111m→ ask Analyze a frozen run with citations\u001b[39m\u001b[22m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[4A\u001b[5G\u001b[?25l"] -[10.886958,"i","k"] -[10.888073,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[6G"] -[10.888099,"o","\u001b[?25l"] -[10.903806,"o","\u001b[6G\u001b[?25l"] -[10.90497,"i"," "] -[10.906132,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[7G\u001b[?25l"] -[10.922255,"o","\u001b[?2026h\r\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m/ask \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2A\u001b[7G\u001b[?25l"] -[10.922346,"i","W"] -[10.923222,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask W\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[10.923243,"o","\u001b[8G\u001b[?25l"] -[10.939165,"o","\u001b[8G\u001b[?25l"] -[10.940443,"i","h"] -[10.941643,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask Wh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[10.941678,"o","\u001b[9G\u001b[?25l"] -[10.958098,"o","\u001b[9G\u001b[?25l"] -[10.959297,"i","a"] -[10.960254,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask Wha\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[10G\u001b[?25l"] -[10.976396,"o","\u001b[10G\u001b[?25l"] -[10.97757,"i","t"] -[10.979015,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[11G"] -[10.979045,"o","\u001b[?25l"] -[10.995098,"o","\u001b[11G\u001b[?25l"] -[10.99626,"i"," "] -[10.997323,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[12G\u001b[?25l"] -[11.014764,"i","s"] -[11.016116,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What s\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[13G\u001b[?25l"] -[11.032204,"o","\u001b[13G\u001b[?25l"] -[11.033351,"i","h"] -[11.034447,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What sh\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[14G\u001b[?25l"] -[11.050626,"o","\u001b[14G\u001b[?25l"] -[11.051786,"i","o"] -[11.053438,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What sho\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[11.053484,"o","\u001b[15G\u001b[?25l"] -[11.069003,"o","\u001b[15G\u001b[?25l"] -[11.070179,"i","u"] -[11.071957,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What shou\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[16G\u001b[?25l"] -[11.08741,"o","\u001b[16G\u001b[?25l"] -[11.087493,"i","l"] -[11.088589,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What shoul\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[17G"] -[11.088785,"o","\u001b[?25l"] -[11.105287,"o","\u001b[17G\u001b[?25l"] -[11.1054,"i","d"] -[11.106878,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[11.106901,"o","\u001b[18G\u001b[?25l"] -[11.123357,"o","\u001b[18G\u001b[?25l"] -[11.123487,"i"," "] -[11.125249,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[19G\u001b[?25l"] -[11.141527,"i","t"] -[11.143183,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should t\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[20G\u001b[?25l"] -[11.159323,"o","\u001b[20G\u001b[?25l"] -[11.159435,"i","h"] -[11.16081,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should th\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[11.160837,"o","\u001b[21G\u001b[?25l"] -[11.177013,"o","\u001b[21G\u001b[?25l"] -[11.178221,"i","i"] -[11.179591,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should thi\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[22G\u001b[?25l"] -[11.195907,"o","\u001b[22G\u001b[?25l"] -[11.195997,"i","s"] -[11.196958,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[23G"] -[11.197105,"o","\u001b[?25l"] -[11.213242,"o","\u001b[23G\u001b[?25l"] -[11.213363,"i"," "] -[11.214539,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[24G\u001b[?25l"] -[11.231844,"i","a"] -[11.233259,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this a\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[25G"] -[11.233312,"o","\u001b[?25l"] -[11.249273,"o","\u001b[25G\u001b[?25l"] -[11.249367,"i","g"] -[11.250296,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this ag\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[26G\u001b[?25l"] -[11.265237,"o","\u001b[26G\u001b[?25l"] -[11.267624,"i","e"] -[11.268518,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this age\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[11.268533,"o","\u001b[27G\u001b[?25l"] -[11.284376,"o","\u001b[27G\u001b[?25l"] -[11.28551,"i","n"] -[11.286272,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agen\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[28G"] -[11.286282,"o","\u001b[?25l"] -[11.302602,"o","\u001b[28G\u001b[?25l"] -[11.30375,"i","t"] -[11.305097,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[11.305122,"o","\u001b[29G\u001b[?25l"] -[11.320858,"o","\u001b[29G\u001b[?25l"] -[11.321997,"i"," "] -[11.323003,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[30G\u001b[?25l"] -[11.340334,"i","i"] -[11.34172,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent i\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[31G"] -[11.341761,"o","\u001b[?25l"] -[11.357829,"o","\u001b[31G\u001b[?25l"] -[11.358991,"i","m"] -[11.360035,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent im\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[32G\u001b[?25l"] -[11.376161,"o","\u001b[32G\u001b[?25l"] -[11.377304,"i","p"] -[11.378079,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent imp\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[33G\u001b[?25l"] -[11.394082,"o","\u001b[33G\u001b[?25l"] -[11.396337,"i","r"] -[11.397597,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent impr\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[11.397622,"o","\u001b[34G\u001b[?25l"] -[11.414014,"o","\u001b[34G\u001b[?25l"] -[11.41516,"i","o"] -[11.416574,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent impro\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[35G"] -[11.416597,"o","\u001b[?25l"] -[11.432167,"o","\u001b[35G\u001b[?25l"] -[11.433334,"i","v"] -[11.434785,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent improv\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[11.434858,"o","\u001b[36G"] -[11.434899,"o","\u001b[?25l"] -[11.45055,"o","\u001b[36G\u001b[?25l"] -[11.451756,"i","e"] -[11.457098,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent improve\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[37G\u001b[?25l"] -[11.469591,"i"," "] -[11.471049,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent improve \u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[38G\u001b[?25l"] -[11.488418,"i","n"] -[11.489884,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent improve n\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[39G\u001b[?25l"] -[11.505985,"o","\u001b[39G\u001b[?25l"] -[11.507209,"i","e"] -[11.508598,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent improve ne\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[40G\u001b[?25l"] -[11.52476,"o","\u001b[40G\u001b[?25l"] -[11.52486,"i","x"] -[11.526156,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent improve nex\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[41G\u001b[?25l"] -[11.542126,"o","\u001b[41G\u001b[?25l"] -[11.543296,"i","t"] -[11.544963,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent improve next\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[42G\u001b[?25l"] -[11.560188,"o","\u001b[42G\u001b[?25l"] -[11.561459,"i","?"] -[11.562618,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m/ask What should this agent improve next?\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[43G\u001b[?25l"] -[11.579937,"i","\r"] -[11.581504,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] -[11.584042,"o","\u001b[?25l"] -[11.587719,"o","\u001b[?25l"] -[11.587768,"o","\u001b[?25l"] -[11.600091,"o","\u001b[?2026h\u001b[14A\r\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[1m\u001b[38;5;153manalyses\u001b[39m\u001b[22m \u001b[38;5;145m›\u001b[39m \u001b[38;5;111m/ask · frozen question\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;5;145m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145msource run run-000001 · Release engineer · pi · openai-codex/gpt-5.6-luna · Local CLI Bridge\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 source: a9ed803bccc9148…26b84d74 · frozen \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 analyst: profile-trace-reviewer · completed \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;111m── question\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 What should this agent improve next? \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;111m── findings\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 1. [1] The route was explicit, but the final answer did not cite its materialization receipt. · medium · confidence \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 0.93 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m↳ [1] runtime.route completed: Local CLI Bridge → Pi · event event-runtime-route\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 2. [2] Profile inspection and route resolution ran serially even though their inputs were independent. · low · \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 confidence 0.86 \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145m↳ [2] profile.inspect completed before runtime.route started · event event-profile-b…re-route\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;111m── next\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 next: ask a narrower question, or use /compare against another frozen run \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007\u001b[38;5;145m────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[0m\u001b]8;;\u0007 \u001b[38;5;145mPgUp/PgDn detail · ←/esc close · page 1/2 · tab filter: analyses\u001b[39m \u001b[0m\u001b]8;;\u0007\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[?25l"] -[11.610091,"o","\u001b[0m"] diff --git a/artifacts/verification/tui-audit/after/w6/raw/transcript-keyboard.cast b/artifacts/verification/tui-audit/after/w6/raw/transcript-keyboard.cast deleted file mode 100644 index 547b015..0000000 --- a/artifacts/verification/tui-audit/after/w6/raw/transcript-keyboard.cast +++ /dev/null @@ -1,68 +0,0 @@ -{"version":2,"width":80,"height":24,"timestamp":1786755084,"duration":2.113788,"idle_time_limit":1,"command":"packed braid --fixture deterministic","title":"Braid transcript keyboard navigation","env":{"TERM":"xterm-256color"},"stdin":true} -[0.433845,"o","\u001b[?2004h"] -[0.434119,"o","\u001b[>7u\u001b[?u\u001b[c"] -[0.434137,"o","\u001b[?1049h"] -[0.434149,"o","\u001b[2J\u001b[H"] -[0.43417,"o","\u001b[?25l"] -[0.447758,"o","\u001b[?2026h\u001b[2J\u001b[H\u001b[3J \u001b[0m\u001b]8;;\u0007\r\r\n Ask Braid starter anything. \u001b[0m\u001b]8;;\u0007\r\r\n \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;5;111m›\u001b[39m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mno connection\u001b[39m \u001b[38;5;115mready\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[0.447858,"o","\u001b[3A\u001b[2G\u001b[?25l"] -[0.472823,"o","\u001b]0;Braid — /home/drew/code/braid-goal-latest-wt\u0007"] -[0.477651,"o","\u001b[?2026h\u001b[19A\r\u001b[2K \u001b[38;5;145mAsk Braid starter anything.\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mfixture\u001b[39m \u001b[38;5;195mCtrl+P commands\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[0.47772,"o","\u001b[3A\u001b[2G\u001b[?25l"] -[0.484416,"i","keyboard-flow-01"] -[0.484514,"i","\r"] -[0.492864,"o","\u001b[2G\u001b[?25l"] -[0.545708,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-01 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;222mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;222m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m \u001b[38;5;222mworking · Ctrl+C cancel\u001b[39m · \u001b[38;5;195mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] -[0.612266,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[38;5;145m· run result\u001b[39m\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-01 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mfixture\u001b[39m \u001b[38;5;195mCtrl+E detail\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[0.706528,"i","keyboard-flow-02"] -[0.706612,"i","\r"] -[0.711774,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mkeyboard-flow-02\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[0.714152,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G"] -[0.714205,"o","\u001b[?25l"] -[0.732766,"o","\u001b[?2026h\u001b[16A\r\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;222mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;222m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m \u001b[38;5;222mworking · Ctrl+C cancel\u001b[39m · \u001b[38;5;195mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] -[0.799746,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[38;5;145m· run result\u001b[39m 1/2\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-01 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 2/2\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mfixture\u001b[39m \u001b[38;5;195mCtrl+E next detail (2/2)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[0.889264,"i","keyboard-flow-03"] -[0.889358,"i","\r"] -[0.891769,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mkeyboard-flow-03\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[0.894557,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] -[0.920097,"o","\u001b[?2026h\u001b[12A\r\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;222mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;222m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m \u001b[38;5;222mworking · Ctrl+C cancel\u001b[39m · \u001b[38;5;195mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] -[0.986898,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[38;5;145m· run result\u001b[39m 1/3\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-01 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 2/3\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 3/3\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mfixture\u001b[39m \u001b[38;5;195mCtrl+E next detail (3/3)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[1.071064,"i","keyboard-flow-04"] -[1.071162,"i","\r"] -[1.073321,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mkeyboard-flow-04\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[1.075397,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G"] -[1.075422,"o","\u001b[?25l"] -[1.095243,"o","\u001b[?2026h\u001b[8A\r\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;222mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;222m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m \u001b[38;5;222mworking · Ctrl+C cancel\u001b[39m · \u001b[38;5;195mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] -[1.156584,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[38;5;145m· run result\u001b[39m 1/4\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-01 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 2/4\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 3/4\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 4/4\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mfixture\u001b[39m \u001b[38;5;195mCtrl+E next detail (4/4)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G"] -[1.156666,"o","\u001b[?25l"] -[1.251753,"i","keyboard-flow-05"] -[1.251835,"i","\r"] -[1.254114,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mkeyboard-flow-05\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[1.256268,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] -[1.273394,"o","\u001b[?2026h\u001b[4A\r\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;222mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;222m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m \u001b[38;5;222mworking · Ctrl+C cancel\u001b[39m · \u001b[38;5;195mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] -[1.33897,"o","\u001b[?2026h\u001b[18A\r\u001b[2K \u001b[38;5;145m· run result\u001b[39m 1/5\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-01 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 2/5\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 3/5\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 4/5\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 5/5\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mfixture\u001b[39m \u001b[38;5;195mCtrl+E next detail (5/5)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[1.433072,"i","keyboard-flow-06"] -[1.43317,"i","\r"] -[1.43605,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mkeyboard-flow-06\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[1.43867,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] -[1.46195,"o","\u001b[?2026h\u001b[20A\r\u001b[2K Fixture response through pi: keyboard-flow-01 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 2/5\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 3/5\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 4/5\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 5/5\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;222mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;222m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m \u001b[38;5;222mworking · Ctrl+C cancel\u001b[39m · \u001b[38;5;195mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] -[1.528949,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 2/6\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 3/6\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 4/6\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 5/6\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 6/6\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mfixture\u001b[39m \u001b[38;5;195mCtrl+E next detail (6/6)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[1.614948,"i","keyboard-flow-07"] -[1.615021,"i","\r"] -[1.619161,"o","\u001b[2G\u001b[?25l"] -[1.642087,"o","\u001b[?2026h\u001b[20A\r\u001b[2K Fixture response through pi: keyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 3/6\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 4/6\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 5/6\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 6/6\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-07 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;222mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;222m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m \u001b[38;5;222mworking · Ctrl+C cancel\u001b[39m · \u001b[38;5;195mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] -[1.710578,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 3/7\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 4/7\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 5/7\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 6/7\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-07 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 7/7\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-07 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mfixture\u001b[39m \u001b[38;5;195mCtrl+E next detail (7/7)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[1.797126,"i","keyboard-flow-08"] -[1.797231,"i","\r"] -[1.799404,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39mkeyboard-flow-08\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[18G\u001b[?25l"] -[1.803637,"o","\u001b[?2026h\r\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[2G\u001b[?25l"] -[1.83568,"o","\u001b[?2026h\u001b[20A\r\u001b[2K Fixture response through pi: keyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 4/7\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 5/7\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 6/7\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-07 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 7/7\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-07 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-08 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;222mworking…\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;222m› queue #1\u001b[39m \u001b[7m \u001b[0m \u001b[0m\u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m \u001b[38;5;222mworking · Ctrl+C cancel\u001b[39m · \u001b[38;5;195mEnter queues\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[12G\u001b[?25l"] -[1.924251,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 4/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 5/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 6/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-07 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 7/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-07 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-08 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 8/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-08 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mfixture\u001b[39m \u001b[38;5;195mCtrl+E next detail (8/8)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[2.019401,"i","\u001b[5~"] -[2.019492,"i","\u001b[1;3H"] -[2.024301,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-01 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 1/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-01 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 2/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-02 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 3/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-03 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 4/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 5/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m \u001b[38;5;195mPgUp/PgDn history · End follow\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l\u001b[3A\u001b[2G\u001b[?25l"] -[2.100397,"i","\u001b[6~"] -[2.100471,"i","\u001b[1;3F"] -[2.103746,"o","\u001b[?2026h\u001b[20A\r\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 4/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-04 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 5/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-05 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 6/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-06 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-07 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 7/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-07 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;111m› \u001b[39mkeyboard-flow-08 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[38;5;145m· run result\u001b[39m 8/8\u001b[38;5;145m · Ctrl+E details\u001b[39m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K Fixture response through pi: keyboard-flow-08 \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;111m›\u001b[39m\u001b[7m \u001b[0m \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K \u001b[0m\u001b]8;;\u0007\r\r\n\u001b[2K\u001b[38;5;195mprofile Braid starter\u001b[39m · \u001b[38;5;195mpi / deterministic\u001b[39m · \u001b[38;5;195mfixture\u001b[39m \u001b[38;5;195mCtrl+E next detail (8/8)\u001b[39m\u001b[0m\u001b]8;;\u0007\u001b[?2026l"] -[2.103788,"o","\u001b[3A\u001b[2G\u001b[?25l"] -[2.113788,"o","\u001b[0m"] diff --git a/artifacts/verification/tui-audit/after/w6/states/active-streaming.json b/artifacts/verification/tui-audit/after/w6/states/active-streaming.json deleted file mode 100644 index bcb40a5..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/active-streaming.json +++ /dev/null @@ -1,750 +0,0 @@ -{ - "schemaVersion": 2, - "state": "active-streaming", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 5, - "frame": " › W6 active streaming\n\n working…\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n› queue #1\n\n\nprofile Braid starter working · Ctrl+C cancel · Enter queues\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 5, - "sequence": 5, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [ - { - "id": "message-000003", - "role": "user", - "text": "W6 active streaming", - "status": "complete", - "runId": "run-000001", - "parts": [ - { - "id": "part-message-000003", - "kind": "text", - "text": "W6 active streaming" - } - ] - }, - { - "id": "message-000004", - "role": "assistant", - "text": "", - "status": "streaming", - "runId": "run-000001", - "parts": [] - } - ], - "runs": [ - { - "id": "run-000001", - "turnId": "turn-000002", - "operationId": "op-terminal-000002", - "status": "streaming", - "inputTokens": 0, - "outputTokens": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "model": "fixture/deterministic", - "provider": "agent-runtime", - "runner": "pi", - "completeness": "incomplete", - "materializationDigest": "46c7162244a3aa789bd2703e2805a3faa0da1a87d83d97484fa26294a0b00671" - } - ], - "sessionUsage": { - "turns": { - "sourceCount": 1, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 1, - "unknownCostSources": 1, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 1, - "unknownLatencySources": 1 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": "run-000001", - "lastError": null - }, - "view": { - "revision": 5, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "running", - "statusText": "streaming", - "queueCount": 0, - "queue": [], - "messages": [ - { - "id": "message-000003", - "role": "user", - "text": "W6 active streaming", - "status": "complete", - "runId": "run-000001", - "parts": [ - { - "id": "part-message-000003", - "kind": "text", - "text": "W6 active streaming" - } - ] - }, - { - "id": "message-000004", - "role": "assistant", - "text": "", - "status": "streaming", - "runId": "run-000001", - "parts": [] - } - ], - "hiddenMessageCount": 0, - "runs": [ - { - "id": "run-000001", - "turnId": "turn-000002", - "conversationId": "conv-1", - "branchId": "branch-1", - "operationId": "op-terminal-000002", - "status": "running", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "model": "fixture/deterministic", - "effort": "none", - "usage": { - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "model": "fixture/deterministic" - }, - "runner": "pi", - "provider": "agent-runtime", - "completeness": "incomplete" - } - ], - "sessionUsage": { - "turns": { - "sourceCount": 1, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 1, - "unknownCostSources": 1, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 1, - "unknownLatencySources": 1 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "activeRunId": "run-000001", - "interactions": [], - "activity": [ - { - "id": "run:run-000001", - "kind": "run", - "title": "run run-000001", - "status": "running", - "startedAt": "2026-08-01T00:00:00.000Z", - "occurredAt": "2026-08-01T00:00:00.000Z", - "runId": "run-000001", - "entityType": "run", - "entityId": "run-000001" - }, - { - "id": "activity:run-000001:admission:local:admitted", - "kind": "system", - "title": "admitted", - "status": "running", - "detail": "profile 44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "occurredAt": "2026-08-01T00:00:00.000Z", - "runId": "run-000001", - "entityType": "run", - "entityId": "run-000001" - }, - { - "id": "event:run-000001:run-000001:runtime:1", - "kind": "system", - "title": "event backend_start", - "status": "running", - "detail": "sequence 1", - "occurredAt": "2026-08-15T00:50:44.958Z", - "sourceEventId": "run-000001:runtime:1", - "runId": "run-000001", - "entityType": "run", - "entityId": "run-000001" - } - ], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "turn-000002", - "type": "turn", - "title": "Turn", - "status": "running", - "depth": 2, - "edgeLabel": "continued", - "parentIds": [ - "branch:branch-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "run-000001", - "type": "run", - "title": "Run", - "status": "running", - "depth": 3, - "edgeLabel": "attached", - "parentIds": [ - "turn:turn-000002" - ], - "runner": "pi", - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [], - "details": { - "title": "run run-000001", - "fields": [ - { - "label": "status", - "value": "streaming" - }, - { - "label": "input tokens", - "value": "0" - }, - { - "label": "output tokens", - "value": "0" - }, - { - "label": "model", - "value": "fixture/deterministic" - } - ] - }, - "capabilities": { - "conversation.create": { - "available": false, - "source": "application", - "reason": "Finish or cancel the active run first" - }, - "conversation.open": { - "available": false, - "source": "application", - "reason": "Finish or cancel the active run first" - }, - "run.runner": { - "available": false, - "source": "application", - "reason": "Finish or cancel the active run first" - }, - "run.model": { - "available": false, - "source": "application", - "reason": "Finish or cancel the active run first" - }, - "run.effort": { - "available": false, - "source": "application", - "reason": "Finish or cancel the active run first" - }, - "conversation.branch": { - "available": false, - "source": "application", - "reason": "Finish or cancel the active run first" - }, - "conversation.clone": { - "available": false, - "source": "application", - "reason": "Finish or cancel the active run first" - }, - "conversation.fork": { - "available": false, - "source": "application", - "reason": "Finish or cancel the active run first" - }, - "analysis.ask": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.recipe": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.compare": { - "available": false, - "source": "application", - "reason": "Two completed or failed runs are required for comparison" - }, - "interaction.respond": { - "available": false, - "source": "runtime", - "reason": "Interaction response is not exposed by the current runtime adapter" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": false, - "source": "application", - "reason": "Finish or cancel the active run first" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": false, - "source": "application", - "reason": "A run is already active" - }, - "run.cancel": { - "available": true, - "source": "runtime" - }, - "run.queue": { - "available": true, - "source": "provider" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "The current runtime does not report steering support" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "The current runtime does not report detach support" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "Detach the active run before reconnecting it" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "Detach the active run before reconciling it" - } - }, - "draft": "", - "selectedSurface": "transcript", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - } - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - }, - { - "sequence": 2, - "revision": 2, - "kind": "draft.recorded", - "payload": { - "value": { - "kind": "draft.recorded", - "draft": { - "id": "draft-branch-1", - "branchId": "branch-1", - "text": "W6 active streaming", - "updatedAt": "2026-08-01T00:00:00.000Z" - }, - "operation": { - "id": "op-terminal-000001", - "kind": "draft-update", - "requestDigest": "e369d7f9b610550ecb42a6bbf159ab66d5e84156f3d6cd0d693d40047e8e63b5", - "status": "acknowledged", - "target": { - "kind": "branch", - "id": "branch-1" - }, - "createdAt": "2026-08-01T00:00:00.000Z", - "updatedAt": "2026-08-01T00:00:00.000Z", - "acknowledgedAt": "2026-08-01T00:00:00.000Z" - } - } - } - }, - { - "sequence": 3, - "revision": 3, - "kind": "run.requested", - "payload": { - "runId": "run-000001", - "text": "W6 active streaming", - "admission": { - "version": 1, - "runId": "run-000001", - "turnId": "turn-000002", - "operationId": "op-terminal-000002", - "conversationId": "conv-1", - "branchId": "branch-1", - "admittedAt": "2026-08-01T00:00:00.000Z", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "requested": { - "text": "W6 active streaming", - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - }, - "harness": "pi" - }, - "model": "fixture/deterministic", - "runner": "pi" - }, - "capabilities": { - "streaming": { - "live": true, - "replay": false, - "detach": false, - "turnIdempotency": true - }, - "sessions": { - "continue": false, - "messages": false - }, - "controls": { - "cancel": true, - "steer": false, - "queue": true, - "status": false, - "recreate": false - }, - "events": { - "stableIdentity": false, - "sequence": true, - "cursor": false - }, - "usage": true - }, - "provider": "agent-runtime", - "materializationReceipt": { - "backendKind": "executor", - "provider": "agent-runtime" - }, - "admissionStatus": "admitted", - "requestDigest": "3c7b454961e6fcf430e049567bd0f429517909faa89f8a05f3446046f7a55e39", - "capabilitiesDigest": "93c4c21593f9e2fa1fe68ce73da84f48c173f1e13269633678b512a16a81a001", - "materializationDigest": "46c7162244a3aa789bd2703e2805a3faa0da1a87d83d97484fa26294a0b00671", - "digest": "e0e2a2c27f92cbb77fc1449a50044630d9b08bfb42f04aaf06f2d8a12a32875f" - }, - "status": "admitted" - } - }, - { - "sequence": 4, - "revision": 4, - "kind": "effect.upserted", - "payload": { - "value": { - "kind": "effect.upserted", - "effect": { - "id": "effect-op-terminal-000002-541f881d74096c030fdf1730", - "operationId": "op-terminal-000002", - "effectKind": "run.execute", - "requestDigest": "541f881d74096c030fdf1730e241911a0553029fc36d0a58d227595060e6a47e", - "kind": "send", - "status": "pending", - "attempt": 1, - "createdAt": "2026-08-01T00:00:00.000Z", - "updatedAt": "2026-08-01T00:00:00.000Z" - } - } - } - }, - { - "sequence": 5, - "revision": 5, - "kind": "run.provider.event", - "payload": { - "runId": "run-000001", - "source": { - "eventId": "run-000001:runtime:1", - "providerSequence": 1, - "occurredAt": "2026-08-15T00:50:44.958Z", - "receivedAt": "2026-08-01T00:00:00.000Z" - }, - "unknown": { - "type": "backend_start", - "task": { - "id": "turn-bd010abd-f9a8-4d8d-8b2f-54966627b1a2", - "intent": "W6 active streaming", - "metadata": { - "identity": { - "profileDigest": "sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983", - "taskDigest": "sha256:3ce61a40a3cd4e7f777080a96e3df6dac9a740154c2d4ea7c6893f65eab607d5" - } - } - }, - "session": { - "id": "6f4d3c33-8485-4915-b3ae-054f9fe66b45", - "backend": "executor", - "status": "active", - "createdAt": "2026-08-15T00:50:44.958Z", - "updatedAt": "2026-08-15T00:50:44.958Z", - "metadata": "[unavailable]" - }, - "backend": "router", - "metadata": { - "identity": { - "profileDigest": "sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983", - "taskDigest": "sha256:3ce61a40a3cd4e7f777080a96e3df6dac9a740154c2d4ea7c6893f65eab607d5" - }, - "materialization": { - "status": "known", - "authoredProfileDigest": "sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983", - "effectiveProfileDigest": "sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983", - "materializationPlanDigest": "sha256:00acc9b6378f74a84629ea6c26f6e800d054bc04588a1daba8d1924b79792478", - "runtime": "router", - "backend": "router", - "model": { - "status": "known", - "id": "fixture/deterministic" - }, - "execution": { - "kind": "request", - "id": "turn-bd010abd-f9a8-4d8d-8b2f-54966627b1a2" - }, - "materializer": "router-prompt-model" - }, - "executionBindings": [ - { - "status": "known", - "attemptId": "turn-bd010abd-f9a8-4d8d-8b2f-54966627b1a2:attempt:4f2c8d0a-f5f1-4ac1-81c3-26c0877fe0b6", - "materializationReceiptDigest": "sha256:1a98867b5e312dc1b940da7353d26997a9cc2cb26d66148b192b5088749be51c", - "bindingDigest": "sha256:c4996bfe068387967b304fe000288433af6c0385a763096943a800215cefb498", - "descriptor": { - "kind": "router-request", - "transport": "http", - "backend": "router" - } - } - ], - "budget": { - "timeoutMs": null - }, - "timing": { - "startedAt": "2026-08-15T00:50:44.956Z" - } - }, - "timestamp": "2026-08-15T00:50:44.958Z" - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/active-streaming.png b/artifacts/verification/tui-audit/after/w6/states/active-streaming.png deleted file mode 100644 index 9f9ade4..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/active-streaming.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/active-streaming.txt b/artifacts/verification/tui-audit/after/w6/states/active-streaming.txt deleted file mode 100644 index 5aab693..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/active-streaming.txt +++ /dev/null @@ -1,24 +0,0 @@ - › W6 active streaming - - working… - - - - - - - - - - - - - - - - - -› queue #1 - - -profile Braid starter working · Ctrl+C cancel · Enter queues diff --git a/artifacts/verification/tui-audit/after/w6/states/analysis.json b/artifacts/verification/tui-audit/after/w6/states/analysis.json deleted file mode 100644 index 34dcad5..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/analysis.json +++ /dev/null @@ -1,422 +0,0 @@ -{ - "schemaVersion": 2, - "state": "analysis", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 1, - "frame": " analyses › /ask · frozen question Braid starter · pi · fixture/deterministic\n────────────────────────────────────────────────────────────────────────────────\n source: da8ae2345b2c17a…7c9190eb · frozen\n analyst: profile-trace-reviewer · completed\n ── question\n Where did this run waste time, and what should change?\n ── findings\n 1. [1] Profile inspection and route resolution ran serially although their\n inputs were independent. · medium · confidence 0.94\n ↳ [1] profile.inspect completed before runtime.route started · event\n event-runtime-r…te-start\n 2. [2] The answer claimed success before the packaged terminal check completed.\n · high · confidence 0.88\n ↳ [2] package check started; no terminal result was recorded · event\n event-package-c…ck-start\n ── next\n next: ask a narrower question, or use /compare against another\n frozen run\n ── model use\n Model calls were not reported.\n ── run receipt\n source complete: yes\n────────────────────────────────────────────────────────────────────────────────\n ↑↓ previous/next · PgUp/PgDn page · ←/esc back · page 1/2 · tab filter: analys…\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 1, - "sequence": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [], - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": null, - "lastError": null - }, - "view": { - "revision": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "empty", - "statusText": "Analysis complete: 2 cited findings", - "queueCount": 0, - "queue": [], - "messages": [], - "hiddenMessageCount": 0, - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "activity": [ - { - "id": "analysis:analysis-fixture-1", - "kind": "analysis", - "title": "/ask · frozen question", - "status": "complete", - "detail": "Where did this run waste time, and what should change?", - "occurredAt": "2026-08-04T04:00:01.240Z", - "runId": "run-cli-bridge-reconnect", - "entityType": "analysis", - "entityId": "analysis-fixture-1" - } - ], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [ - { - "entityType": "analysis", - "entityId": "analysis-fixture-1", - "title": "/ask · frozen question", - "status": "completed", - "lines": [ - "source: da8ae2345b2c17a…7c9190eb · frozen", - "analyst: profile-trace-reviewer · completed", - "── question", - "Where did this run waste time, and what should change?", - "── findings", - "1. [1] Profile inspection and route resolution ran serially although their inputs were independent. · medium · confidence 0.94", - "↳ [1] profile.inspect completed before runtime.route started · event event-runtime-r…te-start", - "2. [2] The answer claimed success before the packaged terminal check completed. · high · confidence 0.88", - "↳ [2] package check started; no terminal result was recorded · event event-package-c…ck-start", - "── next", - "next: ask a narrower question, or use /compare against another frozen run", - "── model use", - "Model calls were not reported.", - "── run receipt", - "source complete: yes", - "findings: 2", - "analysis cost: $0.0048", - "analysis time: 1240ms" - ], - "analysisFindingCount": 2, - "analysisSupportedFindingCount": 2, - "analysisCitationSupport": "unavailable", - "analysisExecution": { - "observedModels": [], - "wallTimeMs": 1240 - } - } - ], - "capabilities": { - "conversation.create": { - "available": true, - "source": "application" - }, - "conversation.open": { - "available": true, - "source": "application" - }, - "run.runner": { - "available": true, - "source": "application" - }, - "run.model": { - "available": true, - "source": "application" - }, - "run.effort": { - "available": true, - "source": "application" - }, - "conversation.branch": { - "available": true, - "source": "application" - }, - "conversation.clone": { - "available": true, - "source": "application" - }, - "conversation.fork": { - "available": true, - "source": "application" - }, - "analysis.ask": { - "available": true, - "source": "application" - }, - "analysis.recipe": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.compare": { - "available": false, - "source": "application", - "reason": "Two completed or failed runs are required for comparison" - }, - "interaction.respond": { - "available": false, - "source": "runtime", - "reason": "Interaction response is not exposed by the current runtime adapter" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": true, - "source": "application" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": true, - "source": "provider" - }, - "run.cancel": { - "available": false, - "source": "runtime", - "reason": "There is no active run to cancel" - }, - "run.queue": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconnect" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconcile" - } - }, - "draft": "", - "selectedSurface": "transcript", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - }, - "notice": "Analysis complete: 2 cited findings" - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/analysis.png b/artifacts/verification/tui-audit/after/w6/states/analysis.png deleted file mode 100644 index fcfb99c..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/analysis.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/analysis.txt b/artifacts/verification/tui-audit/after/w6/states/analysis.txt deleted file mode 100644 index ef8599d..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/analysis.txt +++ /dev/null @@ -1,24 +0,0 @@ - analyses › /ask · frozen question Braid starter · pi · fixture/deterministic -──────────────────────────────────────────────────────────────────────────────── - source: da8ae2345b2c17a…7c9190eb · frozen - analyst: profile-trace-reviewer · completed - ── question - Where did this run waste time, and what should change? - ── findings - 1. [1] Profile inspection and route resolution ran serially although their - inputs were independent. · medium · confidence 0.94 - ↳ [1] profile.inspect completed before runtime.route started · event - event-runtime-r…te-start - 2. [2] The answer claimed success before the packaged terminal check completed. - · high · confidence 0.88 - ↳ [2] package check started; no terminal result was recorded · event - event-package-c…ck-start - ── next - next: ask a narrower question, or use /compare against another - frozen run - ── model use - Model calls were not reported. - ── run receipt - source complete: yes -──────────────────────────────────────────────────────────────────────────────── - ↑↓ previous/next · PgUp/PgDn page · ←/esc back · page 1/2 · tab filter: analys… diff --git a/artifacts/verification/tui-audit/after/w6/states/automation.json b/artifacts/verification/tui-audit/after/w6/states/automation.json deleted file mode 100644 index 97a9b1c..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/automation.json +++ /dev/null @@ -1,377 +0,0 @@ -{ - "schemaVersion": 2, - "state": "automation", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 1, - "frame": "\n Ask Braid starter anything.\n\n\n\n\n\n\n\n automation rules\n ──────────────────────────────────────────────────────────────────────\n No saved automation rules\n ──────────────────────────────────────────────────────────────────────\n create from a pending request with Alt+A · esc close\n\n\n\n\n\n\n\n\n\nNo automation rules\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 1, - "sequence": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [], - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": null, - "lastError": null - }, - "view": { - "revision": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "empty", - "statusText": "No automation rules", - "queueCount": 0, - "queue": [], - "messages": [], - "hiddenMessageCount": 0, - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "activity": [], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [], - "capabilities": { - "conversation.create": { - "available": true, - "source": "application" - }, - "conversation.open": { - "available": true, - "source": "application" - }, - "run.runner": { - "available": true, - "source": "application" - }, - "run.model": { - "available": true, - "source": "application" - }, - "run.effort": { - "available": true, - "source": "application" - }, - "conversation.branch": { - "available": true, - "source": "application" - }, - "conversation.clone": { - "available": true, - "source": "application" - }, - "conversation.fork": { - "available": true, - "source": "application" - }, - "analysis.ask": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.recipe": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.compare": { - "available": false, - "source": "application", - "reason": "Two completed or failed runs are required for comparison" - }, - "interaction.respond": { - "available": false, - "source": "runtime", - "reason": "Interaction response is not exposed by the current runtime adapter" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": true, - "source": "application" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": true, - "source": "provider" - }, - "run.cancel": { - "available": false, - "source": "runtime", - "reason": "There is no active run to cancel" - }, - "run.queue": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconnect" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconcile" - } - }, - "draft": "", - "selectedSurface": "transcript", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - }, - "notice": "No automation rules" - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/automation.png b/artifacts/verification/tui-audit/after/w6/states/automation.png deleted file mode 100644 index f86bba8..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/automation.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/automation.txt b/artifacts/verification/tui-audit/after/w6/states/automation.txt deleted file mode 100644 index 4bc0c2a..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/automation.txt +++ /dev/null @@ -1,24 +0,0 @@ - - Ask Braid starter anything. - - - - - - - - automation rules - ────────────────────────────────────────────────────────────────────── - No saved automation rules - ────────────────────────────────────────────────────────────────────── - create from a pending request with Alt+A · esc close - - - - - - - - - -No automation rules diff --git a/artifacts/verification/tui-audit/after/w6/states/comparison.json b/artifacts/verification/tui-audit/after/w6/states/comparison.json deleted file mode 100644 index 56cfdef..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/comparison.json +++ /dev/null @@ -1,464 +0,0 @@ -{ - "schemaVersion": 2, - "state": "comparison", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 1, - "frame": " analyses › /compare · frozen runs Braid starter · pi · fixture/deterministic\n────────────────────────────────────────────────────────────────────────────────\n saved result: replayed from the local journal\n baseline run: run-route-serial\n baseline source: 9ee7d219c8b0092…8c519924\n baseline outcome: completed · cost: 0.014 · source: frozen run field\n run.cost_usd\n candidate run: run-route-parallel\n candidate source: 0328e6889082b14…86b0ff3d\n candidate outcome: completed · cost: 0.009 · source: frozen run field\n run.cost_usd\n sample: 1 paired · 0 baseline-only · 0 candidate-only\n ! One pair is descriptive; it cannot support a reliable general conclusion.\n captured fields · baseline | candidate | availability\n run.status: completed | completed | none\n run.cost_usd: 0.014 | 0.009 | none\n run.wall_time_ms: 18200 | 12100 | none\n run.input_tokens: 7420 | 6910 | none\n paired measurements · candidate minus baseline where applicable\n paired.correctness.b01: 0\n paired.correctness.b10: 0\n paired.correctness.mcnemar.b: 0\n────────────────────────────────────────────────────────────────────────────────\n ↑↓ previous/next · PgUp/PgDn page · ←/esc back · page 1/4 · tab filter: analys…\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 1, - "sequence": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [], - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": null, - "lastError": null - }, - "view": { - "revision": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "empty", - "statusText": "Comparison complete: 1 paired run", - "queueCount": 0, - "queue": [], - "messages": [], - "hiddenMessageCount": 0, - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "activity": [ - { - "id": "analysis:analysis-fixture-comparison", - "kind": "analysis", - "title": "/compare · frozen runs", - "status": "complete", - "entityType": "analysis", - "entityId": "analysis-fixture-comparison" - } - ], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [ - { - "entityType": "analysis", - "entityId": "analysis-fixture-comparison", - "title": "/compare · frozen runs", - "status": "completed", - "lines": [ - "saved result: replayed from the local journal", - "baseline run: run-route-serial", - "baseline source: 9ee7d219c8b0092…8c519924", - "baseline outcome: completed · cost: 0.014 · source: frozen run field run.cost_usd", - "candidate run: run-route-parallel", - "candidate source: 0328e6889082b14…86b0ff3d", - "candidate outcome: completed · cost: 0.009 · source: frozen run field run.cost_usd", - "sample: 1 paired · 0 baseline-only · 0 candidate-only", - "! One pair is descriptive; it cannot support a reliable general conclusion.", - "captured fields · baseline | candidate | availability", - "run.status: completed | completed | none", - "run.cost_usd: 0.014 | 0.009 | none", - "run.wall_time_ms: 18200 | 12100 | none", - "run.input_tokens: 7420 | 6910 | none", - "paired measurements · candidate minus baseline where applicable", - "paired.correctness.b01: 0", - "paired.correctness.b10: 0", - "paired.correctness.mcnemar.b: 0", - "paired.correctness.mcnemar.c: 0", - "paired.correctness.mcnemar.n: 1", - "paired.correctness.mcnemar.nDiscordant: 0", - "paired.correctness.mcnemar.pValue: 1", - "paired.correctness.mcnemar.statistic: 0", - "paired.correctness.riskDifference.b: 0", - "paired.correctness.riskDifference.c: 0", - "paired.correctness.riskDifference.confidence: 0.95", - "paired.correctness.riskDifference.lower: 0", - "paired.correctness.riskDifference.n: 1", - "paired.correctness.riskDifference.riskDifference: 0", - "paired.correctness.riskDifference.upper: 0", - "paired.metricDeltas[0].bootstrapCi.confidence: 0.95", - "paired.metricDeltas[0].bootstrapCi.gateEligible: false", - "paired.metricDeltas[0].bootstrapCi.high: -0.005", - "paired.metricDeltas[0].bootstrapCi.low: -0.005", - "paired.metricDeltas[0].bootstrapCi.mean: -0.005", - "paired.metricDeltas[0].bootstrapCi.median: -0.005", - "paired.metricDeltas[0].bootstrapCi.n: 1", - "paired.metricDeltas[0].bootstrapCi.resamples: 2000", - "paired.metricDeltas[0].meanDelta: -0.005", - "paired.metricDeltas[0].medianDelta: -0.005", - "paired.metricDeltas[0].n: 1", - "paired.metricDeltas[0].name: cost_usd", - "paired.metricDeltas[0].nMissing: 0", - "paired.metricDeltas[0].wilcoxon.method: exact", - "paired.metricDeltas[0].wilcoxon.nNonZero: 1", - "paired.metricDeltas[0].wilcoxon.p: 1", - "paired.metricDeltas[0].wilcoxon.pFloor: 1", - "paired.metricDeltas[0].wilcoxon.w: 0", - "paired.metricDeltas[1].bootstrapCi.confidence: 0.95", - "paired.metricDeltas[1].bootstrapCi.gateEligible: false", - "paired.metricDeltas[1].bootstrapCi.high: -6100", - "paired.metricDeltas[1].bootstrapCi.low: -6100", - "paired.metricDeltas[1].bootstrapCi.mean: -6100", - "paired.metricDeltas[1].bootstrapCi.median: -6100", - "paired.metricDeltas[1].bootstrapCi.n: 1", - "paired.metricDeltas[1].bootstrapCi.resamples: 2000", - "paired.metricDeltas[1].meanDelta: -6100", - "paired.metricDeltas[1].medianDelta: -6100", - "paired.metricDeltas[1].n: 1", - "paired.metricDeltas[1].name: latency_ms", - "paired.metricDeltas[1].nMissing: 0", - "paired.metricDeltas[1].wilcoxon.method: exact", - "paired.metricDeltas[1].wilcoxon.nNonZero: 1", - "paired.metricDeltas[1].wilcoxon.p: 1", - "paired.metricDeltas[1].wilcoxon.pFloor: 1", - "paired.metricDeltas[1].wilcoxon.w: 0", - "paired.nPairs: 1", - "paired.nUnpairedBaseline: 0", - "paired.nUnpairedTreatment: 0", - "semantic review: unavailable · One saved pair is descriptive; semantic review was not requested." - ] - } - ], - "capabilities": { - "conversation.create": { - "available": true, - "source": "application" - }, - "conversation.open": { - "available": true, - "source": "application" - }, - "run.runner": { - "available": true, - "source": "application" - }, - "run.model": { - "available": true, - "source": "application" - }, - "run.effort": { - "available": true, - "source": "application" - }, - "conversation.branch": { - "available": true, - "source": "application" - }, - "conversation.clone": { - "available": true, - "source": "application" - }, - "conversation.fork": { - "available": true, - "source": "application" - }, - "analysis.ask": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.recipe": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.compare": { - "available": true, - "source": "application" - }, - "interaction.respond": { - "available": false, - "source": "runtime", - "reason": "Interaction response is not exposed by the current runtime adapter" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": true, - "source": "application" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": true, - "source": "provider" - }, - "run.cancel": { - "available": false, - "source": "runtime", - "reason": "There is no active run to cancel" - }, - "run.queue": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconnect" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconcile" - } - }, - "draft": "", - "selectedSurface": "transcript", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - }, - "notice": "Comparison complete: 1 paired run" - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/comparison.png b/artifacts/verification/tui-audit/after/w6/states/comparison.png deleted file mode 100644 index 446e504..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/comparison.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/comparison.txt b/artifacts/verification/tui-audit/after/w6/states/comparison.txt deleted file mode 100644 index 0d672f8..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/comparison.txt +++ /dev/null @@ -1,24 +0,0 @@ - analyses › /compare · frozen runs Braid starter · pi · fixture/deterministic -──────────────────────────────────────────────────────────────────────────────── - saved result: replayed from the local journal - baseline run: run-route-serial - baseline source: 9ee7d219c8b0092…8c519924 - baseline outcome: completed · cost: 0.014 · source: frozen run field - run.cost_usd - candidate run: run-route-parallel - candidate source: 0328e6889082b14…86b0ff3d - candidate outcome: completed · cost: 0.009 · source: frozen run field - run.cost_usd - sample: 1 paired · 0 baseline-only · 0 candidate-only - ! One pair is descriptive; it cannot support a reliable general conclusion. - captured fields · baseline | candidate | availability - run.status: completed | completed | none - run.cost_usd: 0.014 | 0.009 | none - run.wall_time_ms: 18200 | 12100 | none - run.input_tokens: 7420 | 6910 | none - paired measurements · candidate minus baseline where applicable - paired.correctness.b01: 0 - paired.correctness.b10: 0 - paired.correctness.mcnemar.b: 0 -──────────────────────────────────────────────────────────────────────────────── - ↑↓ previous/next · PgUp/PgDn page · ←/esc back · page 1/4 · tab filter: analys… diff --git a/artifacts/verification/tui-audit/after/w6/states/empty.json b/artifacts/verification/tui-audit/after/w6/states/empty.json deleted file mode 100644 index 07c652b..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/empty.json +++ /dev/null @@ -1,376 +0,0 @@ -{ - "schemaVersion": 2, - "state": "empty", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 1, - "frame": "\n Ask Braid starter anything.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n›\n\n\nprofile Braid starter · pi / deterministic · fixture Ctrl+P commands\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 1, - "sequence": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [], - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": null, - "lastError": null - }, - "view": { - "revision": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "empty", - "statusText": "ready for a message", - "queueCount": 0, - "queue": [], - "messages": [], - "hiddenMessageCount": 0, - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "activity": [], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [], - "capabilities": { - "conversation.create": { - "available": true, - "source": "application" - }, - "conversation.open": { - "available": true, - "source": "application" - }, - "run.runner": { - "available": true, - "source": "application" - }, - "run.model": { - "available": true, - "source": "application" - }, - "run.effort": { - "available": true, - "source": "application" - }, - "conversation.branch": { - "available": true, - "source": "application" - }, - "conversation.clone": { - "available": true, - "source": "application" - }, - "conversation.fork": { - "available": true, - "source": "application" - }, - "analysis.ask": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.recipe": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.compare": { - "available": false, - "source": "application", - "reason": "Two completed or failed runs are required for comparison" - }, - "interaction.respond": { - "available": false, - "source": "runtime", - "reason": "Interaction response is not exposed by the current runtime adapter" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": true, - "source": "application" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": true, - "source": "provider" - }, - "run.cancel": { - "available": false, - "source": "runtime", - "reason": "There is no active run to cancel" - }, - "run.queue": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconnect" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconcile" - } - }, - "draft": "", - "selectedSurface": "transcript", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - } - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/empty.png b/artifacts/verification/tui-audit/after/w6/states/empty.png deleted file mode 100644 index 06bfe56..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/empty.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/empty.txt b/artifacts/verification/tui-audit/after/w6/states/empty.txt deleted file mode 100644 index 71b7959..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/empty.txt +++ /dev/null @@ -1,24 +0,0 @@ - - Ask Braid starter anything. - - - - - - - - - - - - - - - - - - -› - - -profile Braid starter · pi / deterministic · fixture Ctrl+P commands diff --git a/artifacts/verification/tui-audit/after/w6/states/failure-or-reconnect.json b/artifacts/verification/tui-audit/after/w6/states/failure-or-reconnect.json deleted file mode 100644 index d121a46..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/failure-or-reconnect.json +++ /dev/null @@ -1,836 +0,0 @@ -{ - "schemaVersion": 2, - "state": "failure-or-reconnect", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 8, - "frame": " › W6 failure state\n\n error · unknown\n RUNTIME_BACKEND_ERROR\n failed\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n›\n\n\nprofile Braid starter · pi / deterministic failed · /activity details · /new\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 8, - "sequence": 8, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [ - { - "id": "message-000003", - "role": "user", - "text": "W6 failure state", - "status": "complete", - "runId": "run-000001", - "parts": [ - { - "id": "part-message-000003", - "kind": "text", - "text": "W6 failure state" - } - ] - }, - { - "id": "message-000004", - "role": "assistant", - "text": "", - "status": "failed", - "runId": "run-000001", - "parts": [ - { - "id": "run-000001:error:run-000001:runtime:2", - "kind": "error", - "text": "RUNTIME_BACKEND_ERROR", - "sourceEventId": "run-000001:runtime:2" - } - ] - } - ], - "runs": [ - { - "id": "run-000001", - "turnId": "turn-000002", - "operationId": "op-terminal-000002", - "status": "failed", - "inputTokens": 0, - "outputTokens": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "model": "fixture/deterministic", - "provider": "agent-runtime", - "runner": "pi", - "error": "RUNTIME_FINAL_ERROR", - "completeness": "failed", - "materializationDigest": "46c7162244a3aa789bd2703e2805a3faa0da1a87d83d97484fa26294a0b00671", - "contentBytes": 60 - } - ], - "sessionUsage": { - "turns": { - "sourceCount": 1, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 1, - "unknownCostSources": 1, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 1, - "unknownLatencySources": 1 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": null, - "lastError": "RUNTIME_FINAL_ERROR" - }, - "view": { - "revision": 8, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "failed", - "statusText": "RUNTIME_FINAL_ERROR", - "queueCount": 0, - "queue": [], - "messages": [ - { - "id": "message-000003", - "role": "user", - "text": "W6 failure state", - "status": "complete", - "runId": "run-000001", - "parts": [ - { - "id": "part-message-000003", - "kind": "text", - "text": "W6 failure state" - } - ] - }, - { - "id": "message-000004", - "role": "assistant", - "text": "", - "status": "failed", - "runId": "run-000001", - "parts": [ - { - "id": "run-000001:error:run-000001:runtime:2", - "kind": "error", - "text": "RUNTIME_BACKEND_ERROR", - "sourceEventId": "run-000001:runtime:2" - } - ] - } - ], - "hiddenMessageCount": 0, - "runs": [ - { - "id": "run-000001", - "turnId": "turn-000002", - "conversationId": "conv-1", - "branchId": "branch-1", - "operationId": "op-terminal-000002", - "status": "failed", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "model": "fixture/deterministic", - "effort": "none", - "error": "RUNTIME_FINAL_ERROR", - "usage": { - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "model": "fixture/deterministic" - }, - "runner": "pi", - "provider": "agent-runtime", - "completeness": "failed", - "contentBytes": 60 - } - ], - "sessionUsage": { - "turns": { - "sourceCount": 1, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 1, - "unknownCostSources": 1, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 1, - "unknownLatencySources": 1 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "activity": [ - { - "id": "run:run-000001", - "kind": "run", - "title": "run run-000001", - "status": "failed", - "detail": "RUNTIME_FINAL_ERROR", - "startedAt": "2026-08-01T00:00:00.000Z", - "occurredAt": "2026-08-01T00:00:00.000Z", - "runId": "run-000001", - "entityType": "run", - "entityId": "run-000001" - }, - { - "id": "activity:run-000001:admission:local:admitted", - "kind": "system", - "title": "admitted", - "status": "failed", - "detail": "profile 44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "occurredAt": "2026-08-01T00:00:00.000Z", - "runId": "run-000001", - "entityType": "run", - "entityId": "run-000001" - }, - { - "id": "event:run-000001:run-000001:runtime:1", - "kind": "system", - "title": "event backend_start", - "status": "failed", - "detail": "sequence 1", - "occurredAt": "2026-08-15T00:51:01.887Z", - "sourceEventId": "run-000001:runtime:1", - "runId": "run-000001", - "entityType": "run", - "entityId": "run-000001" - }, - { - "id": "activity:run-000001:run.error:run-000001:runtime:2:error", - "kind": "system", - "title": "error", - "status": "failed", - "detail": "RUNTIME_BACKEND_ERROR", - "occurredAt": "2026-08-15T00:51:01.894Z", - "sourceEventId": "run-000001:runtime:2", - "runId": "run-000001", - "entityType": "run", - "entityId": "run-000001" - } - ], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "turn-000002", - "type": "turn", - "title": "Turn", - "status": "failed", - "depth": 2, - "edgeLabel": "continued", - "parentIds": [ - "branch:branch-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "run-000001", - "type": "run", - "title": "Run", - "status": "failed", - "depth": 3, - "edgeLabel": "attached", - "parentIds": [ - "turn:turn-000002" - ], - "runner": "pi", - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [], - "details": { - "title": "run run-000001", - "fields": [ - { - "label": "status", - "value": "failed" - }, - { - "label": "input tokens", - "value": "0" - }, - { - "label": "output tokens", - "value": "0" - }, - { - "label": "model", - "value": "fixture/deterministic" - } - ] - }, - "capabilities": { - "conversation.create": { - "available": true, - "source": "application" - }, - "conversation.open": { - "available": true, - "source": "application" - }, - "run.runner": { - "available": true, - "source": "application" - }, - "run.model": { - "available": true, - "source": "application" - }, - "run.effort": { - "available": true, - "source": "application" - }, - "conversation.branch": { - "available": true, - "source": "application" - }, - "conversation.clone": { - "available": true, - "source": "application" - }, - "conversation.fork": { - "available": true, - "source": "application" - }, - "analysis.ask": { - "available": true, - "source": "application" - }, - "analysis.recipe": { - "available": true, - "source": "application" - }, - "analysis.compare": { - "available": false, - "source": "application", - "reason": "Two completed or failed runs are required for comparison" - }, - "interaction.respond": { - "available": false, - "source": "runtime", - "reason": "Interaction response is not exposed by the current runtime adapter" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": true, - "source": "application" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": true, - "source": "provider" - }, - "run.cancel": { - "available": false, - "source": "runtime", - "reason": "There is no active run to cancel" - }, - "run.queue": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconnect" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconcile" - } - }, - "draft": "", - "selectedSurface": "transcript", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - } - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - }, - { - "sequence": 2, - "revision": 2, - "kind": "draft.recorded", - "payload": { - "value": { - "kind": "draft.recorded", - "draft": { - "id": "draft-branch-1", - "branchId": "branch-1", - "text": "W6 failure state", - "updatedAt": "2026-08-01T00:00:00.000Z" - }, - "operation": { - "id": "op-terminal-000001", - "kind": "draft-update", - "requestDigest": "65a924286ea2c8f6c5ff3e0223a576c834e806ca53e738685ecec2fb6ca9608a", - "status": "acknowledged", - "target": { - "kind": "branch", - "id": "branch-1" - }, - "createdAt": "2026-08-01T00:00:00.000Z", - "updatedAt": "2026-08-01T00:00:00.000Z", - "acknowledgedAt": "2026-08-01T00:00:00.000Z" - } - } - } - }, - { - "sequence": 3, - "revision": 3, - "kind": "run.requested", - "payload": { - "runId": "run-000001", - "text": "W6 failure state", - "admission": { - "version": 1, - "runId": "run-000001", - "turnId": "turn-000002", - "operationId": "op-terminal-000002", - "conversationId": "conv-1", - "branchId": "branch-1", - "admittedAt": "2026-08-01T00:00:00.000Z", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "requested": { - "text": "W6 failure state", - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - }, - "harness": "pi" - }, - "model": "fixture/deterministic", - "runner": "pi" - }, - "capabilities": { - "streaming": { - "live": true, - "replay": false, - "detach": false, - "turnIdempotency": true - }, - "sessions": { - "continue": false, - "messages": false - }, - "controls": { - "cancel": true, - "steer": false, - "queue": true, - "status": false, - "recreate": false - }, - "events": { - "stableIdentity": false, - "sequence": true, - "cursor": false - }, - "usage": true - }, - "provider": "agent-runtime", - "materializationReceipt": { - "backendKind": "executor", - "provider": "agent-runtime" - }, - "admissionStatus": "admitted", - "requestDigest": "f080a8e87a51f6c8d898986826372cdf1767d2eb5101fad7cfb5df90caf5eabb", - "capabilitiesDigest": "93c4c21593f9e2fa1fe68ce73da84f48c173f1e13269633678b512a16a81a001", - "materializationDigest": "46c7162244a3aa789bd2703e2805a3faa0da1a87d83d97484fa26294a0b00671", - "digest": "b069aefd4ed0b6d1f93b2f14f40d280b3e60c5d45b63cb76294571f32be2444e" - }, - "status": "admitted" - } - }, - { - "sequence": 4, - "revision": 4, - "kind": "effect.upserted", - "payload": { - "value": { - "kind": "effect.upserted", - "effect": { - "id": "effect-op-terminal-000002-426190f687687eca8a86079d", - "operationId": "op-terminal-000002", - "effectKind": "run.execute", - "requestDigest": "426190f687687eca8a86079d434d48982bda620c2645dc2aed2319f2a90121c8", - "kind": "send", - "status": "pending", - "attempt": 1, - "createdAt": "2026-08-01T00:00:00.000Z", - "updatedAt": "2026-08-01T00:00:00.000Z" - } - } - } - }, - { - "sequence": 5, - "revision": 5, - "kind": "run.provider.event", - "payload": { - "runId": "run-000001", - "source": { - "eventId": "run-000001:runtime:1", - "providerSequence": 1, - "occurredAt": "2026-08-15T00:51:01.887Z", - "receivedAt": "2026-08-01T00:00:00.000Z" - }, - "unknown": { - "type": "backend_start", - "task": { - "id": "turn-43089d49-94ce-4175-b09a-a1dce0a28061", - "intent": "W6 failure state", - "metadata": { - "identity": { - "profileDigest": "sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983", - "taskDigest": "sha256:a18a1b57b75ff55ccdc806e7e56baffcf9c30a9c5db512fdf150524971f262f8" - } - } - }, - "session": { - "id": "471715ff-c92e-4790-ae4c-fe2f39a990ee", - "backend": "executor", - "status": "active", - "createdAt": "2026-08-15T00:51:01.887Z", - "updatedAt": "2026-08-15T00:51:01.887Z", - "metadata": "[unavailable]" - }, - "backend": "router", - "metadata": { - "identity": { - "profileDigest": "sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983", - "taskDigest": "sha256:a18a1b57b75ff55ccdc806e7e56baffcf9c30a9c5db512fdf150524971f262f8" - }, - "materialization": { - "status": "known", - "authoredProfileDigest": "sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983", - "effectiveProfileDigest": "sha256:8344a03c82d5cb9207910fe0cb05ef0757b58b8cea9a7cc82f36055694d58983", - "materializationPlanDigest": "sha256:00acc9b6378f74a84629ea6c26f6e800d054bc04588a1daba8d1924b79792478", - "runtime": "router", - "backend": "router", - "model": { - "status": "known", - "id": "fixture/deterministic" - }, - "execution": { - "kind": "request", - "id": "turn-43089d49-94ce-4175-b09a-a1dce0a28061" - }, - "materializer": "router-prompt-model" - }, - "executionBindings": [ - { - "status": "known", - "attemptId": "turn-43089d49-94ce-4175-b09a-a1dce0a28061:attempt:59bdc7b8-01ad-4116-882f-7a47b0553639", - "materializationReceiptDigest": "sha256:c324e7db9ae0f1d70408d68c433c465cd8d5fbc746d2d6b49daf59ce465e2700", - "bindingDigest": "sha256:cfa364401f913c1dfe9ad0b030d78e2a0bd02535ca850e645f85f4d1aa378de0", - "descriptor": { - "kind": "router-request", - "transport": "http", - "backend": "router" - } - } - ], - "budget": { - "timeoutMs": null - }, - "timing": { - "startedAt": "2026-08-15T00:51:01.885Z" - } - }, - "timestamp": "2026-08-15T00:51:01.887Z" - } - } - }, - { - "sequence": 6, - "revision": 6, - "kind": "run.error", - "payload": { - "runId": "run-000001", - "source": { - "eventId": "run-000001:runtime:2", - "providerSequence": 2, - "occurredAt": "2026-08-15T00:51:01.894Z", - "receivedAt": "2026-08-01T00:00:00.000Z" - }, - "error": { - "message": "RUNTIME_BACKEND_ERROR", - "recoverable": true - }, - "text": "RUNTIME_BACKEND_ERROR" - } - }, - { - "sequence": 7, - "revision": 7, - "kind": "run.finished", - "payload": { - "runId": "run-000001", - "source": { - "eventId": "run-000001:runtime:3", - "providerSequence": 3, - "occurredAt": "2026-08-15T00:51:01.898Z", - "receivedAt": "2026-08-01T00:00:00.000Z" - }, - "status": "failed", - "completeness": "complete", - "finalText": "", - "usage": { - "input": 0, - "output": 0, - "tokensKnown": false, - "usdKnown": false - }, - "reason": "RUNTIME_FINAL_REASON", - "error": "RUNTIME_FINAL_ERROR" - } - }, - { - "sequence": 8, - "revision": 8, - "kind": "effect.upserted", - "payload": { - "value": { - "kind": "effect.upserted", - "effect": { - "id": "effect-op-terminal-000002-426190f687687eca8a86079d", - "operationId": "op-terminal-000002", - "effectKind": "run.execute", - "requestDigest": "426190f687687eca8a86079d434d48982bda620c2645dc2aed2319f2a90121c8", - "kind": "send", - "status": "failed", - "attempt": 1, - "outcomeDigest": "2d2acf569882146ba42c49e3553984f716d39e5c29483aa9dd35daa8fb1f60bc", - "createdAt": "2026-08-01T00:00:00.000Z", - "updatedAt": "2026-08-01T00:00:00.000Z" - } - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/failure-or-reconnect.png b/artifacts/verification/tui-audit/after/w6/states/failure-or-reconnect.png deleted file mode 100644 index 3b24f29..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/failure-or-reconnect.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/failure-or-reconnect.txt b/artifacts/verification/tui-audit/after/w6/states/failure-or-reconnect.txt deleted file mode 100644 index 4f589ca..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/failure-or-reconnect.txt +++ /dev/null @@ -1,24 +0,0 @@ - › W6 failure state - - error · unknown - RUNTIME_BACKEND_ERROR - failed - - - - - - - - - - - - - - - -› - - -profile Braid starter · pi / deterministic failed · /activity details · /new diff --git a/artifacts/verification/tui-audit/after/w6/states/fork-preview.json b/artifacts/verification/tui-audit/after/w6/states/fork-preview.json deleted file mode 100644 index d972588..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/fork-preview.json +++ /dev/null @@ -1,409 +0,0 @@ -{ - "schemaVersion": 2, - "state": "fork-preview", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 1, - "frame": " fork preview workspace\n────────────────────────────────────────────────────────────────────────────────\n will create a new workspace from this source\n source: workspace:/workspace\n destination: workspace:/workspace-fork\n boundary: conv-1 / branch-1 → conv-fork-1 / branch-1\n profile snapshot: digest:fixture-source → digest:fixture-copy\n workspace state: checkpoint:fixture-1 → checkpoint:fixture-1\n operation id: operation-fixture-fork → operation-fixture-fork\n plan digest: digest:fixture-fork-plan → digest:fixture-fork-plan\n\n\n\n\n\n\n\n\n\n\n\n\n────────────────────────────────────────────────────────────────────────────────\n enter/y create fork · ←/esc cancel\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 1, - "sequence": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [], - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": null, - "lastError": null - }, - "view": { - "revision": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "empty", - "statusText": "ready for a message", - "queueCount": 0, - "queue": [], - "messages": [], - "hiddenMessageCount": 0, - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "activity": [], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [], - "capabilities": { - "conversation.create": { - "available": true, - "source": "application" - }, - "conversation.open": { - "available": true, - "source": "application" - }, - "run.runner": { - "available": true, - "source": "application" - }, - "run.model": { - "available": true, - "source": "application" - }, - "run.effort": { - "available": true, - "source": "application" - }, - "conversation.branch": { - "available": true, - "source": "application" - }, - "conversation.clone": { - "available": true, - "source": "application" - }, - "conversation.fork": { - "available": true, - "source": "provider" - }, - "analysis.ask": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.recipe": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.compare": { - "available": false, - "source": "application", - "reason": "Two completed or failed runs are required for comparison" - }, - "interaction.respond": { - "available": false, - "source": "runtime", - "reason": "Interaction response is not exposed by the current runtime adapter" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": true, - "source": "application" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": true, - "source": "provider" - }, - "run.cancel": { - "available": false, - "source": "runtime", - "reason": "There is no active run to cancel" - }, - "run.queue": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconnect" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconcile" - } - }, - "draft": "", - "selectedSurface": "fork", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - }, - "forkPreview": { - "kind": "workspace", - "source": "workspace:/workspace", - "destination": "workspace:/workspace-fork", - "fields": [ - { - "label": "conversation context", - "source": "conv-1 / branch-1", - "destination": "conv-fork-1 / branch-1" - }, - { - "label": "profile snapshot", - "source": "digest:fixture-source", - "destination": "digest:fixture-copy" - }, - { - "label": "workspace state", - "source": "checkpoint:fixture-1", - "destination": "checkpoint:fixture-1" - }, - { - "label": "operation id", - "source": "operation-fixture-fork", - "destination": "operation-fixture-fork" - }, - { - "label": "plan digest", - "source": "digest:fixture-fork-plan", - "destination": "digest:fixture-fork-plan" - } - ], - "allowed": true - } - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/fork-preview.png b/artifacts/verification/tui-audit/after/w6/states/fork-preview.png deleted file mode 100644 index ebcb25b..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/fork-preview.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/fork-preview.txt b/artifacts/verification/tui-audit/after/w6/states/fork-preview.txt deleted file mode 100644 index 8f069ea..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/fork-preview.txt +++ /dev/null @@ -1,24 +0,0 @@ - fork preview workspace -──────────────────────────────────────────────────────────────────────────────── - will create a new workspace from this source - source: workspace:/workspace - destination: workspace:/workspace-fork - boundary: conv-1 / branch-1 → conv-fork-1 / branch-1 - profile snapshot: digest:fixture-source → digest:fixture-copy - workspace state: checkpoint:fixture-1 → checkpoint:fixture-1 - operation id: operation-fixture-fork → operation-fixture-fork - plan digest: digest:fixture-fork-plan → digest:fixture-fork-plan - - - - - - - - - - - - -──────────────────────────────────────────────────────────────────────────────── - enter/y create fork · ←/esc cancel diff --git a/artifacts/verification/tui-audit/after/w6/states/graph-or-analysis.json b/artifacts/verification/tui-audit/after/w6/states/graph-or-analysis.json deleted file mode 100644 index e7b7753..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/graph-or-analysis.json +++ /dev/null @@ -1,376 +0,0 @@ -{ - "schemaVersion": 2, - "state": "graph-or-analysis", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 1, - "frame": " conversation graph · 2 Braid starter · pi · fixture/deterministic\n────────────────────────────────────────────────────────────────────────────────\n ✓ ▾ New conversation · conversation · complete · ─attached→\n › └ ✓ Main · branch · complete · current · ─attached→\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n────────────────────────────────────────────────────────────────────────────────\n ↑↓ move · enter/→ open · ←/esc close · space collapse · w waiting\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 1, - "sequence": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [], - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": null, - "lastError": null - }, - "view": { - "revision": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "empty", - "statusText": "ready for a message", - "queueCount": 0, - "queue": [], - "messages": [], - "hiddenMessageCount": 0, - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "activity": [], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [], - "capabilities": { - "conversation.create": { - "available": true, - "source": "application" - }, - "conversation.open": { - "available": true, - "source": "application" - }, - "run.runner": { - "available": true, - "source": "application" - }, - "run.model": { - "available": true, - "source": "application" - }, - "run.effort": { - "available": true, - "source": "application" - }, - "conversation.branch": { - "available": true, - "source": "application" - }, - "conversation.clone": { - "available": true, - "source": "application" - }, - "conversation.fork": { - "available": true, - "source": "application" - }, - "analysis.ask": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.recipe": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.compare": { - "available": false, - "source": "application", - "reason": "Two completed or failed runs are required for comparison" - }, - "interaction.respond": { - "available": false, - "source": "runtime", - "reason": "Interaction response is not exposed by the current runtime adapter" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": true, - "source": "application" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": true, - "source": "provider" - }, - "run.cancel": { - "available": false, - "source": "runtime", - "reason": "There is no active run to cancel" - }, - "run.queue": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconnect" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconcile" - } - }, - "draft": "", - "selectedSurface": "graph", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - } - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/graph-or-analysis.png b/artifacts/verification/tui-audit/after/w6/states/graph-or-analysis.png deleted file mode 100644 index 7d0873f..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/graph-or-analysis.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/graph-or-analysis.txt b/artifacts/verification/tui-audit/after/w6/states/graph-or-analysis.txt deleted file mode 100644 index 89ebec5..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/graph-or-analysis.txt +++ /dev/null @@ -1,24 +0,0 @@ - conversation graph · 2 Braid starter · pi · fixture/deterministic -──────────────────────────────────────────────────────────────────────────────── - ✓ ▾ New conversation · conversation · complete · ─attached→ - › └ ✓ Main · branch · complete · current · ─attached→ - - - - - - - - - - - - - - - - - - -──────────────────────────────────────────────────────────────────────────────── - ↑↓ move · enter/→ open · ←/esc close · space collapse · w waiting diff --git a/artifacts/verification/tui-audit/after/w6/states/interaction.json b/artifacts/verification/tui-audit/after/w6/states/interaction.json deleted file mode 100644 index 344d1fb..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/interaction.json +++ /dev/null @@ -1,411 +0,0 @@ -{ - "schemaVersion": 2, - "state": "interaction", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 1, - "frame": " permission Braid starter @ pi · run fixture-run-1\n────────────────────────────────────────────────────────────────────────────────\n Allow the fixture tool to inspect the selected file?\n src/app/application.ts · read-only\n The fixture requests a bounded read for a real interaction preview.\n export class BraidApplication {\n\n › 1. Approve\n Continue this request\n 2. Reject\n 3. Cancel\n\n\n\n\n\n\n\n\n\n\n\n────────────────────────────────────────────────────────────────────────────────\n ↑↓ move · enter confirm · 1-3 quick select · esc cancel · alt+a automate\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 1, - "sequence": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [], - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": null, - "lastError": null - }, - "view": { - "revision": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "empty", - "statusText": "ready for a message", - "queueCount": 0, - "queue": [], - "messages": [], - "hiddenMessageCount": 0, - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [ - { - "runId": "fixture-run-1", - "interactionId": "fixture-interaction-1", - "profileName": "Braid starter", - "runner": "pi", - "kind": "permission", - "prompt": "Allow the fixture tool to inspect the selected file?", - "subject": { - "type": "file", - "title": "src/app/application.ts", - "target": "read-only", - "detail": "The fixture requests a bounded read for a real interaction preview.", - "preview": [ - "export class BraidApplication {", - " cancel(input: CancelInput) { …" - ], - "trustedWorkspace": "inside" - }, - "answerSpec": { - "kind": "boolean", - "required": true - }, - "allowedOutcomes": [ - "accept", - "reject", - "cancel" - ], - "responseScopes": [ - "once", - "session" - ], - "queuePosition": 0, - "queueTotal": 1, - "secret": false - } - ], - "activity": [], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [], - "capabilities": { - "conversation.create": { - "available": true, - "source": "application" - }, - "conversation.open": { - "available": true, - "source": "application" - }, - "run.runner": { - "available": true, - "source": "application" - }, - "run.model": { - "available": true, - "source": "application" - }, - "run.effort": { - "available": true, - "source": "application" - }, - "conversation.branch": { - "available": true, - "source": "application" - }, - "conversation.clone": { - "available": true, - "source": "application" - }, - "conversation.fork": { - "available": true, - "source": "application" - }, - "analysis.ask": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.recipe": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.compare": { - "available": false, - "source": "application", - "reason": "Two completed or failed runs are required for comparison" - }, - "interaction.respond": { - "available": true, - "source": "provider" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": true, - "source": "application" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": true, - "source": "provider" - }, - "run.cancel": { - "available": false, - "source": "runtime", - "reason": "There is no active run to cancel" - }, - "run.queue": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconnect" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconcile" - } - }, - "draft": "", - "selectedSurface": "transcript", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - } - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/interaction.png b/artifacts/verification/tui-audit/after/w6/states/interaction.png deleted file mode 100644 index 16ce89f..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/interaction.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/interaction.txt b/artifacts/verification/tui-audit/after/w6/states/interaction.txt deleted file mode 100644 index c506c18..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/interaction.txt +++ /dev/null @@ -1,24 +0,0 @@ - permission Braid starter @ pi · run fixture-run-1 -──────────────────────────────────────────────────────────────────────────────── - Allow the fixture tool to inspect the selected file? - src/app/application.ts · read-only - The fixture requests a bounded read for a real interaction preview. - export class BraidApplication { - - › 1. Approve - Continue this request - 2. Reject - 3. Cancel - - - - - - - - - - - -──────────────────────────────────────────────────────────────────────────────── - ↑↓ move · enter confirm · 1-3 quick select · esc cancel · alt+a automate diff --git a/artifacts/verification/tui-audit/after/w6/states/narrow.json b/artifacts/verification/tui-audit/after/w6/states/narrow.json deleted file mode 100644 index 34ed926..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/narrow.json +++ /dev/null @@ -1,376 +0,0 @@ -{ - "schemaVersion": 2, - "state": "narrow", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 40, - "rows": 12 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 1, - "frame": "\n Ask Braid starter anything.\n\n\n\n\n\n\n›\n\n\nBraid starter Ctrl+P commands\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 1, - "sequence": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [], - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": null, - "lastError": null - }, - "view": { - "revision": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "empty", - "statusText": "ready for a message", - "queueCount": 0, - "queue": [], - "messages": [], - "hiddenMessageCount": 0, - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "activity": [], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [], - "capabilities": { - "conversation.create": { - "available": true, - "source": "application" - }, - "conversation.open": { - "available": true, - "source": "application" - }, - "run.runner": { - "available": true, - "source": "application" - }, - "run.model": { - "available": true, - "source": "application" - }, - "run.effort": { - "available": true, - "source": "application" - }, - "conversation.branch": { - "available": true, - "source": "application" - }, - "conversation.clone": { - "available": true, - "source": "application" - }, - "conversation.fork": { - "available": true, - "source": "application" - }, - "analysis.ask": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.recipe": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.compare": { - "available": false, - "source": "application", - "reason": "Two completed or failed runs are required for comparison" - }, - "interaction.respond": { - "available": false, - "source": "runtime", - "reason": "Interaction response is not exposed by the current runtime adapter" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": true, - "source": "application" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": true, - "source": "provider" - }, - "run.cancel": { - "available": false, - "source": "runtime", - "reason": "There is no active run to cancel" - }, - "run.queue": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconnect" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconcile" - } - }, - "draft": "", - "selectedSurface": "transcript", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - } - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/narrow.png b/artifacts/verification/tui-audit/after/w6/states/narrow.png deleted file mode 100644 index 27f84a0..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/narrow.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/narrow.txt b/artifacts/verification/tui-audit/after/w6/states/narrow.txt deleted file mode 100644 index 913d8d5..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/narrow.txt +++ /dev/null @@ -1,12 +0,0 @@ - - Ask Braid starter anything. - - - - - - -› - - -Braid starter Ctrl+P commands diff --git a/artifacts/verification/tui-audit/after/w6/states/profile.json b/artifacts/verification/tui-audit/after/w6/states/profile.json deleted file mode 100644 index 8a979e7..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/profile.json +++ /dev/null @@ -1,376 +0,0 @@ -{ - "schemaVersion": 2, - "state": "profile", - "source": { - "binary": "packed real binary from clean npm install", - "binarySha256": "141288e0fe917635d723b4b70d464dc49baff14cc356f54de1d3f8faa5d8254f", - "tarball": "tangle-network-braid-0.1.1.tgz", - "tarballSha256": "b2c0571a7f7d0d6e847d493667dfed6ff11b52eefb5e5f43cb13470eea3562c7" - }, - "dimensions": { - "columns": 80, - "rows": 24 - }, - "terminal": "node-pty/xterm-256color", - "provenance": { - "renderer": { - "package": "@earendil-works/pi-tui@0.84.2", - "pty": "node-pty@1.1.0", - "emulator": "@xterm/headless@6.0.0", - "node": "v24.13.0", - "terminal": "xterm-256color" - }, - "raster": { - "agg": "agg 1.9.0", - "imagemagick": "Version: ImageMagick 6.9.12-98 Q16 x86_64 18038 https://legacy.imagemagick.org", - "fontFamily": "DejaVu Sans Mono", - "font": "DejaVu Sans Mono | Book | /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - "colorMode": "sRGB 8-bit" - } - }, - "capturePhase": "atomic-signal-frame", - "captureRevision": 1, - "frame": "\n Ask Braid starter anything.\n\n\n\n\n Active profile · Braid starter\n source Braid starter · trusted · read-only\n runner pi · model fixture/deterministic\n thinking none · max output provider default\n digest sha256:44ed91c9…8cfa0a14\n profiles\n ──────────────────────────────────────────────────────────────────────\n >\n → ✓ Braid starter trusted · read-only · Braid starte\n ──────────────────────────────────────────────────────────────────────\n enter select · ^V validate · esc close\n\n\n\n\n\n\nprofile Braid starter · pi / deterministic · fixture Ctrl+P commands\n", - "packedState": { - "schemaVersion": 2, - "capturePhase": "atomic-signal-frame", - "state": { - "schemaVersion": 2, - "revision": 1, - "sequence": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "conversationId": "conv-1", - "branchId": "branch-1", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "profile": { - "name": "Braid starter", - "description": "A portable starter profile for the Braid terminal", - "harness": "pi", - "model": { - "default": "fixture/deterministic", - "provider": "fixture", - "reasoningEffort": "none" - } - }, - "runConfiguration": { - "profileName": "Braid starter", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "overrides": {} - }, - "draft": "", - "messages": [], - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "queue": [], - "activeRunId": null, - "lastError": null - }, - "view": { - "revision": 1, - "workspace": "/home/drew/code/braid-goal-latest-wt", - "profileName": "Braid starter", - "profileDigest": "44ed91c937fd4079fe01c49f6bc76413656886e5aa8b2351590d3a888cfa0a14", - "runner": "pi", - "model": "fixture/deterministic", - "effort": "none", - "runOverrides": {}, - "connection": "deterministic fixture", - "conversationId": "conv-1", - "conversationTitle": "New conversation", - "conversations": [ - { - "id": "conv-1", - "title": "New conversation", - "branchId": "branch-1", - "archived": false, - "active": true, - "updatedAt": "2026-08-01T00:00:00.000Z" - } - ], - "branch": "branch-1", - "status": "empty", - "statusText": "ready for a message", - "queueCount": 0, - "queue": [], - "messages": [], - "hiddenMessageCount": 0, - "runs": [], - "sessionUsage": { - "turns": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "analyses": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "delegated": { - "sourceCount": 0, - "input": 0, - "output": 0, - "tokenStatus": "unknown", - "costStatus": "unknown", - "unknownTokenSources": 0, - "unknownCostSources": 0, - "callStatus": "unknown", - "latencyStatus": "unknown", - "unknownCallSources": 0, - "unknownLatencySources": 0 - }, - "attribution": "complete" - }, - "environments": [], - "interactions": [], - "activity": [], - "graph": [ - { - "id": "conv-1", - "type": "conversation", - "title": "New conversation", - "status": "complete", - "depth": 0, - "edgeLabel": "attached", - "startedAt": "2026-08-01T00:00:00.000Z" - }, - { - "id": "branch-1", - "type": "branch", - "title": "Main", - "status": "complete", - "depth": 1, - "edgeLabel": "attached", - "parentIds": [ - "conversation:conv-1" - ], - "startedAt": "2026-08-01T00:00:00.000Z" - } - ], - "graphQuery": "", - "entityDetails": [], - "capabilities": { - "conversation.create": { - "available": true, - "source": "application" - }, - "conversation.open": { - "available": true, - "source": "application" - }, - "run.runner": { - "available": true, - "source": "application" - }, - "run.model": { - "available": true, - "source": "application" - }, - "run.effort": { - "available": true, - "source": "application" - }, - "conversation.branch": { - "available": true, - "source": "application" - }, - "conversation.clone": { - "available": true, - "source": "application" - }, - "conversation.fork": { - "available": true, - "source": "application" - }, - "analysis.ask": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.recipe": { - "available": false, - "source": "application", - "reason": "Complete or fail a run before analyzing it" - }, - "analysis.compare": { - "available": false, - "source": "application", - "reason": "Two completed or failed runs are required for comparison" - }, - "interaction.respond": { - "available": false, - "source": "runtime", - "reason": "Interaction response is not exposed by the current runtime adapter" - }, - "interaction.automation": { - "available": false, - "source": "application", - "reason": "Interaction automation requires the shared response contract" - }, - "export.create": { - "available": true, - "source": "application" - }, - "application.quit": { - "available": true, - "source": "local" - }, - "help.read": { - "available": true, - "source": "local" - }, - "profile.select": { - "available": true, - "source": "application" - }, - "connection.select": { - "available": true, - "source": "application" - }, - "settings.open": { - "available": true, - "source": "application" - }, - "activity.read": { - "available": true, - "source": "local" - }, - "graph.read": { - "available": true, - "source": "local" - }, - "details.read": { - "available": true, - "source": "local" - }, - "draft.write": { - "available": true, - "source": "application" - }, - "run.send": { - "available": true, - "source": "provider" - }, - "run.cancel": { - "available": false, - "source": "runtime", - "reason": "There is no active run to cancel" - }, - "run.queue": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.steer": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.detach": { - "available": false, - "source": "provider", - "reason": "There is no active run" - }, - "run.reconnect": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconnect" - }, - "run.reconcile": { - "available": false, - "source": "provider", - "reason": "There is no detached run to reconcile" - } - }, - "draft": "", - "selectedSurface": "transcript", - "appearance": { - "color": "256", - "highContrast": false, - "reducedMotion": false - } - }, - "events": [ - { - "sequence": 1, - "revision": 1, - "kind": "workspace.opened", - "payload": { - "value": { - "kind": "workspace.opened", - "workspace": "/home/drew/code/braid-goal-latest-wt" - } - } - } - ] - } -} diff --git a/artifacts/verification/tui-audit/after/w6/states/profile.png b/artifacts/verification/tui-audit/after/w6/states/profile.png deleted file mode 100644 index 99ac72d..0000000 Binary files a/artifacts/verification/tui-audit/after/w6/states/profile.png and /dev/null differ diff --git a/artifacts/verification/tui-audit/after/w6/states/profile.txt b/artifacts/verification/tui-audit/after/w6/states/profile.txt deleted file mode 100644 index a122d67..0000000 --- a/artifacts/verification/tui-audit/after/w6/states/profile.txt +++ /dev/null @@ -1,24 +0,0 @@ - - Ask Braid starter anything. - - - - - Active profile · Braid starter - source Braid starter · trusted · read-only - runner pi · model fixture/deterministic - thinking none · max output provider default - digest sha256:44ed91c9…8cfa0a14 - profiles - ────────────────────────────────────────────────────────────────────── - > - → ✓ Braid starter trusted · read-only · Braid starte - ────────────────────────────────────────────────────────────────────── - enter select · ^V validate · esc close - - - - - - -profile Braid starter · pi / deterministic · fixture Ctrl+P commands diff --git a/package.json b/package.json index 0ee82f8..40deb78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tangle-network/braid", - "version": "0.1.2", + "version": "0.1.3", "description": "A universal terminal interface for portable agent profiles", "type": "module", "bin": { diff --git a/scripts/live-demo.mjs b/scripts/live-demo.mjs index 9c3729e..5f71f3b 100644 --- a/scripts/live-demo.mjs +++ b/scripts/live-demo.mjs @@ -108,27 +108,24 @@ async function waitForCompletedRun(terminal, timeoutMs = 300_000) { } async function waitForCompletedAnalysis(terminal, timeoutMs = 360_000) { - await terminal.waitForScreen( - (screen) => - screen.includes('/ask · frozen question · complete') || - screen.includes('/ask · frozen question · failed') || - screen.includes('/ask · frozen question · cancelled'), - 'trace analysis outcome', - timeoutMs, - ) - const record = await terminal.captureState(60_000) - const analysis = record.view?.activity?.filter((item) => item.kind === 'analysis').at(-1) - if (analysis?.status === 'complete') return record - if (analysis?.status === 'failed' || analysis?.status === 'cancelled') { - const detail = record.view?.entityDetails?.find( - (item) => item.entityType === 'analysis' && item.entityId === analysis.entityId, - ) - throw new Error( - `The real /ask analysis ended ${analysis.status}: ${detail?.lines?.join(' | ') ?? 'no public detail'}`, - ) + const deadline = Date.now() + timeoutMs + let lastRecord + while (Date.now() < deadline) { + lastRecord = await terminal.captureState(60_000) + const analysis = lastRecord.view?.activity?.filter((item) => item.kind === 'analysis').at(-1) + if (analysis?.status === 'complete') return lastRecord + if (analysis?.status === 'failed' || analysis?.status === 'cancelled') { + const detail = lastRecord.view?.entityDetails?.find( + (item) => item.entityType === 'analysis' && item.entityId === analysis.entityId, + ) + throw new Error( + `The real /ask analysis ended ${analysis.status}: ${detail?.lines?.join(' | ') ?? 'no public detail'}`, + ) + } + await pause(500) } throw new Error( - `The real /ask terminal outcome did not match semantic status=${analysis?.status ?? 'unknown'}`, + `Timed out waiting for /ask; last status=${lastRecord?.view?.activity?.filter((item) => item.kind === 'analysis').at(-1)?.status ?? 'unknown'}`, ) } diff --git a/scripts/live-demo.test.mjs b/scripts/live-demo.test.mjs index 3d03e18..7a1b9de 100644 --- a/scripts/live-demo.test.mjs +++ b/scripts/live-demo.test.mjs @@ -326,6 +326,53 @@ test('public capture rejects the credential patterns mirrored from the sanitizer assert.doesNotThrow(() => assertPublicCapture('public demo output with no credentials')) }) +test('normal PTY shutdown waits for the visible safe-quit prompt', async () => { + const root = await mkdtemp(join(tmpdir(), 'braid-live-demo-test-')) + const childPath = join(root, 'delayed-safe-quit.mjs') + let terminal + let closed = false + await writeFile( + childPath, + [ + 'process.stdin.setRawMode?.(true)', + 'process.stdin.resume()', + 'let armed = false', + 'let arming = false', + "process.stdin.on('data', (data) => {", + ' for (const byte of data) {', + ' if (byte !== 3) continue', + ' if (armed) process.exit(0)', + ' if (arming) continue', + ' arming = true', + ' setTimeout(() => {', + ' armed = true', + " process.stdout.write('Ctrl+C again to quit\\n')", + ' }, 400)', + ' }', + '})', + "process.stdout.write('ready\\n')", + '', + ].join('\n'), + ) + try { + terminal = await createCapturedTerminal({ + binary: childPath, + args: [], + cwd: root, + columns: 80, + rows: 24, + recordPath: join(root, 'frame.json'), + environment: {}, + }) + await terminal.waitForScreen((screen) => screen.includes('ready'), 'safe-quit test child') + await terminal.closeNormally() + closed = true + } finally { + if (!closed) await terminal?.dispose().catch(() => {}) + await rm(root, { force: true, recursive: true }) + } +}) + test('PTY disposal escalates after SIGTERM and waits for the child exit event', async () => { const root = await mkdtemp(join(tmpdir(), 'braid-live-demo-test-')) const childPath = join(root, 'ignore-termination.mjs') diff --git a/scripts/live-demo/terminal.mjs b/scripts/live-demo/terminal.mjs index 0ae992a..87fd596 100644 --- a/scripts/live-demo/terminal.mjs +++ b/scripts/live-demo/terminal.mjs @@ -170,12 +170,17 @@ export async function createCapturedTerminal(options) { } const closeNormally = async () => { if (exited) return - input('\u001b') - await pause(100) - input('\u001b') - await pause(100) + for (let layer = 0; layer < 4; layer += 1) { + input('\u001b') + await pause(250) + await waitForStable(`safe quit escape layer ${layer + 1}`) + } input('\u0003') - await pause(100) + await waitFor( + () => normalizeTerminal(screen).toLowerCase().includes('ctrl+c again to quit'), + 'safe quit prompt', + 10_000, + ) input('\u0003') const result = await Promise.race([ exitPromise, diff --git a/scripts/package-proof-flows.mjs b/scripts/package-proof-flows.mjs index 5831854..4084be5 100644 --- a/scripts/package-proof-flows.mjs +++ b/scripts/package-proof-flows.mjs @@ -250,10 +250,15 @@ export async function runTerminal(binary, cwd, options) { session.write('\u0007') await waitFor(() => normalizedScreen().includes('conversation graph'), 'terminal graph') session.write('\u001b') - await sleep(30) - session.write('hello from package proof') + await waitFor(() => !normalizedScreen().includes('conversation graph'), 'closed terminal graph') + const retryPrompt = 'retry from package proof' + const retryResponse = `Fixture response through pi: ${retryPrompt}` + session.write(retryPrompt) session.write('\r') - await waitFor(() => normalizedScreen().includes('working'), 'terminal retry start') + await waitFor( + () => normalizedScreen().includes('working') || normalizedScreen().includes(retryResponse), + 'terminal retry start', + ) // Deterministic execution intentionally does not advertise live steering. session.write('/steer deterministic package proof') session.write('\r') @@ -264,9 +269,7 @@ export async function runTerminal(binary, cwd, options) { session.write('\u001b') await sleep(30) await waitFor( - () => - normalizedScreen().includes('Fixture response through pi: hello from package proof') && - !normalizedScreen().includes('working'), + () => normalizedScreen().includes(retryResponse) && !normalizedScreen().includes('working'), 'terminal retry completion', ) session.write('cancel terminal proof') diff --git a/src/adapters/analysis/question-analyst.ts b/src/adapters/analysis/question-analyst.ts index aff2ed8..58e4a4c 100644 --- a/src/adapters/analysis/question-analyst.ts +++ b/src/adapters/analysis/question-analyst.ts @@ -1,10 +1,10 @@ import { - type AnalystFinding, type AnalystContext, + type AnalystFinding, type AnalystRegistry, createTraceAnalyst, - type TraceAnalysisStore, type TraceAnalysisEngine, + type TraceAnalysisStore, type TraceAnalystDefinition, } from '@tangle-network/agent-eval' import { canonicalJson } from '../../domain/canonical.js' @@ -22,14 +22,6 @@ async function prepareQuestionContext(store: TraceAnalysisStore): Promise { + const instructions = BRAID_QUESTION_ANALYST_DEFINITION.instructions.split('\n') assert.equal(BRAID_QUESTION_ANALYST_DEFINITION.id, BRAID_QUESTION_ANALYST_ID) + assert.equal(BRAID_QUESTION_ANALYST_DEFINITION.version, '1.5.0') assert.equal(BRAID_QUESTION_ANALYST_DEFINITION.toolGroup, 'singleTrace') assert.equal(BRAID_QUESTION_ANALYST_DEFINITION.requireStructuredFindings, true) assert.equal(BRAID_QUESTION_ANALYST_DEFINITION.minimumEvidenceCitations, 1) assert.equal(typeof BRAID_QUESTION_ANALYST_DEFINITION.prepareContext, 'function') + assert.deepEqual(instructions.slice(0, 3), [ + 'OUTPUT CONTRACT:', + 'Omit subject from every finding.', + 'Return one to five findings.', + ]) assert.match(BRAID_QUESTION_ANALYST_DEFINITION.instructions, /direct answer/u) assert.match(BRAID_QUESTION_ANALYST_DEFINITION.instructions, /Do not invent/u) assert.match( BRAID_QUESTION_ANALYST_DEFINITION.instructions, /SUBMIT\(answer=answer, findings_json=json\.dumps\(findings\)\)/u, ) - assert.match(BRAID_QUESTION_ANALYST_DEFINITION.instructions, /exact string value/u) - assert.match(BRAID_QUESTION_ANALYST_DEFINITION.instructions, /Every citation must copy/u) + assert.match(BRAID_QUESTION_ANALYST_DEFINITION.instructions, /Copy each excerpt verbatim/u) }) test('resolves the selected connection credential in memory and never exposes it in configuration', async () => {